Exam 3: Understanding Structure

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

Match each term with a statement below. -A basic unit of programming logic

(Multiple Choice)
4.8/5
(31)

The following pseudocode is an example of a ____ structure. if firstNumber is bigger than secondNumber then Print firstNumber Else Print secondNumber Endif

(Multiple Choice)
4.8/5
(35)

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

(Essay)
4.9/5
(41)

In older languages,you could leave a selection or loop before it was complete by using a ____ statement.

(Multiple Choice)
4.8/5
(34)

One way to straighten out an unstructured flowchart segment is to use the ____ method.

(Multiple Choice)
4.9/5
(36)

Match each term with a statement below. -Attaching structures end-to-end

(Multiple Choice)
4.8/5
(36)

Why is it best to use only three programming structures?

(Essay)
4.9/5
(34)

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

(Essay)
4.9/5
(39)

Match each term with a statement below. -Why does spaghetti code have a shorter shelf life than structured code?

(Essay)
4.9/5
(27)

A structured program must contain a sequence,selection,and loop structure.

(True/False)
4.8/5
(30)

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

(True/False)
4.9/5
(41)

Structured programs can be easily broken down into routines or ____ that can be assigned to any number of programmers.

(Multiple Choice)
4.8/5
(31)

The do loop is a variation of the ____ loop.

(Multiple Choice)
4.9/5
(41)

Placing a structure within another structure is called ____ structures.

(Multiple Choice)
5.0/5
(37)

The priming read is an example of a(n)____ task.

(Multiple Choice)
4.8/5
(40)

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

(Multiple Choice)
4.8/5
(32)

Describe how you can straighten out an unstructured flowchart segment.

(Essay)
4.9/5
(43)

Repetition and sequence are alternate names for a loop structure.

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

With a(n)____,you perform an action or task,and then you perform the next action,in order.

(Multiple Choice)
4.9/5
(43)
Showing 41 - 60 of 60
close modal

Filters

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