Programming Languages
Basic of Programming Language
Marks 1Marks 2
Function and Recursion
Marks 1Marks 2
Pointer and Structure in C
Marks 1Marks 2Marks 5
1
GATE CSE 1990
MCQ (Single Correct Answer)
+2
-0.6
Match the pairs in the following:

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
A
A - s; B - r; C - p; D - q
B
A - r; B - s; C - p; D - q
C
A - s; B - r; C - q; D - p
D
A - s; B - p; C - r; D - q
2
GATE CSE 1990
MCQ (Single Correct Answer)
+2
-0.6
Match the pairs in the following:

List - I

(A) Pointer data type
(B) Activation record
(C) Repeat-until
(D) Coercion

List - II

(p) Type conversion
(q) Dynamic data structure
(r) Recursion
(s) Nondeterministic loop
A
A - q; B - r; C - s; D - p
B
A - r; B - q; C - s; D - p
C
A - q; B - r; C - p; D - s
D
A - r; B - s; C - q; D - p
3
GATE CSE 1989
MCQ (Single Correct Answer)
+2
-0.6
An unrestricted use of the "goto" statement is harmful because of which of the following reason(s):
A
it makes it more difficult to verify programs
B
it makes programs more inefficient
C
it makes it more difficult to modify existing programs
D
it results in the compiler generating longer machine code
4
GATE CSE 1989
MCQ (Single Correct Answer)
+2
-0.6
In which of the following cases it is possible to obtain different results for call-by-reference and call-by-name parameter passing?
A
Passing an expression as a parameter
B
Passing an array as a parameter
C
Passing a pointer as a parameter
D
Passing an array element as a parameter
GATE CSE Subjects
Theory of Computation
Operating Systems
Algorithms
Digital Logic
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages
Computer Organization