Unit 3 Inside the system.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
The Components of a PC (By Lewis Barrett)
IC3 GS3 Standard Computing Fundamentals Module
Living in a Digital World Discovering Computers 2011.
COMPUTER HARDWARE ***EXPLORED***
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Components of a PC. Motherboard. Computer Mother Board Computer Mother board and its constituent components A typical PC mother board with important.
Henry Brady Computer Components Unit 2 – Computer Systems.
COMPUTER MAIN PARTS. softwared HARDWARE 8 COMPONENTS.
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lesson 3 — How a Computer Processes Data
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
Computer Hardware Mr. Richard Orr Technology Teacher Bednarcik Jr. High School.
CSE 101 Spring 2000 Hardware (Bits & Bytes). Understanding the Machine Data versus Information  Data are raw facts  Information is the result of transforming/examining.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
Inside the Computer Ms. Rocío Acevedo September 2006.
Organization of a computer: The motherboard and its components.
CompTIA A+ Certification 801 Support Skills
Motherboard By : Reem Hasayen. Motherboard 1. Its one of the most important component in a PC, it can considered the computer heart. 2. It’s a printed.
Computer system components By Corey Burton. GPU GPU stands for ‘graphics processing unit’. The GPU can help the computer run smoothly. GPU is used for.
Discovering Computers 2012: Chapter 4
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Your Interactive Guide to the Digital World Discovering Computers 2012 Lecture -1.
Unit 2- Computer Hardware.  Identify system components  Describe the role of the central processing unit  Define computer memory  Identify types of.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
The Central Processing Unit: What Goes on Inside the Computer
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
CSCI-100 Introduction to Computing Hardware Part I.
COMPUTER HARDWARE. Presented By  Name: MOHD. SHAFIKUR RAHMAN  ID:  Department: Computer Science & Engineering.
An Overview of the Computer System lesson 1. This lesson includes the following sections: The Parts of a Computer System Looking Inside the Machine Software:
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Kaaba Technosolutions Pvt Ltd1 Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components.
CASE(READ TO SEE IF THE CASE COMES WITH A POWER SUPPLY)
Unit 2- Computer Hardware.  Identify system components  Describe the role of the central processing unit  Define computer memory  Identify types of.
The Computer System.
Henry Brady Computer Components Unit 2 – Computer Systems.
Unit 2- Computer Hardware.  Identify system components  Describe the role of the central processing unit  Define computer memory  Identify types of.
Computer Accessories (Component of A Computer) Motherboard Processor RAM HDD Power Unit/Cashing Monitor CD/DVD Keyboard Mouse.
THE COMPUTER MOTHERBOARD AND ITS COMPONENTS Compiled By: Jishnu Pradeep.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
CASE(READ TO SEE IF THE CASE COMES WITH A POWER SUPPLY)
Power Supply.
PCI-E 1x Slot - Single slot - In the PCIe 1
Computer systems is a 10-credit unit
An Overview of the Computer System
Personal Computers A Research and Reverse Engineering
Chapter 2.
Computer Parts - Internal
PC Parts Worksheet- Building Your own Computer
A+ Guide to Managing and Maintaining Your PC, 7e
Memory Parts of a computer
Discovering Computers 2011: Living in a Digital World Chapter 4
A. PCI Slot - This board has 2 PCI slots
Computer Parts - Internal
Looking Inside the machine (Types of hardware, CPU, Memory)
What’s in the Box?.
An Overview of the Computer System
How do computers work? Storage.
المحور 3 : العمليات الأساسية والمفاهيم
Introduction to Computing
Chapter 2: Computer Hardware
Introduction To Computing BBA & MBA
Presentation transcript:

Unit 3 Inside the system

Three tasks What are on a motherboard? Get your hands dirty! Label the components Group 1, 5 Group 2, 9 Group 3, 10 Group 4, 11 Group 6, 12 Group 7 Group 8 Install a DIMM memory module (without breaking it!) Connect optical disc drive/floppy disk drive to the motherboard (don’t worry about power supply at the moment) FFC (flexible flat cable)

1. CPU/CPU socket 2. Memory slots 3. Northbridge 4. Southbridge 5. Power connector 6. FDD connector (short for Floppy Disk Drive) 7. IDE connector (short for Integrated Drive Electronics) 8. PCI or PCI Express slots 9. Rear I/O panel 10. Heatsink

Open the computer case Power supply unit Heatsink Cooling fan SDRAM, DRAM, DDR, DDR2 CPU BIOS DIMM memory slot Power connector Graphics processing unit (GPU) Northbridge Southbridge PCI slot PCI express slot DIMM: Dual Inline Memory Module DRAM: dynamic random access memory DDR: double data rate RAM DDR2, DDR2 SIMM: single in-line memory module SDRAM: Synchronous dynamic random access memory PIC (peripheral component interconnect)

DMI (direct media interface)

System-on-a-chip (SoC) www.intel.com (2013)

rewindblog.com (2007)

www.hardwarecanucks.com, July 2009

Learning objectives To understand the structure and functions of the CPU To distinguish between RAM and ROM To understand how memory is measured (bits, bytes, KB, MB, GB, TB, PB) To use relative pronouns correctly

Central processing unit

Registers Program counter (PC, instruction pointer or instruction address register) a processor register that indicates where the computer is in its instruction sequence. Depending on the details of the particular computer, the PC holds either the address of the instruction being executed, or the address of the next instruction to be executed. Instruction register (IR) Holding the instruction currently being executed

How memory is measured ASCII http://www.ascii-code.com/ Uses 7-digit binary numbers (128 possible characters or symbols) to represent letters of alphabets, numbers, punctuation marks and symbols, special functions, such as the carriage return Can ASCII be used to encode Chinese characters? Petabyte (PB) = “two power fifty” or “two to the power of fifty” =1 followed by 15 zeros

Take-home assignment 2 (group, Unit 4) Upload to ftp:\\163.25.117.117\upload\ckuo\ScientificEnglish\Assignment2 Deadline Friday, 17th April 2015, 5:00pm Late submission will not be accepted! PowerPoint slides, max. 5 Go to http://www.pcworld.co.uk/gbuk/index.html Find ONE laptop, desktop, or tablet that you want to buy Copy link, photo, key features Why choose this product in particular?