Sean

August

CST 111
Final Web Page
May 2011

  1. Compute the ONES-complement of the following binary: 11011011 ans. 127

  2. What ASCII character is represented by this number(ONES-complement of 11011011)? ans.del

  3. Perform the following binary addition: 11001 + 1110011 ans. 10001101
  4. Perform the following octal addition: 665 + 771 ans. 1656
  5. Perform the following hexadecimal addition: ABC + ABC ans. 1689
  6. Signed-magnitude has how many representations of zero? ans. one
  7. How is the decimal value -273 represented in twos-complement by a twos-complement (show the bits.)

  8. What negative number is represented in twos-complement by a (16-bit) word containing the following bits: 1111 0000 1111 0000
  9. There are 3,143 counties in the USA. How many bits are needed to represent each county with a different code? ans. 12 bits
  10. How is "information" different from "data"? ans. Information is something we input and data is output or stored information.
  11. Why do some 8-bit memory boards have nine sets of bits? ans. One bit is used for parity.
  12. What is "SECDED"? ans. Single-error-correctting and double-error- correcting. Used in RAM.
  13. The set of wires through which data travels between components of a computer is called a ans. Bus
  14. ans. "OS" is the collection of programs that provide the instructions that a computer carries out.
  15. The ans. "ALU" performs basic operations in the central processing unit such as adding and subtracting, plus logical operations such as AND and OR.