A set of steps to accomplish a task
What is an Algorithim?
What is the result of the code section listed below?
Label1 will update on Screen1 to show "The value of 'count' is :: 6"
Text or characters displayed in a program
What is a string?
What happens if debug is true?
The robot will display the movements but not move
A technique or process that manages complexity in a program or computer system
What is Abstraction?
What is the result?
3
A sequence of instructions that continually repeats until a condition is met
What is a loop?
How far will the SDV have moved after running the code below?
800mm
A set of program instructions
What is code?
What is the result?
Image happy visibility becomes true
A block of organized and reusable code that performs a single action
What is a function?
What will myVariable be at the end of the program
32
Information or signals entered into a computer system
What is input?
What numbers result in a maybe?
The smallest unit of data storage that contains known or unknown information referred to as a “value.”
What is a variable?
What goes in what goes here?
A
a control block that looks for inputs or events to know when to perform a specific action
What is an event handler?
How can Screen2 be visible?
If 'Button1' is pressed and "SecretPassword" is in the 'PasswordTextBox1'
A loop that changes the value of a count by a certain amount every time an event occurs.
What is printed at the end of the Vex Code?
Variable is odd