Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

programming-languages

GATE CSE & IT · Symbol Tables & Storage · 1989-2005

12
PYQs
100%
keyed
0
elite explanations
8
years appeared

Study anchor

Source-book anchor pending for this concept.

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2005 PYQ

Which one of the following are essential features of an object-oriented programming language? i) Abstraction and encapsulation ii) Strictly-typedness iii) Type-safe property couple...

easyanswer key
2005 PYQ

A common property of logic programming languages and functional languages is:

easyanswer key
2004 PYQ

Choose the best matching between the programming style in Group 1 and their characteristics in Group 2 Group 1 P. Functional Q. Logic R. Object-oriented S. Imperative Group 2 1. Co...

easyanswer key
2003 PYQ

Which of the following statements is FALSE ?

mediumanswer key
2003 PYQ

The following program fragment is written in a programming language that allows global variables and does not allow nested declarations of functions. global int i = 100, j = 5; voi...

hardanswer key
2003 PYQ

The following program fragment is written in a programming language that allows global variables and does not allow nested declarations of functions. global int i = 100, j = 5; voi...

mediumanswer key
1999 PYQ

Consider the following program in a language that has dynamic scooping: var x: real; procedure show; begin print(x); end; procedure small; var x: real; begin x: = 0.125; show; end;...

easyanswer key
1996 PYQ

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) Gar...

easyanswer key
1991 PYQ

Indicate the following statement true or false : A programming language not supporting either recursion or pointer type does not need the support of dynamic memory allocation.

easyanswer keybasic explanation
1990 PYQ

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) Re...

easyanswer key
1990 PYQ

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) Objec...

easyanswer key
1989 PYQ

In which of the following cases it is possible to obtain different results for call-by-reference and call-by-name parameter passing?

mediumanswer key