- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
16 Cards in this Set
- Front
- Back
|
Which of the following is the first stage of program development?
|
Analysis
|
|
Structured programming techniques use which of the following?
|
Modules
|
|
OO is a programming development method. What does OO stand for?
|
Object Oriented
|
|
In event driven programming, which of the following triggers an event?
|
Mouse click
|
|
In programming an IF statement is used for:
|
selection
|
|
In programming a loop is used for:
|
repetition
|
|
In programming, which of the following describes one statement following another?
|
Sequence
|
|
What type of programming operator is used to add two numbers together?
|
Arithmetic
|
|
In programming what is the less than symbol?
|
<
|
|
In programming what does assigning a data type to a variable mean? It describes the:
|
Type of data that can be stored.
|
|
In programming data that is read by the program is called:
|
Input
|
|
In programming output data can be:
|
Formatted
|
|
Which of the following data type would be used to hold the number 5?
|
Integer
|
|
Which of the following data type would be used to hold the letter B?
|
Character
|
|
An advantage of using modular programming techniques is that it is:
|
Easier to find errors
|
|
Using modular programming techniques allows the program code to be:
|
Written by more than one programmer.
|