Save
tecnología
Computer Control
Bits & Bytes
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Prudent Oshodin
Visit profile
Cards (13)
What is the function of memory in a computer?
To remember data from
inputs
View source
What is a Byte in computer memory?
A piece of data placed in an
address
View source
What are the two states represented by BITs?
ON
and
OFF
View source
How is data stored in a computer?
As
BITs
arranged into
BYTES
View source
What does a '1' represent in binary code?
ON
View source
What does a '0' represent in binary code?
OFF
View source
What is the significance of an eight BIT BYTE?
It can represent a
letter
or instruction
View source
How do computers understand words?
By converting them into
BITs
and
BYTEs
View source
What does a typical alarm system use for communication?
BITs
and
BYTEs
View source
How are doors and windows represented in an alarm system?
Open as
'1'
and closed as
'0'
View source
What must happen to set the alarm?
All
doors
and
windows
must be shut
View source
What is the relationship between BITs and BYTEs?
A BIT is a single '0' or '1'
A BYTE is a line of 8 BITs
BITs represent
binary
states (ON/OFF)
View source
How does an alarm system utilize BITs and BYTEs?
Represents doors/windows as BITs
'1'
for open,
'0'
for
closed
Alarm activates if a '1' replaces a '0'
View source