prog

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

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.

20 Terms

1
New cards

Count Variable Loop

A loop controlled by a fixed value. When used, you know how many times the loop will run.

2
New cards

User Input Loop

A loop controlled by values entered by a user. When used, you do not know how many times the loop will run.

3
New cards

Count Variable

A variable used to count how many times a loop runs.

4
New cards

Sum Variable

A variable used to add up a set of numbers.

5
New cards

While Loop

A command that loops until a condition, set in the loop, is false.

6
New cards

Loop

A programming command used to repeat code.

7
New cards

Loop Control Variable

A variable used to stop a loop from repeating.

8
New cards

Function

A collection of commands that are given a name.

9
New cards

Parameter

Information sent to a function.

10
New cards

Range Function

Programming command that returns a set of numbers.

11
New cards

For Loop

A loop with the count variable built in.

12
New cards

Initialization

The process of setting a variable equal to a known value.

13
New cards

Algorithm

A precise set of rules for how to solve a problem.

14
New cards

Tracing Code

The process of reading through code to find errors and predict results.

15
New cards

Modeling

The process of representing a real world situation using a computer.

16
New cards

Monte Carlo Methods

The process of using random numbers made by computers to test computer models.

17
New cards

Simulation

An experiment that is run using computer models.

18
New cards
19
New cards
20
New cards