1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Basic Computer Vocabulary
2.00 Understand Computer Fundamentals
Computer Basics Whats that thingamagige?. Parts of a computer.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Plug-in B3 HARDWARE & SOFTWARE.
Computer Hardware.
Introduction to Computers
Computer Components.
What Is A Computer System?
Introduction to Computers
Objective 2.01A: Classify Computer Components
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Chapter 2: Hardware Basics Section I: Preparing to Use Technology.
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 Information Technology?
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
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.
Explore the Parts of a Computer
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
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?
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.
How to use a computer and not lose your mind
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
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Intro to Computers Computer Apps 1.
Introduction to Computers
Computer Basics 2.
Introduction to Computing: Lecture 5
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.
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.
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.
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 Basics Just How Does a Computer Work?
Computer Performance & Storage Devices Computer Technology 1.
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.
ICT COMPUTER FUNDAMENTALS
Introduction to Computers
ICT COMPUTER FUNDAMENTALS
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.
COMPUTER FUNDAMENTALS i
Introduction to Computers
Presentation transcript:

1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College

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

3 Information Processing Cycle Input Process Output Storage

4 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.

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

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

7 Input Devices Keyboard Mouse Scanner Camera Microphone Touchpad Stylus …..

8 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)

CPU’s CPU’s are measured by their (clock) speeds, or frequency of instructions per second. Example: 2.4 GHz A multi-core processor has several processing units and can do more than one thing at a time. Example: duo or quad core. 9

10 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.

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

12 Amount Of RAM In Computers We measure the size of memory by telling how many bytes it can hold. 1 kilobyte = 2 10 bytes = 1024 bytes 1 megabyte = 2 20 bytes = ~1 million bytes 1 gigabyte = 2 30 bytes = ~1 billion bytes 1 terabyte = 2 40 bytes = ~1 trillion bytes Typical RAM size: 2 to 4 GB. Note: a 32 bit OS can only handle up to 4GB of RAM since 2 32 =4GB.

13 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.

14 Storage Devices Auxiliary storage devices are used for permanent storage of data. magnetic disks (hard disks, floppy disks) optical disks (CD and DVD drives) USB drives and flash memory cards

15 Hard Disks (magnetic storage) Permanent storage that is inside of the computer, and NOT portable. Consists of several platters which spin very fast Typical hard disks range from 80 GB to 240 GB (likely to move to terabytes)

16 Optical Discs Use laser to read and write: 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

17 Flash Memory Advantages: Small, easy to carry around High memory capacity – up to 256 GB Note: There are several different forms of flash memory, for e.g. USB drives, CompactFlash, Secure Digital, xD Picture Card.

18 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. (Note: each core performs one instruction at a time.)

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

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

21 What is an operating system? An OS is a computer program that: Controls the hardware of the computer, Enables you to communicate with the computer.

22 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

23 Word Processing Word Processing software is used to create and print documents. A key advantage of word processing software is that users easily can make changes in documents.

24 Electronic Spreadsheets Electronic spreadsheet software allows the user to add, subtract, and perform user-defined calculations on rows and columns of numbers. These numbers can be changed and the spreadsheet quickly recalculates the new results.

25 Database Software Allows the user to enter, retrieve, and update data in an organized and efficient manner, with flexible inquiry and reporting capabilities.

26 Presentation Graphics Presentation graphic software allows the user to create documents called slides to be used in making the presentations. Using special projection devices, the slides display as they appear on the computer screen.