CS101 Parts of a Computer. What we know! To be a computer it needs to do four things: –1 –2 –3 –4 We might already know a lot about three of these requirements.

Slides:



Advertisements
Similar presentations
Computer Hardware 4 Main Types.
Advertisements

Fetch Execute Cycle – In Detail -
The Central Processing Unit (CPU) Understanding Computers.
Operating Systems An operating system is a set of programs that controls how the hardware of a computer works. An operating system provides a means of.
Live Sound Training. Essential Question: “How do we get the entire audience to hear exactly what we want them to hear?”
Computer Systems.
Hardware For your computer. Definition First! Hardware is the equipment that processes data to create information. This includes Keyboard Monitor Printer.
Computer 101. Intro Computers are showing up everywhere you look Computers check out your groceries, pump your gas, dispense money at the ATM, turn.
Chapter 2. Definition Characteristics ExamplesNon-examples Input Graphic.
COMPUTER SYSTEM COMPONENTS ACTIVITY
1 Introduction to Coding. 2 Example Codes A lot of example codes are given with Arduino IDE A code can often be based on a previous example rather than.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Computers & Logic An Overview. Hardware Hardware is the equipment, or the devices, associated with a computer. For a computer to be useful, however, it.
Internal/External Computer Components Kim Roselli Emily Mross.
Objective 2.01 Test Review Name: Class Period:.
Hardware.  Learn what hardware is  Learn different input and output devices  Learn what the CPU is.
Computer Sensing and Control How is binary related to what we are trying to accomplish in electronics? The PC GadgetMaster II uses binary to communicate.
// This is a simple control program Move forward 200 units Turn right 90 Move forward 100 units Turn right 45 Move forward 100 Turn right 45 Move forward.
CS101 Lecture 7 Computer Parts. What we know! To be a computer it needs to do four things: –1 Input –2 Process –3 Output –4 Store We might already know.
Module 1.1 Upgrading your computer Theme: Data processing for your business.
GIANFRANCO BARBALACE Y FRANCO CAVIGLIA CATENAZZI1ºB Types and components of a computer systems.
CS101 Four Concepts Four Important Concepts. Concept 1: Computers are stupid! However, they are getting smarter! Cognitive Computing.
Computer Basics Rebecca Donelson Hardware CPU Mouse Keyboard Monitor Desktop/Tower/Laptop Memory RAM Printer Modem Wireless card Linksys Router.
computer
Battery Saving States Sleep or standby Display and hard disk turn off All programs and data are still in RAM Power needed to support RAM Take a little.
Computer Basics.
Logic Gates It’s Only Logical. Logic Gates Are the switches that computers and similar devices use. They hold their state until something changes. Are.
Introduction to Computer Systems
Your Mission Objectives
CS101 Processor and Ram How do the zeros and ones change form in the processor?
 Input is data you put into your computer like:  Keyboards  Mouse  Data from another computer  Webcam INPUT.
Hardware. Answer the questions at the top of the screen.
AND Gate Inputs Output Input A (Switch) Input B (Switch) Output Y (Lamp) 0 (Open) 0 (OFF) A B Lamp.
Building Blocks CS 1308 Computer Literacy and the Internet.
Computer Hardware. 11 th Class Computer Office Application-1 Computer Hardware Md. Jamirul Islam Assistant Professor Computer Monwara Azmat Ali College,
1 Introduction to Coding. 2 Example Codes A lot of example codes are given with Arduino IDE A code can often be based on a previous example rather than.
Sara Naheed Amjad Information Technology
A Basic Computer System
Sara Naheed Amjad Information Technology
Operating Systems & System Software
The Central Processing Unit (CPU)
Lesson Objectives Aims
Computer PROCESSING CYCLE Laundry Time We gather the dirty clothes.
Three Important Concepts
Introduction.
Advanced OS Concepts (For OCR)
CS101 Processor and Ram.
The Multiplexer Multi what?
CS101 Booting A Computer.
Computer Software CS 107 Lecture 2 September 1, :53 PM.
HP Printer Technical Support Number
Saturday, 10 November 2018 Binary
List of Topics.
Parts of the computer 2nd Grade Input and Output Devices.
The Little Man Computer
CS101 Parts of a Computer.
Three Important Concepts
CS101 Processor and Ram.
Introduction to Micro Controllers & Embedded System Design
Function Notation “f of x” Input = x Output = f(x) = y.
There are 10 types of people of people in this world…
GCSE OCR 3 Memory Computer Science J276 Unit 1
Computer Systems.
CS101 Booting A Computer.
Computing Introduction.
CS101 Booting A Computer.
Objectives Describe the difference between RAM and ROM
The Computer’s Hardware
Presentation transcript:

CS101 Parts of a Computer

What we know! To be a computer it needs to do four things: –1 –2 –3 –4 We might already know a lot about three of these requirements. The second, __________, we might be a little sketchy.

Input Parts Translate our world into ____ and _____.

Output Parts Translate ____ and ____ into our world.

Storage Parts Keeps the _________ 0’s and 1’s safe when the power is turned off.

Process Parts Everything plugs into the _____________. The ________ is where _’s and _’s change form. ____ is where _’s and _’s hang out waiting to be sent to the processor. –The ______ and the _______ are the two most important parts in the processing of 0’s and 1’s.