Exam 3: Understanding Structure

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A structured program includes only combinations of the three basic structures: ____.

(Multiple Choice)
4.8/5
(37)

You may hear programmers refer to looping as ____.

(Multiple Choice)
4.9/5
(31)

The following pseudocode is an example of ____. if conditionA is true then     The following pseudocode is an example of ____. if conditionA is true then    

(Multiple Choice)
4.9/5
(39)

When you ____________________ structures, the statements that start and end a structure are always on the same level and always in pairs.

(Short Answer)
4.9/5
(43)

Explain the difference between the representation of a decision structure and a loop in a flowchart.

(Essay)
4.9/5
(40)

Some people call the selection structure a(n) ____________________ statement.

(Short Answer)
4.8/5
(37)

In a selection structure, you perform an action or task, and then you perform the next action in order.

(True/False)
4.8/5
(42)

The case structure is a variation of the sequence structure and the do loop is a variation of the while loop.

(True/False)
4.8/5
(39)

Repetition and sequence are alternate names for a loop structure.

(True/False)
4.8/5
(41)

Placing a structure within another structure is called ____ structures.

(Multiple Choice)
4.8/5
(22)

In a structured program, any structure can be nested within another structure.

(True/False)
4.7/5
(37)
Showing 41 - 51 of 51
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)