The definition of a code
A set of program instructions
Definition of a loop
A sequence of instructions that continually repeats until a condition is met
The outcome of this code
3
The distance that the device will move
800 mm
Definition of an algorithm
A set of steps to accomplish a task
Definition of a list
A collection of data values that do not have to be the same type
The outcome of this chunk of code
Label1 will update on Screen1 to show “The value of ‘count’ is :: 6”
__ will be printed on the brain
The variable is odd
Definition of an abstraction
A technique or process that manages complexity in a program or computer system
Definition of an incremental counter
A loop that changes the value of a count by a certain amount every time an event occurs
The result of this chunk of code
ImageHappy will display on Screen1
The value of "tempCount"
7
Definition of a syntax
The set of rules that defines the combinations of symbols that are considered to be correctly structured in that language
Definition of a concatenation
A joining together of separate items—without changing them—into one place
Screen2 becomes visible when
If ‘Button1’ is pressed and “SecretPassword” is in the ‘PasswordTextBox1’
The replacement block should be
Choice A
Definition of an iteration
A process of repeating a set of instructions a specified number of times or until a condition is met
Definition of a function
A block of organized and reusable code that performs a single action
The "output" of maybe
5 is the output
The output will be
2 4 8 16 32 64