Basic PC Maintenance, Upgrade and Repair

Slides:



Advertisements
Similar presentations
CIS 141 Lecture Storage Hardware (saving data/information) Thad Crews Western Kentucky University.
Advertisements

Digital Data Representation
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Unit 3—Part A Computer Memory
Binary and Decimal Numbers
IT-101 Section 001 Lecture #4 Introduction to Information Technology.
Representing Information in Binary (Continued)
CMSC 104, Version 9/01 1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The.
Digital Information Technology
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
Chapter 2 Computer Hardware
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
Bits & Bytes Created by Chris McAbee For AAMU AGB199 Extra Credit Created from information copied and pasted from
Lecture 2 Bits, Bytes & Number systems
COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
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.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Copyright © 2006 Prentice-Hall. All rights reserved.1 Computer Literacy for IC 3 Unit 1: Computing Fundamentals Project 1: Identifying Types of Computers.
Machine Architecture and Number Systems
Introduction to Computers Rabie A. Ramadan, PhD. 2 Class Information Website ses/2011/summer/intro/
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Computer Components. ● Many people believe that knowing how to use a computer is one of the basic skills needed to succeed in the workplace. ● In order.
Computer Basics Just How Does a Computer Work?. A computer is made up of many parts.
Dr. ClincyLecture 3 Slide 1 CS Chapter 1 (1 of 2) Dr. Clincy Professor of CS.
Computer Hardware. 7/23/2016M. Eyadat2 Objectives –Explain why most computers are digital –Describe the role of the ALU –List factors that affect performance.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Binary and Hard Disk PEOPLE Program
Basic Computer Fundamentals
Computer Architecture and Number Systems
Basic Computer Hardware and Software.
Computer basics.
APPENDIX A Hardware and Software Basics
Computer Science II Chapter 1.
Computer Performance & Storage Devices
UNIT 9 Computer architecture
Computer Memory Digital Literacy.
APES Math Review.
Information Support and Services
Introduction to Computer Architecture
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
COMPUTER MEMORY & DATA STORAGE
Basic Computer Hardware and Software.
COMPUTER MEMORY & DATA STORAGE
Computer System Basics- The Pieces & Parts
How to write numbers The 4 different ways to represent numbers:
Unit 3—Part A Computer Memory
Unit 3—Part A Computer Memory
Chapter 3 Hardware and software 1.
Information Representation
Machine Architecture and Number Systems
Chapter 2: Computer Hardware
Computers: Tools for an Information Age
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Machine Architecture and Number Systems
Chapter Four Data Representation in Computers By Bezawit E.
Information Technology Department
LO1 – Understand Computer Hardware
Notes from Last Class Office Hours: GL Accounts?
Technology 3 Bits & Bytes.
Computers: Tools for an Information Age
Machine Architecture and Number Systems
Presentation transcript:

Basic PC Maintenance, Upgrade and Repair Computer Overview Basic PC Maintenance, Upgrade and Repair

What is a Computer? A fantastic piece of engineering technology. An assembly of electronic modules that interact with programs (software) to create, modify, transmit, store, and display data. Data? Information Text Graphics Sounds Data is represented by a digital code. Digital uses discrete levels (2), whereas analog has unlimited levels.

What is a Computer? Computers range from small microprocessor systems to huge mainframes (and everything in between). There are essentially two parts to a computer…. Hardware – actual electro-mechanical components. Software – programs and operating systems. A computer operates on an electronic principle known as “Digital” Digital systems use discrete values (on/off). Computers also must be able to interact with the “Analog” world. This is done through the process of digital-to-analog and analog-to-digital conversion.

Role of a Computer Banks Businesses Aircraft Automobiles Television Communication systems Home appliances Satellites Submarines And the list goes on and on…….

Digital Codes (Data) Computers today use the binary number system. It consists of two values, “1” and “0”. These values in a computer are represented electronically as high and low voltages. These voltages are pulsed (transferred) through a computer system. This data can be displayed on a computer monitor, or can be stored in memory chips, a hard drive, a floppy disk, or compact disk (CD). Combinations of 0’s and 1’s represent words, pictures, and sounds, as well as commands such as; load file, save file, find file, or activate the disk drives, etc.

The Binary Number System Just like in the decimal system, number positions are weighted. For example, in the decimal, the weighted positions would be 1, 10, 100, 1000 and so on. In the binary system, the positions would be 1, 2, 4, 8 and so on. Notice in the table at right how these combinations of ones and zeros represent the decimal numbers at the right of them. This table shows only four positions. The number of positions could be very large. Binary Decimal 0000 0001 1 0010 2 0011 3 0100 4 0101 5 0110 6 0111 7 1000 8 1001 9 1010 10 1011 11 1100 12 1101 13 1110 14 1111 15

Hexadecimal System The hexadecimal system groups four bits together and represents them as a single letter or number. It is based on the number base 16. Because of the large size of binary numbers, developers use the hexadecimal code to save space in computer programs. For example, if information was being stored in memory at location “16C7AF45”, the binary number equivalent of that would be . . . . “00010110110001111010111101000101” Binary Decimal Hexadecimal 0000 0001 1 0010 2 0011 3 0100 4 0101 5 0110 6 0111 7 1000 8 1001 9 1010 10 A 1011 11 B 1100 12 C 1101 13 D 1110 14 E 1111 15 F

Bits, Bytes and Words A “Bit” is a single binary digit (1/0). A “Byte” is a combination of eight bits (10010011) that could be information, an address, or a command. A “Word” is a combination of bytes. Some words may contain as many as eight bytes (64 bits)

Serial and Parallel Data Transfer Data is transmitted (clocked, transferred) between two points in a computer or peripheral in two possible ways: Serial and Parallel Serial data transfer is accomplished by sending the data (words) one bit at a time over a single conductor (wire).

Serial and Parallel Data Transfer Parallel data transfer is accomplished by sending an entire data word (all bits) at the same time over multiple conductors.

Numeric equivalent for the base 10 number system Metric Prefixes Metric prefixes are commonly used to express the speed and size of computer systems and hardware. 1,000,000,000,000,000,000 Quintillion 260 1018 E Exa 1,000,000,000,000,000 Quadrillion 250 1015 P Peta 1,000,000,000,000 Trillion 240 1012 T Terra 1,000,000,000 Billion 230 109 G Giga 1,000,000 Million 220 106 M Mega 1,000 Thousand 210 103 k Kilo 1 Base 0.001 Thousandth 2-10 10-3 m Milli 0.000 001 Millionth 2-20 10-6 μ Micro 0.000 000 001 Billionth 2-30 10-9 n Nano 0.000 000 000 001 Trillionth 2-40 10-12 p Pico Numeric equivalent for the base 10 number system Common name Number base 2 Number base 10 Symbol Metric Name

Base 2 and Base 10 Comparisons The terms used when dealing with computer speeds and memory sizes is actually different than what we think they are. 1,000,000,000,000,000,000 1,152,921,504,606,846,976 Exabyte 1,000,000,000,000,000 1,125,899,906,842,624 Petabyte 1,000,000,000,000 1,099,511,627,776 Terabye 1,000,000,000 1,073,741,824 Gigabyte 1,000,000 1,048,576 Megabyte 1,000 1,024 Kilobyte Base 10 number system Base 2 number system Prefix