NEW
Font size
WorksheetsFun-tastic Quiz
Total questions: 10
Worksheet time: 5mins
Which is the basic building block of computer programs?
a) Argument
b) Parameter
c) Subroutine
d) Interface
The function which will give exact result when same arguments are passed are called
a) Impure functions
b) Partial functions
c) Dynamic functions
d) Pure functions
Expansion of ADT
Abstract Data Tuple
All Data Template
Abstract Data Type
Application Data Type
ADT can be implemented using
a) singly linked list
b) doubly linked list
c) either A or B
d) neither A nor B
Which is a compound structure which is made up of list or tuple?
a) Pair
b) Concrete
c) Classes
d) quadrats
Which of the following members of a class can be handled only from within the class?
a) Public members
b) protected members
c) secured members
d) private members
Which are loaded as soon as the library files are imported to the program?
a) Built - in scope
b) Enclosed scope
c) Global scope
d) Local scope
The kind of scope of the variable 'a'used in the Pseudo code given below.
Disp ( ):
a:=7
print a
Disp ( )
a) local
b) global
c) Enclosed
d) Built – in
The data type whose representation is unknown is called
a) Built - in data type
b) Derived data type
c) concrete data type
d) Abstract data type
A sequence of immutable objects is called
a) Built in
b) List
c) Tuple
d) Derived data
