CMIT 100 Input / Output.

Slides:



Advertisements
Similar presentations
COMPUTER BASICS Module Review.
Advertisements

Basic Computer Vocabulary
Its All Geek to Me Computer Basics.
By: Kathryn. Input Output Processing Memory Storage Devices.
What is a Computer?.
Computer Components.
 Prof. Dr. M. H. Assal Introduction to Computer AS 15/10/2014.
Computers Are Your Future © 2005 Prentice-Hall, Inc. Excerpts for V New York University.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Computer Hardware.
Hardware For your computer. Definition First! Hardware is the equipment that processes data to create information. This includes Keyboard Monitor Printer.
Objective 2.01A: Classify Computer Components
Introduction to Computer Terminology
COMPUTER SYSTEM COMPONENTS ACTIVITY
COMPUTER DEVICES Input Devices Output Devices Storage Devices
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Computer Basics Flashcards #2
Input, Output, Processing and Storage
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Introduction to Computer Administration Introduction.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
Vocabulary Test Review Directions: (Press F5 to start) 1.Click the mouse or use the arrow keys to get to the next slide. 2.Answer the question in your.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Computer Parts There are many parts that work together to make a computer work.
Overview of Windows and Microsoft Word. Operating System Performs 3 functions –Controls the hardware of the computer Screen, keyboard, disk drives, etc.
Computer and Information Science Computer Software Computer Software Chapter 1.2.
Wednesday, September 16 th Warm Up: Write down how you would explain binary code to someone who had never heard of it before What is this number written.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
What is a computer? Computer is a device for processing information.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Introduction to Computer Systems
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
What does a computer do? Accepts data through inputting Processes data
COMPUTER CONCEPTS Unit A: Computer and Internet Basics 1.
Parts of the Computer System
Computer Basics Common Components
Looking Inside the Computer System
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
The Parts of a Computer. The TOWER contains all of the parts of a computer.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
1. What makes a Computer a Computer?  Receives data  Processes data  Stores data  Produces a result 2.
Chapter 2 - Computer Organization and Hardware
Computer Science II Chapter 1.
Computer Basics 1 Computer Basics.
Introduction to Operating Systems
A+ Guide to Managing and Maintaining Your PC, 7e
Computer Hardware and Software
Lecturer: Dalia Mirghani
The Parts of a Computer QUIZ.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers
McGraw-Hill Technology Education
Objective 2.01: Classify computer components
Keyboarding Class LHMS Ms. Key © Mr. Thrasher
Objective 2.01: Classify computer components
Introduction to Computers
Computer Hardware Computer Technology Jeopardy Review
National Diploma in Computer Studies
Objective 2.01A: Classify Computer Components
Logical Computer System
Objective 2.01: Classify computer components
Windows.
Objective 4.01: Classify computer components
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Presentation transcript:

CMIT 100 Input / Output

Basic Computer System Operation Input Process Output Basic Computer System Operation

System Types: Microcomputer Platforms PC (personal computer) Applies to all desktops and laptops, not just Windows systems Platforms Wintel (legacy term for Windows / Intel) OSX Minicomputers Mainframes IOS Android Etc.

Input devices Keyboard Mouse Microphone Input Process Output Allows the user to input commands to the system Keyboard Mouse Microphone

Process CPU – Central processing unit The “Brain” Input Process Output Receives information from input device The “Brain” Processes digital information Binary numbering system 1’s and 0’s

Input Process Output Output devices Receives the information from processor and output it to the user Monitor Printer Speakers

Understands only ones and zeros Input Process Output User interface User interface CPU Understands only ones and zeros Operating system Converts the input from the user into the digital information required by the processor Operating system Converts the ones and zeros processed by the CPU back into an interface understood by the user

“Software that allows the user to interface with the hardware.” Input Process Output Hardware Software Operating system “Software that allows the user to interface with the hardware.”

Operating system Software Files Filenames Software = files Files contain information Executable files (.EXE, .COM, .BAT. .MSI, .DMG) Files accessed by the executables (.DLL, .SYS, .INF) Filenames The extension is indicative of what type of file it is .EXE is executable .DOCX is a Microsoft Word Document Covered more in a future chapter

Temporary and permanent storage OS OS Input Process Output Storage devices Temporary and permanent storage

Figure 1-1 Computer activity consists of input, processing, storage, and output

System storage: Permanent storage “Filing cabinet” Files are stored permanently until deleted or destroyed HDD, CD / DVD, UFD, UHD, SSD When the power to the system is turned off the files remain

System storage: Temporary storage “Desktop” Files are opened, or executed, from the filing cabinet (permanent storage) and placed on the desktop (temporary storage) by the operating system, where they are accessed by the user System RAM, random access memory When the power to the system is turned off, the files on the desktop are erased In reality, the operating system opens a copy of the file from the permanent storage device and places it in temporary storage… the original file remains