Introduction to Computing

Slides:



Advertisements
Similar presentations
Types of Computers & Computer Hardware Computer Technology.
Advertisements

Computer Systems – Hardware
Using Computers CS French Chapter 1.
CPU Describe the purpose of the CPU
Unit 3: Hardware Components & Software Concepts
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
Flash Cards Computer Technology.
Chapter 3 Computer Hard ware
1.1 1 Introduction Foundations of Computer Science  Cengage Learning.
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Computer Organization 1. INTRODUCTION The Second half of the twentieth century is usually known as the Age of Computers The term ‘Computer’ originates.
INTRODUCTION TO COMPUTING
COMPUTER SYSTEM.
Living in a Digital World Discovering Computers Fundamentals, 2010 Edition.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
1 Chapter 1.  What Is A Computer ? Computer is an electronic device, operating under the control of instructions stored in its own memory, that can accept.
Rak na ituu!!! CHAPTER 1 ALL ABOUT COMPUTER.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
COMPUTER ORGANISATION I HIGHER STILL Computing Computer Systems Higher Marr College Computing Department 2002.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 15, 2004 Lecture Number: 10.
LECTURE#2 INTRODUCTION TO COMPUTERS, HISTORY AND APPLICATIONS INSTRUCTOR: M. MATEEN YAQOOB.
COMPUTER BASICS Vocab and Terminology. What do all of these terms have in common? DesktopServer Workstation Handheld Laptop/Notebook Supercomputer Mainframe.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Unit 1—Computer Basics Lesson 1 Understanding Computers and Computer Literacy.
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.
HOW A COMPUTER PROCESSES DATA. What is hardware? Hardware is the electric, electronic and mechanical equipment that makes up a computer What is software?
Copyright©2008 N.AlJaffan®KSU1 Introduction to Computers Created By: N.AlJaffan Modified By: N.AlShehri Chapter 1.
Discovering Computers 2010
Hardware and Software By: Kyle Face. Hardware! Main computer hardware components Hardware refers to the physical components of a computer (What you can.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
Discovering Computers 2009 Chapter 1 Introduction to Computers.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
Computer Architecture Adapted from CS10051 originally by Professor: Johnnie Baker Computer Science Department Kent State University von Neuman model.
Chapter 1: Introduction to Computers and Programming
Introduction to Computers
Introduction to Computers
OPERATING SYSTEM CONCEPT AND PRACTISE
Business Information Systems/Management Information Systems
Introduction to Computer
Chapter -2 Computer Hardware.
Introduction to Computers
Objectives Define Computer and Identify the Four Basic Computing Functions Identify the Different Types of Computers Describe Hardware Devices and Their.
Concepts of CS Lecture 1.
Computer Hardware and Software
Technology Literacy Hardware.
Introduction to Computers
Chapter 2 – Computer hardware
Microprocessor and Assembly Language
Computer Organization
Introduction to Computers
IB Computer Science Topic 2.1.1
Types of Computers & Computer Hardware
Lecture # 1 M.Sc / BS(CS)/ BS(I.T) DPT.
Chapter 1 – Introduction to Computers
Basic Computer Organization
Introduction to Computers
Data & Information Data is collection of raw and unprocessed facts and unprocessed facts, figures and symbols. Example: Train, will, arrive , at, 9.30.
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.
Introduction to Computers
INTRODUCTION To COMPUTER what is information? Information is that which informs. In other words, it is the answer to a question of some kind. It is thus.
COMPUTER FUNDAMENTALS i
Basic Computer Organization
OCR GCSE (9-1) Computer Science (J276)
Introduction to Computers
Presentation transcript:

Introduction to Computing Lecture-1-Computer (h/w & s/w) Muhammad Hafeez Department of Computer Science GC University Lahore

Today’s Agenda Computer Computer System Basic Computer Organization Types of Computers Data and Information

Computer An electronic device, operating under the control of instruction, stored in its own memory, that can access data (input), process the data according to specified rules, produce information and store in the information for future use. Software A set of instructions for a common purpose is called program or software

Characteristics of Computer Automatic: Once instructed, operate without human intervention Speed: Can perform 1012 basic arithmetic/ logical operations per second. Accuracy: If instructed accurately it never produce inaccurate results, however, if errors occurs they are result of thinking of programmer or incorrect input often called Garbage-In-Garbage-Out (GIGO) Diligence: No matter how much boring the task is for humans, if computer programmed accurately, it never gets bore or lose concentration during the execution of a task.

Characteristics of Computer Versatility: A general purpose computer perform versatile task. Memory: Computer can remember data and information for years and make them readily available whenever required. No. IQ: Most important if ever your program go wrong, it is NEVER the fault of computer as it has no IQ. It cannot do anything at its own. No Feelings: It has no feelings. It can only remember without like or dislike. Although the work in AI is progressing to make intelligent machines but goal is still far.

Von Neumann Architecture In 1945, a mathematician John Von Neumann proposed the idea of Flexible Computer – Stored Program Computer In the meantime another mathematician proposed similar type of idea – Turing Machine Both of these computers were programmable by storing data/ instruction in the computer memory

Von Neumann Architecture/ Computer System

System It has more than one elements All its elements are related logically All elements are controlled in a manner to achieve system goals

Computer System Computer System is a system that comprises of INPUTTING, PROCESSING & CONTROLLING, OUTPUTTING and STORAGE to convert DATA into INFORMATION.

Input Unit Accepts (read) instructions and data from outside world. Convert instructions and data into computer understandable form. This work is done by input interface. Supplies the converted instructions and data to storage unit (Primary Storage) for further processing.

Output Unit Accepts the produced results in coded form Convert coded results into human readable form. This task is done by output interface. Supplies converted results to outside world.

Storage Unit Storage unit holds: Data and information required for processing (input) Intermediate results of processing Final results of processing before they are released to outside world.

Two Types of Storage Primary Storage: Also called main memory Store input and intermediate results Processing unit access information at fast speed due to circuitry of memory chips. Volatile in nature as it loses the contents when power is turned off Available in limited size due to expensiveness Made up of semiconductor material

Two Types of Storage Secondary Storage: Also called auxiliary storage Provide more storage as it is cheaper than Primary memory that is limited in size Retain information even when the computer is turned off A computer system stores data and information in secondary storage which it is not currently working on. Magnetic disks are most common type of secondary storage.

Processing/ Controlling Unit Brain and Work Horses of Computer System resides in this Unit Two major parts are: Control Unit (CU) Arithmetic and Logic Unit (ALU) Both CU and ALU combined are known as Central Processing Unit (CPU)

Arithmetic and Logic Unit (ALU) A very basic ALU unit can perform All four Arithmetic Operations (+,-,/,x) Logical Operations (AND, OR, NOT) Comparison Operations (Less than, Greater than, Equal to, Not Equals to) The complexity and variations of these operations depends upon engineering design of ALU and purpose of Computer System in which ALU will be used ALU get data from Primary Memory process it (perform operations as required in the instructions) either store intermediate results back in primary memory or final results to output or secondary storage depending on job.

Control Unit (CU) Since ALU performs operations on data but what operations to perform and in what sequence? As part of CPU, Control Unit (CU) receive instructions from main memory that were originally entered by programmer. Main tasks are: Interpret instructions Direct the concerned element (ALU, Memory, Input, Output) to perform task necessary for completion of job. The operations CU perform to complete a task is called Machine Instruction Cycle.

Control Unit (CU) Since ALU performs operations on data but what operations to perform and in what sequence? As part of CPU, Control Unit (CU) receive instructions from main memory that were originally entered by programmer. Main tasks are: Interpret instructions Direct the concerned element (ALU, Memory, Input, Output) to perform task necessary for completion of job. The operations CU perform to complete a task is called Machine Instruction Cycle.

Types of Computers One the basis of size, speed and Input/ Output variations, computers have following types: Laptops Tablets Desktop (Personal Computer) Servers Mainframe Super Computer Mobile and Gaming Devices

Types of Computers Laptops Tablets Desktop (Personal Computer) Servers Thin, lightweight, mobile computer with screen in its lid and keyboard , processor in its base. Laptop operate on batteries Tablets Smaller than laptop and larger than phone, operate on touch screen Desktop (Personal Computer) Placed in stationary location also called personal computer. CPU and Input/ Output devices are separately attached Servers Mobile and Gaming Devices

Types of Computers Servers Mobile and Gaming Devices A dedicated computer designed to provide services to other computers on a network Services include storing their contents, and managing hardware/ software for them Servers can serve from two to several hundreds devices and computer connected to them depending on size of server Mobile and Gaming Devices Smart phones Digital cameras Portable and digital media players

Modern Computers

Inside the Modern Computer

Inside the Modern Computer

Data and Information Computers input data and produce information. Data: A collection of unprocessed items that include text, numbers, images, audio and videos Information: Information conveys meaning of data to the user. Information are used for decision making.

Data and Information

Concepts Covered

Questions ??????????????????????????