wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Fun-tastic Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which is the basic building block of computer programs? 

a)

a) Argument

b)

b) Parameter

c)

c) Subroutine

d)

d) Interface

2.

The function which will give exact result when same arguments are passed are called

a)

a) Impure functions

b)

b) Partial functions

c)

c) Dynamic functions

d)

d) Pure functions

3.

Expansion of ADT

a)

Abstract Data Tuple

b)

All Data Template

c)

Abstract Data Type

d)

Application Data Type

4.

ADT can be implemented using

a)

a) singly linked list

b)

b) doubly linked list

c)

c) either A or B

d)

d) neither A nor B

5.

Which is a compound structure which is made up of list or tuple?

a)

a) Pair

b)

b) Concrete

c)

c) Classes

d)

d) quadrats

6.

Which of the following members of a class can be handled only from within the class?

a)

a) Public members

b)

b) protected members

c)

c) secured members

d)

d) private members

7.

Which are loaded as soon as the library files are imported to the program?

a)

a) Built - in scope

b)

b) Enclosed scope

c)

c) Global scope

d)

d) Local scope

8.

The kind of scope of the variable 'a'used in the Pseudo code given below.

Disp ( ):

a:=7

print a

Disp ( )

a)

a) local

b)

b) global

c)

c) Enclosed

d)

d) Built – in

9.

The data type whose representation is unknown is called

a)

a) Built - in data type

b)

b) Derived data type

c)

c) concrete data type

d)

d) Abstract data type

10.

A sequence of immutable objects is called

a)

a) Built in

b)

b) List

c)

c) Tuple

d)

d) Derived data