Ajmer Singh PGT(IP) Hardware Concepts. Ajmer Singh PGT(IP) Computer It is an electronics device that can perform a variety of operations with a set of.

Slides:



Advertisements
Similar presentations
Introduction to Computers Chapter 2 §Computers are common in every facet of human activity. §They overcome the shortcomings of conventional radiography.
Advertisements

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Chapter 0 Introduction to Computing
Introduction to Computers
Computer Hardware.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
NAME – vivek singh. Class – VIII. WHAT IS COMPUTER ? A COMPUTER IS AN ELECTRONIC MACHINE. THAT CONVERT DATA INTO MEANINGFUL INFORMATION. IT CALCULATED.
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.
The Computer Computer Systems / Ch. 11 Mohamed Zaki Principal Lecturer.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Intro to Computers Computer Apps 1.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Parts of a Computer - Introduction
CSCI-100 Introduction to Computing Hardware Part I.
WMBA 6080Technology Guide 1 1 Computer Hardware. WMBA 6080Technology Guide 12 Hardware: The Basics Central processing unit (CPU) manipulates the data.
Components of a Computer System
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computer Forensics. The fundamental concern of forensic computing activity is for the accurate extraction of INFORMATION from computer-
Basic concepts of a computer system V1.0 (21/11/2005)
Unit 3 - Computer Systems. Logical vs Physical A computer system can be represented in either a logical or physical form Both are useful in understanding.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Introduction to Computer Forensics
APPENDIX A HARDWARE AND SOFTWARE
Computer basics.
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Memory Parts of a computer
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Chapter 2 – Computer hardware
General Architecture of Digital Computer
Computer Hardware Introduction.
Introduction to Computers
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
Computer Fundamentals
PARTS OF THE COMPUTER squires productions.
Computer Electronic device Accepts data - input
PARTS OF THE COMPUTER.
Computer Electronic device Accepts data - input
Introduction to Computers
Computer Electronic device Accepts data - input
Logical Computer System
Fundamental of computer
INTRODUCTION TO COMPUTERS
COMPUTER FUNDAMENTALS i
Basic Computer Organization
OCR GCSE (9-1) Computer Science (J276)
Computer components.
Presentation transcript:

Ajmer Singh PGT(IP) Hardware Concepts

Ajmer Singh PGT(IP) Computer It is an electronics device that can perform a variety of operations with a set of instruction called program.

Ajmer Singh PGT(IP) data It means raw facts and figures. For example: Mohan, ‘A’, 1977,

Ajmer Singh PGT(IP) IPO cycle Computer works upon Input-Process-Output Cycle. It takes some input, process it and produces the output.

Ajmer Singh PGT(IP) Basic architecture of a computer

Ajmer Singh PGT(IP) Input Unit It takes the input and convert it into binary form so that it can be understood by the computer. E.g Keyboard, mouse etc.

Ajmer Singh PGT(IP) Output Unit It takes the binary signals from the computer and convert it into a form so that it can be understood by the human beings. E.g monitor, printer etc.

Ajmer Singh PGT(IP) Central Processing Unit It guides, directs and governs its performance. It is the control center for a computer. It consist of two components:  ALU  CU

Ajmer Singh PGT(IP) Arithmetic Logic Unit It performs all the arithmetical(+, -, *, /) and logical (, =, =, <>) operations.

Ajmer Singh PGT(IP) Control Unit It controls and guides the interpretation, flow and manipulation of all data and information.

Ajmer Singh PGT(IP) Memory The memory of a computer is often called main memory or primary memory. It can store data temporarily.

Ajmer Singh PGT(IP) Units to measure the memory It is measured in bytes. 1 byte = 8 bit Where bit is an elementary unit of memory. 1 nibble = 4 bit Other units are 1 KB(Kilobytes) = 1024 bytes 1 MB(Megabytes) = 1024 KB 1 GB (Gigabytes) = 1024 MB 1 TB (Terabytes) = 1024 GB