Computer Electronic device Accepts data - input

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

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.
Computer Components.
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Introduction to Computers
Computer Hardware.
Ceng 230 Programming with C
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
BLOCK DIAGRAM OF COMPUTER
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
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.
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.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
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.
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.
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.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
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.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
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 Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
The Computer System CS 103: Computers and Application Software.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
CS 125 Lecture 2 Martin van Bommel. Hardware vs Software Hardware - physical components you can see and touch –e.g. processor, keyboard, disk drive Software.
Introduction to Computer Forensics. The fundamental concern of forensic computing activity is for the accurate extraction of INFORMATION from computer-
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
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.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Introduction to Computer Forensics
Computing Science Computer Structure: Lesson 1: Processor Structure
Computer basics.
An Overview of the Computer System
Memory Parts of a computer
General Architecture of Digital Computer
Computer Hardware Introduction.
Introduction to Computers
An Introduction to The computer.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
instructor Sami Aleswi Faculty of Computing and Information Technology
Computer Electronic device Accepts data - input
מבוא לטכנולוגיית מידע בארגון
Introduction to Computers
Computer Electronic device Accepts data - input
COMPUTER FUNDAMENTALS i
Computer Electronic device Accepts data - input
ICS103 Programming in C 1: Overview of Computers And Programming
Computer System.
Presentation transcript:

Computer Electronic device Accepts data - input Processes it according to a given set of instructions Produces results - output input output Computer

Input, Output, Computer Program Input – unprocessed data manipulated by the computer Output – processed information or results produced by the computer The set of instructions that the computer follows is called a computer program

Computer System hardware the physical equipment used to process a data software computer programs

Hardware CPU 010 111 ..... Main Memory Secondary I/O Devices

Hardware Main Memory Input Devices Output Devices CPU

Input/Output Devices Input devices keyboard, mouse enter data and programs into the computer Output devices printer, monitor display the results processed by the computer

Memory Bit - Binary Digit Byte = 8 bits Main Memory Nonpermanent Rapid Access Low Capacity Secondary Storage Permanent Non Rapid High Capacity Bit - Binary Digit Byte = 8 bits KB = KiloBytes = 1024 bytes =2 MB = MegaBytes = 1,048,576 bytes = 2 GB = GigaBytes = 2bytes

CPU – Central Processing Unit Control Unit Directs the processing operations Coordinates the flow of data to Main Memory and ALU Arithmetic Logic Unit (ALU) performs Arithmetic operations Logic operations

Software Operating Systems Application Software DOS UNIX Windows Word Power Point Emacs

Compilation Process High Level Language Compiler Machine Language