computer science

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

1/5

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.

6 Terms

1
New cards

nesting

Putting a function inside another function or a loop inside another loop. One method is contained within another one.

2
New cards

broadcasting

A command used to trigger or start an event or procedure in a program.

3
New cards

dead reckoning

A navigational method used only in the absence of data from sensors, when the start and end position of the path is fixed.

4
New cards

dynamic

A description of a program that can change based on inputs and conditions in the program.

5
New cards

operators

A symbol that represents a comparative action for a computer to take, be it an arithmetic operator (+ – / × % **), a relational operator (< > ≥ ≤ = == ≠ !=), or a logical operator (AND OR NOT).

6
New cards

parameter

A special kind of variable defined in a function to receive specific information.