This is CS50 AP. an introduction to the intellectual enterprises of computer science and the art of programming Unit 0 Module 4 © David J. Malan, Doug.

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

TECH SKILLS COMPUTER BASICS
Computer Parts There are many parts that work together to make a computer work.
Parts & Functions of a Computer. 2 Functions of a Computer.
Computer Hardware.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
Computer Hardware Devices By YOUR NAME in YOUR TUTOR GROUP.
A “Java Fun For Everyone” Interactive Quiz
COMPUTER SYSTEM COMPONENTS ACTIVITY
Computer Parts There are many parts that work together to make a computer work.
Present by : Juan José Foronda
1-1 Introduction to Computer Science Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today? Minia.
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.
Computer Basics Diagram
Computer Parts When you build your own computer, choose from these parts…
Configuration.
Computer Parts There are many parts that work together to make a computer work.
The Components of a Computer and its Peripheral Devices
Computer Components Checklist There are many parts that work together to make a computer work.
(Tahlia and Mabel are SUPA!!!). CPU CPU mean central process unit A central process is the carries out the instructions to computer programming.
Computer Basics.
The Mechanics Of Computers The Operating System (OS) & Hardware.
Computer Science Web quest. Input devices Input devices are used to give the computer information so it does what the operator wants it to do. There are.
Computer Hardware.
Parts of the Computer System
Computer Basics Common Components
There are many parts that work together to make a computer work. System Unit Computer Parts.
 There are many parts that work together to make a computer work.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
By Tom and James. Hardware is a physical part of the system that you can pick up and move. There are two types of hardware, external and internal. External.
Computer Parts - Hardware There are many parts that work together to make a computer work.
HARDWARE AND SOFTWARE. What is hardware? Hardware is any physical component of a computer system. Without any hardware, your computer would not exist,
Introduction To Computers
Computer Parts There are many parts that work together to make a computer work.
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
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.
Inside a Computer. Computer Hardware/Software What is the difference? Computer Hardware.
Computer Parts There are many parts that work together to make a computer work.
Sara Naheed Amjad Information Technology
Sara Naheed Amjad Information Technology
Topic 2: Hardware and Software
Hardware vs. Software Question 1 What is hardware?
The CPU is the brain of the computer
Basic Computer Hardware & Software
Parts of a Computer I plan to use this presentation for an introduction at the start of the year. Maybe even create a “word wall” with the cards.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Inside the computer.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
08/28/06 parts of the computer.
The Computer Work Stations
Introduction to Computing Lecture # 1
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
0. What is a Computer?.
Interaction of Hardware
This is CS50 AP. an introduction to the intellectual enterprises
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
ITEC 1011 Introduction to Information Technologies 0. What is a Computer?
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
4. Computer system.
08/28/06 parts of the computer.
Presentation transcript:

This is CS50 AP. an introduction to the intellectual enterprises of computer science and the art of programming Unit 0 Module 4 © David J. Malan, Doug Lloyd

hardware binary number system

Motherboard The main circuit board – it connects all the other parts

CPU speed (GHz) memory CPU The “brain” of the computer It interprets and executes the commands from the hardware and software

RAM size speed Random Access Memory Random Access Memory the temporary or "working" memory that allows multitasking

KERNEL A key piece of the operating system When the operating system starts the kern A Key part of the Operating System Is the first part of the Operating System that loads into Memory Responsible for Disk, Task and Memory Mangement

Video/graphics card Sends Images to the screen/monitor to the screen/monitor

hard drive “spinning platter” HDD solid state SSD Main data storage area Contains data and software files

Optical Floppy Zip/Thumb Hardware that enables data to be read/written from some type of media Drives

Monitors/Display Screens This one is pretty obvious, right? It displays the signals the video/graphics card is sending

peripherals a device that can connect to the main computer (examples: keyboard, mouse, speakers, printer)

Ports Work as an interface that allows a peripheral device to connect to a computer There are several different types of these

This is CS50 AP.