wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MCQ LC1 Vocabulary

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Define the term computational thinking

a)

Using a computer

b)

Developing an algorithm to solve a problem

c)

Making a computer use artificial intelligence

d)

Google is computational thinking

2.

Which of the following is not a component of computational thinking?

a)

Abstraction

b)

Typing

c)

Decomposition

d)

Algorithmic thinking

3.

Define the term abstraction within computational thinking

a)

Adding together numbers

b)

Taking a real world problem and designing a computer program that exactly replicates every part of that problem in the computer

c)

Performing multiple calculations on a list of variables

d)

Representing real world problems in a computer program, using symbols and removing unnecessary elements

4.

Define the term decomposition within computational thinking

a)

The breaking down of a program until it no longer exists

b)

The creation of music that can be played on a computer

c)

The breaking down of a problem into smaller problems

d)

The breaking down of waste to make compost

5.

Identify the correct definition for ‘algorithm’

a)

A problem

b)

A solution to a problem

c)

The steps that are taken to solve a problem

d)

The words to enter when typing

6.

How many arrows should come out of a decision symbol in a flowchart?

a)

0

b)

1

c)

2

d)

3

7.

The following algorithm should take as input and add together two numbers, outputting the result. Identify the correct algorithm.

a)

num1 = input(“Enter the first number”) num2 – input(“Enter the second number”) num3 = num1 + num2 print(num3)

b)

num1 = input(“Enter the first number”) num2 = input(“Enter the second number”) num3 = num1 + num2 print(num3)

c)

num1 = input(“Enter the first number”) num3 = input(“Enter the second number”) num3 = num1 + num2 print(num3)

8.

Define the term flowchart

a)

A graph that shows trends

b)

Pseodocode that is concatenated

c)

A diagram that represents a sequence of instructions

9.

What is the name of the symbol that is used to start and end a flowchart

a)

Terminal

b)

Transition

c)

Station

d)

End

10.

Process means a what is taking place?

a)

Input

b)

Action

c)

Decision

d)

Output