WorksheetsCode.Org - Part II
Total questions: 21
Worksheet time: 17mins
The art of creating a program.
Looping
Programming
Debugging
Abstraction
A list of steps to finish a task.
Events
Iteration
Conditionals
Algorithm
An algorithm that has been coded into something that can be run by a machine.
Program
Bug
Function
Toolbox
Finding and fixing problems in an algorithm or program.
Conditioning
Debugging
Running A Program
Processing
Putting commands in correct order so computers can read the commands.
Debugging
Loop
Sequencing
Repeating
The action of doing something over and over again.
Loop
Event
Blocking
Abstraction
A set of instructions given to a computer to perform a task.
Patterns
Events
Conditionals
Programming Language
Do something again
Bug
Program
Repeat
Part of a program that does not work correctly.
Function
Workspace
Bug
Event
Which is not a programming language?
Blockly
Python
Javascript
Microsoft Word
What does this code do?
Moves forward 1 time
Moves forward forever
Moves forward 5 times
Moves left
How long are the sides of this shape?
2 pixels
120 pixels
150 pixels
Purple pixels
A statement that a program checks to see if it is true or false. If true, an action is taken. Otherwise, the actions is ignored.
condition
while loop
conditionals
function
What does run mean?
to make a code for a program
to make a program complete an algorithm
to make a website show up on your screen
Using the powers of computers to solve problems.
computer science
computational thinking
for loop
command
Is there more than one way to code a puzzle?
No
No, but you can make up your own design
Yes
Yes, but it will be counted wrong
an action that causes something to happen
loop
define
event
conditionals
Statements that can only run under certain conditions or situations such as: if the seat is taken, then move to the next available seat.
conditionals (if/then statements)
variable
abstractions
binary
A letter or symbol to which a some value can be assigned.
Variable
Output
Bug
