Who applies their knowledge of computation to creating solutions using a computer system?
Which kind of science creates artifacts and solves problems using the help of a computer?
What is an ordered set of instructions used to carry out a task?
_________is the approach to programming where the programmer adds and tests code in small chunks at a time to make sure that it behaves the way they want it to, before adding more code
What is the visual part of a computer program or operating system, that an end user interacts with the computing device or software?
________ is the consumer for whom a hardware or software product is designed
What is the layer of the app that contains the program that tells the app how to behave?
A/ n_________ is an action or occurrence that happens during runtime that will trigger a response from the software
What is runtime?
The _______ block of code is triggered when a certain event occurs?
___________ is a command that performs different actions depending on whether a condition is true or false
__________ is a form of mathematics in which an expression is either reduced to either True or False
A/n_________ is a flaw in a computer program that causes the program to produce an incorrect result or behavior
_________ is the process of identifying bugs or errors in a computer hardware or program and fix them.
_____________ is two people working together to create a computer program. The “driver” controls the computer while the “navigator instructs the driver on what to do.
What is meant by "set CheckBox2 Checked to false?"
The flowchart is an example of a/n _________
The flowchart is an example of a/n ___________
What would happen to the MeaslesButton was clicked if it was already playing?
What is the first step to debugging code?