• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/16

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

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.