wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programming

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Define programming language

a)

Vocabulary and a collection of rules that command a computer, devices, applications to work according to the written codes

b)

A set of words, abbreviations and symbols that enables a programmer to give instructions to a computer.

c)

a series of instructions that directs a computer to perform tasks.

2.

Series of instructions that directs a computer to perform tasks best define?

a)

computer programmer

b)

computer laguage

c)

computer program

d)

computer

3.

Assembly Language

a)

Consists of English-like abbreviations.

b)

The natural language of a computer.

c)

Instructions are written using a series of English like words

4.

Which of these is incorrect for low level language

a)

Machine dependent –

which cannot run on different types of computers and operating system.

b)

Need translator to convert to

low-level language

c)

Difficult to learn, modify and far to human languages.

d)

Consists of binary digits or English – like abbreviations to form instruction

5.

Contain a series of computational steps. This statement is correct for which paradigm?

a)

OBJECT ORIENTED

b)

PROCEDURAL

c)

LOGIC

6.

An object contain both data and procedures that read and manipulate that data. This statement is correct for which paradigm?

a)

OBJECT ORIENTED

b)

PROCEDURAL

c)

LOGIC

7.

Example of programming that use Logic paradigm

a)

BASIC

b)

ASP

c)

JAVA

d)

PYTHON

8.

Example of programming that use procedural paradigm

a)

PASCAL

b)

PERL

c)

PROLOG

d)

DATALOG

9.

Convert one instruction of the source program at a time into machine language. Then temporarily executes high-level language, one statement at the time. This statement is true for.

a)

INTERPRETER

b)

ASSEMBLER

c)

COMPILER

10.

Convert the entire source program into machine language before executing it. This statement is true for...

a)

COMPILER

b)

ASSEMBLER

c)

INTERPRETER