wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Week 1: FOP

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is an Algorithm?

a)

A list of steps in any order

b)

A list of paragraphs

c)

A list of steps in order (sequence)

d)

A list of steps to confuse the programmer

2.

What are computer programs made up of?

a)

0's and 1's

b)

Algorithms

c)

Codes

d)

Machine Language

3.

What is pseudocode?

a)

A written description of what the computer must do

b)

An algorithm in the reverse order

c)

A series of shapes linked together

d)

A written description of what the programmer must not do

4.

What is this shape for in a Flowchart?

a)

Start, Stop

b)

Process

c)

Decision

d)

Input, Output

5.

What is this shaped used for in a Flowchart?

a)

Start, Stop

b)

Decision

c)

Process

d)

Input, Output

6.

Branches like fork on the road that leads to different path is called _____.

a)

function

b)

loop

c)

conditionals

d)

boolean

7.

Executing agent will get inside the "If" block when _________.

a)

the boolean expression is true

b)

the boolean expression is false

c)

the steps are not correct

d)

the steps are correct

8.

A series of instructions that are repeatedly carried out until a specific condition is met is called _____.

a)

cycles

b)

loops

c)

repeats

d)

infinite

9.

Which one is not a type of computer language?

a)

Native Language

b)

Machine language

c)

Assembly Language

d)

High level language

10.

What is an invention that doesn’t exist yet, but you would invest one million dollars to help create?

4 lines