2.2-2.3 Flashcards

1
Q

What is an integer

A

Whole number
Int

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a real/float

A

Numbers with decimals
real

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Boolean

A

Can take one of two values(true/false)
bool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a character

A

Single letter,number or symbol
char

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a string

A

Text
string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What do strings and characters always need when coding

A

Speech marks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Advantages of data types

A

Make code more memory efficient, robust and predictable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is casting and give an example of coding

A

Converting between data types
real(1) converts integer to real 1.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do arithmetic operators do

A

Take two values and perform maths functions on them
Work on real or integer values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is DIV

A

Returns while number of the division

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is MOD

A

Returns remainder of the division

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the three types of operators

A

Arithmetic, assignment and comparison

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do assignment operators do and give an example

A

Assign values to constants or variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are comparison operators and give an example

A

Compare value from left to right side to produce a Boolean value(true/false)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly