BJC Unit 2 Lab 1 and Lab 2 Vocabulary

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

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.

19 Terms

1
New cards

variable

A container that can hold one value at a time

2
New cards

local variable

a variable that can be set or used only in the environment in which it is defines

3
New cards

predicate

a hexagon-shaped reporter that asks a true/false question

4
New cards

Boolean

either true or false

5
New cards

conditional

a block that controls the code based on a true-or-false condition

6
New cards

global variable

a variable that is usable by all scripts in the program

7
New cards

initialize

set the starting value of a variable

8
New cards

list

a ordered set of items

9
New cards

index

the position number of an item in a list

10
New cards

element

another name for an item in a list

11
New cards

sublist

a list used as an item of another list

12
New cards

data type

what kind of data something is (number, text string, list, etc.)

13
New cards

primitive data type

data types that are built-in

14
New cards

abstract data type

a custom data type that’s meaningful to your program

15
New cards

constructor

constructs one example of the data structure

16
New cards

selector

selects one piece of the data structure

17
New cards

data abstraction

the creation and use of abstract data types in a program

18
New cards

composition of functions

using the result from one block as the input to another

19
New cards

traversing

looking at each item of the list