October 11, 2023

UGC NET CS 2010 Dec-Paper-2

Question 7  is equivalent to A B C D Digital-Logic-DesignBoolean-Expression Question 7 Explanation:  Correct Answer: B Question 7 Explanation: 
October 11, 2023

GATE 1996

Question 16 Relative mode of addressing is most relevant to writing A coroutines B position – independent code C shareable code D interrupt handlers Computer-OrganizationAddressing-Modes Question […]
October 11, 2023

GATE 1996

Question 22 Number of machine cycles required for RET instruction in 8085 microprocessor is A 1 B 2 C 3 D 5 Computer-OrganizationMicroprocessor Question 22 Explanation:  […]
October 11, 2023

GATE 1998

Question 44 Formatting for a floppy disk refers to A arranging the data on the disk in contiguous fashion B writing the directory C erasing the […]
October 11, 2023

UGC NET CS 2010 Dec-Paper-2

Question 9 12-bit 2’s complement of –73.75 is A 01001001.1100 B 11001001.1100 C 10110110.0100 D 10110110.1100 Digital-Logic-DesignNumber-Systems Question 9 Explanation:  Correct Answer: C Question 9 Explanation: 
October 11, 2023

UGC NET CS 2010 Dec-Paper-2

Question 10 Encoding of data bits 0011 into 7-bit even Parity Hamming Code is A 0011110 B 0101110 C 0010110 D 0011100 Digital-Logic-DesignNumber-Systems Question 10 Explanation:  […]
October 11, 2023

UGC NET CS 2010 Dec-Paper-2

Question 11 How many of the following declarations are correct ? int z = 7.0; double void = 0.000; short array [2] = {0, 1, 2}; […]
October 11, 2023

KVS 22-12-2018 Part-A

Question 9 Identify the part of the following sentence that has/may have an error. A Roses grow B with abundance against this C old wall D […]
October 11, 2023

GATE 2017 [Set-1]

Question 1 The statement (¬p) ⇒ (¬q) is logically equivalent to which of the statements below? I. p ⇒ q II. q ⇒ p III. (¬q) ∨ p IV. (¬p) […]
October 11, 2023

Operating-Systems

Question 41 The process state transition diagram in below figure is representative of A a batch operating system B an operating system with a preemptive scheduler […]
October 11, 2023

Data-Structures

Question 38 Let A be a two dimensional array declared as follows: A: array [1 ... 10] [1 ... 15] of integer; Assuming that each integer […]