October 18, 2023

OOPS

Question 50 If a function is friend of a class, which one of the following is wrong? A A function can only be declared a friend […]
October 18, 2023

NVS PGT CS 2017 Part-B

Question 1 Which of the following symbol is used to create a link to a named anchor in HTML? A & B @ C # D […]
October 18, 2023

Compiler-Design

Question 29 Which of the following statements is true? A SLR parser is more powerful than LALR B LALR parser is more powerful than Canonical LR […]
October 18, 2023

2014 June UGC NET Paper 1

Question 2 The Telephone Model of Communication was first developed in the area of A Technological theory B Dispersion theory C Minimal effects theory D Information […]
October 18, 2023

GATE 2011

Question 10 What does the following fragment of C-program print? char c[] = "GATE2011"; char *p =c; printf("%s", p + p[3] - p[1]) ; A GATE2011 […]
October 19, 2023

GATE 2004

Question 17 The Boolean function x’y’ + xy + x’y is equivalent to A x’ + y’ B x + y C x + y’ D […]
October 19, 2023

Digital-Logic-Design

Question 16 What values of A, B, C and D satisfy the following simultaneous Boolean equations? A A = 1, B = 0, C = 0, […]
October 19, 2023

Boolean-Algebra

Question 9 If P, Q, R are Boolean variables, then Simplifies to A B C D Digital-Logic-DesignBoolean-AlgebraGATE 2008 Question 9 Explanation:  Correct Answer: A Question 9 […]
October 19, 2023

Boolean-Algebra

Question 5 The number of min-terms after minimizing the following Boolean expression is ______. [D′ + AB′ + A′C + AC′D + A′C′D]′ A 1 B […]
October 19, 2023

GATE 2010

Question 6 The minterm expansion of is A m2+m4+m6+m7 B m0+m1+m3+m5 C m0+m1+m6+m7 D m2+m3+m4+m5 Digital-Logic-DesignBoolean-Algebra Question 6 Explanation:  Convert PQ + QR’ + PR’ into […]