computing

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

1/11

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.

12 Terms

1
New cards

data type

declares the type of data used whether that is a string, float, integer

2
New cards

Integer

whole number

3
New cards

float

A number that contains a decimal value

4
New cards

character

A character is a string with a length of 1. Usually identified using " "

5
New cards

variable

A container for storing values

6
New cards

nesting

Concept of placing one program construct inside another

7
New cards

Conditional statement

Controls the flow of the program based on which path the logic should take

8
New cards

truth table

A table of visual results of logic using the operators AND, OR, NOT

9
New cards

constant

The value remains the same

10
New cards

Comparison Operators

Symbols which compares two values

11
New cards

If, Else

Controls the flow of the program by running different blocks of code if the condition is met or not

12
New cards

Boolean

Type of data that is either true or false