AN INTRODUCTION TO THE COMPUTER

Similar documents
Chapter 1: Why Program? Computers and Programming. Why Program?

Elements of Computers and Programming Dr. William C. Bulko. What is a Computer?

Chapter 1: Why Program? Main Hardware Component Categories 8/23/2014. Main Hardware Component Categories: Why Program?

An Overview of the Computer System. Kafui A. Prebbie 24

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Information Communications Technology (CE-ICT) 6 th Class

Chapter 1: Introduction to Computers and Programming

CMSC 104 -Lecture 2 John Y. Park, adapted by C Grasso

Intentionally Blank 0

Chapter Two. Hardware Basics: Inside the Box

Chapter 1 Introduction to Computers and Programming

The Programming Process Summer 2010 Margaret Reid-Miller

What is the typical configuration of a computer sold today? 1-1

Main Parts of Personal Computer

C H A P T E R 1. Introduction to Computers and Programming

Information Science 1

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

Hardware and Software - Revision Summary

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

Computer System Overview

Chapter 1 Computer and Programming. By Zerihun Alemayehu

CMSC 1513 Lecture 1.2

Introduction. Arizona State University 1

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts

Introduction to Computers. Joslyn A. Smith

CSC 121 Computers and Scientific Thinking

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

Week 0: Intro to Computers and Programming. 1.1 Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components

What's in a computer?

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

Computers Are Your Future

Components of a Computer System

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

Full file at

INTRODUCTION TO COMPUTERS

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

Computer Organization

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Machine Architecture and Number Systems

card slots CPU socket Monitor Computer case houses CPU (Central Processing Unit), CPU central power supply, DVD drive, etc processing unit Keyboard

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Ms. Minerva A. Lagarde

2016 P C Basics Page 1

About the Presentations

Components of a personal computer

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Architecture and Assembly Language. Spring

CHAPTER 1 Introduction to Computers and Java

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Machine Architecture and Number Systems CMSC104. Von Neumann Machine. Major Computer Components. Schematic Diagram of a Computer. First Computer?

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

Introduction To Computer Hardware. Hafijur Rahman

HARDWARE AND OPERATING SYSTEMS

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

PC Basics Introduction to PCs

Chapter 1: Introduction to Computers and Java

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java

CMSC131. Hardware and Software. Hardware

CMSC131. Hardware and Software

System Unit Components Chapter2

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

9/7/2012. Introduction. Peeking into Computer Science. Jalal Kawash Mandatory: Chapter 1 Optional: None. Reading Assignment

Session 1: Physical and Web Infrastructure

Three-box Model: These three boxes need interconnecting (usually done by wiring known as a bus. 1. Processor CPU e.g. Pentium 4 2.

Chapter One. Introduction to Computer System

Computer Technology Flash Card 2

The Modern Computer. Exploring Computer Science

Total Mark out of 35

Copyright 2006 Prentice-Hall. All rights reserved. 1

! Learn how to think like a computer scientist. ! Learn problem solving. ! Read and write code. ! Understand object oriented programming

Terminology, Types of Computers & Computer Hardware

BUYING A COMPUTER TERM 2 AIT

Introduction to Computers

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

I1100 E Introduction to computer.

Computer Organization

COMPUTER BASICS LECTURER: ATHENA TOUMBOURI

Chapter 1. Introduction to Computers and Programming. M hiwa ahmad aziz

Ch. 1: Computer System part I

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Tenth Edition. Copyright 2014 Pearson Education, Inc. Publishing as Prentice Hall

Chapter 4 The Components of the System Unit

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

Community Development and Training Centre Semester IT 245 Management Information Systems

Computer Organization

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas.

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T

central processing unit (CPU) software operating system (OS) input device output device

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Introduc)on to Compu)ng. Heng Sovannarith

2/15/2008. Announcements. Programming. Instruction Execution Engines. Following Instructions. Instruction Execution Engines. Anatomy of a Computer

Chapter 4 The Components of the System Unit

Q1. Describe C.P.U and its subunits with the help of diagram?

Transcription:

AN INTRODUCTION TO THE COMPUTER

COMPUTER a machine that follows instructions to accomplish a task

HARDWARE Any physical components of a computer SOFTWARE Any instructions followed by the computer

CATEGORIES OF HARDWARE 1.Processor (CPU) 2.Memory (Primary Storage) 3.Secondary Storage 4.Input & Output (Human/Computer Interaction) 5.Communications (with other computers and devices)

CATEGORIES OF HARDWARE PROCESSOR (CPU) - Controls all other hardware components - Executes (follows) simple instructions - Arithmetic: + - X (sometimes more: sin() cos()) - Relational: < > = - Logical: and or not - Move (Copy) very small units of data/instructions - Holds only a few small units of data/instructions

CATEGORIES OF HARDWARE MEMORY (Primary Storage) - Short Term / Temporary storage of data and instructions currently in use. - Organization: set of Locations, where each Location: - stores one instruction or a small unit of data (Contents) - has a numeric Address - Data/instructions must be in memory for the CPU to use it - Volatile: contents lost when power is lost

CATEGORIES OF HARDWARE SECONDARY STORAGE -Long term storage of data and instructions -Organization: similar to Memory (Locations) -Non-Volatile: information saved without power -Larger than Memory (more Locations) -Slower access by CPU (must be copied to Memory) -Ex: Hard Drive, Thumb Drive, DVD, CD, Tape

CATEGORIES OF HARDWARE INPUT & OUTPUT -Allows the computer to interact with a human -Input: allows the human to enter information into the computer (ex: mouse, keyboard, microphone, scanner, camera). -Output: allows the computer to deliver information to a human (ex: monitor, speaker, printer)

CATEGORIES OF HARDWARE COMMUNICATIONS -Allows the computer to send/receive data to/from other computers and devices. -May be wired (NIC: Network Interface Card, modem) or wireless (Bluetooth, cellular)

BASIC DIAGRAM OF A COMPUTER

DIGITAL INFORMATION ALL data and instructions are stored in terms of two digits: 1 & 0 Why? For the engineers: -an on/off switch is the simplest machine component. -a machine that constantly transforms itself is most easily built from the simplest components.

DIGITAL INFORMATION Physical Representation Volatile hardware: electricity is On or Off Non-Volatile hardware: depends on the physical medium. Ex: -Hard drive: magnetic (attract or repel) -DVD: laser reflection (reflects or does not reflect)

UNITS OF MEASURE Processor Cycle: a single action of a CPU -Fetch: copy an instruction from memory -Execute: follow/carry out an instruction Hertz: cycles per second Kilohertz: 1,000 cycles per second Megahertz: 1,000 kilohertz

UNITS OF MEASURE Storage Bit a single digit (1 or 0) Byte 8 bits Kilobyte 1,024 bytes Megabyte 1,024 kilobytes Gigabyte 1,024 megabytes

UNITS OF MEASURE Storage Word the size of a memory location -unit of data used by most computer operations -size varies by computer model (1,2,4,8,etc. bytes) - Ex: in a 64-bit machine, a Word is 8 bytes.

CATEGORIES OF SOFTWARE Application Performs a particular task (Ex: mail, game, word processor, internet browser) Application Support Utilities used by multiple applications (Ex: MS.Net, Java Runtime Environment) Systems Operating System: Control of Hardware, User Interface & App Services (Ex: MacOS, MS-Windows, Linux)

VOCABULARY SUMMARY Term Computer Hardware Software Processor Memory Location Volatile: Secondary Storage Input/Output Communications Hertz Definition A machine that follows instructions to accomplish a task Any physical components of a computer. Any instructions followed by the computer. Computer hardware category that controls all other hardware and follows (executes) the instructions. Short term/temporary storage of data and instructions currently in use. An individual element of memory, it stores one instruction or one small piece of information. It has an Address and Contents. Describes hardware where information is lost when electricity is lost. Long term, non-volatile storage if information. It is larger but slower for the CPU to access information stored here as compared to Memory. Ex: hard drive, thumb drive, DVD. Category of hardware that allows the computer to interact with a human. Ex: Keyboard, Mouse, Monitor, Speaker. Category of hardware that allows the computer to share information with other computers and devices. A unit of measure of the processor, meaning 1 cycle per second.

VOCABULARY SUMMARY Term Definition Kilohertz Megahertz 1,000 hertz 1,000 kilohertz Bit A single binary digit (1 or 1) Byte Kilobyte Megabyte Gigabyte Word Application Application Support Operating System 8 bits 1,024 bytes 1,024 kilobytes 1,024 megabytes The size of a memory location expressed in bytes. The exact number varies by CPU model. Software that performs a particular task. (Ex: email, game, word processor) Software consisting of utilities shared by multiple applications (Ex: MS.Net, Java JRE). Software that controls the hardware, provides an interface for the user to command the computer to perform tasks, and provides services for applications.