Variable Types: Integers Flashcards

1
Q

int/uint

A

signed and unsigned intergers of various sizes

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

uint8, uint 256, int8,int256

A

unisgned and signed intergers of 8 - 256 bits

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

unit8

A

8 digit binary number
takes one byte (8 bits) of storage space

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

int/uint

A

aliases for int256 and uint256

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

a comparison will

A

evaluate to a bool value

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

<=, <, ==, !=, >=, >

A

comparisons

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

+,-,*,/

A

operations

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

%

A

remainder

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

**

A

exponentiation

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