1. 2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started.

Slides:



Advertisements
Similar presentations
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Advertisements

Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
My Alphabet Book abcdefghijklm nopqrstuvwxyz.
How Much Do I Remember? Are you ready to play.....
Microsoft®.
INFORMATION TECHNOLOGY, THE INTERNET, AND YOU
Our Digital World Second Edition
Transforming Data into Information
Chapter 5 Computing Components. 2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von Neumann.
Lesson 1 Computers and Computer Systems
Chapter 5 Computing Components.
Storing Data Chapter 4.
An Overview of the Computer System
Chapter 5 Computing Components. 5-2 Chapter Goals Read an ad for a computer and understand the jargon List the components and their function in a von.
Test on Input, Output, Processing, & Storage Devices
Lecture # 2 Computer Hardware Computers are all around! Grocery store Schools Libraries Bank Mail Malls We interact with computers everyday! We interact.
VOORBLAD.
© 2012 National Heart Foundation of Australia. Slide 2.
25 seconds left…...
We will resume in: 25 Minutes.
PSSA Preparation.
Chapter 5 The System Unit.
Computer Systems – Hardware
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Introduction to Computers
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Keyboarding Fall  Hardware is the parts of the computer that you can actually see and touch, such as…… Monitors Mouse Keyboard Ear phones Scanner.
What is Information Technology?
BLOCK DIAGRAM OF COMPUTER
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Introduction to Computers
Introduction to Computers
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
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.
Intro to Computers Computer Apps 1.
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.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Mrs. Ulshafer August, 2013 Java Programming Chapter 1.
IPC144 Introduction to Programming Using C Instructor: Travis Mander 1.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
CSCI-100 Introduction to Computing Hardware Part I.
ELEMENTS OF A COMPUTER SYSTEM HARDWARE SOFTWARE PEOPLEWARE DATA.
Business Technology Applications Computer Basics Vocab.
The Computer System CS 103: Computers and Application Software.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
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
An Overview of the Computer System
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
Computer Electronic device Accepts data - input
COMPUTER FUNDAMENTALS i
Basic Computer Organization
Computer components.
Presentation transcript:

1

2 CST-092 Beginning Computer Windows Concepts Lecture 1: Computer Concepts Computer Concepts Getting Started

3 What is a Computer? A machine that computes. An electronic system that –accepts data, –processes data, –reports data, and –stores data.

4 The Microcomputer Hardware –Physical components of a computer system. Software –Programs or instructions that direct the operations of the computer.

5 INPUT: –The method of getting information into the computer. –The process of entering and translating data into a form the computer can understand. Information Processing Cycle 3 4

6 3 4 PROCESSING: –Performing a calculation or logical operation on the information. –Turning raw data into meaningful information = 7 7

7 Information Processing Cycle OUTPUT: –The method of getting data out of the computer. –Translating machine-readable code into a form readable by humans The sum of 3 and 4 is 7. 7

8 Information Processing Cycle STORAGE: –Storing data for future use

9 INPUT --The Keyboard Keyboard Indicator Lights Escape Key Spacebar Typewriter Keys Arrow Keys Numeric Keypad

10 INPUT --The Keyboard InsertBackspace Enter Delete Print Screen Tab Caps Lock Alternate Keys Shift Keys Control Keys

11 INPUT --The Mouse

12 INPUT --The Mouse ClickingDouble-Clicking

13 INPUT --The Mouse Dragging

14 INPUT --The Mouse Right-Clicking

15 Processing – The System Unit Main Memory a.k.a. Primary Memory a.k.a. RAM RAM = Random Access Memory Programs and Data are in RAM! 3 4

16 BIT B inary dig IT -- Two Values: 0 & 1 Smallest piece of data that can be recognized and used by a computer. ON OFF = 1 = 0

17 Byte a group of 8 bits can hold a character –Alphabetic Letter (UPPER or lower case) –Numbers –Special Characters !, (, *, ), &, etc. ASCII Code used in microcomputers American Standard Code for Information Interchange

18 DELTA in 5 Bytes of RAM: D E L T A

19 Memory Measurements Kilobyte –1K or 1Kb or 1KB = 1,000 bytes –(1,024 bytes) Megabyte –1M or 1Mb or 1MB = 1,000,000 bytes –(1,048,576 bytes) 640K = 640,000 bytes4M = 4,000,000 bytes

20 Data and Software are in RAM 347 NUM1NUM2SUM SUM = NUM1 + NUM2 PROGRAM1

21 Central Processing Unit - CPU Arithmetic Logic Unit Control Unit Arithmetic Logic Unit-ALU Arithmetic +Addition -Subtraction *Multiplication /Division Logic Greater Than =Equal Control Unit Traffic Cop What’s Next?

22 Output The SUM of is 7

23 Auxiliary Storage Secondary Storage DISKETTE 3.5” 1.44 Mb HARD DISK 20 Mb to Billion+ 100 Mb FLASH DRIVE F: or G: or… C: A:

24 Hardware Summary OUTPUTINPUT Auxiliary Storage CPU Main Memory

25 SOFTWARE Hardware System Software Application Software USER Systems Software Initializes Computer (BOOT) Interfaces with user and application Coordinates system resources

26 R ES U SYSTEMS SOFTWARE N O I T C I L P P A A W O W I N D S HW

27 R ES U SYSTEMS SOFTWARE N O I T C I L P P A A W O W I N D S HW

28 APPLICATION SOFTWARE Word Processing A B C D Spreadsheet Graphics Database DATA Communications

29