TO COMPUTERS WITH BASIC CONCEPTS Lecturer: Mohamed-Nur Hussein Abdullahi Hame WEEK 1 M. Sc in CSE (Daffodil International University)

Slides:



Advertisements
Similar presentations
Chapter 4: Components of a Computer System
Advertisements

Unit 1 1. Overview Organization Architecture Structure Function A Brief History of Computers Designing for Performance 2.
1. Microprocessor. mp mp vs. CPU Intel family of mp General purpose mp Single chip mp Bit slice mp.
Processor System Architecture
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
Computer Organization and Architecture William Stallings 8 th Edition Chapter 1 Introduction.
3.1Introduction to CPU Central processing unit etched on silicon chip called microprocessor Contain tens of millions of tiny transistors Key components:
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.
Computer Organization and Assembly language
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
COMPUTER SYSTEM.
COMPONENTS OF THE SYSTEM UNIT
Processing Devices.
+ CS 325: CS Hardware and Software Organization and Architecture Introduction.
Computer Architecture and Organization
Computer Architecture (Hardware Engineering) Dr. BEN CHOI Ph.D. in EE (Computer Engineering), The Ohio State University System Performance Engineer, Lucent.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
By Tyler Williams and Jake Eichorn. The System Unit The system unit is a case that contains electronic components of the computer used to process data.
Computer Architecture
Functional View & History – Page 1 of 34CSCI 4717 – Computer Architecture CSCI 4717/5717 Computer Architecture Topic: Functional View & History Reading:
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.
Computers organization & Assembly Language Chapter 0 INTRODUCTION TO COMPUTING Basic Concepts.
1 Intel Microprocessors Daniel Rodocker CSCI 1005.
Chapter 1 Introduction. Architecture & Organization 1 Architecture is those attributes visible to the programmer —Instruction set, number of bits used.
Chapter 1 Introduction. Objectives To explain the definition of computer architecture To discuss the history of computers To describe the von-neumann.
Advanced Computer Architecture 0 Lecture # 1 Introduction by Husnain Sherazi.
Computer Organization and Architecture
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition Copyright © 2016 Pearson Education, Inc.0.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
6/4/ Key components of the computer Classification of computers based on Purposes Classification of computers based on Signals Classification of.
Computer Evolution. ENIAC - background Electronic Numerical Integrator And Computer Eckert and Mauchly University of Pennsylvania Trajectory tables for.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
INTRODUCTION.  Upon completing this topic, you should be able to: Illustrate a basic elements of digital computer system and their functions, Depicts.
Academic PowerPoint Computer System – Architecture.
Chapter 5: Computer Systems Design and Organization Dr Mohamed Menacer Taibah University
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
Main memory Processor Bus Cache memory Figure 1.5.The processor cache.
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
M211 – Central Processing Unit
Computer Architecture
Your Interactive Guide to the Digital World Discovering Computers 2012.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Evolution of the Computer. Zeroth Generation- Mechanical 1.Blaise Pascal –Mechanical calculator only perform Von Leibiniz –Mechanical.
Computer Organization IS F242. Course Objective It aims at understanding and appreciating the computing system’s functional components, their characteristics,
Computer Architecture Furkan Rabee
William Stallings Computer Organization and Architecture 6th Edition
Computer Organization and Architecture Lecture 1 : Introduction
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
CSNB COMPUTER SYSTEM CHAPTER 1 INTRODUCTION CSNB153 computer system.
Edited by : Noor Alhareqi
Architecture & Organization 1
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Phnom Penh International University (PPIU)
Computer Architecture and Organization
CPUs and Motherboards Cody, Emily, and Slavic.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Architecture & Organization 1
BIC 10503: COMPUTER ARCHITECTURE
CSCI 4717/5717 Computer Architecture
Computers Inside and Out
Computer Evolution and Performance
Presentation transcript:

TO COMPUTERS WITH BASIC CONCEPTS Lecturer: Mohamed-Nur Hussein Abdullahi Hame WEEK 1 M. Sc in CSE (Daffodil International University)

At the end of this course, you should be able to understand: Computer system: processor, memory, I/O. Processors: (control unit, registers, ALU, and instruction execution unit) Control Unit: control signals for the operation and coordination of all processor components. How the I/O peripherals connected to the other parts of the computer system.

What is a computer?

Structure: The way in which components relate to each other. Function: The operation of individual components as part of the structure.

There are four basic functions that a computer can perform: Data processing Data may take a wide variety of forms and the range of processing requirements is broad Data storage: (Short-term / Long-term) Data movement: (Receiving / delivering) Data communications: over longer distances, or from a remote device Control: A control unit manages the computer’s resources in response to instructions

Every subsystem has its own functions and structures

There are four main structural components of the computer: CPU – controls the operation of the computer and performs its data processing functions Main Memory – stores data I/O – moves data between the computer and its external environment System Interconnection – some mechanism that provides for communication among CPU, main memory, and I/O

Major structural components: Control Unit: Controls the operation of the CPU and hence the computer Arithmetic and Logic Unit (ALU): Performs the computer’s data processing function Registers: Provide storage internal to the CPU CPU Interconnection: Some mechanism that provides for communication among the control unit, ALU, and registers

Central processing unit (CPU): Portion of the computer that fetches and executes instructions Consists of an ALU, a control unit, and registers Referred to as a processor in a system with a single processing unit Core: An individual processing unit on a processor chip May be equivalent in functionality to a CPU on a single-CPU System Specialized processing units are also referred to as cores. Processor: A physical piece of silicon containing one or more cores Is the computer component that interprets and executes instructions Referred to as a multicore processor if it contains multiple cores

Multiple layers of memory between the processor and main memory Is smaller and faster than main memory Used to speed up memory access by placing in the cache data from main memory that is likely to be used in the near future

A greater performance improvement may be obtained by using multiple levels of cache, with level 1 (L1) closest to the core and additional levels (L2, L3, etc.) progressively farther from the core

Vacuum tubes were used for digital logic elements and memory Completed in 1952 Prototype of all subsequent general- purpose computers

More complex arithmetic and logic units and control units The use of high-level programming languages Provision of system software which provided the ability to: Load programs Move data to peripherals Libraries perform common computations

Smaller Cheaper Dissipates less heat than a vacuum tube Is a solid state device made from silicon Was invented at Bell Labs in 1947 It was not until the late 1950’s that fully transistorized computers were commercially available

1958 – the invention of the integrated circuit Discrete component Single, self-contained transistor Manufactured separately, packaged in their own containers, and soldered or wired together onto Masonite-like circuit boards Manufacturing process was expensive.

Data storage – provided by memory cells Data processing – provided by gates Data movement – the paths among components are used to move data from memory to memory and from memory through gates to memory Control – the paths among components can carry control signal.

The density of elements on processor chips continued to rise More and more elements were placed on each chip so that fewer and fewer chips were needed to construct a single computer processor

1971 Intel developed 4004 First chip to contain all of the components of a CPU on a single chip Birth of microprocessor 1972 Intel developed 8008 (First 8-bit microprocessor) 1974 Intel developed 8080 (First general purpose microprocessor) Faster, has a richer instruction set, has a large addressing capability

Two processor families are the Intel x86 and the ARM architectures Current x86 offerings represent the results of decades of design effort on complex instruction set computers (CISCs)

The use of electronics and software within a product Billions of computer systems are produced each year that are embedded within larger devices Today many devices that use electric power have an embedded computing system Often embedded systems are tightly coupled to their environment

Term that refers to the expanding interconnection of smart devices, ranging from appliances to tiny sensors Is primarily driven by deeply embedded devices Generations of deployment culminating in the IoT: Information technology (IT) PCs, servers, routers, firewalls, and so on, bought as IT devices by enterprise IT people and primarily using wired connectivity

Personal technology Smartphones, tablets, and eBook readers bought as IT devices by consumers exclusively using wireless connectivity and often multiple forms of wireless connectivity It is the fourth generation that is usually thought of as the IoT and it is marked by the use of billions of embedded devices

Thank You QUESTIONS?