2.1.1 - 2.1.3

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:18 PM on 12/17/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

parameter

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

2
New cards

variable

The smallest unit of data storage that a program can use, which contains known or unknown information referred to as a 'value.'

3
New cards

argument

The values that a program provides to a function or subroutine, often used interchangeably with 'parameter.'

4
New cards

conditional statement

A programming statement that evaluates a true/false Boolean expression to determine the next steps in a program.

5
New cards

Python

A high-level programming language known for its readability and versatility.

6
New cards

function

A named section of a program that performs a specific task and can be a block of organized and reusable code.

7
New cards

arithmetic operator

A symbol in code that tells a computer to perform a specific math operation like addition, subtraction, multiplication, or division.

8
New cards

dynamic

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

9
New cards

nesting (nested loops)

Putting a function inside another function or a loop inside another loop.

10
New cards

Boolean value

A data type that can hold one of two possible values: true or false. It is often used in conditional statements and logical operations.

11
New cards

Broadcast

A method of sending data or messages to multiple recipients simultaneously, often used in networking and communications.

12
New cards

Debugging

The process of identifying and removing errors or bugs from computer software or hardware to ensure proper functionality.

13
New cards

Dead reckoning

A navigation technique used to determine one's current position by using a previously determined position and accounting for speed, time, and course.

14
New cards

Algorithm

A set of step-by-step instructions or rules designed to perform a specific task or solve a particular problem, often used in programming and mathematics.