Review the following documents carefully:
In general, you should know the following concepts for this course:
- How to convert Decimal to HEX, HEX to Decimal, HEX to Binary, Binary to HEX, Binary to Decimal, Decimal to binary.
- How to convert different engineering notations: m K, G, T, etc.
- How to use scientific notations: 10^2, 2^23, 16^32+10^32
- How to multiply and add with engineering notations: 2.0KHz + 2000 mHz
- How to multiply and add with scientific notations: 10^32+16^10
- Powers of 10 and their multipliers
- Power s of 2: 2^2, 2^43, 2^12, etc.
- Make sure you review TRUTH TABLE FOR GATES AND FLIP-FLOPS (Clocked D-FF in particular - Read this carefully)
- Understand 1's complement and 2's complement.
- What are ASCII codes? What are they used for?
Specifically, you should be able to answer the followign questions - note that the QUIZ will be based on these questions:
- How to add binary numbers (011 + 101 =?)
- Engineering notations - for example how many Kbytes are in a Mbyte?
- How many bits are used for a standard ASCII code?
- What is the answer: 2^10+1000?
- What is the answer: 1MHz *1000KH? Express the answer in KHz
- What is the answer: 1.2MHz *100KH? Express the answer in MHz
- If 2^x = 1024, what is x?
- If both input pins of an NOR gate are LOW, what will be the output?
- What is 2^8?
- What is 2^8-2^6? Express the answer in 2^x
- which is lager: 2^11 or 2*2^10?
- which is larger: 0x34AB or 2^11?
- Is 0x23ABC an EVEN number or an ODD number?
- Express the 1’s complement of X=0xFF in HEX, assuming X is one byte wide ?
- What is the difference between a byte and a nibble? What is the largest number that can be represented by a nibble?- read this.
- Calculate X in decimal, assuming X = 0x1320+122d+010001b.
- What is the address size for one Peta - read this
- Convert to binary and decimal: 0x2AC
- Convert to binary: 0x83D.E
- Convert to decimal: 0x6A.C
- Which is the larger value: 0x3FFF OR 16,384
- Write the equivalent hex value of the following binary value: 11100001111000110110111
- Express 8,600,000 Hz in terms of Giga Hz (GHz).
- Which is larger: Hex value (FFFF) or Decimal value (216)?
- Between the following two numbers which one is divisible by 2: Hex value (FA000000BCF) or Decimal value (230)?
- How many BYTES are required to express the following HEX value: 0x2046?
- How many address bits are required to address all memory locations in a one-Gig byte of memory?
- Express the sum in binary: FF+FF+1=?
- Draw a clocked D Flip-Flop and show its truth table. You must name all the pins.
- Show the digital symbol for a two input XNOR logic gate. What is the output if both inputs are TRUE?
- What is the binary representation of the following BCH code: F0D.
- What is 2’s complement of 0xFFFF?
- Which is the smaller value: 0x7FF OR 10111111111
- How many bits are required to represent the following decimal number: 18,39
- What is 1's complement of 0xFF?
- What is 2's complement of 0x2C? What is the equivalent 2's complement in Decimal?
- What is the binary approximation of ONE giga?
- What is the output of the following circuit?