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.
2
Q
What is a value?
A
Chunks of data that represent pieces of information.
3
Q
What is a unary and binary operator?
A
A unary operator takes only one value whereas a binary operator takes two values.
4
Q
What is a boolean value?
A
A boolean value is used to distinguish between two possibilities.