COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Computer Basics Binary Bits & Bytes
Basic Computer Vocabulary
An Overview of the Computer System
Vocabulary Electronic pulses Transistors Decimal numbers
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Digital Data Representation
Computer Hardware.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Processing Data.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
Introduction to Computer Terminology
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
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.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
Information Technology COMPUTERS Dr. GUVEN Aerospace Engineer (P.hD) Nuclear Science and Technology Engineer (M.Sc)
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
 Explain the function of ASCII code  Describe the unit of data measurement: Bit, Bait, KB, MB, GB, TB  Describe the unit of clock speed Megahertz and.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Computer Parts. Two Basic Parts Hardware & Software.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
The Central Processing Unit: What Goes on Inside the Computer
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Computers © 2005 Prentice-Hall, Inc.Slide 1. Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
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.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
IT Essentials Chapter 1 Part C. 1.5 Math for a Digital Age.
/17 Binary Code & CPUs Digital Signals
Chapter 2 Turning Data into Something You Can Use
2.1.4 Data Representation Units.
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.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
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.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Computer Fundamental - ITD13821 Lecture 01 Extra Numbering System.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Computer Basics Just How Does a Computer Work?
Basic Computer Fundamentals
Computer Hardware and Software
An Overview of the Computer System
Computer Hardware and Software
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
Computer Hardware Flash Card Review
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Introduction to Computers
Computer Hardware.
Information Technology Department
Basic Computer Organization
Technology 3 Bits & Bytes.
Presentation transcript:

COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1

DATA ABOUT DATA Our PC's are data processors. PC's function is simple: to process data, and the processing is done electronically inside the CPU and between the other components. That sounds simple, but what are data, and how are they processed electronically in a PC? That is the subject of these pages. Analog data The signals, which we send each other to communicate, are data. Our daily data have many forms: sound, letters, numbers, and other characters (handwritten or printed), photos, graphics, film. All these data are in their nature analog, which means that they are varied in their type. In this form, they are unusable in a PC. The PC can only process concise, simple data formats. Such data can be processed very effectively. Powered by DeSiaMore2

Digital data The PC is an electric unit. Therefore, it can only deal with data, which are associated with electricity. That is accomplished using electric switches, which are either off or on. You can compare with regular household switches. If the switch if off, the PC reads numeral 0. If it is on, it is read as numeral one. See the illustration below: We have that the Pc appears capable of handling data,if it can receive them as 0`s and 1`s.This data format is called digital.If we translate our daily data from their analog format to digital format,they will appear as chain of 0`s and 1`s then the PC can handle them. cont.... Powered by DeSiaMore3

DIGITAL DATA Powered by DeSiaMore4

5

Bits Each 0 or 1 is called a bit. Bit is an abbreviation of the expression Binary digit. It is called binary, since it is derived from the binary number system: Powered by DeSiaMore6

The binary number system The binary number system is made up of digits, just like our common decimal system (10 digit system). But, while the decimal system uses digits 0 through 9, the binary system only uses digits 0 and 1. Powered by DeSiaMore7

The binary number system The binary number system is made up of digits, just like our common decimal system (10 digit system). But, while the decimal system uses digits 0 through 9, the binary system only uses digits 0 and 1. Powered by DeSiaMore8

9

1kilo-Byte = 1,024 byte (KB)APPROX.. 1,000 bytes MEASUREMENT-RELATED TERMINOLOGY 1mega-Byte = 1,048,576 byte (MB) APPR.. 1,000,000 bytes 1giga-Byte = 1,024 byte (GB) APPR.. 1,000,000,000 bytes 1tera-Byte = 1,024 byte (TB) APP.. 1,000,000,000,000 bytes (storage capacity elements)‏ Powered by DeSiaMore10

Hertz a unit of frequency measurement. It is synonymous with cycle per second, and it is used to describe the speed of a computer microprocessor. Megahertz (Mhz)‏ one million cycle persecond.This is a common measurement of speed of a processing chip. Gigahertz (GHz) one billion cycle per second.This is a common measurement of the speed of processing chip. Powered by DeSiaMore11

PC's user data, which are always digitized. But there are many different kinds of data in the PC. You can differentiate between 2 fundamental types of data: Program code, which are data, that allow the PC to function. User data, like text, graphics, sound. The fact is, that the CPU must have instructions to function. An instruction is a string of data, of 0's and 1's. The CPU is designed to recognize these instructions, which arrive together with the user input data to be processed Powered by DeSiaMore12

The program code is thus a collection of instructions, which are executed one by one, when the program runs. Each time you click the mouse, or hit a key on the keyboard, instructions are sent from your software (program) to the CPU,telling it what to do next User data are those data, which tells the software how to respond. The letters, illustrations, home pages, etc., which you produce, are created with appropriate software. Powered by DeSiaMore13

Powered by DeSiaMore14