May 28, 2024Question 10746 – C-ProgrammingConsider the C program given below: #include int main () { int sum = 0, maxsum = 0, i, n = 6; int a [] = […]
May 29, 2024Database-Management-SystemQuestion 657 In Data mining, classification rules are extracted from _______. A Data B Information C Decision Tree D Database Database-Management-SystemData-miningUGC NET CS 2016 Aug- paper-2 […]
May 30, 2024Question 3685 – Computer-OrganizationThe content of the accumulator after the execution of the following 8085 assembly language program, is: MVI A, 42H MVI B, 05H UGC: ADD B DCR […]
May 30, 2024Question 7878 – Digital-Logic-DesignConsider the unsigned 8-bit fixed point binary number representation below, b7 b6 b5 b4 b3 b2 b1 b0 where the position of the binary point is […]