Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Stevens Institute Of Technology CS 550 Chapter 7 The CPU And Memory 1)The Little Man instruction set is based on a decimal number system; real computers encode instructions and data using the   binary system

Stevens Institute Of Technology CS 550 Chapter 7 The CPU And Memory 1)The Little Man instruction set is based on a decimal number system; real computers encode instructions and data using the   binary system

Computer Science

Stevens Institute Of Technology

CS 550

Chapter 7 The CPU And Memory

1)The Little Man instruction set is based on a decimal number system; real computers encode instructions and data using the

 
    1. binary system.
    2. Unicode system.
    3. decimal system.
    4. algebraic system.

 

  1. The ALU and CU together are known as the
    1. CPU.
    2. instruction set.
    3. program counter.
    4. Memory Management Unit.

 

  1. The area inside of the CPU that holds data temporarily and performs calculations is called the
    1. accumulator.
    2. program counter.
    3. arithmetic logic unit.
    4. Memory Management Unit.

 

  1. The storage locations that are used for a particular defined purpose within the CPU are called
    1. RAM.
    2. storage.
    3. the bus.
    4. registers.

 

  1. The 1-bit registers that are used to allow the computer to keep track of special conditions (like overflow or power failure) are often called
    1. flags.
    2. loops.
    3. the ALU.
    4. I/O counters.

 

  1. Loading the value zero into a register is called
    1. inverting a register.
    2. clearing a register.
    3. dumping the register.
    4. incrementing a register.

 

  1. The register that holds the address of the memory location that needs to be accessed is called the
    1. IR.
    2. MAR.
    3. MDR.
    4. MBR.

 

  1. The register that holds the current instruction is called the
    1. IR.
    2. PC.
    3. LMC.
    4. MBR.

 

  1. The register that will hold the data value that is being transferred between the CPU and a particular memory location is called the
    1. PC.
    2. ALU.
    3. MAR.
    4. MDR.

 

 
  1. The mailboxes in the LMC model are the equivalent to a real computer's
  1. CPU.
  2. ports.
  3. memory.
  4. control unit.

 

  1. Which of the following is NOT one of the three lines that control the memory cell?
  1. Skew line
  2. Address line
  3. Read/write line
  4. Activation line

 

  1. If the Memory address register is 8 bits wide, the number of possible memory addresses is
  1. 8
  2. 16
  3. 64

d) 256

 

  1. Memory that retains its values when power is removed is called
  1. DRAM.
  2. SRAM.
  3. volatile.
  4. nonvolatile.

 

  1. There would never be a reason for an address transfer from the                  to another register within the CPU.
  1. IR
  2. PC
  3. MAR
  4. MDR

 

  1. When the instruction being executed is to store data, the data will be transferred from another register in the CPU to the , and from there it will be transferred into memory.
  1. IR
  2. PC
  3. MAR
  4. MDR

 

  1. The different ways of establishing memory addresses within an instruction are called
  1. MAR codes.
  2. MDR codes.
  3. addressing modes.
  4. programmable modes.

 

  1. Flash Memory
  1. is volatile.
  2. is faster than standard RAM.
  3. has unlimited rewrite capacity.
  4. is nonvolatile.

 

  1. The first step in the instruction cycle is
  1. clear the accumulator.
  2. fetch the instruction from memory.
  3. decode the instruction in the accumulator.
  4. copy the data from the MAR to the MDR.

 

 
  1. The physical connections that make it possible to transfer data from one location in the computer system to another are called
  1. flags.
  2. fibers.
  3. buses.
  4. peripherals.

 

  1. Optical conductors are
  1. faster than electrical conductors.
  2. cheaper than electrical conductors.
  3. more common than electrical conductors.
  4. all of the above.

 

  1. A bus in which there is an individual line for each bit of data, address, and control is called a
  1. wide bus.
  2. serial bus.
  3. parallel bus.
  4. dedicated bus.

 

  1. A bus that transfers data sequentially, one bit at a time using just a single line pair is called
  1. a serial bus.
  2. a single bus.
  3. a narrow bus.
  4. a sequential bus.

 

  1. A bus line that is "one-way" is called
  1. a simplex bus line.
  2. a serial bus line.
  3. a one-way bus line.
  4. a sequential bus line.

 

  1. A bus line that can carry data in both directions at the same time is called a
  1. simplex bus line.
  2. complex bus line.
  3. full duplex bus line.
  4. half duplex bus line.

 

  1. The exposed connectors into which external cables can be plugged are often called
  1. plugs.
  2. lines.
  3. ports.
  4. stacks.

 

  1. A bus that carries signals from a single specific source to a single specific destination is a(n)
  1. simplex bus.
  2. broadcast bus.
  3. Ethernet bus.
  4. point-to-point bus.

 

  1. Virtually every bus internal to the CPU is
  1. serial.
  2. cables.
  3. optical.
  4. parallel.

 

 
  1. Instructions that only the operating system can execute are called
  1. system instructions.
  2. executive instructions.
  3. privileged instructions.
  4. administrative instructions.

 

  1. Programs that execute without privileges are said to execute
  1. in user space.
  2. in data mode.
  3. in kernel space.
  4. in privilege space.

 

  1. Multimedia applications, like modifying an image, often use
  1. PSW instructions.
  2. Flash instructions.
  3. MMD instructions.
  4. SIMD instructions.

 

  1. The sources and destinations of data for an instruction are known as
  1. Op codes.
  2. Operands.
  3. Op registers.
  4. Operation fields.

 

  1. Increasing the number of bits available for the op code in an instruction word
  1. increases the demand on the CPU.
  2. increases the number of memory locations that can be addressed.
  3. increases the number of instructions available in the instruction set.
  4. has no impact on any of the above. Discussion Questions
    1. How are the registers in the CPU different from main memory?

 

 

    1. How does the computer keep track of special conditions such as arithmetic carry and overflow, power failure, and internal computer error?

 

 

    1. What factor factor determines the maximum capacity of memory in a real computer?

 

 

 
    1. Why is it necessary to store start-up program code in nonvolatile memory?

 

 

    1. Why is flash memory not suitable for use as main memory?

 

 

    1. Classify the registers as either a) holding addresses only, b) holding instructions only, or c) anything.

 

IR                                 

PC MAR MDR

Accumulator                     

General Purpose             

 

 

    1. What is the technique that real computers use to extend the address space beyond that of the address field in an instruction?

 

 

    1. What is skew?

 

    1. What are “Arithmetic Shifts” commonly used for?

 

    1. Explain pop and push operations on a stack.

 

 

    1. Why are input/output instructions generally considered privileged instructions?

 

 

 

    1. What are different ways of characterizing a bus? In other words, what attributes do all buses have?

 

 

 

 

    1. Why is there no need for a subtract instruction?

 

 

 

    1. Identify the implicit and explicit addresses in the Little Man instruction 531; recall that “5” is the op code for the load instruction.

 

 

    1. What is an important disadvantage of variable length instructions?

 

 

 

 

 

 

 

Option 1

Low Cost Option
Download this past answer in few clicks

5.83 USD

PURCHASE SOLUTION

Already member?


Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

Related Questions