January 31, 2024

Question 7839 – GATE 2018

In a party, 60% of the invited guests are male and 40% are female. If 80% of the invited guests attended the party and if all […]
January 31, 2024

GATE 1991

Question 28 Choose the correct alternatives (more than one may be correct) and write the corresponding letters only: A “link editor” is a program that: A […]
January 31, 2024

GATE 1993

Question 5 Fourier series of the periodic function (period 2π) defined by But putting x = π, we get the sum of the series. A π2/4 […]
February 1, 2024

GATE 2003

Question 1 Consider the following C function. float f(float x, int y) { float p, s; int i; for (s=1, p=1, i=1; i < y; i […]
February 1, 2024

Question 8492 – Operator

Which of the following ‘C’ language arithmetic expressions has logical error? Correct Answer: B Question 2 Explanation:  →In the option B, -10%-2 gives remainder of “0” […]
February 1, 2024

Compiler-Design

Question 45 The pass number for each of the following activities 1. Object code generation 2. Literals added to literal table 3. Listing printed 4. Address […]
February 2, 2024

GATE 1995

Question 25 The minimum number of edges in a connected cyclic graph on n vertices is: A n – 1 B n C n + 1 […]
February 2, 2024

GATE 1997

Question 42 Let G be a graph with 100 vertices numbered 1 to 100. Two vertices i and j are adjacent if |i – j| = […]
February 2, 2024

GATE 2002

Question 25 Maximum number of edges in a n-node undirected graph without self loops is A n2 B n(n-1)/2 C n-1 D (n+1)(n)/2 Engineering-MathematicsGraph-Theory Question 25 […]
February 3, 2024

Relational-databases

Question 12 Match the following with respect to RDBMS : A (a)-(iii), (b)-(iv), (c)-(i), (d)-(ii) B (a)-(iv), (b)-(iii), (c)-(ii), (d)-(i) C (a)-(iv), (b)-(ii), (c)-(iii), (d)-(i) D […]
February 4, 2024

Operating-Systems

Question 2 Consider a system with byte-addressable memory, 32 bit logical addresses, 4 kilobyte page size and page table entries of 4 bytes each. The size […]