1 / 5

CSCE 212 Quiz 8 – 3/23/11

CSCE 212 Quiz 8 – 3/23/11. What type of element is the ALU (combinational or state) and what does it mean for an element to be that type? What is the first thing that occurs for any instruction? How does the processor determine whether to branch or not for a beq instruction?

Download Presentation

CSCE 212 Quiz 8 – 3/23/11

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCE 212 Quiz 8 – 3/23/11 • What type of element is the ALU (combinational or state) and what does it mean for an element to be that type? • What is the first thing that occurs for any instruction? • How does the processor determine whether to branch or not for a beq instruction? 2a (extra credit): What is the other action that occurs for all instructions?

  2. CSCE 212 Quiz 8 Answers • What type of element is the ALU (combinational or state) and what does it mean for an element to be that type? • Combinational type • outputs depend on current inputs (operates on data) • does not save any information

  3. CSCE 212 Quiz 8 Answers • What is the first thing that occurs for any instruction? • Instruction fetched from the memory address designated by the program counter (PC)

  4. CSCE 212 Quiz 8 Answers • How does the processor determine whether to branch or not for a beq instruction? • Subtracts the two values held in the given registers: if zero, values are equal

  5. CSCE 212 Quiz 8 Answers 2a (extra credit): What is the other action that occurs for all instructions? • Read register(s)

More Related