Computer
History
Computer
Solutions
C++
Visual
Basic
Java
100
The process of translating a computer solution into a language the computer can understand is called ____.
What is coding
100
IPO stands for Information, Processing, and Output.
What is input, processing, and output
100
A memory location whose value can change during runtime.
What is a variable
100
Visual Basic comments beginning
What is the apostrophe
100
Used to mark the end of each statement in a Java program.
What is a semi-colon
200
Instructions written in 0s and 1s are called ____ language.
What is machine
200
The ____ step to creating a computer solution is to analyze the problem.
What is first
200
The standard output stream object.
What is cout
200
The ____ contains the objects that can be used when designing a graphical user interface in Visual Basic.
What is toolbox
200
An object data type used to get data from the keyboard.
What is a scanner
300
Programs written in a high-level language usually require a(n) ____, which also is a program, to convert the English-like instructions into the 0s and 1s the computer can understand.
What is a compiler
300
The term pseudocode means ____.
What is pseudocode
300
A(n) ____ is a number that does not contain a decimal place.
What is an integer
300
The ____ object is used to display a message or put a name on an item in a window.
What is a label
300
The process of creating variables and constants.
What is declaration
400
Directions given to a computer.
What is a program
400
____uses standardized symbols to show the steps that must be followed to accomplish the program’s goal.
What is a flowchart
400
If a variable name contains more than one word, most C++ programmers use ____.
What is camel case
400
A prefix of ____ should be used when naming Textbox objects.
What is txt
400
System.out is a(n) _____ used to display data in the terminal window.
What is an object
500
Stores computer programs temporarily for immediate use.
What is main memory
500
In a flowchart, the rectangle symbol is called the ____ symbol.
What is process
500
The assignment operator.
What is the equal sign
500
Clicking a button like the one labeled Reset Window in the accompanying figure when a Visual Basic program is running triggers a(n) ____.
What is an event
500
println() and nextInt() are ______.
What is a method