CH 4 BUS 392

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

What is a repetition structure?

it is a loop to make the computer repeat it as many times and necessary

2
New cards

What is a condition controlled loop

loop that uses true/false condition to control the number of repetitions 

3
New cards

what is a count controlled loop

loop that repeats a specific number of times

4
New cards

what does x= operator mean?

adds a value to a variable and reassigns the result back to the same variable