100% found this document useful (1 vote)
338 views

Lesson 1 Basic of Computer Studies

Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
338 views

Lesson 1 Basic of Computer Studies

Copyright
© © All Rights Reserved
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 30

Technology

ICT
Core: Computer Systems
Introduction to Computer Studies
Chapter1

Becoming Fluent with


Becoming Fluent with Computers

What You Will Learn Computers


 Describe the main parts of a computer
 State the Basic Operations in a computer System
 Relate computer parts to the basic operations
 Identify a computer as a general purpose machine
that operates under different sets of instruction for
various users
 Differentiate between Data and Information
 Components of Computer System

NEXT
2
Copyright © 2003 Prentice Hall, Inc
SLIDE
Computer Fluency

EDUCATION
NOT FUTURE?
THE
ENGINEERING
COMMERCE
THIS
PERSONAL
ORGANIZING
HOME
PRODUCTIVITY
COMPUTING
TASKS

 The knowledge and skills possessed by people who


are able to navigate the digital world successfully.
 Computer-literate people are skilled in using
computers and the Internet.

NEXT 3
Copyright © 2003 Prentice Hall, Inc I SLIDE
Understanding the Computer

 A computer is a machine that, under a program’s


direction, performs four basic operations: input,
processing, output, and storage.
 A program is a list of instructions that tells a
computer how perform the four operations.

NEXT 4
Copyright © 2003 Prentice Hall, Inc SLIDE
Input

 The first operation.


 The computer performs arithmetic or comparison
operations on data.
 Electrical impulses representing words, numbers,
images, or sounds.

NEXT 5
Copyright © 2003 Prentice Hall, Inc SLIDE
Processing

Arithmetic Logic

4 + 16 = 20 728 > 546

 The second operation.


 The computer performs arithmetic or comparison
(logical) operations on the data.
 Performed at a very high speed.

NEXT 6
Copyright © 2003 Prentice Hall, Inc SLIDE
Output

 The third operation.


 The computer shows the results of the processing
operation in a way people can understand.
 Data is processed into information.

NEXT 7
Copyright © 2003 Prentice Hall, Inc SLIDE
Storage

 The fourth operation.


 The computer saves the data or output so that it can
be used again later.

NEXT 8
Copyright © 2003 Prentice Hall, Inc SLIDE
Computer System

Hardware Software

 A collection of related computer components that


are designed to work together.
 A system includes hardware and software.

NEXT 9
Copyright © 2003 Prentice Hall, Inc SLIDE
Hardware
 Hardware is the computer’s physical components.
 The components include:
Input devices– Enable users to enter data into the
computer for processing.
Processing circuitry– Components located in the
system’s case that transform data into
information.
Output devices– Peripherals that show the results
of processing.
Storage devices– Used to store all the programs
and data that the computer uses.
Communication Devices– Used to move data
between computers.
NEXT 10
Copyright © 2003 Prentice Hall, Inc SLIDE
Input: Transforming Data into Information
Key Terms

 Command– A type of input that tells the program


what to do.

 Confirmation– A message that indicates if the


command was or was not carried out.

 Keyboard– Enables the user to input characters.

 Pointing device– Enables the user to move an on–


screen pointer.

 Speech-recognition– A program that enables the


computer to transcribe spoken words into text.
NEXT 11
Copyright © 2003 Prentice Hall, Inc SLIDE
Input Devices
Keyboard Mouse– pointing device

Microphone– Digital Cameras


speech-recognition

NEXT 12
Copyright © 2003 Prentice Hall, Inc SLIDE
Processing: Transforming Data into
Information
Key Terms

 Central processing unit (CPU)– The computer’s processing


circuitry. It is also called a microprocessor.

 Chip– A wafer of silicon that contains a complex electronic


circuit.

 Motherboard– The computer’s main circuit board.

 Memory– Chips that store program instructions. Random


access memory (RAM) is the most important type.

 Expansion slots– A receptacle designed to accept a plug-in


expansion card.

 Expansion card– Used to connect peripherals (input/output


devices) to the motherboard.
NEXT 13
Copyright © 2003 Prentice Hall, Inc SLIDE
Processing Devices
Motherboard
Expansion Card

Central Processing Unit– CPU

Random Access
Memory– RAM

NEXT 14
Copyright © 2003 Prentice Hall, Inc SLIDE
Output: Displaying the Information
Key Terms
 Monitors– Display processing results on a screen.
Cathode ray tube– Monitor similar to televisions.
Flat-panel displays (LCD)– Monitor that uses liquid
crystal diodes.

 Speakers– Enable the user to hear the results of sound


processing.

 Printers– Generate output on paper.


Impact printers– Print heads strike a ribbon to produce
an image.

Nonimpact printers– Transfer the image to the paper.


• Inkjet printers
• Laser printers
NEXT 15
Copyright © 2003 Prentice Hall, Inc SLIDE
Output Devices

Monitor
Printer

Speakers

NEXT 16
Copyright © 2003 Prentice Hall, Inc SLIDE
Storage: Holding Programs and Data for
Future Use
Key Terms
 Storage media– Includes all types of storage media.
Magnetic storage media– Uses magnetically sensitive
material.
Optical storage media– Uses a laser beam to scan pits
etched into a disc.

 Writing– Recording data to a disk.

 Reading– Playing back information on a disk.

 Floppy disk– Removable storage medium.

 CD ROM– Optical storage medium.

NEXT 17
Copyright © 2003 Prentice Hall, Inc SLIDE
CD / DVD
Storage Devices Hard Drive

Drive

Secure Digital
Card

Floppy
Disc PC Card

Compact
Disc
Flash
Drive

NEXT 18
Copyright © 2003 Prentice Hall, Inc SLIDE
Communications Devices

Key Terms
 Computer network– Two or more computers
linked by some type of connection.
 Modem– Enables access to other computers by
way of a telephone line.
 Network interface card (NIC)– Enables computers
to connect to each other in a limited geographic
area.
 Local area network (LAN)– Computers connected
to each other within a building or group of
buildings.

NEXT 19
Copyright © 2003 Prentice Hall, Inc SLIDE
Communications Devices
Modem
Network Interface
Card– NIC

NEXT 20
Copyright © 2003 Prentice Hall, Inc SLIDE
Types of Computers
Workstation
Desktop– PC, Microcomputer

Notebook– Laptop Personal Digital


Assistant– PDA,
Handheld, Pocket PC

NEXT 21
Copyright © 2003 Prentice Hall, Inc SLIDE
Introducing Software

 Software consists of the programs that give


the computer’s hardware its step-by-step
instructions.
 Software is created by programmers using a
programming language.
 Programs contain units called files.
 Transferring a program into the computer’s
memory is called loading.
 Once loaded into memory the program’s
instructions are carried out or executed.
NEXT 22
Copyright © 2003 Prentice Hall, Inc SLIDE
Types of Software
System software Application software

 System software– All programs that help the


computer function properly.
 Application software– All the programs you
use to perform a task such as writing a
letter or browsing the World Wide Web.

NEXT 23
Copyright © 2003 Prentice Hall, Inc SLIDE
System Software

 System software is divided into two categories:


 The operating system:
Provides support for running application
software.
Coordinates the various functions of the
computer’s hardware.
 System utilities:
Are programs for optimizing computer
performance.

NEXT 24
Copyright © 2003 Prentice Hall, Inc SLIDE
Types of Operating Systems

 Command-line interface– Users type


instructions at the keyboard, one line at a
time. Examples: MS-DOS, PC DOS, UNIX
 Graphical user interface (GUI)– Users choose
items from menus by using a pointing device
to click on icons which represent resources
and commands. Examples: Windows, Mac
OS

NEXT 25
Copyright © 2003 Prentice Hall, Inc SLIDE
Command-Line Interface

NEXT 26
Copyright © 2003 Prentice Hall, Inc SLIDE
Graphical User Interface (GUI)

NEXT 27
Copyright © 2003 Prentice Hall, Inc SLIDE
Application Software

 Application software includes all programs that


enable us to use the computer in a useful way.
 Custom software is developed for specific needs.
 Packaged software is produced for the mass market.

NEXT 28
Copyright © 2003 Prentice Hall, Inc SLIDE
Software Suite

MS WORD MS EXCEL MS POWERPOINT

MS ACCESS MS PUBLISHER

 A collection of full-featured standalone programs


that usually share a common command structure
and have similar interfaces.

NEXT 29
Copyright © 2003 Prentice Hall, Inc SLIDE
END

30
Copyright © 2003 Prentice Hall, Inc

You might also like