Binary Flashcards
(10 cards)
What do the states of a light bulb represent in binary?
On is one, off is zero
This analogy illustrates the binary system using simple on/off states.
How many bits are represented by eight light bulbs?
Eight bits
Each light bulb represents one bit, which can be either on (1) or off (0).
What historical device used punch cards to control mechanical processes?
Jacquard’s loom
The loom utilized punch cards with holes to dictate weaving patterns.
What does a hole in a punch card signify in binary?
One
A hole represents an ‘on’ state, while no hole represents a ‘zero’ or ‘off’ state.
What modern technology replaces punch cards for binary representation?
Transistors
Transistors use electrical signals to represent binary states.
How does a transistor denote a ‘one’ in binary?
By having an electric voltage
An absence of voltage denotes a ‘zero’.
What is the purpose of logic gates in computer systems?
To perform complex tasks and decide where to send electrical signals
Logic gates enable transistors to operate based on logical conditions.
What happens if two light switches in a room are poorly designed?
One switch could turn on the light while the other does not turn it off
This analogy illustrates the need for proper design in logic systems.
What will be discussed later in the course regarding programming?
How to turn human-readable instructions into zeros and ones
This process is crucial for programming and is facilitated by compilers.
Fill in the blank: Binary is a foundational concept based on the states of _______.
[on and off]
This binary system underpins all computing processes.