CIT1100 Fundamentals of Computing

Slides:



Advertisements
Similar presentations
Computer Hardware Components: CPU, Memory, and I/O
Advertisements

Computer Parts There are many parts that work together to make a computer work.
Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
Basic Computer Hardware and Software.
Hardware Components of a Multimedia System. Objectives w Describe why hardware standards are important w Describe the MPC standard and specify its significance.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
COMPUTER SYSTEM COMPONENTS ACTIVITY
Data, Hardware, Output, Network, Storage Area of the computer that holds data on a permanent basis when it is not immediately needed for processing. Two.
Computer Basics Flashcards #2
V Material obtained from summer workshop in Guildford County.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
What is Information Technology?
Intro to Computer Hardware
Computers. Out put hardware After the input data and instructions have been processed by the CPU, the results can be stored permanently or made available.
Know the Computer Multimedia tools. Computer essentials.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
CSE 101 Spring 2000 Hardware (Bits & Bytes). Understanding the Machine Data versus Information  Data are raw facts  Information is the result of transforming/examining.
Computer Parts There are many parts that work together to make a computer work.
Computers Inside and Out
INFO Martin van Bommel What is a Computer? v Computer - electronic device that accepts input, performs calculations, and produces the.
PTI Semester Ganjil Materi  Hardware Computer  Software.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
CIT1100 Fundamentals of Computing Fall, 2005 Dr. Maureen Markel.
Computer Fundamentals/ Organizing Your Work/ 1 of 16.
Components of a Computer System
 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.
Basic Computer Hardware and Software. Guilford County SciVis V
Hardware Introducing the Components of a Computer.
Basic Computer Hardware and Software.
Power Point Vocabulary Suarez, Alejandra Per. 6 10/12/13.
~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.
Identify internal hardware devices (e. g
Identify internal hardware devices (e. g
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Mrs. Gambucci
Introduction to Computers
Basic Computer Hardware and Software.
Computer Hardware Mr. Singh ICS2O.
PC Parts Worksheet- Building Your own Computer
Basic Computer Hardware and Software.
A+ Guide to Managing and Maintaining Your PC, 7e
Basic Computer Hardware & Software
Computer Hardware Flash Card Review
The computer work station
Computer Parts There are many parts that work together to make a computer work.
Computer Systems – 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.
Business Computer Technology
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
Terms and Acronyms To learn Information Technology (IT) is to learn the language of acronyms and terms… WYSISYG (pronounced WHIZ-zee-wig) “What You See.
Introduction to Computers
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.
Computer Based Technology:
Computer Assisted Language Learning (CALL)
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.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
This lesson includes the following sections:
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:

CIT1100 Fundamentals of Computing Fall, 2004 Dr. Maureen Markel

Computer Acronyms WYSIWYG SCSI BMP CRT LCD ROM RAM PIXEL GUI Scsi – small computer system interface Bmp – bit-mapped Crt – cathode ray tube Lcd liquid crystal display

Basic Organizational Types Monolith or Component? What’s the difference?

A look at the parts Monitor – how does it differ from a TV? TV – records reality – live images Monitor – bit-mapped, creates the images it constructs in its memory.

Image dissolves into individual pixels or picture elements – about the size of a dot or an i in 10-pt. type. Resolution – the number of pixels on your screen (e.g. 1024X768 or 800 X 600)

The art of illusion The original button – flat ain’t it? Hmm… add a little shading and it’s ready to press.

How many times does the head hit the bar?

How many times does the head hit the bar?

RGB Colors Primary colors of light? _____ Any color can be created with some combination of these three colors. Color Bar How many colors? 256 * 256 * 256 = 16,777,216

Where’s the computer’s work engine? Motherboard Cards Microprocessor /processor (see figures on p. 14 in text) Motherboard – printed circuit or PC board Cards – add functionality to computer (sound, graphic cards)

Memory Ways of retrieving information Storage unit: byte Sequential access Random access Storage unit: byte Kilobyte – megabyte - gigabyte RAM memory – temporary, volatile ROM memory – permanent, stable

Hard Disk Peripheral device fundamental to all computer systems Composed of an iron compound that can be magnetized. The magnetism remains when the power is off so the hard drive provides persistent storage. Why save work often?

There’s hardware and there’s . . . How did it get a name like that? Categories of software System Application Special purpose

Introducing Algorithms A step-by-step precise method for solving a problem in a limited amount of time Generally represented by A flowchart Pseudocode Task: devise an algorithm for logging on to the Mount’s computer network.