wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 1. Introduction to Object-Oriented Programming Concepts

Total questions: 15

Worksheet time: 13mins

Name
Class
Date
1.

The wrapping up of data and functions that operate on the data into a single unit is known as...

(a)  

2.

Name any four OOP’s principles.

4 lines
3.

An act of representing the essential features without including the background details or explanations.

(a)  

4.

It is a principle of an object-oriented programming in which an object can acquire characteristics of another class.

(a)  

5.

It is a principle of an object-oriented programming in which an object can do different things based on the data of different type.

(a)  

6.

True or False: In procedure-oriented programming, emphasis is given on the procedures.

a)

True

b)

False

7.

True or False: Java uses both compiler and interpreter.

a)

True

b)

False

8.

(a)   is a Java interpreter which converts Java byte code to native executable code.

9.

It is a machine instruction for a Java processor chip called Java Virtual Machine.

a)

Java Source Code

b)

Java byte code

c)

Java object code

10.

True or False: In object-oriented programming, emphasis is given on the data.

a)

True

b)

False

11.

Program in native executable code format (machine language) is known as...

a)

Java Source Code

b)

Java byte code

c)

Java object code

12.

True or False: Java is a platform independent language.

a)

True

b)

False

13.

Program written/developed using Java language is known as...

a)

Java Source Code

b)

Java byte code

c)

Java object code

14.

True or False: Java is a procudure-oriented programming language.

a)

True

b)

False

15.

Name two types of Java programs.

a)

Java Applet

b)

Java Application

c)

Java Objects

d)

Java Classes

e)

Java Websites