Introduction to Computers Rabie A. Ramadan, PhD. 2 Class Information Website ses/2011/summer/intro/

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

TECH SKILLS COMPUTER BASICS
Computer Basics Binary Bits & Bytes
Microprocessor Dr. Rabie A. Ramadan Al-Azhar University Lecture 1.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Computer Hardware.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Processing Data.
UNIT 9 Computer architecture
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
What is Information Technology?
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.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
An Introduction to Hardware, Software, and the Internet
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Introduction to Computers Rabie A. Ramadan, PhD. 2 Class Information Website ses/2012/intro/
Tom Allen Computer Science Department Trinity University.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Introduction to Hardware. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers are used.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Computer Terms. Computer A machine designed to run programs and store information that you create.
Translate the following message:
Dr. Rabie A. Ramadan Al-Azhar University Lecture 1
Computer Hardware. History of Computing Code breakers in World War I and II developed the world’s first computers. In the 1950s and 1960s computers were.
Computer Hardware Information Technology Week 5 and 6
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
Introduction to Computers
Computer Basics.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Computer Hardware.
Introduction to Computers Rabie A. Ramadan, PhD. 2 About my self Rabie A. Ramadan My website and publications
CSCI-100 Introduction to Computing Hardware Part I.
Introduction to Hardware. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers are used.
Computers - The Journey Inside continues…
Business Technology Applications Computer Basics Vocab.
Hardware on the Inside.  Computers are made of many electronic components or parts.  These components each have a special job and they all work together.
Computer Basics.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Computer Basics Just How Does a Computer Work?. Look at this picture of a computer. A computer is made up of many parts. Let’s explore the parts to see.
Computer Basics Just How Does a Computer Work?
Introduction to Hardware. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers are used.
Computer Basics Just How Does a Computer Work?. A computer is made up of many parts.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Computer Basics: Just How Does a Computer Work?. The Monitor The monitor looks like a TV and lets you see your work and your files.
~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.
Power Supply.
UNIT 9 Computer architecture
Computer Hardware and Software
CS111 Computer Programming
Computer Hardware Introduction.
Computer Basics: Just How Does a Computer Work?
Introduction to Computing Lecture # 1
How a Computer Works.
0. What is a Computer?.
Bits, Bytes, and Storage.
Computer Hardware.
ITEC 1011 Introduction to Information Technologies 0. What is a Computer?
Information Technology Department
Computing Essentials Module 1.
Technology 3 Bits & Bytes.
Computing Essentials Module 1.
Presentation transcript:

Introduction to Computers Rabie A. Ramadan, PhD

2 Class Information Website ses/2011/summer/intro/

Computing Evolution We Have Come a Long Way!!

The Electronic Numerical Integrator and Computer (ENIAC)  begins in 1938

Home computer as imagined more than 50 years ago

The Computer Evolution Mainframe Computer, 1960 The PC, 1980 Mobile Computer 1990 Sensor Platforms 2000 Smart Dust … Mini-Computer, 1970

Moore’s Law 1965 prediction by Intel cofounder Gordon Moore: The number of transistors that can be built on the same size piece of silicon will double every 18 months

year log (people per computer) Streaming Data to/from the Physical World Excerpted from ‘The Mote Revolution: Low Power Wireless Sensor Network’, UCB, Bell’s Law: New computing class every 10 years

Ubiquitous Computing: A Vision Ahead of its Time The most profound technologies are those that disappear. They weave themselves into the fabric of everyday life until they are indistinguishable from it. Mark Weiser, 1991

Why Computers?

CRT Display Keyboard Mouse “The Box” CD-ROM Drive Floppy Disk Drive

Inside “The Box”

Motherboard

CPU (Central Processing Unit)

SIMM (Single Inline Memory Module)

HDD (Hard Disk Drive)

Power Supply

Schematic Diagram of a Personal Computer...

Ports CPU RAM Disk controller Graphics card Sound card Network card Printer Mouse Keyboard Modem Monitor Speakers bus Computer

“Other” Computing

BIOS CHIP A BIOS chip (Basic Input Output System) is a very important computer component. In simple terms, the BIOS chip wakes up the computer when you turn it on and reminds it what parts it has and what they do!

Bytes, Kilobytes, Megabytes and Gigabytes Byte 8 Bits=1 byte KB Kilobyte=1,000 bytes MB Megabyte=1,000,000 (1 million) bytes GB Gigabyte=1,000,000,000 (1 billion) bytes

I’ve heard those words, but what’s a Byte?? All the information that moves through your computer is based on 2 commands. That’s all, just two. The two commands are ON and OFF. They are symbolized by 1’s and 0’s.

That’s right! The only information your computer can understand is ON (1) and OFF (0)! The millions of combinations of those two commands given in series are what makes your computer work.

The memory chips in your computer are divided into thousands of tiny compartments called bits. Each and every bit has an electronic switch, or gate. ON means the gate is open and letting electricity through.

It is by grouping these bits together to form 1/0 commands that data is formed. Remember bytes? Eight bits are grouped together to form one byte. In that group of 8, there are 256 possible combinations of 1/0. Wow!! The grouping of 1/0 within a byte is called Binary Code. Binary Code is the language of computers. Binary Code

Here is an example of Binary Code: when you type in the letter A on your keyboard, electrical signals are sent from the keyboard to the CPU. The CPU turns the signals into Binary Code. Then the computer reads the code and sends it on to the monitor to display the letter A. All of that happens in an instant! Binary Code

So what about Megabytes and Gigabytes????

Megabytes and Gigabytes One megabyte equals one million bytes. So, a computer with 512 megabytes of RAM (Random Access Memory) means the computer can handle 512,000,000 (512 million) bytes of RAM. Hard disk space is also measured in bytes. So, a 200 GB Hard Disk Drive has 200,000,000,000 (200 billion) bytes for storing memory!

39 Thank you