Copyright 2005 - 2009: Hi Tech Criminal Justice, Raymond E. Foster Police Technology Chapter Two ComputerComputer Basics Computer.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

TECH SKILLS COMPUTER BASICS
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Compare the types of computers.
Parts & Functions of a Computer. 2 Functions of a Computer.
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
A+ Guide to Hardware Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 1: How Computers Work.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
How Computers Work Chapter 1.
Computer Parts There are many parts that work together to make a computer work.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic device.
A+ Guide to Hardware, 4e Chapter 1 Hardware Needs Software to Work.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
The Internal Components of a Personal Computer (PC)
FIRST COURSE Essential Computer Concepts. 2 Objectives Compare the types of computers Describe the components of a computer system Describe input and.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Lesson 3 — How a Computer Processes Data
Parts of a Computer.
PC Components, Features, System Design.
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e
Explore the Parts of a 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.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
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.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
Lesson 2 — How Does A Computer Process Data?
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware v0.95.
Computer Systems TexPREP Summer Camp Computer Science.
MODULE 1 Computing Essentials © Paradigm Publishing, Inc.1.
Computer Basics.
The Mechanics Of Computers The Operating System (OS) & Hardware.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Basic Vocabulary
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Computers Today.
Lec.2: Computer HardwareLec.2: Computer Hardware Foundation year 1 Lecturer: Fatma El-Zahraa Mohamed Year: 2015/2016.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Kaaba Technosolutions Pvt Ltd1 Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
The Computer System.
CompTIA A+ Guide to Managing & Maintaining Your PC By: JEAN ANDREW Computer Maintenance Chapter 1: Computer Basics Knowledge.
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.
Lesson 2 Component Overview Core Hardware Fundamentals.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
361 Hardware, Software, and Computer Performance Lec 2.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
SEPTEMBER 8, 2015 Computer Hardware 1-1. HARDWARE TERMS CPU — Central Processing Unit RAM — Random-Access Memory  “random-access” means the CPU can read.
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?
Computer Basics Just How Does a Computer Work?. A computer is made up of many parts.
Lifting the Lid: How Computers Work. CPU  The Central Processing Unit  Sometimes called the microprocessor  Carries millions of electrical signals.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
A+ Guide to Managing and Maintaining Your PC, 7e
TexPREP Summer Camp Computer Science
Business Computer Technology
Introduction to Computing Lecture # 1
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Police Technology Chapter Two
Presentation transcript:

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Police Technology Chapter Two ComputerComputer Basics Computer

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Learning Objectives Understand the basic hardware and software components of a Desk Top Personal Computer (PC). Understand the basic hardware and software components of a Desk Top Personal Computer (PC). The difference between Operating Systems and Applications software. The difference between Operating Systems and Applications software. The difference between and Flat File and Relational Database The difference between and Flat File and Relational Database

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Binary Number System A mathematical counting scheme that has only two digits – zero (0) and one (1) which are combined to represent our ten- digit counting scheme. Today’s computers use this off/on scheme to represent the binary digits, commonly referred to as bits, 1 and 0.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster It is simple for computers to translate binary digits into a sixteen digit-based code called hexadecimal. This coding system is a compromise between our abilities and the computer that allows us to interface. Binary Number System

Copyright : Hi Tech Criminal Justice, Raymond E. Foster ASCII The standard computer code configuration that works with computer bits is called the American Standard Code for Information Interchange (ASCII). A byte is eight bits, or a series of eight ones and zeros. Binary digits Byte ASCII Words you can read!

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Interface Means to Interact User interface is how we interact with the computer, e.g. the keyboard and mouse are user interface inputs and the monitor is the computer’s user interface output

Copyright : Hi Tech Criminal Justice, Raymond E. Foster A computer system can considered as three broad categories of components: Hardware Hardware Software Software Firmware Firmware Your Computer as a System

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Your Computer as a System The user is a human being. The input devices are the computer keyboard, mouse, and microphone. The output devices are the monitor, speakers, printer, and various storage media.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Hardware Input/output devices are referred to as peripheral devices. Think of a peripheral device as any device not inside the computer case. They communicate with the main part of the computer using ports.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Hardware In addition to receiving information directly from human users via input devices, computers can receive information from other computers. This is done via a network, e.g. the Internet. Network information can come to the computers through: Hard lines (standard telephone line) Hard lines (standard telephone line) Wireless (via radio signals) Wireless (via radio signals)

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Hardware Computers have the ability to store information: Floppy Disks Floppy Disks Compact Discs (CDs) Compact Discs (CDs) Digital Video Discs (DVDs) Digital Video Discs (DVDs)

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer The systems board, or motherboard, is the brain of the computer. The motherboard contains a series of micro chips that are connected together by circuitry.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer Circuits, like wires or cables, transmit electrical signals containing binary data between the various microchips. The microchips in the computer can detect the presence or absence of electronic impulses.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster The Motherboard contains three types of memory chips: The Central Processing Unit (CPU) The Central Processing Unit (CPU) The Read-only Memory (ROM) The Read-only Memory (ROM) The Random Access Memory (RAM) The Random Access Memory (RAM) Inside The Computer

Copyright : Hi Tech Criminal Justice, Raymond E. Foster The CPU has three core sets of instructions that it carries out: Mathematical computations (addition, subtraction, division); Mathematical computations (addition, subtraction, division); Moving data or information from one memory location to another; and, Moving data or information from one memory location to another; and, Making decisions and moving to a different set of instructions based upon those decisions. Making decisions and moving to a different set of instructions based upon those decisions. Inside your Computer

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer Random Access Memory (RAM) chips contain information only when your computer is on. When you turn off the computer, the memory in the RAM disappears. Also known as Volatile storage!

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer Read Only Memory (ROM) Contains the basic set of instructions that are required to start the computer. Read Only Memory (ROM) Contains the basic set of instructions that are required to start the computer. Memory was installed during the manufacturing process. Memory was installed during the manufacturing process. ROM (BIOS instructions) is a permanent part of the chip. ROM (BIOS instructions) is a permanent part of the chip. Also known as Non- Volatile storage!

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer The Motherboard contains….. The Motherboard contains….. A Complementary Metal Oxide Semi- conductor (CMOS) configuration chip. A Complementary Metal Oxide Semi- conductor (CMOS) configuration chip. A system clock. A system clock. Expansions slots. Expansions slots. RAM memory. RAM memory.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer The CMOS Chip: The CMOS Chip: Responsible for remembering what hardware is in your computer. Responsible for remembering what hardware is in your computer. Necessary for your computer to initially organize itself. If you added a new drive, card, or peripheral device, your CMOS information would change. Necessary for your computer to initially organize itself. If you added a new drive, card, or peripheral device, your CMOS information would change. Volatile (information can be lost) so it has its own battery with constant power Volatile (information can be lost) so it has its own battery with constant power

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer Random Access Memory (RAM) …………. Random Access Memory (RAM) …………. Contains information your computer is working with now (What is on the screen). Contains information your computer is working with now (What is on the screen). Has to be limited in the amount of information it can contain. Has to be limited in the amount of information it can contain. Once you are finished using the RAM and move on to another project, what was in RAM is dumped. Once you are finished using the RAM and move on to another project, what was in RAM is dumped.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer Cache Memory contains memory your computer anticipates you might need, similar to the human brain. It makes assumptions about what information you might need based on certain programming.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer A BUS Contains the electrical pathways and directions for use of those pathways that the information uses while inside a computer. The small metal tracings in the circuit board take the place of wires to conduct electricity. The bus is these traces and the instructions for their use.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Inside your Computer CMOS Chips Continually hold the information on the configuration of your computer. When you turn on the computer, the startup process is called a booting. When a computer is booted from the power- off condition, it is called a “hard boot.” If you push the reset button, you are performing a “soft boot.”

Copyright : Hi Tech Criminal Justice, Raymond E. Foster The Random Access Memory (ROM) contains a set of permanent instructions known as the basic input/output system (BIOS). Sometimes referred to as the ROM BIOS or Flash BIOS. ROM chips are a hybrid of both hardware and software. It is a physical component with embedded software. ROM chips are sometimes referred to as firmware. Inside your Computer

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Information on the Motherboard, except the ROM chip, is volatile. Long term or secondary storage are non-volatile: Hard disks; Hard disks; Zip disks; Zip disks; Floppy disks; Cassette tapes; Floppy disks; Cassette tapes; CD-ROMs; and, CD-ROMs; and, DVDs. DVDs. Inside Your Computer

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Software Instructions that tell hardware what to do; or, Instructions that tell hardware what to do; or, A set of instructions written in a language that the computer can understand. A set of instructions written in a language that the computer can understand. Two broad classifications of software: Operating Systems (also called platform) Applications

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Operating Systems Tells the computer what to do. Tells the computer what to do. The computer software that controls and coordinates the interaction among the hardware elements and between the hardware and the application programs. The computer software that controls and coordinates the interaction among the hardware elements and between the hardware and the application programs. The operating system is the computer’s traffic cop.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster After your computer has booted and CMOS hands your computer over to the operating system the operating system has two primary functions: Managing the hardware and software. Managing the hardware and software. It provides application program interface (API). It provides application program interface (API). Operating Systems

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Disc Operating System DOS is probably the most common operating system. Users interface with a DOS in one of three ways: A command driven interface; A command driven interface; A menu-driven interface; or, A menu-driven interface; or, An icon-driven interface. An icon-driven interface. Most police employees work with an icon-driven police interface that is also called a graphical user interface (GUI).

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Applications Applications software allows the user to work with information in the computer. Applications are specific programs that allow the user to do specific tasks such as word processing.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Databases A collection of organized information that is centrally located and designed to meet the needs of users. There are two classifications of databases: Flat file Flat file Relational Database Relational Database

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Forced Choice Formats Many state and local policepolice agencies use software that allows them to configure data entries to match their specific data dictionary. Through the use of forced-choice formats, GUI software restricts data entries to previously determined attributes, properties or characteristics. Screen capture provided by Crimestar Corporation

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Useful Terms Multi-media is the different forms of media being used by any particular application. Multi-media is the different forms of media being used by any particular application. Multimedia applications can include graphics, animation, sound, and video elements Multimedia applications can include graphics, animation, sound, and video elements A scalable system can be adapted and expanded to meet increased needs. A scalable system can be adapted and expanded to meet increased needs. Most legacy systems are proprietary. Most legacy systems are proprietary. The system manufacturer (either hardware, software, or both) will not reveal the systems specifications so that other firms may not duplicate the product. The system manufacturer (either hardware, software, or both) will not reveal the systems specifications so that other firms may not duplicate the product. Also known as a closed architecture. Also known as a closed architecture.

Copyright : Hi Tech Criminal Justice, Raymond E. Foster Police Technology Discuss criminal justice issues criminal justicecriminal justice