Tom Allen Computer Science Department Trinity University.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Computer Skills Preparatory Year Presented by:
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
Computer Hardware.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
IC3 GS3 Standard Computing Fundamentals Module
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
V Material obtained from summer workshop in Guildford County.
Computer Systems. Note to the student Please make brief notes on the following computer hardware + software components After each section research the.
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?
Computer Terms. Computer A machine designed to run programs and store information that you create.
Information Technology COMPUTERS Dr. GUVEN Aerospace Engineer (P.hD) Nuclear Science and Technology Engineer (M.Sc)
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
How to use a computer and not lose your mind
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
An overview of Computer System
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
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.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
Computer Basic Vocabulary
Computer Hardware.
There are many parts that work together to make a computer work. System Unit Computer Parts.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
Computer Parts There are many parts that work together to make a computer work.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Hardware and Software.
Computer Components. ● Many people believe that knowing how to use a computer is one of the basic skills needed to succeed in the workplace. ● In order.
Basic Computer Terms & Concepts. Computer System A collection of devices, each with a special function. Four components of a computer system: »Input »Output.
Computer Basics Just How Does a Computer Work?
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
~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.
**Input devices** 1- you communicate with the computer via an input device. 2- Input devices allow us to send information to the CPU to tell the computer.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
An Overview of the Computer System
Computer Basics 1 Computer Basics.
Computer Hardware and Software
Computer Parts There are many parts that work together to make a computer work.
Computer Hardware Introduction.
Computer Parts There are many parts that work together to make a computer work.
Business Computer Technology
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
2.00 Understand Computer Fundamentals
Eagle Challenge Google Classroom 5 Questions.
Introduction to Computing Lecture # 1
An Overview of the Computer System
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
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 Hardware.
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.
COMPUTER SKILL TDP 4TH SEMESTER.
COMPUTER FUNDAMENTALS i
Hardware Information Created by Nasih.
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.
Presentation transcript:

Tom Allen Computer Science Department Trinity University

Hardware: the physical devices and components associated with the computer.

Bit: a unit of information storage capacity in computer memory; it is sufficient to store either a 0 or a 1. It is short for Binary Digit.

Byte: the amount of space necessary to store one character; usually eight bits.

ASCII: American Standard Code for Information Interchange. A standard for defining codes for information exchange between equipment produced by different manufacturers. (collating sequence)

Mouse: a surface device which an operator can manipulate in order to control a pointer image on the computer system.

Monitor: a hardware device used to project a visual image into the processing of a computer system. It is the most common computer output device.

Keyboard: a most common hardware device used to input information and commands into a computer system.

Mother Board: a large circuit board into which can be plugged a number of smaller boards, or circuit elements. This board becomes the backbone of a computer system.

Microprocessor: a single semiconductor chip or a small number of chips that contains the arithmetic and control logic circuitry necessary to perform the operations of a computer.

CPU: Central Processing Unit. The control circuitry necessary to perform the operations of a computer.

IC Chip: Integrated Circuit Chip. A complex electronic circuit fabricated on a simple piece of material, usually a silicon.

RAM: Random Access Memory. A memory chip used for the main memory of a microcomputer. Application software will both store and retrieve information from this type of chip.

Floppy Drive: a computer storage read/write device, usually of minimal capacity, which accepts multiple surfaces. Data on these surfaces may be randomly accessed. The high density, double sided floppy disks of today hold 1.4 MB of data.

Hard Drive: a computer storage read/write device, usually of substantial capacity, which has fixed/permanent surfaces. Data on these surfaces may be randomly accessed. Hard drives hold as little as 10 MB and as much as several GB.

Tape Drive: a computer storage read/write device, usually of substantial capacity, which has one surface. Data on this surfaces must be sequentially accessed. It is used primarily for backup purposes. Tape drive access is slow!

CD Rom Drive: (DVD) a computer storage read and/or read/write device, always of substantial capacity, which has one surface. Data on this surface may be randomly accessed. The optical disk containing digitized information uses the same technology as the musical CD. Most of the compact disks used by computers are 4.7 inches and hold as much as 780 MB. The CD drive uses laser technology to read and write to the drive.

Modem: a data communication device that enables computers to communicate via telephone lines. The term modem was constructed from the terms MOdulate and DEModulate. Modulation translates digital data into analog data. Analog data can be transferred along the phone line. Demodulation translates analog data into digital data. Single phone line modems speeds range from 1200 baud to 33,600 baud.

Format Disk: the process of laying out a structure on the disk that will enable the disk to receive information. IBM PC's use a different disk format from either the Macintosh or UNIX systems. IBM PC, Macintosh, and UNIX disk formatting divides the disk into sectors, tracks, and blocks.

Track: ring-shaped portion of a floppy/hard disk surface. Sector: pie-shaped portion of a floppy/hard disk surface.

Block: rectangular-shaped portion within one track of one sector of a floppy/hard disk surface.

Input Devices: those devices that provide input to the computer. Examples of input devices would be keyboard, light pen, graphics tablet, bar code reader, mouse, scanner, digital camera, floppy drive, hard drive, CD rom drive, zip drive, electronic keyboard (music), microphone, A to D (analog to digital) devices/sensors, touch screen monitor, etc.

Output Devices: those devices that receive output from the computer. Examples of output devices would be traditional monitor, floppy drive, hard drive, CD rom drive, zip drive, speakers, printers, A to D (analog to digital) devices/sensors, touch screen monitor, photo maker, transparency maker, etc.

Kilobyte: (~ a thousand bytes) MB: Megabyte. (~ a million bytes) GB: Gigabyte. (~ a billion bytes)