1
GATE CSE 1997
MCQ (Single Correct Answer)
+2
-0.6
Given the following Pascal like program segment:
Procedure A;
x,y:intger;
Procedure B;
x,z:real;
S1
end B;
Procedure C;
i:integer;
S2;
end C;
end A;
The variables accessible in S1 and S2 are
2
GATE CSE 1996
MCQ (Single Correct Answer)
+2
-0.6
The correct matching for the following pairs is
List - I
(A) Activation record
(B) Location counter
(C) Reference counts
(D) Address relocation
List - II
(1) Linking loader
(2) Garbage collection
(3) Subroutine call
(4) Assembler
3
GATE CSE 1994
MCQ (Single Correct Answer)
+2
-0.6
In which one of the following cases is it possible to obtain different results for
call-by-reference and call-by-name parameter passing methods?
4
GATE CSE 1990
MCQ (Single Correct Answer)
+2
-0.6
Match the pairs in the following:
(B) LISP
(C) Prolog
(D) VAL
(q) Data flow programming
(r) Functional programming
(s) Object-Oriented programming
List - I
(A) Small talk(B) LISP
(C) Prolog
(D) VAL
List - II
(p) Logic programming(q) Data flow programming
(r) Functional programming
(s) Object-Oriented programming
GATE CSE Subjects
Browse all chapters by subject
Theory of Computation
Operating Systems
Algorithms
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages