The Computer Computer Systems / Ch. 11 Mohamed Zaki Principal Lecturer.

Slides:



Advertisements
Similar presentations
Computer Skills Preparatory Year Presented by:
Advertisements

BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
INTRODUCTION OF COMPUTER
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Components.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Introduction to Computers
Elements of the Computer (How a processor works)
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Information Technology Ms. Abeer Helwa. Computer Generations First Generation (Vacuum Tubes) -They relied on the machine language to perform operations.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
What is Information Technology?
Class5: Computer Hardware Information Systems for Management.
Present. A computer system includes a computer, peripheral devices, and software Computer refers to a device that accepts input, processes data, stores.
Tom Allen Computer Science Department Trinity University.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
UNIX Unbounded 5 th Edition Amir Afzal Chapter 1 First Things First.
Introduction to Computer Organization and Architecture.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
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.
An overview of Computer System
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
What is a computer? Computer is a device for processing information.
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.
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
 Describe the general organization and architecture of computers.  Identify computers’ major components and study their functions.  Identify the various.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Computer Programming (1) Code & No.: CS 102 CREDIT HOURS: 5 UNIT Lecture 3.0 hours/week Lab: 2.0 hour/on every week a. This course introduces the students.
2.1.4 Data Representation Units.
DAILY QUESTION April 29, What is the difference between ROM and RAM? Hint: Use your book!
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 Basics Just How Does a Computer Work?
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Hardware: Input / Output Devices
APPENDIX A HARDWARE AND SOFTWARE
PC Parts Worksheet- Building Your own Computer
Computer Hardware Introduction.
Introduction to Computers
Information Technology
Business Computer Technology
Introduction to Computers
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
PARTS OF THE COMPUTER squires productions.
How do computers work? Storage.
Computer Electronic device Accepts data - input
instructor Sami Aleswi Faculty of Computing and Information Technology
PARTS OF THE COMPUTER.
Introduction to Computers
Fundamental of computer
COMPUTER SKILL TDP 4TH SEMESTER.
COMPUTER FUNDAMENTALS i
Computer Tech. Hardware, Storage, Misc..
Lesson 1 0x The Computer System Mohamed Zaki Principal Lecturer
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Computer components.
Presentation transcript:

The Computer Computer Systems / Ch. 11 Mohamed Zaki Principal Lecturer

Main Topics What is a Computer? Computer system. Peripherals – Input Peripherals. – Output Peripherals. – Storage. Units Computer Systems / Ch. 12

What is a Computer? Computer: is a programmable machine that receives input, stores and manipulates data/information, and provides output in a useful format. Computer Systems / Ch. 13

General Purpose Computer 1.General-Purpose computer used in many applications, such as (document typing, Drawing, communication, games,..etc) Computer Systems / Ch. 14

Computer Components As a System Computer Systems / Ch. 15 Computer System Hardware Software Peripherals Central Processing Central Processing System Programs System Programs Application Programs Application Programs Control Unit ALU Main Memory Input Unit Output Unit Secondary Storage MS-Word MS-Excel MS-Power Point MS- Access MS-Windows

1-Computer Hardware Hardware devices can be organized according to the following system functions: Input: Devices that convert data into electronic form in the computer system. Output : The output devices are used to convert the electronic information into a human understandable form. Processing: The CPU is the main processing component. ALU (Arithmetic Logic Unit) will perform all the processing. Storage: Takes place in the primary storage unit of the CPU and in secondary storage units. these devices store data and program instructions are needed for processing. Control: control unit of the CPU is the control component of the computer system. It interprets computer program instructions and transmits directions to other components of the computer system. Computer Systems / Ch. 16

Peripherals Parts of computer that transfer data in and out. Input Peripherals. Output Peripherals. Secondary Storage. Computer Systems / Ch. 17

Input Peripherals: Devices used for transferring data from the outside world representation into the internal character code of the computer. Keyboard. Barcode reader: Barcode data can be described as a sequence of vertical lines vary in thickness, light focuses on and scanned across these lines using a small laser beam, then data can be read and input to computer. Computer Systems / Ch. 18

Other input peripherals: Light pens. } Mice } Touch screens. } Digitizers. Scanners. Microphones. Cameras. Computer Systems / Ch. 19

Secondary Storage Hard disks Optical Storage - CD (Compact Disc) - DVD (Digital Versatile Disc) Flash Memory Computer Systems / Ch. 110

Storage Units Bit (Binary Digit): it is the smallest unit to store data,(0 or 1). Byte (B) :it is the basic storage unit of memory. It consists basically of 8 bits. It can hold one symbol only at a time such as “A”, “a”, “$” and so on. Symbols are converted into binary codes Kilo Byte (KB)=1024 B =2 10 B Computer Systems / Ch. 111

Storage Units of Memory 4.Mega Byte (MB)=1024 KB =(1024 x 1024) B =104,8576 B = More than a Million of bytes. =2 10 x 2 10 =2 20 B. 5.Giga Byte (GB)=1024 MB =(1024 x 1024) KB =(1024 x 1024 x1024) B =104,8576 KB = 1,073,741,824 B = More than a Billion of bytes. =2 10 x 2 10 x 2 10 = 2 30 B. Computer Systems / Ch. 112

Storage Units % Bit Byte KByte GByte MByte TByte *

Refreshing Questions 10 MB =_____ KB. Computer Systems / Ch. 114 Which program allows you to produce letters, memos etc. A.Database Application B.Photo editing C.Web browsing D.Word processing

Refreshing Questions Computer Systems / Ch. 115 Which one of the following used as input device? a)Printer b)Monitor c)Scanner d)Plotter

Refreshing Questions List main four types of Hardware, and give one example for each. Computer Systems / Ch. 116