JS Introductory Flashcards

1
Q

What is a bit?

A

A bit is the smallest unit of data. A bit has a single binary value, either 0 or 1.

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

What is a value?

A

Chunks of data that represent pieces of information.

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

What is a unary and binary operator?

A

A unary operator takes only one value whereas a binary operator takes two values.

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

What is a boolean value?

A

A boolean value is used to distinguish between two possibilities.

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