wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Computer Languages

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What is a computer program

a)

A computer program is a set of instructions given to the computer to perform a particular task.

b)

A computer program is used to talk to people about something

c)

A computer program is used to make robots

d)

A computer program is used to make sure that the bank is working

2.

How many computer languages are there?

a)

7

b)

2

c)

3

d)

5

3.

How do we express Machine Language

a)

Mnemonic code

b)

Binary code

c)

English Like Codes

4.

What does binary code mean?

a)

a coding system using the binary digits 0 and 1.

b)

a coding system using the binary digits 1-10

c)

a coding system using the binary digits 1-100

d)

a coding system using the binary digits 1-1000

5.

What is a high-level programming language that was developed in the mid-1970s.

a)

Scratch

b)

stickz

c)

blue J

d)

C++

6.

Java, Python, PHP, and C++ are examples of

a)

low level languages

b)

medium level languages

c)

Graphic arts languages

d)

high level languages

7.

Select the type of program translator

a)

Compiler

b)

Prolog

c)

Lisp

d)

C++

8.
Which statement about machine code is false?
a)
It can be represented in binary
b)
Easy to read
c)
Hard to read
d)
Only works with one type of processor
9.

What does an Assembler do?

a)

Converts machine code to assembly code so we can understand it

b)

Converts assembly code to machine code

c)

puts code together to make a whole program

d)

assembles code fragments

10.
Which statement about compilers is false?
a)
They create an executable file
b)
They are platform specific
c)
They turn source code into object code
d)
They only translate code one line at a time.