2.1.1-2.1.4 comp sci

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

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

9 Terms

1
New cards

parameter

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

2
New cards

variable

a reference to a memory location that stores some value during the execution of a program

3
New cards

argument

the variable or value that a program provides to a function or subroutine

4
New cards

conditional statement

a feature of a programming language that performs different computations or actions depending on whether a Boolean condition evaluates to true or false

5
New cards

python

a text-based language designed to emphasize code readability with a syntax that allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.

6
New cards

function

in programming, a named section of a program that performs a specific task.

7
New cards

arithmetic operator

a symbol in code that tells a computer to perform a specific math operation, such as addition, subtraction, multiplication, or division

8
New cards

dynamic

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

9
New cards

nesting

putting a function inside another function or a loop inside another loop.