CS 140 Introduction to Computing & Computer Technology. Computing Components

Size: px
Start display at page:

Download "CS 140 Introduction to Computing & Computer Technology. Computing Components"

Transcription

1 CS 140 Introduction to Computing & Computer Technology Computing Components

2 We ve looked at the elementary building blocks of computers transistors, gates, and circuits OK, but how do computers really work? Gates and circuits operate on the most elemental of data items binary 0s and 1s People reason with more complex units of information decimal numbers, character strings, instructions, etc. To understand how computers process these more complex pieces of information we must look at higher-level components than gates and circuits We must study computers as collections of functional units or subsystems that perform operations such as instruction processing information storage computation data transfer

3 Computer Components Consider the following ad: Insatavialion 640 Laptop Exceptional Performance and Portability Intel Core 2 Duo (2.66GHz/1066Mhz FSB/6MB cache) 15.6 High Definition (1080p) LED Backlit LCD Display (1366 x 768) 512MB ATI Mobility Radeon Graphics Built-in 2.0MP Web Camera 4GB Shared Dual Channel DDR2 at 800MHz 500GB SATA Hard Drive at 5400RPM 8X Slot Load DL DVD+/- RW Drive a/g/n and Bluetooth WHr Lithium Ion Battery (2) USB 2.0, HDMI, 15-pin VGA, Ethernet 10/100/1000, IEEE 1394 Firewire, Express Card, Audio line-in, line-out, mic-in 14.8W X 1.2H X 10.1D, 5.6 lbs Microsoft0 Windows 7 Professional Microsoft Office Home and Student Month subscription to McAfee Security Center Anti-virus 3

4 Virtually every computer in use today is based on a single design Analogous to automotive technology: although a pickup truck looks very different from a Ferrari, they are both constructed using the same basic technology a gasoline-powered internal combustion engine turning an axle that turns the wheels Differences are not basic theoretical differences but variations on a theme» bigger engine» larger carrying capacity» more luxurious interior

5 Structure and organization of virtually all modern computers are based on a single theoretical model of computer design called the Von Neumann architecture after John Von Neumann, who first proposed it in 1946

6 The von Neumann architecture identifies 3 essential components: Input/Output Devices (I/O) allow the user to interact with the computer Memory stores information to be processed as well as programs (instructions specifying the steps necessary to complete specific tasks) Central Processing Unit (CPU) carries out the instructions to process information

7 Stored program concept A program can be encoded as bit patterns and stored in main memory. From there, the CPU can then extract the instructions and execute them

8 The CPU is comprised of several subunits Arithmetic Logic Unit (ALU): circuitry that performs the actual operations on data (e.g., addition, subtraction) Registers: memory locations built into the CPU (to provide fast access) Control Unit: circuitry in charge of fetching data and instructions from main memory, as well as controlling the flow of data between registers and the ALU

9 Computer Components Consider the following ad: Insatavialion 640 Laptop Exceptional Performance and Portability Intel Core 2 Duo (2.66GHz/1066Mhz FSB/6MB cache) 15.6 High Definition (1080p) LED Backlit LCD Display (1366 x 768) 512MB ATI Mobility Radeon Graphics Built-in 2.0MP Web Camera 4GB Shared Dual Channel DDR2 at 800MHz 500GB SATA Hard Drive at 5400RPM 8X Slot Load DL DVD+/- RW Drive a/g/n and Bluetooth WHr Lithium Ion Battery (2) USB 2.0, HDMI, 15-pin VGA, Ethernet 10/100/1000, IEEE 1394 Firewire, Express Card, Audio line-in, line-out, mic-in 14.8W X 1.2H X 10.1D, 5.6 lbs Microsoft0 Windows 7 Professional Microsoft Office Home and Student Month subscription to McAfee Security Center Anti-virus 9

10 CPU clock Operation of digital hardware governed by a constantrate clock Clock (cycles) Data transfer and computation Clock period Clock frequency (rate): cycles per second E.g., 4.0GHz = 4000MHz = Hz

11 Combinational logic transforms data during clock cycles Between clock edges Longest delay determines clock period Performance improved by Reducing number of clock cycles Increasing clock rate Hardware designer must often trade off clock rate against cycle count

12 Computer Components Consider the following ad: Insatavialion 640 Laptop Exceptional Performance and Portability Intel Core 2 Duo (2.66GHz/1066Mhz FSB/6MB cache) 15.6 High Definition (1080p) LED Backlit LCD Display (1366 x 768) 512MB ATI Mobility Radeon Graphics Built-in 2.0MP Web Camera 4GB Shared Dual Channel DDR2 at 800MHz 500GB SATA Hard Drive at 5400RPM 8X Slot Load DL DVD+/- RW Drive a/g/n and Bluetooth WHr Lithium Ion Battery (2) USB 2.0, HDMI, 15-pin VGA, Ethernet 10/100/1000, IEEE 1394 Firewire, Express Card, Audio line-in, line-out, mic-in 14.8W X 1.2H X 10.1D, 5.6 lbs Microsoft0 Windows 7 Professional Microsoft Office Home and Student Month subscription to McAfee Security Center Anti-virus 12

13 Bus Flow of Information A set of wires that connect all major sections Figure 5.2 Data flow through a von Neumann architecture 13

14 Computer Components Consider the following ad: Insatavialion 640 Laptop Exceptional Performance and Portability Intel Core 2 Duo (2.66GHz/1066Mhz FSB/6MB cache) 15.6 High Definition (1080p) LED Backlit LCD Display (1366 x 768) 512MB ATI Mobility Radeon Graphics Built-in 2.0MP Web Camera 4GB Shared Dual Channel DDR2 at 800MHz 500GB SATA Hard Drive at 5400RPM 8X Slot Load DL DVD+/- RW Drive a/g/n and Bluetooth WHr Lithium Ion Battery (2) USB 2.0, HDMI, 15-pin VGA, Ethernet 10/100/1000, IEEE 1394 Firewire, Express Card, Audio line-in, line-out, mic-in 14.8W X 1.2H X 10.1D, 5.6 lbs Microsoft0 Windows 7 Professional Microsoft Office Home and Student Month subscription to McAfee Security Center Anti-virus 14

15 Memory A collection of cells, each with a unique physical address; both addresses and contents are in binary Memory

16 RAM and ROM Random Access Memory (RAM) Memory in which each location can be accessed and changed Read Only Memory (ROM) Memory in which each location can be accessed but not changed RAM is volatile, ROM is not What does volatile mean? 16

17 Computer Components Consider the following ad: Insatavialion 640 Laptop Exceptional Performance and Portability Intel Core 2 Duo (2.66GHz/1066Mhz FSB/6MB cache) 15.6 High Definition (1080p) LED Backlit LCD Display (1366 x 768) 512MB ATI Mobility Radeon Graphics Built-in 2.0MP Web Camera 4GB Shared Dual Channel DDR2 at 800MHz 500GB SATA Hard Drive at 5400RPM 8X Slot Load DL DVD+/- RW Drive a/g/n and Bluetooth WHr Lithium Ion Battery (2) USB 2.0, HDMI, 15-pin VGA, Ethernet 10/100/1000, IEEE 1394 Firewire, Express Card, Audio line-in, line-out, mic-in 14.8W X 1.2H X 10.1D, 5.6 lbs Microsoft0 Windows 7 Professional Microsoft Office Home and Student Month subscription to McAfee Security Center Anti-virus 17

18 Von Neumann simply assumed that whenever the computer needed an instruction or a piece of data, it would get it from RAM As computers became faster, designers noticed that, more and more, the processor was sitting idle waiting for data or instructions to arrive Processors were executing instructions so quickly that memory access was becoming a bottleneck To solve this problem, designers needed to decrease memory access time to make it comparable with the time needed to carry out an instruction. But extremely fast memory is also quite expensive

19 Caching Information in use copied from slower to faster storage temporarily Faster storage (cache) checked first to determine if information is there

20 Caching Analogy You are going to do some research on a particular topic. Thus, you go to the library and look for the a shelve that contains books on that particular topic You pick up a book from the shelve, find a chair, seat and start reading

21 You find a reference to another book on the same topic that you are also interested in reading. Thus, you stand up, go to the same shelve, leave the first book and pick up the other book Then, you go back to the chair and start reading the second book Later on you realize that you want to read the first book once again (or another related book). Thus, you repeat the same process (i.e., go to the shelve to find it)

22 Suppose that instead of taking just one book from the shelve, you take 10 books on the same topic. Then, you find a table with a chair, put the 10 books on the table, sit there and start reading one of the books If you need another related book, there is a good chance that it is on your table so you don t have to go to the shelve to get it. Also, you can leave the first book on the table and there is a good chance that you will be needing it again later

23 Designers observed that when a program fetches a piece of data or an instruction, there is a high likelihood that It will access that same instruction or piece of data in the very near future It will access the instructions or data that are located near this one This observation is called the principle of locality

24

25 Another good analogy to cache memory is a home refrigerator. Why?

26 Computer Components Consider the following ad: Insatavialion 640 Laptop Exceptional Performance and Portability Intel Core 2 Duo (2.66GHz/1066Mhz FSB/6MB cache) 15.6 High Definition (1080p) LED Backlit LCD Display (1366 x 768) 512MB ATI Mobility Radeon Graphics Built-in 2.0MP Web Camera 4GB Shared Dual Channel DDR2 at 800MHz 500GB SATA Hard Drive at 5400RPM 8X Slot Load DL DVD+/- RW Drive a/g/n and Bluetooth WHr Lithium Ion Battery (2) USB 2.0, HDMI, 15-pin VGA, Ethernet 10/100/1000, IEEE 1394 Firewire, Express Card, Audio line-in, line-out, mic-in 14.8W X 1.2H X 10.1D, 5.6 lbs Microsoft0 Windows 7 Professional Microsoft Office Home and Student Month subscription to McAfee Security Center Anti-virus 26

27 Ideally, we want programs and data to reside in main memory permanently Main memory is usually too small Main memory is volatile loses contents on power loss Secondary storage holds large quantities of data, permanently Magnetic disk is the most common secondary-storage device

28 Read/Write Head Side View

29

30 Transfer rate is rate at which data flows between drive and computer Positioning time (random-access time) is time to move disk arm to desired cylinder (seek time) and time for desired sector to rotate under the disk head (rotational latency) Distance between disk surface and read-write head is less than 0.1 microns (1 micron = 1 millionth of a meter). A human hair is 50 microns Head crash results from disk head making contact with the disk surface That s bad

31 Input/Output Units Input Unit A device through which data and programs from the outside world are entered into the computer; Can you name three? Output unit A device through which results stored in the computer memory are made available to the outside world Can you name two? 31

32 Computer Components Consider the following ad: Insatavialion 640 Laptop Exceptional Performance and Portability Intel Core 2 Duo (2.66GHz/1066Mhz FSB/6MB cache) 15.6 High Definition (1080p) LED Backlit LCD Display (1366 x 768) 512MB ATI Mobility Radeon Graphics Built-in 2.0MP Web Camera 4GB Shared Dual Channel DDR2 at 800MHz 500GB SATA Hard Drive at 5400RPM 8X Slot Load DL DVD+/- RW Drive a/g/n and Bluetooth WHr Lithium Ion Battery (2) USB 2.0, HDMI, 15-pin VGA, Ethernet 10/100/1000, IEEE 1394 Firewire, Express Card, Audio line-in, line-out, mic-in 14.8W X 1.2H X 10.1D, 5.6 lbs Microsoft0 Windows 7 Professional Microsoft Office Home and Student Month subscription to McAfee Security Center Anti-virus 32

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder Show how to connect three Full Adders to implement a 3-bit ripple-carry adder 1 Reg. A Reg. B Reg. Sum 2 Chapter 5 Computing Components Yet another layer of abstraction! Components Circuits Gates Transistors

More information

Quiz on Ch.4 is at the end of Ch.4 slides

Quiz on Ch.4 is at the end of Ch.4 slides Quiz on Ch.4 is at the end of Ch.4 slides 1 Chapter 5 Computing Components Yet another layer of abstraction! Components Circuits Gates Transistors Chapter Goals Read an ad for a computer and understand

More information

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder

Show how to connect three Full Adders to implement a 3-bit ripple-carry adder Show how to connect three Full Adders to implement a 3-bit ripple-carry adder 1 Reg. A Reg. B Reg. Sum 2 Chapter 5 Computing Components Yet another layer of abstraction! Components Circuits Gates Transistors

More information

Discussion of exam problems

Discussion of exam problems Discussion of exam problems 1 Hint for Homework problem 72: Show how to connect three Full Adders to implement a 2-bit ripplecarry adder 2 C D A B Connect to ground (0) Z X Y 3 Chapter 5 Computing Components

More information

Chapter 6 Part 1 Understanding Hardware

Chapter 6 Part 1 Understanding Hardware Chapter 6 Part 1 Understanding Hardware CS10001- Computer Literacy Chapter 6: Understanding and Assessing Hardware 1 System Evaluation The subsystems to understand: CPU subsystem Memory subsystem Storage

More information

CSCI-375 Operating Systems

CSCI-375 Operating Systems CSCI-375 Operating Systems Lecture 2 Note: Many slides and/or pictures in the following are adapted from: slides 2005 Silberschatz, Galvin, and Gagne Some slides and/or pictures in the following are adapted

More information

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu A Review of Chapter 5 and Chapter 6 Chapter 5 Computer Systems Organization Von Neumann Architecture 4 Components Memory Input/output ALU Control Unit Two major features Stored program concept Sequential

More information

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal. Hardware CSCE 101 Electricity: Voltage Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal. The signals voltage will either be between

More information

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11 Technology in Action Chapter 6 Understanding and Assessing Hardware: Evaluating Your System 1 Chapter Topics To buy or to upgrade? Evaluating your system CPU RAM Storage devices Video card Sound card System

More information

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors COMP2121: Microprocessors and Interfacing Introduction to Microprocessors http://www.cse.unsw.edu.au/~cs2121 Lecturer: Hui Wu Session 2, 2017 1 1 Contents Processor architectures Bus Memory hierarchy 2

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

Computer Organization

Computer Organization INF 101 Fundamental Information Technology Computer Organization Assistant Prof. Dr. Turgay ĐBRĐKÇĐ Course slides are adapted from slides provided by Addison-Wesley Computing Fundamentals of Information

More information

Chapter 5: Computer Systems Organization. Invitation to Computer Science, C++ Version, Third Edition

Chapter 5: Computer Systems Organization. Invitation to Computer Science, C++ Version, Third Edition Chapter 5: Computer Systems Organization Invitation to Computer Science, C++ Version, Third Edition Objectives In this chapter, you will learn about: The components of a computer system Putting all the

More information

Chapter 5: Computer Systems Organization

Chapter 5: Computer Systems Organization Objectives Chapter 5: Computer Systems Organization Invitation to Computer Science, C++ Version, Third Edition In this chapter, you will learn about: The components of a computer system Putting all the

More information

Computer Architecture and Assembly Language. Spring

Computer Architecture and Assembly Language. Spring Computer Architecture and Assembly Language Spring 2014-2015 What is a computer? A computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2008 Prentice-Hall, Inc. Computers Are Your Future Chapter 6 Inside the System Unit 2008 Prentice-Hall, Inc. Slide 2 What You Will Learn... Understand how computers represent

More information

Computer Organization

Computer Organization Chapter 5 Computer Organization Figure 5-1 Computer hardware :: Review Figure 5-2 CPU :: Review CPU:: Review Registers are fast stand-alone storage locations that hold data temporarily Data Registers Instructional

More information

1. True or False? For tasks like Web surfing, sufficient memory can make up for a slow processor.

1. True or False? For tasks like Web surfing, sufficient memory can make up for a slow processor. Review questions for Chapter 5 Computer Components 1. True or False? For tasks like Web surfing, sufficient memory can make up for a slow processor. 2. True or False? A megabyte of memory space is larger

More information

CS429: Computer Organization and Architecture

CS429: Computer Organization and Architecture CS429: Computer Organization and Architecture Dr. Bill Young Department of Computer Sciences University of Texas at Austin Last updated: November 28, 2017 at 14:31 CS429 Slideset 18: 1 Random-Access Memory

More information

CS429: Computer Organization and Architecture

CS429: Computer Organization and Architecture CS429: Computer Organization and Architecture Dr. Bill Young Department of Computer Sciences University of Texas at Austin Last updated: April 9, 2018 at 12:16 CS429 Slideset 17: 1 Random-Access Memory

More information

Machine Architecture. or what s in the box? Lectures 2 & 3. Prof Leslie Smith. ITNP23 - Autumn 2014 Lectures 2&3, Slide 1

Machine Architecture. or what s in the box? Lectures 2 & 3. Prof Leslie Smith. ITNP23 - Autumn 2014 Lectures 2&3, Slide 1 Machine Architecture Prof Leslie Smith or what s in the box? Lectures 2 & 3 ITNP23 - Autumn 2014 Lectures 2&3, Slide 1 Basic Machine Architecture In these lectures we aim to: understand the basic architecture

More information

Intentionally Blank 0

Intentionally Blank 0 Intentionally Blank 0 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 1 Understanding Your Computer: Computers are Data Processing Devices Perform four major functions Input:

More information

Introduction To Computer Hardware. Hafijur Rahman

Introduction To Computer Hardware. Hafijur Rahman Introduction To Computer Hardware Lecture 2 Hafijur Rahman What is a Computer? A computer is an electronic device, which can input, process, and output data. input processing output A computer is a machine

More information

Extended Warranties. Buy Now. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog September Since 1980

Extended Warranties. Buy Now. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog September Since 1980 Page 2 920-563-8712 Extended Warranties Since 1980 Product Catalog September 2014 Buy Local, Buy Quality Extended warranties are available upon request and are provided & maintained by the Manufacturer.

More information

@ R6,399 (Incl. VAT)

@ R6,399 (Incl. VAT) To purchase these products email us directly at sales@bigpromotions.tel or phone on 0861 772 774 Demo Laptop DELL INSPIRON N5010 - I5, With i5 Processor & FULL BUILT-IN NUMERIC KEYPAD @ R6,399 (Incl. VAT)

More information

Stylish companion for work or home combining advanced graphics and security. 13.3" X-black LCD display with LED technology for longer battery life

Stylish companion for work or home combining advanced graphics and security. 13.3 X-black LCD display with LED technology for longer battery life VGN-SR39VN/S Stylish Mobile Companion Stylish companion for work or home combining advanced graphics and security VAIO Europe official website http://www.vaio.eu/ VAIO Europe official website http://www.vaiopro.eu/

More information

Introduction to computers

Introduction to computers Introduction to Computers 1 Introduction to computers You will learn what are the basic components of a computer system and the rudiments of how those components work. Are Computers Really So Confusing?

More information

Computers: Inside and Out

Computers: Inside and Out Computers: Inside and Out Computer Components To store binary information the most basic components of a computer must exist in two states State # 1 = 1 State # 2 = 0 1 Transistors Computers use transistors

More information

CS1004: Intro to CS in Java, Spring 2005

CS1004: Intro to CS in Java, Spring 2005 CS1004: Intro to CS in Java, Spring 2005 Lecture #10: Computer architecture Janak J Parekh janak@cs.columbia.edu HW#2 due Tuesday Administrivia Mass Storage RAM is volatile Not useful for permanent storage,

More information

@ R6,399 (Incl. VAT)

@ R6,399 (Incl. VAT) To purchase these products email us directly at sales@bigpromotions.tel or phone on 0861 772 774 Demo Laptop DELL INSPIRON N5010 - I5, With i5 Processor & FULL BUILT-IN NUMERIC KEYPAD @ R6,399 (Incl. VAT)

More information

Flagship entertainment notebook with real wide screen and Blu-ray Disc drive

Flagship entertainment notebook with real wide screen and Blu-ray Disc drive VGN-FW31ZJ Ultimate screen experience Flagship entertainment notebook with real wide screen and Blu-ray Disc drive KEY FEATURES Full HD 16.4" X-black LCD display with double lamp and super realistic 100%

More information

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U C A N A D I A N I N T E R N A T I O N A L S C H O O L O F H O N G K O N G 5.1 Introduction 5.2 Components of a Computer System Algorithm The Von Neumann architecture is based on the following three characteristics:

More information

Extended Warranties. Buy Now. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog December Since 1980

Extended Warranties. Buy Now. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog December Since 1980 Page 2 920-563-8712 Extended Warranties Since 1980 Product Catalog December 2014 Buy Local, Buy Quality Extended warranties are available upon request and are provided & maintained by the Manufacturer.

More information

UNIT 2 Data Center Environment

UNIT 2 Data Center Environment UNIT 2 Data Center Environment This chapter provides an understanding of various logical components of hosts such as file systems, volume managers, and operating systems, and their role in the storage

More information

7/28/ Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc.

7/28/ Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc. Technology in Action Technology in Action Chapter 9 Behind the Scenes: A Closer Look a System Hardware Chapter Topics Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer

More information

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER Components of a personal computer - Summary Computer Case aluminium casing to store all components. Motherboard Central Processor Unit (CPU) Power supply

More information

Chapter 5 Computing Components

Chapter 5 Computing Components Chapter Goals Chapter 5 Computing Components Read an ad for a computer and understand the jargon List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle

More information

Homeschool Enrichment. The System Unit: Processing & Memory

Homeschool Enrichment. The System Unit: Processing & Memory Homeschool Enrichment The System Unit: Processing & Memory Overview This chapter covers: How computers represent data and programs How the CPU, memory, and other components are arranged inside the system

More information

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result. Central Processing Unit (CPU) A processor is also called the CPU, and it works hand in hand with other circuits known as main memory to carry out processing. The CPU is the "brain" of the computer; it

More information

@ R8,850 (Incl. VAT)

@ R8,850 (Incl. VAT) To purchase these products email us directly at sales@bigpromotions.tel or phone on 0861 772 774 New Laptop DELL Vostro 3700, I7 PROCESSOR & FULL BUILT-IN NUMERIC KEYPAD @ R8,850 (Incl. VAT) Processor:

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Another fundamental component of the computer is the main memory.

Another fundamental component of the computer is the main memory. Another fundamental component of the computer is the main memory. The main memory of the computer is called random-access memory (abbreviated to RAM). According to the Von Neumann architecture, the RAM

More information

Chapter One. Introduction to Computer System

Chapter One. Introduction to Computer System Principles of Programming-I / 131101 Prepared by: Dr. Bahjat Qazzaz -------------------------------------------------------------------------------------------- Chapter One Introduction to Computer System

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Inside the Computer System Copyright 2012 Pearson Education,

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

NOTEBOOK. Product Code. Optical Drive

NOTEBOOK. Product Code. Optical Drive DLNBW560948TH_BK DLNBW560934TH_BK DLNBW560947TH_BK 15.6" TL HD (1366 x 768) [15.6 inch LED Backlit Display with Truelife and HD resolution (1366 x HD HD resolution (1366 x resolution (1366 x Intel 4400

More information

Knowledge Organiser. Computing. Year 10 Term 1 Hardware

Knowledge Organiser. Computing. Year 10 Term 1 Hardware Organiser Computing Year 10 Term 1 Hardware Enquiry Question How does a computer do everything it does? Big questions that will help you answer this enquiry question: 1. What is the purpose of the CPU?

More information

Chapter 5 12/2/2013. Objectives. Computer Systems Organization. Objectives. Objectives (continued) Introduction. INVITATION TO Computer Science 1

Chapter 5 12/2/2013. Objectives. Computer Systems Organization. Objectives. Objectives (continued) Introduction. INVITATION TO Computer Science 1 Chapter 5 Computer Systems Organization Objectives In this chapter, you will learn about: The components of a computer system Putting all the pieces together the Von Neumann architecture The future: non-von

More information

Random-Access Memory (RAM) CS429: Computer Organization and Architecture. SRAM and DRAM. Flash / RAM Summary. Storage Technologies

Random-Access Memory (RAM) CS429: Computer Organization and Architecture. SRAM and DRAM. Flash / RAM Summary. Storage Technologies Random-ccess Memory (RM) CS429: Computer Organization and rchitecture Dr. Bill Young Department of Computer Science University of Texas at ustin Key Features RM is packaged as a chip The basic storage

More information

Elementary Computing CSC M. Cheng, Computer Science 1

Elementary Computing CSC M. Cheng, Computer Science 1 Elementary Computing CSC 100 2014-07-14 M. Cheng, Computer Science 1 CPU and Memory Inside of a computer CPU and RAM Clock Speed & Multi-core Microprocessor How a CPU works Secondary Storage 2014-07-14

More information

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah The kinds of memory:- 1. RAM(Random Access Memory):- The main memory in the computer, it s the location where data and programs are stored (temporally). RAM is volatile means that the data is only there

More information

Buying a PC? Consider the following Before Buying A New Computer or Laptop:

Buying a PC? Consider the following Before Buying A New Computer or Laptop: Buying a PC? Computer technology is changing so fast it is sometimes very hard for the average consumer to keep up. New products and systems are coming out at such a pace even some the salesmen are probably

More information

ARL 945/ ARL945-B User Reference Manual

ARL 945/ ARL945-B User Reference Manual ARL 945/ ARL945-B User Reference Manual Specifications Model No ARL945 ARL945-B CPU Intel Core 2 Duo T7500, 2.2GHz Processors (Option: Intel Core 2 Duo T9400, 2.53 GHz) Chipset Intel Gm45 Chipset + ICH9M

More information

CS 201 The Memory Hierarchy. Gerson Robboy Portland State University

CS 201 The Memory Hierarchy. Gerson Robboy Portland State University CS 201 The Memory Hierarchy Gerson Robboy Portland State University memory hierarchy overview (traditional) CPU registers main memory (RAM) secondary memory (DISK) why? what is different between these

More information

UPLB-S , SUPPLY AND DELIVERY OF INFORMATION TECHNOLOGY PARTS, ACCESSORIES AND PERIPHERALS TECHNICAL SPECIFICATION FOR THE PUBLIC BIDDING OF:

UPLB-S , SUPPLY AND DELIVERY OF INFORMATION TECHNOLOGY PARTS, ACCESSORIES AND PERIPHERALS TECHNICAL SPECIFICATION FOR THE PUBLIC BIDDING OF: 1 1 BRANDED & BRAND NEW DESKTOP COMPUTER Form Factor: Tower Processor: Intel Pentium processor N3700 (1.6 GHz) Memory: 2GB Dual Channel DDR3 Hard Drive: 500 GB Optical Drive: 8X Super-Multi drive, 9.0

More information

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows A Computer is a device which allows you to Input raw

More information

NDNA NOTEBOOK PRICE LIST

NDNA NOTEBOOK PRICE LIST RM NDNA NOTEBOOK PRICE LIST APRIL 2010 RM Sales Helpline 01235 826518 Scotland, North East, North West, Midlands and Wales 01235 826548 South, South East, South West and London Contents 1. Range Overview...3

More information

MSc-IT 1st Semester Fall 2016, Course Instructor M. Imran khalil 1

MSc-IT 1st Semester Fall 2016, Course Instructor M. Imran khalil 1 Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter cards, and other components of a motherboard

More information

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng.

CS 265. Computer Architecture. Wei Lu, Ph.D., P.Eng. CS 265 Computer Architecture Wei Lu, Ph.D., P.Eng. 1 Part 2: Introduction to Computer Architecture Our goal: have a basic look at architecture of computer, its functions and structure, its history and

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit Chapter 4 Objectives Differentiate among various styles of of system units Differentiate among the the various types of of memory Identify chips, adapter cards,

More information

Please read general information before entering a computer requisition

Please read general information before entering a computer requisition Shelby County Schools Standard PC Offerings (September 2016) Please read general information before entering a computer requisition Please contact Information Technology to complete a Non Standard Form

More information

Extended Warranties. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog October Since 1980

Extended Warranties. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog October Since 1980 Page 2 920-563-8712 Extended Warranties Since 1980 Product Catalog October 2016 Buy Local, Buy Quality Extended warranties are available upon request and are provided & maintained by the Manufacturer.

More information

Unit 2: Technology Systems. Computer and technology systems

Unit 2: Technology Systems. Computer and technology systems Unit 2: Technology Systems Computer and technology systems So far Introduction Applications in different industries Issues Sustainability Privacy and copyright Networking Today Learning aim B: Understand

More information

The x86 Microprocessors. Introduction. The 80x86 Microprocessors. 1.1 Assembly Language

The x86 Microprocessors. Introduction. The 80x86 Microprocessors. 1.1 Assembly Language The x86 Microprocessors Introduction 1.1 Assembly Language Numbering and Coding Systems Human beings use the decimal system (base 10) Decimal digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 Computer systems use the

More information

Technology in Action

Technology in Action Technology in Action Chapter 9 Behind the Scenes: A Closer Look at System Hardware 1 Binary Language Computers work in binary language. Consists of two numbers: 0 and 1 Everything a computer does is broken

More information

Notes - Computer Hardware Basics

Notes - Computer Hardware Basics The Computer A computer is made up of many parts: Notes - Computer Hardware Basics 1. Input/Output (I/O) devices These allow you to send information to the computer or get information from the computer.

More information

LAPTOP HOMEPAGE / SATELLITE / SATELLITE A300 SERIES / SATELLITE A300-1EG. Satellite A300-1EG Part Number : PSAG4E-03201MG3 Key Features

LAPTOP HOMEPAGE / SATELLITE / SATELLITE A300 SERIES / SATELLITE A300-1EG. Satellite A300-1EG Part Number : PSAG4E-03201MG3 Key Features LAPTOP HOMEPAGE / SATELLITE / SATELLITE A300 SERIES / SATELLITE A300-1EG Satellite A300-1EG Part Number : PSAG4E-03201MG3 Key Features Technology Operating system type : Intel Centrino processor technology

More information

Level 2: The Hardware World Chapters 4 and 5 (topics of other cs courses)

Level 2: The Hardware World Chapters 4 and 5 (topics of other cs courses) Level 2: The Hardware World Chapters 4 and 5 (topics of other cs courses) Invitation to Computer Science, Java Version, Third Edition Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and

More information

CS101 Lecture 25: The Machinery of Computation: Computer Architecture. John Magee 29 July 2013 Some material copyright Jones and Bartlett

CS101 Lecture 25: The Machinery of Computation: Computer Architecture. John Magee 29 July 2013 Some material copyright Jones and Bartlett CS101 Lecture 25: The Machinery of Computation: Computer Architecture John Magee 29 July 2013 Some material copyright Jones and Bartlett 1 Overview/Questions What did we do last time? Can we relate this

More information

Advanced Topics In Hardware

Advanced Topics In Hardware Advanced Topics In Hardware You will learn the inner workings of the hardware components introduced in the previous section. Computer Buses: How Information Is Transmitted Carries information between the

More information

CORRIGENDUM No. 1 SUPPLY TENDER DOSSIER. EuropeAid/132085/D/SUP/HR

CORRIGENDUM No. 1 SUPPLY TENDER DOSSIER. EuropeAid/132085/D/SUP/HR CORRIGENDUM No. 1 SUPPLY TENDER DOSSIER EuropeAid/132085/D/SUP/HR Contract title: Supply of equipment for National information system for nature protection supervision Croatia In the ANNEX II + III : TECHNICAL

More information

CMSC 1513 Lecture 1.2

CMSC 1513 Lecture 1.2 Key Point: A computer is an electronic device that stores and processes data. Hardware Software Hardware comprises the visible, physical elements of the computer. Software provides the invisible instructions

More information

3960 Series. XTREME Edition. The Professional s Choice. Key Features

3960 Series. XTREME Edition. The Professional s Choice. Key Features The Professional s Choice 3960 Series XTREME Edition High performance entry level single processor workstations (2nd Generation Intel Core i7) Over clocked to runs up to 4.5 GHz for maximum application

More information

Database Systems II. Secondary Storage

Database Systems II. Secondary Storage Database Systems II Secondary Storage CMPT 454, Simon Fraser University, Fall 2009, Martin Ester 29 The Memory Hierarchy Swapping, Main-memory DBMS s Tertiary Storage: Tape, Network Backup 3,200 MB/s (DDR-SDRAM

More information

CENG3420 Lecture 08: Memory Organization

CENG3420 Lecture 08: Memory Organization CENG3420 Lecture 08: Memory Organization Bei Yu byu@cse.cuhk.edu.hk (Latest update: February 22, 2018) Spring 2018 1 / 48 Overview Introduction Random Access Memory (RAM) Interleaving Secondary Memory

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

HP Pavilion 23-p027c All-in-One Desktop PC

HP Pavilion 23-p027c All-in-One Desktop PC HP Pavilion 23-p027c All-in-One Desktop PC Product number F3E99AA Display 58.42 cm (23.00 in) touch-enabled IPS widescreen Full HD LED backlit display Size: 58.42 cm (23.00 in) diagonal Native resolution:

More information

VISUAL SUMMARY. The System Unit

VISUAL SUMMARY. The System Unit Rev.Confirming Pages VISUAL SUMMARY The System Unit SYSTEM UNIT System unit (system chassis) contains electronic components. There are four basic categories of system units: desktop, notebook (laptop),

More information

The Central Processing Unit

The Central Processing Unit The Central Processing Unit All computers derive from the same basic design, usually referred to as the von Neumann architecture. This concept involves solving a problem by defining a sequence of commands

More information

Q1. Describe C.P.U and its subunits with the help of diagram?

Q1. Describe C.P.U and its subunits with the help of diagram? Q1. Describe C.P.U and its subunits with the help of diagram? Ans. C.P.U (CENTRAL PROCESSING UNIT) Book page # 27 The C.P.U is the brain of computer.it controls and supervises all the units. Processing

More information

Storage Devices for Database Systems

Storage Devices for Database Systems Storage Devices for Database Systems 5DV120 Database System Principles Umeå University Department of Computing Science Stephen J. Hegner hegner@cs.umu.se http://www.cs.umu.se/~hegner Storage Devices for

More information

CS24: INTRODUCTION TO COMPUTING SYSTEMS. Spring 2017 Lecture 13

CS24: INTRODUCTION TO COMPUTING SYSTEMS. Spring 2017 Lecture 13 CS24: INTRODUCTION TO COMPUTING SYSTEMS Spring 2017 Lecture 13 COMPUTER MEMORY So far, have viewed computer memory in a very simple way Two memory areas in our computer: The register file Small number

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

Concept of Memory. The memory of computer is broadly categories into two categories:

Concept of Memory. The memory of computer is broadly categories into two categories: Concept of Memory We have already mentioned that digital computer works on stored programmed concept introduced by Von Neumann. We use memory to store the information, which includes both program and data.

More information

CS 33. Memory Hierarchy I. CS33 Intro to Computer Systems XVI 1 Copyright 2016 Thomas W. Doeppner. All rights reserved.

CS 33. Memory Hierarchy I. CS33 Intro to Computer Systems XVI 1 Copyright 2016 Thomas W. Doeppner. All rights reserved. CS 33 Memory Hierarchy I CS33 Intro to Computer Systems XVI 1 Copyright 2016 Thomas W. Doeppner. All rights reserved. Random-Access Memory (RAM) Key features RAM is traditionally packaged as a chip basic

More information

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University Memory Overview Curtis Nelson Walla Walla University Overview - Memory Types n n n Magnetic tape (used primarily for long term archive) Magnetic disk n Hard disk (File, Directory, Folder) n Floppy disks

More information

should be able to scale to additional pair controllers with 128 GB Cache across Controllers." replacement. With memory of >= 64 GB

should be able to scale to additional pair controllers with 128 GB Cache across Controllers. replacement. With memory of >= 64 GB Existing Storage Technical Specification for 100TB To Be Read AS Item Specification Comments Controllers Dual Active-Active controllers. The system Please read the Specifications as " Dual Active-Active

More information

Where Have We Been? Ch. 6 Memory Technology

Where Have We Been? Ch. 6 Memory Technology Where Have We Been? Combinational and Sequential Logic Finite State Machines Computer Architecture Instruction Set Architecture Tracing Instructions at the Register Level Building a CPU Pipelining Where

More information

Introduction to Microprocessor

Introduction to Microprocessor Introduction to Microprocessor Slide 1 Microprocessor A microprocessor is a multipurpose, programmable, clock-driven, register-based electronic device That reads binary instructions from a storage device

More information

CS 31: Intro to Systems Storage and Memory. Kevin Webb Swarthmore College March 17, 2015

CS 31: Intro to Systems Storage and Memory. Kevin Webb Swarthmore College March 17, 2015 CS 31: Intro to Systems Storage and Memory Kevin Webb Swarthmore College March 17, 2015 Transition First half of course: hardware focus How the hardware is constructed How the hardware works How to interact

More information

Main Memory (RAM) Organisation

Main Memory (RAM) Organisation Main Memory (RAM) Organisation Computers employ many different types of memory (semi-conductor, magnetic disks, USB sticks, DVDs etc.) to hold data and programs. Each type has its own characteristics and

More information

Extended Warranties. Buy Now. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog February Since 1980

Extended Warranties. Buy Now. Buy Local, Buy Quality. Acer & Lenovo Authorized. Product Catalog February Since 1980 Page 2 920-563-8712 Extended Warranties Since 1980 Product Catalog February 2014 Buy Local, Buy Quality Extended warranties are available upon request and are provided & maintained by the Manufacturer.

More information

5 Computer Organization

5 Computer Organization 5 Computer Organization 5.1 Foundations of Computer Science ã Cengage Learning Objectives After studying this chapter, the student should be able to: q List the three subsystems of a computer. q Describe

More information

Data Storage and Query Answering. Data Storage and Disk Structure (2)

Data Storage and Query Answering. Data Storage and Disk Structure (2) Data Storage and Query Answering Data Storage and Disk Structure (2) Review: The Memory Hierarchy Swapping, Main-memory DBMS s Tertiary Storage: Tape, Network Backup 3,200 MB/s (DDR-SDRAM @200MHz) 6,400

More information

ALIENWARE M11x COMPREHENSIVE SPECIFICATIONS

ALIENWARE M11x COMPREHENSIVE SPECIFICATIONS ALIENWARE M11x COMPREHENSIVE SPECIFICATIONS The contents herein are subject to change without notice. 2010 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

More information

Mother Board And Its Components By :- IMRAN QURESHI

Mother Board And Its Components By :- IMRAN QURESHI Mother Board And Its Components By :- IMRAN QURESHI ARYAN COLLEGE 1 Mother Board Conte nts:- Components of mother board. Central Processing Unit. Bios function Capacitors. External Device. Internal Device.

More information

Specs. Toshiba Notebook Satellite C50/03F. * Model: Toshiba Satellite C50. * Unit dimensions (W x H x Dmm): x 33.4 x 259.0

Specs. Toshiba Notebook Satellite C50/03F. * Model: Toshiba Satellite C50. * Unit dimensions (W x H x Dmm): x 33.4 x 259.0 Specs Toshiba Notebook Satellite C50/03F * Model: Toshiba Satellite C50 * Unit dimensions (W x H x Dmm): 380.0 x 33.4 x 259.0 * 15.6 inch screen perfect for viewing all essential home office programs *

More information

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU. HARDWARE hardware ˈhɑːdwɛː noun [ mass noun ] the machines, wiring, and other physical components of a computer or other electronic system. select a software package that suits your requirements and buy

More information

SYSTEM BUS AND MOCROPROCESSORS HISTORY

SYSTEM BUS AND MOCROPROCESSORS HISTORY SYSTEM BUS AND MOCROPROCESSORS HISTORY Dr. M. Hebaishy momara@su.edu.sa http://colleges.su.edu.sa/dawadmi/fos/pages/hebaishy.aspx Digital Logic Design Ch1-1 SYSTEM BUS The CPU sends various data values,

More information

Computer Architecture Review. ICS332 - Spring 2016 Operating Systems

Computer Architecture Review. ICS332 - Spring 2016 Operating Systems Computer Architecture Review ICS332 - Spring 2016 Operating Systems ENIAC (1946) Electronic Numerical Integrator and Calculator Stored-Program Computer (instead of Fixed-Program) Vacuum tubes, punch cards

More information