wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Logic Building in Computer

Total questions: 12

Worksheet time: 4mins

Name
Class
Date
1.

An area of a computer that temporarily holds data waiting to be processed is

a)

CPU

b)

File

c)

Memory

d)

ALU

2.

ALU and Control Unit jointly known as

a)

ROM

b)

CPU

c)

RAM

d)

PC

3.

Which one of the following is NOT a computer language?

a)

MS-Excel

b)

C++

c)

COBOL

d)

BASIC

4.

______ is computer software designed to operate the computer hardware and to provide platform for running application software.

a)

Operating system

b)

Software

c)

System software

d)

Application software

5.

What is an Algorithm?

a)

A chart showing the flow of a series of events

b)

Step-by-step instructions used to solve a problem

c)

A decision arrived at by following instructions

d)

A computer program that follows a chart

6.

What algorithm do we use when we're looking for the Post Office?

a)

A set of directions

b)

A recipe

c)

A list of instructions

7.

Programming languages give computers instructions

a)

True

b)

False

8.

What algorithm do we use when we're building a wardrobe?

a)

A set of directions

b)

A recipe

c)

A list of instructions

9.

When you write an algorithm the order of the instructions is very important

a)

True

b)

False

10.

What should be considered when designing an algorithm?

a)

If the correct hardware is being used

b)

If the correct software is being used

c)

If there is more than one way of solving the problem

11.

Which tool used to plan computer programs is an English-like representation of the program steps?

a)

debugging

b)

flowchart

c)

assemby

d)

psuedocode

12.

What type of error causes a program to produce incorrect results, such as the sum of two values instead of the difference of two value.

a)

Logic

b)

Syntax

c)

Runtime

d)

System