Top Banner
ITEC 1001 Essential Computer Concepts
65

ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Jan 11, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

ITEC 1001Essential Computer Concepts

Page 2: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Course Objectives

1. The components of a computer system2. The different types of computers3. Personal computer hardware and its

functions4. Data representation and the ASCII code5. Peripheral devices6. Hardware and software used to establish

a network connection7. Internet, e-mail, and World Wide Web8. System software9. Popular application software10.Data sharing among different application

software

At the end of the course, you will understand:

Page 3: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

What is a Computer?

A computer is a device that:

• Accepts input• Processes data• Stores data• Produces output

:

Page 4: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

What is a Computer?

A Computer System is made up of:

• Hardware—the physical components

• Software—the programs or lists of instructions

• Peripherals—the additional components

:

Page 5: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

What is a Computer? Architecture or configuration is

the design of the computer.

As in, what does the computer consist of?

Specification is the technical detail about each component.

As in, how big is the monitor?

Page 6: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

How a Computer Works

The hardware, software, and you work together to complete tasks.

Page 7: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

How a Computer Works

The data you type into the computer is called input.

The result of the computer processing your input is called output.

:

Page 8: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Types of Computers

The categories of computers are:

• Personal or microcomputers– Desktop– Notebook, Laptop, Table PC

• Hand-help or PDAs• Mainframes• Supercomputers

Page 9: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Types of Computers Personal computers are used for general computing tasks and fit the needs of most users.

Page 10: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Types of Computers

Hand-held computers fit in the palm of your hand and run on batteries.

Page 11: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Types of Computers

Mainframes are used by companies to provide centralized storage, processing, and management for large amounts of data.

Page 12: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Types of Computers Supercomputers are the largest and fastest of computers, and can process an enormous volume of data.

Page 13: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Computer Hardware

Computer hardware includes:

• Input devices• Output devices• Processing hardware• Storage devices and media

Page 14: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Computer Hardware

Some input devices are:•Keyboard•Mouse•Wireless pointer•Touch pad•Track point

Page 15: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Computer Hardware

Output devices are:Monitors and Printers are

common output devices.

CRT monitors and LCD (or flat panel display) monitors are two types of monitors.

Page 16: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Computer Hardware

Factors that influence a monitor’s quality are:•Screen Size

–Measurement in inches from one corner to the other

•Resolution–Maximum number of pixels that can be displayed

•Dot Pitch–Distance between pixels

Page 17: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Types of Printers include:

•Laser•Ink-jet•Dot Matrix•Thermal Wax

Page 18: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Computer Hardware

• Multimedia devices are peripheral devices that include text, graphics, sound, animation, and video.

• Speakers and sound cards are common multimedia output devices

Page 19: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Computer Hardware

• The most important computer function is data processing.

• Processing hardware is used to process data.

Page 20: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Processing Hardware

• Computers interpret every signal as “on” or “off.”

• 1 (“on”) and 0 (“off”) are referred to as bits.

• Eight bits is a byte. Each byte represents a unique character.– 1100 0001 = a

Page 21: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Representation

Storage and memory capacity is the amount of data the storage device can handle.

• Kilobyte (KB) is about one thousand bytes

• Megabyte (MB) is about one million bytes

• Gigabyte (GB) is about one billion bytes

Page 22: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Processing Hardware

• The two most important components of personal computers hardware are the microprocessor and memory.

• These two factors directly affect the computer’s price and performance.

Page 23: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

The Microprocessor

• The microprocessor is a silicon chip designed to manipulate data.

• Its speed is determined by:– Clock speed

• peed at which a microprocessor executes instructions

– Word size• number of bits in a word • usually 16, 32, or 64

– Cache size• Temporary storage

Page 24: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Memory

Computer memory is a set of storage locations on the motherboard.

There are four types of memory:– Random access memory (RAM)– Virtual memory– Read-only memory– Complementary metal oxide

semiconductor memory (CMOS)

Page 25: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Memory

RAM is temporary memory that is constantly changing while the computer is on.

Virtual memory is extra memory that simulates RAM if more is needed.

Page 26: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Memory

Read-only memory (ROM) is the permanent storage location for a set of instructions the computer uses.

CMOS memory is semi-permanent information about where essential software is stored.

Page 27: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Memory

A storage device receives data from RAM and writes it on a storage medium. Later, it can be read and sent back to RAM.

Page 28: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Storage Devices

Data is stored as files.

Executable files tell computers how to perform specific tasks.

Data files are created by the user, usually with software.

Page 29: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Storage Devices

Files are kept on storage devices.

There are:Magnetic storage devices andOptical storage devices.

Page 30: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Storage Devices

Some common magnetic storage devices are:•Flash drives•Floppy disks•Hard disk drives•Tape drives•Zip drives

Page 31: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Storage Devices

Some common optical storage devices are:– CD-ROM drives– DVD drives– CD-R drives– CD-RW drives

Page 32: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Storage Devices

CD-ROMs are for “read-only” access.

CD-R drives allow you to record data on a CD-R disk.

CD-RW drives allow you to write data on a CD-RW disk and access and modify data.

Page 33: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Communications

Data Communications - the transmission of text, numeric, voice, or video data from one computer to another.

Page 34: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Communications

The four essential components of data communications are:– Sender– Channel– Receiver– Protocols

Page 35: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Communications

A sender is the computer that originates the message.

The message is sent over a channel, such as a telephone.

Page 36: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Communications

The receiver is the computer at the message’s destination.

Protocols are the rules that establish the transfer of data between sender and receiver.

Page 37: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Bus

The data bus is the communication between microprocessor, RAM, and the peripherals.

A bus is a common wire connecting various points in a circuit

Page 38: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Bus

An external peripheral device has a port or cable that connects it to the computer.

Each port connects to a controller card, which plugs into expansion slots.

The transmission protocol is handled by a device driver.

Page 39: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Bus

Microcomputers have several types of ports:– Parallel– Serial– Small computer system interface

(SCSI)– Musical instrument digital

interface (MIDI)– Universal serial bus (USB)

Page 40: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Bus

A parallel port transmits data eight bits at a time, and is often used to connect a nearby printer.

Page 41: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Bus

A serial port transmits data one bit at a time, and often connects a mouse, keyboard, or modem.

Page 42: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Bus

A SCSI (“scuzzy”) connection can allow many devices to use the same port, and are popular on Macs and notebooks.

MIDI (“middy”) cards are used to record and play back musical data.

Page 43: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Data Bus

USB (Universal Serial Bus) ports replace numerous connectors with one plug and port combination. The device you install must have a USB connector.

Page 44: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Networks

A network connects one computer to other computers and peripherals.

In a local area network (LAN), computers and peripherals are close to each other.

Page 45: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Networks

A client/server network is a network with a file server. A file server acts as the central storage location.

A network without a file server is a peer-to-peer network. All of the computers are equal.

Page 46: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Networks

Page 47: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Networks

Each computer that is part of the network must have a network interface card and network software.

Then, it becomes a workstation.

Any device connected to the network is called a node.

Page 48: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Telecommunications

Telecommunications iscommunicating over a telephone.

In the telecommunications process, the modem converts digital signals toanalog signals at the sending site and a second modem converts themback at the receiving site.

Page 49: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Telecommunications

Page 50: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

The Internet

The Internet is the world’s largest network.

E-mail and the World Wide Web

are two benefits of the Internet.

Page 51: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

The Internet

A hyperlink is a place on a Web page allowing you to connect to a particular file.

http://www.course.com/newperspectives

Page 52: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

The Internet

A Web browser is the communications software that allows you to navigate the WWW.

Page 53: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Computer Software

Software is the instructions and data that direct the computer to accomplish the task.

It can refer to a single program

or a package.

Page 54: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

System Software

System software helps the computer carry out it s basic operating tasks.

Application software helps the user carry out a variety of tasks.

Page 55: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

System Software

The four types of system software are:– Operating systems– Utilities– Device drivers– Programming languages

Page 56: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

System Software

The operating system controls the I/O or input/output, the flow of data from microprocessor to memory to peripherals.

The operating system makes multitasking possible.

Page 57: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

System Software

Some types of system software include:

– Virus protection software– Utilities– Device drivers– Computer programming

languages

Page 58: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Application Software

Application software enables you to perform specific tasks. Application software includes:

– Document production software– Spreadsheet software– Database management software– Graphics and presentation

software

Page 59: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Application Software

Document production software includes word processing, desktop publishing, and Web authoring software that assist you in writing and formatting documents.

Page 60: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Application Software

It often has grammar and spell-checking, thesaurus, search and replace, and template features.

Page 61: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Application Software

With spreadsheet software, you can create formulas that perform calculations. Spreadsheet software creates worksheets with columns and rows. The intersection of a column and row is a cell.

Page 62: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Application Software

Database management software creates structured databases to contain information.

Graphics and presentation software allow you to create illustrations, diagrams, and charts to be presented or transmitted.

Page 63: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Application Software

Multimedia authoring software allows you to record digital sound files, video files, and animations that can be included in presentations and other documents.

Page 64: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

Application Software

Object linking and embedding (OLE) is the ability to use data from another file, called the source.

This integration between applications has become an important skill in business.

Page 65: ITEC 1001 Essential Computer Concepts. Course Objectives 1.The components of a computer system 2.The different types of computers 3.Personal computer.

EndITEC 1001

Essential Computer Concepts