May 20, 2024

UGC NET CS 2006 Dec-paper-2

Question 11 When a function is recursively called, all automatic variables : A are initialized during each execution of the function B are retained from the […]
May 20, 2024

ER-Model

Question 30 Consider the following Entity-Relationship (E-R) diagram and three possible relationship sets (I, II and III) for this E-R diagram: If different symbols stand for […]
May 20, 2024

UGC NET CS 2013 June-paper-2

Question 2 Match the following : A a-iii, b-ii, c-iv, d-i B a-ii, b-iii, c-iv, d-i C a-i, b-ii, c-iv, d-iii D a-i, b-ii, c-iii, d-iv […]
May 22, 2024

Question 7693 – CPU-Scheduling

Identify the circumstances under which preemptive CPU scheduling is used : (a) A process switches from Running state to Ready state (b) A process switches from […]
May 22, 2024

Subnetting

Question 2 Consider an enterprise network with two Ethernet segments, a web server and a firewall, connected via three routers as shown below. What is the […]
May 22, 2024

ISRO CS 2015

Question 5 The complement of the Boolean expression AB ( B’C + AC ) is A ( A’ + B’ ) + ( B + C’ […]
May 22, 2024

Question 176 – ISRO CS 2008

The Boolean theorem AB + A’C + BC = AB + A’C corresponds to Correct Answer: A Question 11 Explanation:  (X+Y)*(X+Z)*(Y+Z)=(X+Y)*(X+Z) Consensus Law XY+XZ+YZ=XY+XZ Consensus Law […]
May 23, 2024

Data-Structures

Question 4 Consider a sequence a of elements a0 = 1, a1 = 5, a2 = 7, a3 = 8, a4 = 9, and a5 = […]