Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE ANSWER ALL THE QUESTION NOT JUST ONE FOR POINTS 2. Starting: Are there any variables we need to setup before o points we start

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

PLEASE ANSWER ALL THE QUESTION NOT JUST ONE FOR POINTS

2. Starting: Are there any variables we need to setup before o points we start a loop? This is often called our answer This is a required question 3. Stopping: How do we know when to stop? This is called the stopping or termination condition. True or False?* 0 points True O False 4. Doing: What are the instructions we want to repeat. This 0 points will become the end of the loop control structure. True or False?* True O False 5. Changing: Do the instructions change in any way between each repetition? For example, we might need to keep track of how many times we have repeated the body of the loop, that is, the number of 0 points Your answer 9. The cause of the infinite loop is a very common mistake. 0 points What is it? * Your answer 10. The condition in a while loop has to be mathematical. True or False?* points True False 11. True or False? The following values are considered False: None False zero of any numeric type, for example: 0, 0.0 any empty sequence, for example, ", 0,0 any empty mapping, for example, ft. * True False 12. When we write down the individual steps we need to follow such as below this is called Choose the first number to test, start with 1; See if that number divides evenly into 540 using the modulus operator, if it does print it out as a factor; Choose the next number by adding 1 to your last choice; If your number to test is greater than 540 then you have finished, otherwise go back to step 2. * points Your

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago