Section 1

Preview this deck

Parameter

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (14)

Section 1

(14 cards)

Parameter

Front

That name of an input value to a function, used in the definition of a function

Back

Constant

Front

A named container that stores value that can't be changed

Back

Array out of bounds error

Front

An error caused by trying to access an array using an index that's outside of the arrays boundaries

Back

Integers

Front

A type that stores an integer, or a number that has no decimal, represented by Int

Back

Instance

Front

A value of a particular type

Back

Call

Front

To tell a program to run a function, this is when we use a function in our code

Back

Local variable

Front

A variable declared inside of a function, loop, or other statement

Back

Define

Front

To provide the explicit value or behavior of a newly created piece of code, such as a function, variable or custom type

Back

Type

Front

A named group of properties and methods of a kind of data

Back

Array

Front

A collection that stores a numbered list of items

Back

Method

Front

A function or set of commands that's defined inside of a type

Back

Iteration

Front

The act of repeating a process, such as preforming each item in an array

Back

Arguments

Front

Input value passed into a function to customize its behavior

Back

Index

Front

The number that represents the position of an item in an array

Back