Variety of Processors Flashcards
What is Von Neumann Architecture?
The design of modern processors
Where are programs stored in modern day Von Neumann Architecture?
In memory
In modern Von Neumann Architecture how is data transferred between CPU, RAM, ROM, and other devices?
The address bus and data bus, all items are connected it.
What are some different types of processors?
Fixed Logic, Selectable Logic, Parameterized Logic Processor, Programmable Logic Processor
What does a Fixed Logic processor do?
Least powerful. Single Operation.
What does a Selectable Logic processor do?
Performs more than one operation.
What does a Paramerterized Logic processor do?
Accepts a set of parameters in the computation.
What does a Programmable Logic Processor do?
Greatest Flexibility.
Function to compute can be changed. CPU’s belong to this
type of processors.
Why type of processor is a cpu?
Programmable Logic Processor
What are the components of a cpu?
● Controller
● ALU – Arithmetic and Logical Unit
● Registers - Local Data Storage
● Internal Interconnections
● External Interface
What does the controller of a cpu do?
● Controls the execution
● Initiates the sequence of steps
● Coordinates other components
What does the ALU (Arithmetic and Logical Unit) of the cpu do?
● It provides the Arithmetic and Boolean
Operations.
● It performs one operation at a time.
● Integer Arithmetic - add, subtract, multiply, divide
● Shift - left, right, circular
● Boolean - and, or, not, exclusive or
What do registers in a cpu do?
Holds arguments and results of the operations
What do Internal Connections in a cpu do?
Transfers values across the components in the CPU.
What does the External Interface in a cpu do?
Provides connections to external memory as well as I/O devices