COMPUTER BASICS Processing/Storage

Similar documents
Computer Basics. Lesson 1 Introduction to Computers. Edited by C. Rhodes 08/11

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

Main Parts of Personal Computer

System Unit. By: Khadeeja Farkash

Memory Study Material

Grade 5 lesson 2 Computer storage and computer care and you

8/25/2016. What Is a Computer? The Components of a Computer

Parts of Computer hardware Software

Notes - Computer Hardware Basics

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Elementary Computing CSC M. Cheng, Computer Science 1

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Components of a personal computer

Introduction to the Personal Computer

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

Discovering Computers 2008

An Overview of the Computer System. Kafui A. Prebbie 24

About the Presentations

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

What is Data Storage?

Chapter 2 Basic Computer Configuration

Part I: Hardware and communication

Computers. Storage, storage units & accessing. R. S., Elektronika,

lesson 3 Transforming Data into Information

Mother Board And Its Components By :- IMRAN QURESHI

Computer Basics. Dayton Metro Library

Chapter 1: Why Program? Main Hardware Component Categories 8/23/2014. Main Hardware Component Categories: Why Program?

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

QUESTIONS ABOUT COMPUTERS

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

vinodsrivastava.wordpress.com

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

Storage. Chapter3 ITBIS105

Chapter 1: Introduction to Computers and Programming

Memory classification:- Topics covered:- types,organization and working

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar

Three-box Model: These three boxes need interconnecting (usually done by wiring known as a bus. 1. Processor CPU e.g. Pentium 4 2.

Unit 3 Part B. Computer Storage. Computer Technology

C H A P T E R 1. Introduction to Computers and Programming

Hardware. Hardware is the physical components that you knock on, that you can touch. (Monitor, processor chip, CD-ROM drive set.)

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Introduction to Computers

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

Unit - II. Computer Concepts and C Programming 06CCP13. Unit II

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

Sahalsoftware college. Welcome To understanding Basic Computer Concept

2016 P C Basics Page 1

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved.

PC Basics Introduction to PCs

MICROPROCESSOR MEMORY ORGANIZATION

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

Computer Technology Flash Card 2

Q1. Describe C.P.U and its subunits with the help of diagram?

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Computer Organization and Assembly Language (CS-506)

Computer Basics. Hardware. This class is designed to cover the following basics:

Computer Organization

Lecture-7 Characteristics of Memory: In the broad sense, a microcomputer memory system can be logically divided into three groups: 1) Processor

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide

Introduction to computers

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

Lab Install Windows 8

Chapter 2: A Closer Look at Hardware and Software

Computers Are Your Future

Fundamentals of Programming (Python) Basic Concepts. Ali Taheri Sharif University of Technology Spring 2018

What is the typical configuration of a computer sold today? 1-1

Intentionally Blank 0

SYSTEM BUS AND MOCROPROCESSORS HISTORY

Week 0: Intro to Computers and Programming. 1.1 Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components

Chapter I The System Unit

Chapter 4 The Components of the System Unit

Introduction To Computer Hardware. Hafijur Rahman

TODAY AND TOMORROW. Storage CHAPTER

Terminology, Types of Computers & Computer Hardware

COMPUTER HARDWARE RAYMOND ROSE

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

Chapter 7: Processor and Memory

Chapter 1. Introduction to Programming and Visual Basic Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

RISC (Reduced Instruction Set Computer)

COMPUTER ORGANIZATION & SKILLS

COMPUTER BASICS LECTURER: ATHENA TOUMBOURI

INTRODUCTION TO COMPUTERS

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

Chapter 2 Computer Hardware

Computer Programming for Engineering

For this class we are going to create a file in Microsoft Word. Open Word on the desktop.

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

Computer Fundamentals

central processing unit (CPU) software operating system (OS) input device output device

Today s lecture is all about the System Unit, the Motherboard, and the Central Processing Unit, Oh My!

Week 1 Introduction to Programming

Holds data, instructions, and information for future use Storage medium is physical material used for storage

Chapter Contents. Personal Computer Systems Desktop and Portable Computers. Desktop and Portable Computers

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012

BTEC ASSIGNMENT BRIEF 20836

STORAGE & FILE CONCEPTS, UTILITIES

Chapter One. Introduction to Computer System

Transcription:

COMPUTER BASICS 1.02 Processing/Storage

The performance of a computer is directly related to its components and how well they work together. The CPU, memory, storage devices, and other parts of the computer system must work together to achieve the level of performance users expect and demand.

Processing Devices Processing devices are used by computer users to process the input data and generate the desired output.

Central Processing Unit CPU (Central Processing Unit) Controls everything the computer does. Interprets and runs the commands the user gives to a computer. Also called the microprocessor.

Processing Devices Process the input data and generate the desired output. Processing Devices Central Processing Unit (CPU) Controls everything the computer does. Interprets and runs the commands the user gives to a computer. Also called the microprocessor Referred to as the brain of the computer

Memory Memory is where information is stored and retrieved by the CPU. Random Access Memory (RAM) Read Only Memory (ROM) Flash Memory

Random Access Memory (RAM) Random access memory (RAM) the main memory allows you to temporarily store commands and data RAM is volatile, which means it is available only while the computer is turned on. RAM The contents of RAM must be copied to a storage device if you want to save the data in the RAM.

Read Only Memory (ROM) Read only memory (ROM) the memory that retains its contents even after the computer is turned off ROM is nonvolatile, or permanent memory commonly used to store commands, such as the commands that check whether everything is working properly. cannot be changed or edited ROM

Flash Memory Flash memory a nonvolatile memory that retains data even after a computer is turned off. Flash Memory Unlike in ROM, you can erase or modify stored information.

Memory Memory is where information is stored and retrieved by the CPU. Random Access Memory (RAM) RAM is volatile or temporary and available only while the computer is turned on. RAM is short term memory RAM short term memory

Memory Read Only Memory (ROM) ROM is nonvolatile or permanent memory commonly used to store commands, such as the commands that check whether everything is working properly. cannot be edited or changed ROM is long term memory long term memory ROM

Memory Flash Memory a nonvolatile memory that retains data even after a computer is turned off unlike ROM it can be erased or edited. Flash drives and data memory cards Flash Memory

Motherboard Motherboard the main circuit board inside the computer case connects input, output, processing, and internal storage devices together tells the CPU how to run sometimes called a system board

Storage Devices Storage devices used to store computer information can be divided into two types internal storage devices external storage devices

Types of Storage Devices Hard disk drive A magnetic disk that is usually the main storage device on most computers. Floppy disk A portable storage device that allows you to store a small amount of data.

Types of Storage Devices CD-ROM A portable storage medium that allows you to store 400 times more data than on a floppy disk. DVD A portable storage medium that is similar to a CD-ROM can store larger amounts of data than a floppy disk or a CD-ROM commonly used to store movies and videos.

Types of Storage Devices USB Flash Drive A small portable storage device that is typically the size of a thumb which has less storage capacity as compared to an external hard-drive but are more durable and easyto-use and can be plugged into any computer with a USB drive. A very popular medium of storage.

Cloud Storage Cloud storage is a modern, fast growing storage service that uses the Internet and central remote servers to maintain and store data and applications.. Example: Windows Live SkyDrive

Storage Devices used to store computer information Hard Disk Drive Floppy Disk CD-ROM DVD Flash Drive Cloud

Internal External

Click the computer tower to watch the video Computer Tour from howstuffworks.com. http://videos.howstuffworks.com/computer/ultimate-computer-hardware-videos-playlist.htm#video-23

THE END