Exam 3: Understanding Structure

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

The following pseudocode is an example of a ____ structure. get firstNumber Get secondNumber Add firstNumber and secondNumber Print result

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

A

Match each term with a statement below.
Premises:
A variation of the selection structure
Responses:
decision structure
stacking structures
loop structure
Correct Answer:
Verified
Premises:
Responses:
A variation of the selection structure
decision structure
Free
(Matching)
4.8/5
(39)
Correct Answer:
Verified

Match each term with a statement below.
Premises:
Placing a structure within another structure
Responses:
priming read
structure
case structure
Correct Answer:
Verified
Premises:
Responses:
Placing a structure within another structure
priming read
Free
(Matching)
4.7/5
(44)
Correct Answer:
Verified

Match each term with a statement below.
Premises:
Attaching structures end-to-end
Responses:
loop structure
spaghetti code
nesting structures
Correct Answer:
Verified
Premises:
Responses:
Attaching structures end-to-end
loop structure
(Matching)
4.9/5
(42)

Structured programming is sometimes called goto-less programming.

(True/False)
4.7/5
(35)

Fill in the blank in the following pseudocode: Fill in the blank in the following pseudocode:

(Multiple Choice)
4.9/5
(33)

The following pseudocode is an example of a ____ structure. The following pseudocode is an example of a ____ structure.

(Multiple Choice)
4.8/5
(37)

What are the three basic structures and how can they be used?

(Essay)
5.0/5
(44)

A loop must return to the ____ question at some later point in a structure.

(Multiple Choice)
4.7/5
(40)

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
(35)

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

(Essay)
4.9/5
(35)

The action or actions that occur within a loop are known as a(n)____.

(Multiple Choice)
4.9/5
(39)
Match each term with a statement below.
Premises:
A case in which no action is taken
Responses:
module
null case
priming read
Correct Answer:
Verified
Premises:
Responses:
A case in which no action is taken
module
(Matching)
4.9/5
(37)

Because you may stack and nest structures while retaining the overall structure, it might be difficult to determine whether a flowchart as a whole is structured.

(True/False)
4.9/5
(36)

A ____ read is an added statement that gets the first input value in a program.

(Multiple Choice)
4.8/5
(38)

Define the term structure as it relates to programming.

(Essay)
4.7/5
(38)

The case structure is a variation of the ____ structure.

(Multiple Choice)
4.9/5
(49)

Programs that use _____ code logic are unstructured programs that do not follow the rules of structured logic.

(Multiple Choice)
4.9/5
(39)

Placing a structure within another structure is called ____ structures.

(Multiple Choice)
4.8/5
(43)

Attaching structures end to end is called ____ structures.

(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 60
close modal

Filters

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