Introduction to Computers

Slides:



Advertisements
Similar presentations
What is a Computer? A computer is an electronic device operating under the control of instructions stored in its own memory unit, that can accept data.
Advertisements

Computer Basics Whats that thingamagige?. Parts of a computer.
Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
Computer Hardware.
© 2014 by McGraw-Hill Education. This is proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Introduction to Computers
Computer Components.
What Is A Computer System?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Hardware Information Technology Week 5 and 6
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
2.00 Understand Computer Fundamentals Unit Objective: 2.01.
 What is a Computer What is a Computer  Functions of Computer Functions of Computer  Input Device of a Computer Input Device of a Computer  Output.
What is Information Technology?
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Introduction to Computers
WINDOWS Part 4 – Components of Computers. A World of Computers Computer Literacy –Knowledge and understanding of computers and their uses –Computers are.
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?
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.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Computer Hardware Information Technology Week 5 and 6
Intro to Computers Computer Apps 1.
Introduction to Computers
Computer Basics 2.
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.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
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.
CSCI-100 Introduction to Computing Hardware Part I.
Allow computers to store programs and information for use at a later date Storage Devices.
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.
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,
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
Computer Components. ● Many people believe that knowing how to use a computer is one of the basic skills needed to succeed in the workplace. ● In order.
Introduction to Computers. What is a computer? An electronic device, operating under the control of instructions stored in its own memory unit, that can.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computer Basics Just How Does a Computer Work?
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
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 Computers
Computer Basics 1 Computer Basics.
The physical parts of the computer
Welcome to the Presentation on Introduction to Computers
Introduction to Computers
Introduction to Computers
Introduction to Computers
Eagle Challenge Google Classroom 5 Questions.
Introduction to Computing Lecture # 1
Introduction to Computers
Introduction to Computers
Computer Hardware.
Introduction to Computers
Computer components.
Presentation transcript:

Introduction to Computers

What is a Computer? A COMPUTER is an electronic device that can: Receive information Perform processes Produce output Store info for future use.

Information Processing Cycle Input Process Output Storage

Hardware vs. Software Hardware - the physical parts that make up the computer e.g. CPU, memory, disks, CD-ROM drives, printer. Software - computer programs and applications. Operating system, word processor, games, etc.

Hardware: physical devices that comprise a computer system Monitor (output) Speaker (output) System unit (processor, memory…) Printer (output) Storage devices (CD-RW, Floppy, Hard disk, zip,…) Mouse (input) Scanner (input) Keyboard (input)

What Are The Primary Components Of A Computer ? Input devices. Central Processing Unit (control unit and arithmetic/logic unit). Memory. Output devices. Storage devices.

Input Devices Keyboard. Mouse.

Central Processing Unit The central processing unit (CPU) is the “brain” of the computer. It: Interprets instructions to the computer (control unit), Performs the arithmetic and logical processing (ALU)

Memory Memory, also called Random Access Memory or RAM stores: instructions waiting to be executed data needed by those instructions results of processed data Any information stored in RAM is lost when the computer is turned off.

Memory Data in memory is stored as binary digits (BITS) e.g. 011100101010 1 BYTE = 8 bits 1 byte usually stores 1 text character.

Amount Of RAM In Computers We measure the size of memory by telling how many bytes it can hold. 1 kilobyte = 210 bytes = 1024 bits 1 megabyte = 220 bytes = ~1 million bytes 1 gigabyte = 230 bytes = ~1 billion bytes 1 terabyte = 240 bytes = ~1 trillion bytes One megabyte can hold approximately 500 pages of text information.

Output Devices Output devices make the information resulting from the processing available for use. printer - produces a hard copy of your output screen - produces a soft copy of your output speakers, etc.

Storage Devices Auxiliary storage devices are used for permanent storage of data. hard disks floppy disks compact discs – CD and DVD drives flash cards

Hard Disks Permanent storage that is inside of the computer, and NOT portable. Consists of several platters which spin very fast Typical hard disks range from 40 GB to 200 GB

Floppy Disks – 1.44 MB A floppy disk is a portable, inexpensive storage medium that consists of a thin, circular, flexible plastic disk with a magnetic coating enclosed in a square-shaped plastic shell.

Compact Discs CD-ROM (read only memory), CD-RW – (rewritable) DVD-ROM DVD+RW Typical CD’s can store about 700 MB Typical DVD’s can store up to 17 GB

Flash Cards Advantages: Small, easy to carry around High memory capacity – up to 8 GB Note: There are several different form factors of flash cards, including Compact Flash, SmartMedia, PCMCIA, and Small Form Factor Flash Card.

Software A computer program or software tells it exactly what to do. A computer program is a set of instructions to the computer. The computer does one instruction at a time.

Software Computer software is the key to productive use of computers. Software can be categorized into two types: System software Application software.

System Software The most important system software is the operating system. Examples of operating systems: Windows, DOS, Apple, UNIX

Application Software Application Software consists of programs that tell a computer how to produce information. Some of the more commonly used packages are: Word processing Electronic spreadsheet Database Presentation graphics