wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Languages

Total questions: 19

Worksheet time: 7mins

Name
Class
Date
1.

The only language understood by the digital devices is...

a)

assembly language

b)

linking language

c)

translation language

d)

machine language

2.

They are considered closer to computers

a)

Low Level Languages

b)

High Level Languages

c)

Object oriented Languages

3.

"High Level languages (HLL) are not machine-dependent". The statement above means:

a)

They have a sentence-like structure

b)

they are closer to natural languages

c)

they can be used on different types of computers

d)

they are easy to learn

4.

Compilers, interpreters and assemblers are translation programs:

a)

used for HLL and LLL

b)

Compilers and Interpreters are used for HLL instead the assembler is used for LLL

c)

they are used only for LLL

5.

The 1st GPL (1940s)

a)

was not important

b)

was not machine-dependent

c)

was called assembly language

d)

was based on the binary system

6.

mnemonics are:

a)

also called memory helps

b)

alphabetic abbreviation converted by the assembly language

c)

alphabetic abbreviation converted by the interpreter

d)

num1, num 2, sum

7.

The HLL stated with

a)

the second generation of programming language

b)

the third generation of programming language

c)

the fourth generation of programming language

d)

the fifth generation of programming language

8.

In the HLL, the instructions:

a)

are called statements

b)

are called sentences and are a combination of English-like phrases and mathematical terms

9.

The procedural language expresses a problem as:

a)

topdown instructions to accomplish a task

b)

interaction with objects to accomplish a task

10.

The object-oriented language expresses a problem as:

a)

topdown instructions to accomplish a task

b)

interaction with objects to accomplish a task

11.

The subroutines:

a)

are modules of programs

b)

are known as procedures

c)

are divided into subroutines and nesting subroutines

d)

all the options are correct

12.

Procedural languages can be classified as: business, scientific and multipurpose

a)

true

b)

false

13.

The SQL is:

a)

the most popular query language

b)

belongs to the higher abstraction fourth generation

c)

a markup language

14.

Declarative languages:

a)

run routines and subroutines

b)

do logical operations

c)

are used to explain how texts are to be edited

15.

Microsoft Visual C#:

a)

was invented in the 1970s by D. Ritchie

b)

is a programming environment

c)

combines the C++ and .Net Framework

16.

JIT:

a)

is a compiler used to convert the Java bytecode into machine language

b)

means: Java Information Technology

c)

is the format of Java extension

17.

Java Virtual Machine

a)

is a platform independent execution environment

b)

it is made up of two components: java platform and Java Interface

c)

its code is platform independent

18.

The editor is:

a)

a program to translate computer code

b)

a program to write computer code

c)

a program to read algorithm

19.

Debugging is the activity to:

a)

write documentation

b)

test the program

c)

find out the error and fix it