Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Programming Logic and Design Comprehensive Study Set 1
Quiz 3: Understanding Structure
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Essay
What are the three basic structures and how can they be used?
Question 42
Matching
Match each term with a statement below.
Premises:
Responses:
Often can be used in multiple programs
spaghetti code
An added statement that gets the first input value in a program
case structure
With this, you ask a question, and, depending on the answer, you take one of two courses of action
structure
Premises:
Often can be used in multiple programs
An added statement that gets the first input value in a program
With this, you ask a question, and, depending on the answer, you take one of two courses of action
Responses:
spaghetti code
case structure
structure
Question 43
Essay
Rewrite the following as a while loop: do pay bills while more bills remain to be paid
Question 44
Essay
Why is it best to use only three programming structures?
Question 45
Essay
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?