Basic Computer Fundamentals

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Calera High School Dawn Bone
Computer Memory and Data Transfer
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
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.
Using Computers CS French Chapter 1.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
System Unit By Sam Gibbs. System Unit The main part of a personal computer Includes a chassis, microprocessor, main memory, bus, and ports Does not include.
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.
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.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computer Terms. Computer A machine designed to run programs and store information that you create.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Computers Inside and Out
Computer Terms.
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Introduction to Computing Hardware & Software. INSIDE THE COMPUTER Hardware Physical components of the computer. Any part that you can see and touch Examples:
Computer Basics and Operating Systems introductory presentation prepared by Ms. Devery Rodgers, M.Ed. National University.
Computer Basics 2.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Basic Computer Fundamentals. What Is a Computer? A computer is a programmable machine with two principal characteristics: It responds to a specific set.
Computer Hardware.
Components of a Computer System
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Business Technology Applications Computer Basics Vocab.
The Computer System CS 103: Computers and Application Software.
UNIVERSITI TENAGA NASIONAL “Generates Professionals” MODULE 2 : Part 1 INTRODUCTION TO HARDWARE & SOFTWARE.
Parts and Operation of a Computer
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Computer Basics Just How Does a Computer Work?
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
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,
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Chapter 2 content Basic organization of computer What is motherboard
Chapter 17 Looking “Under the Hood”
ICT COMPUTER FUNDAMENTALS
Computer Architecture and Number Systems
Basic Computer Hardware and Software.
Topic 2: Hardware and Software
An Overview of the Computer System
UNIT 9 Computer architecture
Basic Computer Hardware & Software
Chapter 7.2 Computer Architecture
ICT COMPUTER FUNDAMENTALS
General Architecture of Digital Computer
Introduction to Computers
Business Computer Technology
Introduction to Computers
Basic Computer Hardware and Software.
Introduction to Computing Lecture # 1
An Overview of the Computer System
Multicultural Social Community Development Institute ( MSCDI)
Computer Based Technology:
Introduction to Computers
Computer Hardware.
Chapter 2: Computer Hardware
Chapter 17 Looking “Under the Hood”
Presentation transcript:

Basic Computer Fundamentals

What Is a Computer? A computer is a programmable machine with two principal characteristics: It responds to a specific set of instructions in a well-defined manner. It can execute a prerecorded list of instructions (a program).

THE MODERN COMPUTER Modern Computers Are Electronic and Digital. They Can Be Described in Terms Their Hardware and Software.

Hardware Hardware refers to objects that you can actually touch, like disks, disk drives, display screens, keyboards, printers, boards, and chips.

HARD DISK AND DRIVE

MONITORS

K E Y B O A R D S

PRINTERS

CHIPS

USB TO MIDI

EXTERNAL STORAGE

USB HUB

Software Software exists as ideas, concepts, and symbols, but it has no substance.

Books provide a useful analogy Books provide a useful analogy. The pages and the ink are the hardware, while the words, sentences, paragraphs, and the overall meaning are the software. A computer without software is like a book full of blank pages -- you need software to make the computer useful just as you need words to make a book meaningful.

Computers Use Random Access Technology - Data Can Be Accessed in Any Order at Any Time Regardless of Storage Position or Time of Creation.

The Language of Computers Binary: the digital language of computers. This language is composed of an alphabet containing only 2 “letters” known as bits. Any work done on a modern computer from word processing to digital audio is translated to this language.

Digital Letters and Words Bit: the smallest form of information in the language of computers. It is represented as a zero or a one. A bit can be considered a letter in the digital language of binary. Byte: a “word” of information in binary. It is made of a number bits determined by the bit rate. 8 bits is usually = 1 byte on modern computers.

Bit Rate Bit rate: the number of “letters” or bits in a digital word or byte. An example of a 16 bit digital word in binary could be (01010101 10101010).

Example 8 bits = 1 byte 1024 bytes = 1 kilobyte (210) 1024 kilobytes = 1 megabyte (220) 1024 megabytes = 1 gigabyte (230)

Important Hardware CPU - abbreviation of central processing unit, the CPU is the brains of the computer. Sometimes referred to simply as the processor or central processor, the CPU is where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system.

Clock Speed Clock speed - also called clock rate, the speed at which a microprocessor executes instructions. Every computer contains an internal clock that regulates the rate at which instructions are executed and synchronizes all the various computer components. The faster the clock, the more instructions the CPU can execute per second.

Bus A bus is a collection of wires through which data is transmitted from one part of a computer to another. You can think of a bus as a highway on which data travels within a computer. There are various types of busses, both internal and external, that connect the hardware, inside and outside, the computer. Like the CPU, busses have a clock speed. A fast bus allows data to be transferred faster, which makes applications run faster.

HARD DISK (Storage Device) The hard disk is a magnetic disk on which you can store computer data. The term hard is used to distinguish it from a soft, or floppy, disk. Hard disks hold more data and are faster than floppy disks. A hard disk, for example, can store anywhere from 10 to more than 100 gigabytes, whereas most floppies have a maximum storage capacity of 1.4 megabytes.

RAM Vs. ROM (Memory) Is an acronym for random access memory, a type of computer memory that can be accessed randomly; That is, any byte of memory can be accessed without touching the preceding bytes. RAM is the most common type of memory found in computers and other devices, such as printers.

RAM Vs. Rom In common usage, the term RAM is synonymous with main memory, the memory available to programs. For example, a computer with 300M RAM has approximately 2400 million bytes of memory that programs can use. In contrast, ROM (read-only memory) refers to special memory used to store programs that boot the computer and perform diagnostics. In fact, both types of memory (ROM and RAM) allow random access. To be precise, therefore, RAM should be referred to as read/write RAM and ROM as read-only RAM.

Important Software The operating system software is the most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs.

Peripherals Operating systems perform basic tasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices.

PERIPHERALS

Applications Operating systems provide a software platform on top of which other programs, called application programs, can run. The application programs must be written to run on top of a particular operating system. Your choice of operating system, therefore, determines to a great extent the applications you can run.

Connectivity USB Short for universal serial bus, is an external bus standard that supports data transfer rates of 12 mbps (megabits per second). A single USB port can be used to connect up to 127 peripheral devices, such as mice, modems, and keyboards.