NEW
Font size
WorksheetsIntro to Computer Programming
Total questions: 14
Worksheet time: 9mins
1. Grip cap with index finger and thumb
2. Remove cap
3. Twist counter-clock-wise until seal is broken
1.Which building block of algorithm is commonly referred to as a ‘loop’?
Sequence
Iteration
Selection
Variable
Why is iteration important in an algorithm?
It determines the order in which instructions are to be carried out
It allows multiple paths through a program
It allows code to be simplified by removing repetitive steps
It makes the algorithm harder to understand.
Which of the following would be a programming language?
Water
Python
The class I am currently in.
Jada
Iterate
An extra piece of information passed to a function to customize it for a specific need
a collection of commands made available to a programmer
A precise sequence of instructions for processes that can be executed by a computer
To repeat in order to achieve, or get closer to, a desired goal.
A precise sequence of instructions for processes that can be executed by a computer
Selection
Pair Programming
Iterate
Algorithm
Iterate
An extra piece of information passed to a function to customize it for a specific need
a collection of commands made available to a programmer
A precise sequence of instructions for processes that can be executed by a computer
To repeat in order to achieve, or get closer to, a desired goal.
Block based programming language is a programming language where instructions are mainly represented as blocks.
True
False
____________ is information the user sends to the computer
Software
Input
Secondary Memory
Program
Which is the easiest set of instructions to follow?
Draw a house.
Draw a house with 4 windows, a door, chimney and a path.
Draw a house with windows and a driveway.
Draw a square, with 4 squares inside.
Which algorithm, will NOT take you from A to B
UP 1
RIGHT 5
UP 2
RIGHT 1
UP 3
RIGHT 4
UP 2
RIGHT 5
UP 1
LEFT 1
UP 3
RIGHT 5
