Chapter 1 Flashcards
digital def
uses discrete physical states (ie high and low)
logic def
uses basic logic operations to interpret and process information
design def
to plan, analyze and construct the system that will fulfill the working requirements
analog
quantities measured continuously (wall clock)
digital (as in not analog)
quantities measured discretely
analog electronic system
accept and process continuous signals in the form of continuous voltage or current signals
digital electronic system
accept and process discrete samples that represent the actual continuous signal using an analog to digital converter
___ volts represents a logic 1 or logic high
+5
___ volts represents a logic 0 or logic low
0
advantages of digital system (6)
- storing and processing data is more efficient
- transmission of data is more efficient and reliable
- detecting and correcting error is easier
- data can be easily and precisely reproduced
- digital systems are easy to design and implement
- they require less space
Radix of a number
the base, each digit has a weight that is a power of the radix
a number system with radix r has how many allowed digits?
0, 1, … (r-1)
most significant digit
leftmost digit, has highest weight
least significant digit
rightmost digit, has lowest weight
what is the largest value that can be expressed in n digits in terms of the radix
r^n - 1
positional number system
each digit has a position that is associated with a fixed weight
bit
one binary digit
nibble
four bits
byte
eights bits
kilobyte
2^10