Skip to content
- To transmit data bits 0110, the correct even parity seven bit Hamming Code is (bits ordered 7654321, place the 3 extra bits in location 765, e.g. PPP0110)
- Compare characteristic of RAM, ROM, PROM, EPROM, EEPROM memory. What are the best uses of each?
- A given memory chip has 22 address pins and 16 data pins. How many bits are in the memory? How many bytes? How many words? What is the smallest addressable unit?
- A given memory chip has 10 address pins and 4 data pins. Draw the chips with it’s inputs. What is the size of the chip in bits/bytes? Draw a circuit using two chips to make a memory 8 bits wide. Next draw a circuit to make a memory 4-bits wide, but with twice as many 4-bit words as a single chip.
- What is DRAM and SRAM? What is the advantage of each?
- Convert 42 and -17 to eight bit 2-s complement values.
- How does the bus width of a CPU affect the performance and operations of a computer. What is the difference between the address bus and data bus? What is a control bus?
- Suppose that a bus has 32 data lines and requires 6 cycles of 200 nsecs each to transfer data. What I the bandwidth of this bus ?.
- What is meant by the word size of a computer? What does this have to do with the sizes of the data and address bus?
- What is a interrupt and what are they used for? How do they work?
- What is von Neumann architecture
- What I propagation delay and why is it important?
- How can a NAND gate be used to make other gates?
- What I meant by microcode, microprogramming? Why is this method used?
- What is the significance of RISC and CISC designs? Advantages of each? How does each work?
- Explain pipelining, superscalar processing, array processor, vector processor, caching. How does each work?
- A certain CPU has a two-level cache . The first-level cache has an access time of 4 nano sec, the second-level cache has an access time of 30 nano sec, and memory has an access time of 80 nano sec. If the hit ratio for the first-level cache is 80% and the hit ratio for the second-level cache is 15%, what is the mean access time for this memory system?
- Calculate the bus bandwidth required to display ful HD (1920×1080) true-color (24 bits per pixel) at 60 frames/sec. Assume that the data must pass over the bus twice, once from the hard disk to memory, and once from the memory to the video card.
- What is word alignment, and why is it significant?
- Design:
- A 2×4 decoder
- A 8×1 multiplexer
- 4×4 memory circuit