wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Time machine week 4

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

1. What is an algorithm?

a)

A. A set of instructions in order.

b)

B. A task for the computer.

2.

2. What should be considered when designing an algorithm?

a)

A. If the correct software is being used.

b)

B. If the correct hardware is being used.

c)

C. If there is more than one way of solving the problem.

3.

3. Which of these is the correct symbol for a process in a flowchart?

a)

A. Diamond

b)

B. Rectangle

c)

C. Parallelogram

4.

4. When can algorithms be used?

a)

A. Only with computers

b)

B. For programming

c)

C. To design a solution to any problem

5.

5. Which symbol is used for a connector in a flowchart?

a)

A. Circle

b)

B. Diamond

c)

C. Parallelogram

6.

6. What is a flowchart?

a)

A. A flowchart is a text-based way of designing an algorithm.

b)

B. A flowchart is a diagram that represents a set of instructions

c)

C. A flowchart is a specific programming language.

7.

7. What is a pseudocode?

a)

A. A way of describing a set of instructions in a text form.

b)

B. A diagrammatic representation of a set of instructions.

c)

C. A specific programming language that all computers use.

8.

8. A/An …… is a sequence of instructions.

a)

A. algorithm

b)

B. flowchart

9.

9. The general direction of the flow in any flowchart is from …………… or from ……………..

a)

A. top to bottom/left to right

b)

B. bottom to top/left to right

c)

C. top to bottom/right to left

10.

10. A step-by-step procedure to solve any problem.

a)

A. Program

b)

B. Algorithm

c)

C. Flowchart

11.

11. Algorithm is always written in a ……. language.

a)

A. difficult

b)

B. simple

c)

C. binary

12.

12. …………… is used to display the final result.

a)

A. Stop box

b)

B. Input/Output box

c)

C. Process box

13.

13. The diagrammatic representation that illustrates the steps for the solution of a problem is called a/an ………..

a)

A. algorithm

b)

B. flowchart

c)

C. None of the above

14.

14. Flowcharts and algorithms are used for:

a)

A. Better programming

b)

B. Ease of testing and debugging

c)

C. All of the above

15.

15. Which subroutine will not return a value back to the program?

a)

A. Procedure

b)

B. Function

c)

C. Algorithm