December 26, 2023

GATE 1996

Question 4 Which of the following statements is false? A The set of rational numbers is an abelian group under addition. B The set of integers […]
December 26, 2023

ISRO CS 2020

Question 5 The number of tokens in the following C code segment is switch(inputvalue) { case 1;b=c*d; break; Default : b = b++ ; break; } […]
December 26, 2023

ISRO CS 2020

Question 6 In a two-pass assembler, resolution of subroutine calls and inclusion of labels in the symbol table is done during A Second pass B First […]
December 26, 2023

ISRO CS 2020

Question 14 Consider the following page reference string 1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 […]
December 26, 2023

Question 8946 – ISRO CS 2020

Consider the following pseudo code I=0; J=0; K=8; while(I<k-1) while-1="" { J=J+1; while(J<k) while-2="" { if(J<k) { temp=x[I]) x[I] = x[J]; x[J]=temp; } } // end […]
December 27, 2023

2013 June UGC NET Paper 1

Question 5 Inductive reasoning presupposes A Unity in human nature. B Integrity in human nature. C Uniformity in human nature. D Harmony in human nature. Logical-ReasoningInductive-Reasoning […]
December 29, 2023

Data-Structures

Question 49 The most appropriate matching for the following pairs X: depth first search 1: heap Y: breadth-first search 2: queue Z: sorting 3: stack is […]
December 29, 2023

Programming

Question 34 Consider the following C declaration struct { short s [5] union { float y; long z; } u; } t; Assume that objects of […]
December 29, 2023

GATE 1995

Question 13 Which of the following strings can definitely be said to be tokens without looking at the next input character while compiling a Pascal program? […]
December 30, 2023

GATE 2000

Question 1 The minimum number of cards to be dealt from an arbitrarily shuffled deck of 52 cards to guarantee that three cards are from some […]
December 30, 2023

Compiler-Design

Question 37 Generation of intermediate code based on an abstract machine model is useful in compilers because A it makes implementation of lexical analysis and syntax analysis […]