Filters
Question type

Study Flashcards

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


A) ordered structure
B) sequence problem
C) sequence structure
D) loop sequence

E) C) and D)
F) B) and C)

Correct Answer

verifed

verified

Describe how you can straighten out an unstructured flowchart segment.

Correct Answer

verifed

verified

One way to straighten out an unstructure...

View Answer

The case structure is a variation of the ____ structure.


A) selection
B) while
C) sequence
D) do

E) All of the above
F) A) and D)

Correct Answer

verifed

verified

Attaching structures end to end is called ____ structures.


A) linking
B) stacking
C) nesting
D) building

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

Pseudocode uses the end-structure statement ____ to clearly show where the structure ends.


A) end
B) endstructure
C) endloop
D) endif

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

The following pseudocode is an example of ____. The following pseudocode is an example of ____.   A)  nesting B)  stacking C)  single alternative structures D)  a posttest


A) nesting
B) stacking
C) single alternative structures
D) a posttest

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

Structured programming is sometimes called goto-less programming.

A) True
B) False

Correct Answer

verifed

verified

The maximum number of entry points that any programming structure can have is ____.


A) zero
B) one
C) three
D) five

E) None of the above
F) A) and C)

Correct Answer

verifed

verified

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


A) spaghetti code
B) spaghetti bowl
C) restructuring
D) priming

E) A) and C)
F) None of the above

Correct Answer

verifed

verified

Structured programs use spaghetti code logic.

A) True
B) False

Correct Answer

verifed

verified

Fill in the blank in the following pseudocode: if someCondition is true then    do oneProcess ____    do theOtherProcess Endif


A) then
B) while
C) do
D) else

E) All of the above
F) A) and B)

Correct Answer

verifed

verified

No matter how complicated it is, any set of steps can always be reduced to combinations of the two basic structures of sequence and loop.

A) True
B) False

Correct Answer

verifed

verified

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.

A) True
B) False

Correct Answer

verifed

verified

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


A) loop body
B) action body
C) loop internals
D) structure body

E) B) and C)
F) None of the above

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

Describe a loop structure.

Correct Answer

verifed

verified

In a loop structure, you continue to rep...

View Answer

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


A) loop
B) go next
C) next
D) go to

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

All logic problems can be solved using only these three structures: sequence, selection, and loop. The three structures, of course, can be combined in an infinite number of ways. What are two general ways structures can be combined?

Correct Answer

verifed

verified

You can have a sequence of tasks followe...

View Answer

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


A) case
B) loop
C) spaghetti
D) nested

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

Why is it best to use only three programming structures?

Correct Answer

verifed

verified

• Clarity -The number-doubling program i...

View Answer

Showing 21 - 40 of 51

Related Exams

Show Answer