Database Systems: Design, Implementation, & Management, 5 th Edition, Rob & Coronel 1 A. HARDWARE Hardware is the part of the computer that we can see.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

Parts of a Computer.
P3- Represent how data flows around a computer system
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
Computer Hardware.
What does a computer do? Accepts data through inputting Processes data Stores data Outputs data.
Basic Computer Components
Introduction to Computer Systems
Introduction to Computers
Computer Hardware.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER DEVICES Input Devices Output Devices Storage Devices
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
Input, Output, Processing and Storage
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Explore the Parts of a Computer
Computer System Game 6511 Keyboarding
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
What is a Computer? An, electrical machine, that can be programmed to accept data (input), process it into useful information (output) and store it away.
Computer Hardware Introduction. Computer Hardware Introduction The basic form of a computer is this: PROCESSING MEMORY INPUTOUTPUT But let’s look inside.
Intro to Computers Computer Apps 1.
Computer Programming 12 Mr. Jean February 11 th, 2012.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
1 What is a computer? A computer is an electronic device that allows you to process and store data (information). Data is entered into the computer by.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Computer Systems Mrs. Butera. Computer Systems Hardware Software.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
Calculators are used to increase speed and accuracy of numerical computations The abacus has roots dating back over 5,000 years Mechanical calculators.
Looking Inside the Computer System
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
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 CS 103: Computers and Application Software.
Computer Fundamentals MSCH 233 Lecture 1. What is a computer? A computer is an electronic machine which can accept data in a certain form, process the.
Lets Review Computers. Exactly what is a computer? A computer is an electronic device that manipulates information and data A computer sees data in 1’s.
Welcome to Technology Application Jeopardy. Hardware More Hardware Jobs & Software Computer Types Storage
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
Computer Fundamentals. Examples of Computers Hand-held (HPC)PDATablet PCLaptop/Notebook DesktopTowerWorkstation Computer Basics.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
Part 3 Ms. T. N. Jones1. Vocabulary 1. A design for health, safety, and comfort 2. A tool used to put data into a computer, such as a keyboard, mouse,
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
ICT COMPUTER FUNDAMENTALS
Computer Systems Nat 4/5 Computing Science Computer Structure:
Introduction to Computers
The abacus has roots dating back over 5,000 years
ICT COMPUTER FUNDAMENTALS
Introduction to Computers
Introduction to Computing Lecture # 1
Computer Based Technology:
Interaction of Hardware
Introduction to Computers
Computer Hardware.
Computer components.
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Computer Electronic device Accepts data - input
Bioinformatics (Nursing)
Computer components.
Presentation transcript:

Database Systems: Design, Implementation, & Management, 5 th Edition, Rob & Coronel 1 A. HARDWARE Hardware is the part of the computer that we can see and touch.

Hardware Any computer must perform 4 basic Functions; –Input (We enter data into the computer) –Processing (The computer does something with the data) –Output (The computer gives us the result) –Storage (If we want to save our data we transfer it to a disk) To perform each of these functions, there must be pieces of Hardware, called Hardware Devices.

Hardware Devices Input Devices;Keyboard and Mouse Processing;CPU – Central Processing Unit (Contains ALU – Arithmetic-Logic Unit and CU – Control Unit) Output Devices;Monitor and Printer Storage Devices(a) Temporary: RAM(Main Memory) and (b) Permanent: Hard Disk&Diskette

Hardware Devices & Functions

Why do we have 2 types of data storage? Data passing through RAM moves at “the speed of electricity”, it is extremely fast. We need this speed to run our programs. But RAM is only for temporary data storage… when the power is turned off all the data in RAM is erased.. it is lost! We must also have permanent storage, so we don’t lose our data and programs.

Why do we have 2 types of disks for permanent storage? The Hard Disk is fast and stores large amounts of data (files and programs) –4 to 10 billion characters of information It is fixed inside the System Unit –We can not see it, touch it or remove it The Diskette is very slow and stores small amount of data –Only 1.4 million characters of data It is removable, we can use a diskette to carry information from one computer to another.

PC Storage Hardware In Our Teaching Labs Storage TypeStorage CapacityFeatures RAM (Random Access Memory) 32 million or 64 million characters Temporary electronic storage. Data is lost when power is off. No moving parts. Extremely fast Hard Disk Drive C: and D:4 to 10 billion characters About 1 to 3 million typed pages like this page. Large, Permanent storage Mechanical. Very fast. Disk is Fixed (Not portable) Diskette Drive A: 3½ Floppy – HD (High Density) 1.44 million characters About 250 typed pages like this. Small Permanent storage. Mechanical. Very SLOW Removable diskette (Portable)

Database Systems: Design, Implementation, & Management, 5 th Edition, Rob & Coronel 8 B. SOFTWARE Software are the programs that run the computer

Software The computers use 3 main types of Software Packages: –Application Packages: Pre-written programs that PC users use to do productive work. There are 2 main types: General Application Software Packages (Word,Excel,CAD,etc.) –Useful to people working in all types of organizations Industry Application Packages (Fidelio,Galileo,etc.) –Created for specific industries (banks,retailers,insurance comp.) –Programming Languages: Used by programmers to create Application Packages (Visual Basic,C++,Cobol,Pascal,etc.) –Operating Systems:The programs that run the computer. (MS-DOS, Windows, Unix, etc.)

Functions of Disk Operating Systems (DOS) DOS performs two important functions: DOS manages the hardware… –i.e. it moves the data from the keyboard to RAM, from RAM to the disks or to the monitor. –DOS does this work automatically. DOS helps us manage our information (data or programs) which are stored on the disks in files… –DOS can not do this work automatically.. We have to tell DOS what we want to do with our data. –In order to tell DOS what we want it to do with our data, we need to learn 2 things; How DOS organizes data stored on disks. How to “tell” DOS what we want it to do.

Data Organization & Storage Our information (data and programs) is stored permanently on the disks in FILES. Since we have thousands of files, they must be stored in many separate areas of disks, so that we can easily find. These separate areas are called FOLDERS – an empty storage area into which we can put our files. DOS organizes the FOLDERS on the disk into a hierarchy. At the top of the disk hierarchy is a folder that is always called the ROOT folder. DOS creates the ROOT folder (when we format a disk) The symbol \ refers to the Root folder All the other folders must be created and named by us

Hierarchical Folder Structure On a Disk A: Excel YR9 9 Games Word Memos List DOS Fidelio Other  The chart shows the folder structure on a diskette  Folders are not data; storage areas on the disk  Any folder may have many sub-folders, but each folder can only have one PARENT folder

PATH – Folder and File Addresses Our data is contained in files, and these files are stored on the disks in folders. The folders are then arranged into a hierarchy. This hierarchy allows each folder (and File) to have a unique address on the disk. The address is called the Path to the file or folder

Path The Path is just a simple description of the direction to travel from the top of the hierarchy to the file or folder. Note that after the Disk name A: (or C: or D:) the \ is shorthand for Root Folder, but after a folder name, the \ is just used as a name separator. A: \ Word \ Lists \ Section-1.doc A : Backslash Word Lists Section-1.doc [Floppy Disk] [Root Folder] [Folder name] [Folder name] [Name of the file]