wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ITElec1_Recitation_1

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

Computer programs are (a)   that tells the computer what to do.

2.

Machine language is the (a)   of a particular computer.

3.

It is a set of instructions executed directly by a computer's central processing unit.

(a)  

4.

Assemblers these are (a)   that were developed to convert assembly-language program to machine-language program

5.

These are English-like words, statements, (sentences), and punctuation to instruct the computer to do something.

(a)  

6.

It is more human readable view of machine language.

(a)  

7.

These are translator programs that were developed to convert high-level languages into machine language program.

(a)  

8.

These were developed to execute high-level language programs directly.

(a)  

9.

It is a style of programming in which sets of operations are executed one after another in sequence.

(a)  

10.

It refers to the ability to create classes that share the attributes and methods of existing classes.

(a)  

11.

It describes the feature of languages that allow the same word or symbol to be interpreted correctly in different situations.

(a)  

12.

A research that was released in 1991.

(a)  

13.

Source code is stored on a disk in a file with a name ending in (a)   .

14.

Compiler creates (a)   that are stored on a disk file with a name ending in .class

15.

Java is (a)   because it is highly supported language

16.

It is nothing but a template for object you are going to create or it’s a blue print

(a)  

17.

Encapsulation refers to the (a)   and methods within an object.

18.

This is stand-alone program

(a)  

19.

These are programs that are embedded in a Web page

(a)  

20.

These are usually typing errors

(a)  

21.

It is when your program compiles and runs, but does the wrong thing.

(a)  

22.

Positions the insertion point at the beginning of the next line.

(a)  

23.

To write your Java programs, you will need a (a)   .

24.

A (a)   is basically a behaviour.

25.

For all (a)   the first letter should be in upper case.