module 2 ap comp sci

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

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:26 AM on 6/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Assigning

Giving a value to a variable.

2
New cards

Assignment operations

Operators that change the value of a variable.

3
New cards

Binary operations

Operations that involve two operands.

4
New cards

Casting

Treating a value as another type.

5
New cards

Classes / Objects

Complex data types that can store multiple pieces of data and perform actions.

6
New cards

Declare

To create a variable.

7
New cards

Importing

Giving a file the location of a needed class.

8
New cards

Initializing

The first time a variable is assigned a value.

9
New cards

Literals

Values that can only be interpreted in only one way.

10
New cards

Method

A small segment of code designed to perform a simple task and possibly return a single value.

11
New cards

Operand

A value used in a mathematical operation.

12
New cards

Operator precedence

The order in which operations are performed.

13
New cards

Primitives

Built in data types that hold a small amount of data.

14
New cards

Shortcut operators

Assignment statements that are shortcuts to perform variable changes.

15
New cards

Truncation

When the data past the decimal point is dropped to get an integer value.

16
New cards

Unary operations

Operations that involve only one operand.

17
New cards

Variables

Containers that hold data while your program is running.