wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS_Unplugged

Total questions: 12

Worksheet time: 8mins

Name
Class
Date
1.

CODE is also called ____________

a)

Note

b)

Program

c)

Answer

d)

Question

2.

With coding , we can make

a)

Games

b)

Apps

c)

Websites

d)

All of these

3.
What do we call the person who writes the instructions for the computer to complete a task?
a)
architect
b)
programmer
c)
Bob
d)
composer
4.
What is coding?
a)
Something used to develop computer programs. 
b)
A form of "language" use to communicate computer actions. 
c)
An essential part to everything we do online. 
d)
All of these options are correct. 
5.

Putting commands in correct order so computers can read the commands

a)

loop

b)

repeat

c)

debugging

d)

sequencing

6.

Jason's alarm went off at 7:30. He jumped out of bed, got dressed, and brushed his teeth. Then he made his bed before going downstairs for breakfast. After eating a bowl of cereal and some toast, Jason grabbed his backpack and headed out the door to catch the bus.

What did Jason do just after he brushed his teeth?

a)

Made his bed

b)

Ate a bowl of cereal

c)

Jumped out of bed

d)

Got dressed

7.

Let us consider an example of playing a game of dice.

The rules to be followed are not in the correct sequence. Arrange the steps in the correct sequence:

(a) The player who gets the highest number wins the game.

(b) If both the players get the same number,then repeat step 1.

(c)Each player rolls the dice one after the other and places them such that they form the highest two-digit number.

a)

a,b,c

b)

c,a,b

c)

b,a,c

d)

a,c,b

8.

Here is a list of tasks that you do while posting a letter. Find out the missing sub-task.

(a) Write the letter.

(b) Write the address on the envelope.

(c) Post the letter.

a)
b)
c)
d)
9.
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
10.
When can algorithms be used?
a)
Only with computers
b)
Only when programming
c)
Only with flowcharts
d)
Any time to design solutions to problems
11.
What is an error in a program that prevents the program from running as expected?
a)
Algorithm
b)
Program
c)
Bug
d)
Code
12.
Which algorithm will get the bird to the pig?
a)
Forward
Turn Left
Forward
Turn Right
Forward
b)
Forward
Forward
Turn Left
Forward
Forward
c)
Forward
Turn Right
Forward
Turn Left
Forward
d)
Turn Left
Forward
Forward
Turn Right