Examen 1 Flashcards
Bit
A variable which can only assume two values, 0 or 1.
Nibble
4-bit word
Byte
8-bit word
Word
16-bit word
Double Word
32-bit word
Quad
64-bit word
Least Significant Bit
Rightmost bit
Most Significant Bit
Leftmost bit
How many different word can be formed with n-bits
2^n different words
Kilo(K)
1k = 2^10
Mega(M)
1M = 2^20
Giga(G)
1G = 2^30
Tera(T)
1T = 2^40
How to convert from Base R to Decimal
Expansion Method
How to convert from Decimal to Base R
Use division method for integer part and multiplication method for fractional part
Division Method
Divide the number to be converted by the desired base the remainder is your a0 and the quotient is for repeating the process you stop when quotient is 0.
Multiplication Method
Multiply by the desired base the integer part is your a-1 the fractional part is for repeating the process you stop when a zero decimal part is reached, to decimal parts are the same or you exceeded 8 multiplications.
How to convert Octal and Binary
Associate each octal digit to three binary digits and viceversa
How to convert HEX and Binary
Associate each hex digit to four binary digits and viceversa
What is the word size of a register
quantity of bits in each location its determined by the data bus size
How do you determine the number of locations of a memory
2^address lines
Mention Memory Types
RAM,ROM,PROM,EPROM,EEPROM