March 14, 2024

UGC NET CS 2016 July- paper-2

Question 9 The simplified form of a Boolean equation (AB’ + AB’C + AC) (A’C’ + B’) is : A AB’ B AB’C C A’B D […]
March 14, 2024

Linked-List

Question 7 Consider a singly linked list having n nodes. The data items d1, d2, …dn are stored in these n nodes. Let X be a […]
March 14, 2024

Artificial-Intelligence

Question 50 Let P(m, n) be the statement “m divides n” where the Universe of discourse for both the variables is the set of positive integers. […]
March 14, 2024

Question 10830 – APPSC-2016-DL-CS

The best case time complexity of insertion sort algorithms is ______ Correct Answer: A Question 28 Explanation:  The best case of insertion sort is when all […]
March 15, 2024

MAC

Question 1 Which of the following is correct for the destination address 4A:30:10:21:10:1A? A Unicast address B Multicast address C Broadcast address D Unicast and Broadcast […]
March 15, 2024

GATE 2018

Question 14 In an Entity-Relationship (ER) model, suppose R is a many-to-one relationship from entity set E1 to entity set E2. Assume that E1 and E2 […]
March 15, 2024

UGC NET CS 2016 July- paper-2

Question 12 The following statement in ‘C’ int (*f())[ ]; declares A a function returning a pointer to an array of integers. B a function returning […]
March 16, 2024

Functions

Question 4 Let A be a set of n(>0) elements. Let Nr be the number of binary relations on A and let Nf be the number […]
March 16, 2024

Question 10410 – Functions

The Laplace transform of the periodic function f(t) described by the curve below, i.e., is _________ Correct Answer: A A Out of syllabus.
March 16, 2024

GATE 1993

Question 13 The value of the double integral is A 1/3 Engineering-MathematicsCalculus Question 13 Explanation:  Correct Answer: A Question 13 Explanation: 
March 17, 2024

OOPS

Question 69 A member function can always access the data in __________ , (in C++). A the class of which it is member B the object […]