What is a computer? Units of Measurement. - A machine that: - Counts.

Similar documents
Introduction to Computers. Joslyn A. Smith

Information Communications Technology (CE-ICT) 6 th Class

Chapter Two. Hardware Basics: Inside the Box

Ms. Minerva A. Lagarde

System Unit Components Chapter2

Terminology, Types of Computers & Computer Hardware

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

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

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

INTRODUCTION TO COMPUTERS

Types and Functions of Win Operating Systems

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

CC411: Introduction To Microprocessors

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.

Using sticks to count was a great idea for its time. And using symbols instead of real sticks was much better.

Chapter 2. Prepared By: Humeyra Saracoglu

Computers Are Your Future

HARDWARE AND OPERATING SYSTEMS

Chapter 2 Basic Computer Configuration

Intentionally Blank 0

Information Science 1

COMP Computer Basics. Yi Hong May 13, 2015

System Unit Components. Chapter2

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer

CMSC 1513 Lecture 1.2

Dec Hex Bin ORG ; ZERO. Introduction To Computing

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

Downloaded from various sources on the NET

[301] Bits and Memory. Tyler Caraza-Harter

Unit - II. Computer Concepts and C Programming 06CCP13. Unit II

Homeschool Enrichment. The System Unit: Processing & Memory

TNBEDCSVIP.IN. S.No CONTEND Page No 1. NUMBER SYSTEM AND BASE CONVERSIONS TYPES OF NUMBER SYSTEM 1. Binary Number System:

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

Chapter 4 The Components of the System Unit

(Types and Classifications of Computers Lecture # 02 By: M.Nadeem Akhtar. Lecturer. URL:

CSC 170 Introduction to Computers and Their Applications. Lecture #1 Digital Basics. Data Representation

Intermediate Programming & Design (C++) Notation

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

Computer Programming for Engineering

Masters of Computer Application (MCA) Entrance 2012 Computer Knowledge Paper I 1. All of the following are examples of real security and privacy

Worksheet - Storing Data

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

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

LECTURE 1. Introduction

COMPUTER HARDWARE RAYMOND ROSE

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

8. A is approximately one billion bytes a. Kilobyte b. Bit c. Gigabyte d. Megabyte 9. SMPT, FTP and DNS are applications of the layer a. Data link b.

Learning Objectives. Computer Classification. In this chapter you will learn about:

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

Chapter 20: Classification of Computers

Chapter 1 Introduction to Computers

Sahalsoftware college. Welcome To understanding Basic Computer Concept

1- What is a computer?

Downloaded From :

INTRODUCTION TO COMPUTER

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

Discussion. Why do we use Base 10?

Computer Technology Flash Card 2

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Introduc)on to Compu)ng. Heng Sovannarith

Ch. 1: Computer System part I

Chapter 1: Introduction. Operating System Concepts 9 th Edit9on

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Chapter 1 Introduction to Computers

Unit 4 Part A Evaluating & Purchasing a Computer. Computer Applications

CSC 170 Introduction to Computers and Their Applications. Computers

2016 P C Basics Page 1

2011 Francisco Delgadillo

PC Basics Introduction to PCs

Chapter 4 The Components of the System Unit

A comprehensive view of software in detail.

Introduction to Computers

COMPUTER MEMORY AND STORAGE CONCEPTS FOR ALL COMPUTER SYSTEMS

Chapter 7: Processor and Memory

Introduction to Computers and Applications

v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school

Computer Fundamentals

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

The type of all data used in a C (or C++) program must be specified

Computer Evolution. Budditha Hettige. Department of Computer Science

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

Chapter 1. Computer Technology Concept of Programming & Algorithm and Flow Charts

REPRESENTING INFORMATION:

Computer Evolution. Computer Generation. The Zero Generation (3) Charles Babbage. First Generation- Time Line

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

Day 3. Storage Devices + Types of Memory + Measuring Memory + Computer Performance

ECS15, Lecture 10. Goals of this course 2/8/13. Mini-Review & Topic 3.2 Software. Today s agenda

Chapter 1: Introduction Dr. Ali Fanian. Operating System Concepts 9 th Edit9on

4. Low level language with some high level features 9) What will happen if in a C program you assign a value to an array element whose subscript

User. Application program. Interfaces. Operating system. Hardware

MSc-IT 1st Semester Fall 2016, Course Instructor M. Imran khalil 1

Computer Basics PC-100

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system

HIGHER SECONDARY FIRST YEAR 2 MARK & 5 MARK NOTES CHAPTER 1 1. INTRODUCTION TO COMPUTER

Introduction. Arizona State University 1

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

Characteristics of Computers

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

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

1. All of the following are examples of real security and privacy risks EXCEPT: A. hackers. B. spam. C. viruses. D. identity theft. 2.

Transcription:

What is a computer? - A machine that: - Counts. - Does Arithmetic (Addition, Subtraction, Multiplication, and Division) in binary system. - Stores numbers. - Retrieves numbers. Units of Measurement - The bit (Binary digit). - The bit (Binary digit) is a basic unit of information used in computing and digital communications. A binary digit can have only one of two values, and may be physically represented with a two-state device. These state values are most commonly represented as either a 0 or 1. - The two values of a binary digit can also be interpreted as logical values (true/false, yes/no), algebraic signs (+/ ), activation states (on/off), or any other two-valued attribute. - The byte. - An eight bit counter is called a Byte. - A Byte may represent up to 256 numbers; from 0 to 255. - A Byte is long enough it may represent any character alphabetic (both capital and low), number (from 0 through 0), any special character ( *, & @, etc.), and control character (New-Line, Tab, etc.) - The kilobyte (Kb). - 1024 Bytes. (2 10 ) - The megabyte (Mb). - 1,048,576 Bytes (2 20 ) - The gigabyte (Gb). - 1,073,741,834 Bytes (2 30 ) - Today is the most common unit of measurement, for most devices (Cell-Phones, Laptops, Tablets, etc.) capacities (Both volatile memory and permanent hard drive) are measured in gigabytes. - The terabyte (Tb). - 1,099,511,627,776 Bytes (2 40 )

Concepts ASCII Table Data: It s information collected and stored in a computer. Data can be facts, a list of names, numeric information, pictures, videos, etc. Examples are: - An email. - A Contacts list. - An attendance list. - A Bank Statement. The basic Data unit is the field, a collection of related fields are called a Record, and a collection of records is called a File.

Fields Field Name Record File: Product Inventory Program: It s a group of instructions that perform a task (or many tasks) in a computer. Depending on their use computer programs are divided into: - System Programs. - Application Programs. System Programs: are programs that control hardware and software. Example of System Programs are:

Operating Systems. Communication software. An Operating System (OS) is mainly an interface between the user and the hardware. Example of OS are: Application Programs: Also called Programs, or Applications, or simply Apps are designed to perform a specific task. Example of Application Programs are: Word Processors. Games. Email programs. Social Media programs. Calendars. Contacts. Music Apps. Hardware: The concept refers to all physical components of a computer; CPU, Motherboard, LAN Card, Monitor, Keyboard, etc.

Software: Are all programs installed in a computer. As mentioned earlier computer programs are divided into: - System Programs. - Application Programs. Firmware: Is a specific class of computer software that provides the low-level control for the device's specific hardware.

Computer basic operation Input Process Output Storage Most basic flowchart. As an input is received, a process is performed on that input data, producing an output data.

Input Device CPU CU (Control Unit) Registers ALU (Arithmetic Output Device Main Memory The instructions - Programs consists of instructions executed one by one in sequence. - The main function of the processor is to execute instructions. - An instruction is the basic operation done by a computer. - Any program we run is broken down into a very large number of instructions; sometimes millions or billions of instructions. - The CPU executes these instructions one bye one. - A source program (i.e. C Language) does not run directly on the hardware. - A high-level language like C, gets compiled. - The compiler produces an executable program -machine language,- which is made of 1s and 0s. - The machine language is executed by the CPU. It runs directly on the hardware.

Concepts Input Device: Is any computer hardware that captures data of any form, and sends it to the CPU for processing and storing PC Input Devices

Concepts Output Device: Is any computer hardware that send data to another device or user Computer Output Devices

Types of Computers Computers can be generally classified by different parameters: size, function, use, etc. On this slide they are presented by size. Supercomputers. Mainframes. Minicomputers. Personal Computer (PC). Desktop. Laptop. Tablets Smartphones, smartbooks. Programable calculators. Game consoles. Supercomputers Supercomputers perform at the highest speed; therefore the are the fastest computers in existence. Uses: Weather Prediction. Space travel calculation. Molecular dynamic simulations. Sequence analysis and human genome.

Mainframes Computers with large capacity (Disks, Memory, etc.), and more processing power than servers, minis, or PC s. Used primarily by large corporations such as banks- to manipulate large amounts of data. While supercomputers focus on fast number crunching; mainframes focus on fast and reliable transaction processing. Uses: Used by large corporations. Banks. Census. Make use of virtualization (VM s). Highly available. Many users at one time. Superminis Less powerful than mainframes, but capable of supporting many users/many applications: Medium sized corporations, hospitals, labs, etc. Used in the last part of the 20 th century; they have been replaced by networks using Server/Client approach. Uses: Mainly commercial use. Invoice/Billing. Schools/Teaching. Medicine/Record keeping Many users/many applications. Many people accessing the same data at one time. Many applications running concurrently.

Microcomputers Also known as Personal Computers (PC s) have a wide range of forms depending on their use. Mainly used with one operating system: Microsoft Windows; although others such as Unix, Linux and Apple IOS are also available Uses: Virtually everything. In networks (LANs) they replaced superminis. Many uses/applications. Other networks such as WAN include the Internet.

The Atom

Ohm's law States that the current through a conductor between two points is directly proportional to the voltage across the two points. Introducing the constant of proportionality, the resistance, [1] one arrives at the usual mathematical equation that describes this relationship