The abacus has roots dating back over 5,000 years

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Basic Computer Vocabulary
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
Computer Components.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Introduction Extended and Concise Prelude to Programming Concepts and Design Copyright © 2003 Scott/Jones, Inc.. All rights reserved. 1 Introduction.
Introduction to Computers
Computer Hardware.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Parts There are many parts that work together to make a computer work.
Input, Output, Processing and Storage
Information Technology Ms. Abeer Helwa. Computer Generations First Generation (Vacuum Tubes) -They relied on the machine language to perform operations.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Chapter 1: An Introduction to Computers and Programming Prelude to Programming Concepts and Design Copyright © 2001 Scott/Jones, Inc.. All rights reserved.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Computer Basics Diagram
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Chapter 3 Computer Hard ware
Computer Fundamentals
Configuration.
Introduction to Computers
Introduction to Computers
Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and Elizabeth Drake Chapter 0: Introduction.
The parts of a computer KeyboardMouse Speakers Disk drive Visual display unit/VDU/Monitor Central processing unit (CPU) Hard disk (Backing store) Microphone.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Introduction to Computer Systems
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Computer Basic Vocabulary
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Calculators are used to increase speed and accuracy of numerical computations The abacus has roots dating back over 5,000 years Mechanical calculators.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Extended Prelude to Programming Concepts & Design, 3/e by Stewart Venit and.
Parts of the Computer System
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
Looking Inside the Computer System
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
The Computer System CS 103: Computers and Application Software.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Prelude to Programming, 6th edition by Elizabeth Drake
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
Identify internal hardware devices (e. g
Introduction to Computers
Introduction to Computers
What’s out there and who’s using it
King Saud University- College OF Applied Studies
An Overview of the Computer System
Computer Hardware and Software
Information Technology
Introduction to Computers
UNIV 103 CS Majors Seminar Dr. Blaise W. Liffick Fall 2017.
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
An Overview of the Computer System
Introduction to Computers
National Diploma in Computer Studies
Computer components.
Logical Computer System
COMPUTER FUNDAMENTALS i
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Lesson 3 Computer Devices.
4. Computer system.
Introduction to Computers
Computer components.
Presentation transcript:

Calculators are used to increase speed and accuracy of numerical computations The abacus has roots dating back over 5,000 years Mechanical calculators have been relatively commonplace since late 19th century What is a computer? A mechanical or electronic device Stores, retrieves, manipulates large amounts of data (information) at high speed, with great accuracy Does not need human intervention Carries out instructions from a program

Early Computers 1945 – 1950’s: First generation computers used vacuum tubes to do internal switching needed for computations 1955: about 300 computers in the world built mostly by IBM and Remington Rand, based on vacuum tubes. Late 1950s: invention of the transistor was one of most important inventions of 20th Century computers based on the transistor are the first solid-state computers. Early 1960’s: DEC created the minicomputer (Servers) – about the size of a file cabinet. Used small packages of transistors called integrated circuits Mainframes, such as the IBM 360 are prominent in large companies and Universities.

The Personal Computer 1970s: The personal computer becomes available with invention of the microchip 1974: The microchip, along with the invention of the microprocessor led to creation of first personal computer Bill Gates and Paul Allen founded Microsoft Corporation Stephen Wozniak and Steven Jobs founded Apple Computer, Inc.

Computers Today Currently: PCs: 95% use Microsoft Windows operating system with a huge array of available software Minicomputers (servers) are still popular with small business and universities. Mainframes are in use at large corporations. Supercomputers are very powerful and specialized Used for massive computing problems by big corporations and government departments.

Components and Operations Hardware: equipment, or devices Software: programs that contain instructions which tell the computer what to do – created by programmers Hardware and software: the two major components of any computer system Major operations in a computer: Input Processing Output

Input devices: allow data to enter the computer Mouse, keyboard, scanner Output devices: allow processed data to be exported out of the computer Printer, monitor, speakers Processing: working on the data; such as: Organizing data Checking data for accuracy Mathematical or other manipulations on data Central Processing Unit (CPU): hardware that performs the tasks

Components of a computer Central Processing Unit (CPU) Internal memory RAM (Random Access Memory) ROM (Read Only Memory) Mass storage devices Magnetic, optical, and solid-state Input devices such as keyboard and mouse Output devices such as monitor and printer

Central Processing Unit (CPU) Often called the brain of the computer Carries out program instructions ( in memory) Performs arithmetic and logical operations Arithmetic Logical Unit (ALU) Controls other computer components (operating system) Consists of millions of transistors on a single microchip that plug into the motherboard

Internal Memory ROM: read-only memory RAM: random-access memory Contains instructions used by computer during startup Cannot be altered by computer user RAM: random-access memory Is a “scratch pad” for user as he or she works Can be read from and written to Operating System/Applications reside

Storage categories: internal and external Internal storage: Main memory, random access memory (RAM) Located inside the computer system Volatile: contents are lost when power goes down External storage: Persistent: contents are relatively permanent Floppy drive, hard drive, flash media, magnetic tape Located outside the computer system

Mass Storage Devices Magnetic storage Optical storage Hard disks, floppy disks, zip drives Hard disks are internal, others are external Optical storage CDs and DVDs Solid-state storage Flash drives plug into a USB port

Software System Software Application Software Control system resources Operating systems – Windows, DOS, Linux, UNIX, dll, utilities, drivers Application Software Interract with a user Word Processors (MS Word) Database Managers (Access) Spreadsheets (Excel) Photo Editors Web browsers, email programs (Netscape)