Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.

Slides:



Advertisements
Similar presentations
An Overview of the Computer System
Advertisements

INTRODUCTION OF COMPUTER
 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
Computer Components.
COMPUTER SYSTEM CAN BE DIVIDED INTO : 1- General Computer 2- Special Computer.
Introduction to Computer Systems
1 Introduction to computers Overview l · Grading Policy »Cheating Rules (serious concern) »Examinations and Fixation of Timings »Quizzes »Homework Assignments.
Computer Parts There are many parts that work together to make a computer work.
Configuration.
COMPUTER SYSTEM.
Computer Parts There are many parts that work together to make a computer work.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
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.
What is a computer? Computer is a device for processing information.
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 Architecture
Computer Basic Vocabulary
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Parts of the Computer System
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
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,
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved. Introduction to Computers and Computing.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
CHAPTER 1 OVERVIEW OF COMPUTER AND PROGRAMMING 1.1 Electronic Computer Then and Now 1.2 Computer Hardware 1.3 Computer Software 1.4 The Software Development.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Computer is a general-purpose device that can be programmed to carry out a set of arithmetic or logical operations automatically. Since a sequence of.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Computer Parts There are many parts that work together to make a computer work.
Sara Naheed Amjad Information Technology
Computer Architecture and Number Systems
Sara Naheed Amjad Information Technology
APPENDIX A HARDWARE AND SOFTWARE
Introduction to Computer System
Java Programming: From the Ground Up
BASIC PROGRAMMING C SCP1103 (02)
Computer Science II Chapter 1.
An Overview of the Computer System
Topics Introduction Hardware and Software How Computers Store Data
What is a computer? Simply put, a computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information.
The abacus has roots dating back over 5,000 years
BASIC PROGRAMMING C SCP1103 (02)
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Introduction of microprocessor
introduction to computer
Microcomputer Architecture
Computer Parts There are many parts that work together to make a computer work.
General Architecture of Digital Computer
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
PARTS OF THE COMPUTER squires productions.
Keyboarding Class LHMS Ms. Key © Mr. Thrasher
PARTS OF THE COMPUTER.
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
National Diploma in Computer Studies
Overview of Computer Architecture and Organization
Computer Parts There are many parts that work together to make a computer work.
Logical Computer System
Fundamental of computer
Computer Parts There are many parts that work together to make a computer work.
INTRODUCTION TO COMPUTERS
Data Communications and Computer Networks
Computer components.
Presentation transcript:

Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer programs (sequences of instructions) that tell the computer what to do in response to a command or some event. Hardware Software The physical components (electrical circuits) that make up the computer System Memory holds the data that the computer will process and the instructions that indicate what processing is to be done. Processor Application These devices translate electronic signals into mechanical motion or light (or vice versa) so as to communicate with people Central Processing Unit (CPU) or microprocessor, controls the operation of the computer and performs its data processing functions. consists of operating systems, language translators, and utility programs. Coordinates the various parts of the computer system and mediates between application software and computer hardware. programs to perform specific functions specified by end users. Must operate through the system software to work Input/Output

Arithmetic/ logic unit (ALU) Hardware Keyboard Mouse Touch pad Scanner Web camera Microphone Printer Speakers Headphones Monitor Source and destination addresses are sent over the address bus to identify a particular location in memory or input/output port Address bus RAM random-access memory ROM read-only memory MEMORY I/O DEVICES Main Input CPU Secondary Output Control unit (CU) reads and interprets the program instructions, transforming them into a series of control signals which activate other parts of the computer Arithmetic/ logic unit (ALU) two way path for transferring data and instructions in and out of the microprocessor Data bus is not directly accessible to the CPU, requiring the use of computer input/output channels. Magnetic disk (Hard disk,Flash) Optical media (CD, DVD ) Control Lines bus perform the set of arithmetic and logic operations: adding, subtracting, multiplying, dividing and etc. The control bus synchronizes system events like memory access, system interrupts, I/O, etc

a software, which makes a computer to actually work, enables all the programs we use, organizes and controls the hardware, acts as an interface between the application programs and the computer hardware. Examples: Windows, Linux, Unix and Mac OS, etc., Software Operating system converts high level language into low level language & vice versa as computer can only understand in binary format Language translator help to perform specific tasks in the areas: Data management Documentation Collaborative and Content access Entertainment Media development and etc. Utility programs Prewritten programs that can be used rapidly when requested for routine, repetitive tasks: Copying, setting up new files, deleting old files, formatting diskettes and so on is a programming language or programming environment designed with a specific purpose in mind, such as the development of commercial business software (DBMS) specially written code used for writing applications. (C++, Java). Programming languages Fourth-generation languages Software packages and desktop productivity tools