wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

II_EEE_A_Quiz

Total questions: 20

Worksheet time: 12mins

Name
Class
Date
1.

Procedural programming lays stress on?

a)

Data

b)

Functions

c)

Object

d)

Class

2.

(a)   can be used as a bridge to have data flow from one function to another.

3.

________ is wrapping of data into a single unit called class.

a)

Abstraction

b)

Polymorphism

c)

Encapsulation

d)

Inheritance

4.

__________ refers to the act of representing essential details.

a)

Polymorphism

b)

Abstraction

c)

Inheritance

d)

Encapsulation

5.

__________ is the process in which objects of one class can link and share some common properties from the objects of another class.

a)

Abstraction

b)

Inheritance

c)

Polymorphism

d)

Encapsulation

6.

__________ is the process of using a function for more than one purpose. It allows the use of different internal structures of the object by keeping the same external interface.

a)

Inheritance

b)

Polymorphism

c)

Abstraction

d)

Encapsulation

7.

In this process the function call is linked to the function signature at runtime.

a)

Dynamic Binding

b)

Static Binding

8.

This is the logical link from caller program to the function and is established by using function name in the caller program

a)

Dynamic Binding

b)

Static Binding

9.

Choose Object oriented programming languages from the following.

a)

C

b)

Java

c)

BASIC

d)

Small Talk

10.

Which of the following adopts top down approach?

a)

Object Oriented Programming

b)

Procedural Programming

11.

An _________ is an instance or of a copy of a class.

a)

Class

b)

Object

c)

Attribute

12.

A ________ is blue print that defines certain characteristics and behavior. It is simply a representation of different types of objects.

a)

Class

b)

Object

c)

Attribute

d)

Characteristics

13.

Choose the correct titles for column 1 & Column 2

a)

Data Abstraction & Data Hiding

b)

Data Hiding & Data Abstraction

c)

None Of These

14.

(a)   keyword is used for allocating dynamic memory of the object

15.

Class is known as (a)   datatype.

16.

The purpose of (a)   is to hide complexity.

17.

_________ & _________ are two types of high level languages.

(a)  

18.

Problems are divided into smaller programs called (a)  

19.

The class through which other classes are derived through the process of inheritance is called

a)

Super class or parent class

b)

Sub class or child class

20.

The class that inherits the properties from a base class is called

a)

Super class or parent class

b)

Sub class or child class