Prerequisite Glossary

Slides:



Advertisements
Similar presentations
The CPU The Central Presentation Unit What is the CPU?
Advertisements

Machine cycle.
Stored Program Architecture
DAP teaching computer architecture at Berkeley since 1977
Computer Organization. This module surveys the physical resources of a computer system. –Basic components CPUMemoryBus I/O devices –CPU structure Registers.
CSE115: Introduction to Computer Science I
CSE115: Introduction to Computer Science I Dr. Carl Alphonce 219 Bell Hall 1.
Introduction to Computer Systems
Stored Program Concept: The Hardware View
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Lecture 13 - Introduction to the Central Processing Unit (CPU)
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
CPU Fetch/Execute Cycle
Computer Organization Computer Organization & Assembly Language: Module 2.
ECP2036 Microprocessor and Interfacing Registers Control & Status Registers Program Counter User-Visible Registers Instruction Register... General-Purpose.
Stack Stack Pointer A stack is a means of storing data that works on a ‘Last in first out’ (LIFO) basis. It reverses the order that data arrives and is.
Week 2.  Understand what the processor is and what it does.  Execute basic LMC programs.  Understand how CPU characteristics affect performance.
Topic 1Topic 2Topic 3Topic 4Topic
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
The Central Processing Unit (CPU) and the Machine Cycle.
CSCI 211 Intro Computer Organization –Consists of gates for logic And Or Not –Processor –Memory –I/O interface.
General Concepts of Computer Organization Overview of Microcomputer.
Computer Organization and Architecture Tutorial 1 Kenneth Lee.
Important Concepts  Parts of the CPU  Arithmetic/Logic Unit  Control Unit  Registers  Program Counter  Instruction Register  Fetch/Decode/Execute.
1 Text Reference: Warford. 2 Computer Architecture: The design of those aspects of a computer which are visible to the programmer. Architecture Organization.
 Introduction to Micro processor Introduction to Micro processor  Microprocessor instruction and opcodes Microprocessor instruction and opcodes  Mnemonics.
Computer Architecture Souad MEDDEB
Computer Structure & Architecture 7b - CPU & Buses.
COMPILERS CLASS 22/7,23/7. Introduction Compiler: A Compiler is a program that can read a program in one language (Source) and translate it into an equivalent.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
Academic PowerPoint Computer System – Architecture.
CPU The Central Processing Unit (CPU), has 3 main parts: Control Unit Arithmetic and Logic Unit Registers. These components are connected to the rest.
CENTRAL PROCESSING UNIT Written by: Gizem Gulsen.
TOPIC: CENTRAL PROCESSING UNIT PRESENTED BY: MS. AMBER AMAR.
The MIPS Processor Computer Organization The MIPS Processor Appendix A.
Chapter 6: Computer Components Dr Mohamed Menacer Taibah University
Lecture 5: Register Transfer & Micro-OpsOverview1.
Ee314 Microprocessor Systems Dr. Mircea DABACAN Electrical Engineering & Computer Science Dept., Washington State University Office: EE/ME 504 Phone:
Chapter 2 Data Manipulation © 2007 Pearson Addison-Wesley. All rights reserved.
M211 – Central Processing Unit
8085 FAQ R.RAJKUMAR DEPT OF CSE SRM UNIVERSITY. FAQ What is a Microprocessor? - Microprocessor is a program-controlled device, which fetches the instructions.
Chapter 1 An Overview of Computers and Programming Languages.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Lecture 13 - Introduction to the Central Processing Unit (CPU)
Central Processing Unit (CPU)
Components of Computer
Five Execution Steps Instruction Fetch
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
CENTRAL PROCESSING UNIT CPU (microprocessor)
The fetch-execute cycle
Part 2 Q6 to Q10 of National 5 Prelim
Computer Organization
Computer Structure S.Abinash 11/29/ _02.
Figure 8.1 Architecture of a Simple Computer System.
Morgan Kaufmann Publishers The Processor
Introduction to Micro Controllers & Embedded System Design
Computer Organization
What time is it?. What time is it? Major Concepts: a data structure model: basic representation of data, such as integers, logic values, and characters.
Central Processing Unit
GCSE OCR 1 The CPU Computer Science J276 Unit 1
Course Outline for Computer Architecture
Prerequisite Glossary
A Top-Level View Of Computer Function And Interconnection
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
Computer Architecture
Presentation transcript:

Prerequisite Glossary You should be familiar with the following concepts as prerequisite to the first unit. The list is meant to refresh your memory. If you are not familiar with these concepts, then it is recommended to study the module (Background to CS5803.module1) before you proceed further.

Prerequisite Glossary Combinational logic Sequential logic Computer Arithmetic and Logic Unit (ALU) Central Processing Unit (CPU) Control Unit (CU) Input/output Unit Assembly Language Assembly Instruction  operation Assembler Translator Compiler Register Transfer Language (RTL) Register Transfer Logic Microprocessor Embedded processor Primary memory Secondary memory Instruction Cycle Instruction Fetch Cycle Instruction Execute Cycle

Prerequisite Glossary Some Performance Metrics Response Time Throughput Performance MIPS MFLOP Average Execution Time Harmonic Mean Weighted Execution Time Weighted Harmonic Mean