CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Computer Systems Nat 4/5 Computing Science Computer Structure:
P3- Represent how data flows around a computer system
INTRODUCTION OF COMPUTER
Computer Bits and Parts Parts of the computer system.
Computer Hardware Preview the exam questions. RAM SECONDARY STORAGE CPU.
Introduction to Computer Systems
Chapter 0 Introduction to Computing
Introduction to Computers
Computer Hardware.
The processor and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
1-1 ICS102: Introduction To Computing I King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
BLOCK DIAGRAM OF COMPUTER
Lesson 3 — How a Computer Processes Data
Chapter 3 Computer Hard ware
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Configuration.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Lesson 2 — How Does A Computer Process Data?
Introduction to Computers
The Computer and Its Parts Technology Applications (Keyboarding)
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.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
Intro to Computers Computer Apps 1.
COMP1050 Winter 2015 Computer System Maintenance.
Components of a Computer Prepared by: Mrs. McCallum-Rodney.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Computer Organization - 1. INPUT PROCESS OUTPUT List different input devices Compare the use of voice recognition as opposed to the entry of data via.
General Concepts of Computer Organization Overview of Microcomputer.
Computer Hardware Basic Computer Concepts Components of Data Processing  Data processing is a technique of collecting, manipulating and distributing.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
7. Peripherals 7.1 Introduction of peripheral devices Computer Studies (AL)
Computer Architecture2  Computers are comprised of three things  The physical computer  The operating system  The user and programs running on the.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
Basic concepts of a computer system V1.0 (21/11/2005)
Unit 3 - Computer Systems. Logical vs Physical A computer system can be represented in either a logical or physical form Both are useful in understanding.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Block Diagram of Computer and Explain its Various Components A computer can process data, pictures, sound and graphics. They can solve highly complicated.
Computer Architecture and Number Systems
CPU Lesson 2.
Computing Science Computer Structure: Lesson 1: Processor Structure
Computer Architecture
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Architecture
IB Computer Science Topic 2.1.1
Computer Systems Nat 4/5 Computing Science Computer Structure:
Introduction to Computers
The Basic Organization of Computers T.Jeya M.Sc., M.Phil Assistant Professor, Department of CS, SAC Women’s College. Cumbum. Tamilnadu.
PARTS OF THE COMPUTER squires productions.
Computer Electronic device Accepts data - input
PARTS OF THE COMPUTER.
Basic Computer Organization
Introduction to Computers
Introduction to Computer Architecture
Introduction to Computers
Logical Computer System
COMPUTER FUNDAMENTALS i
Computer Electronic device Accepts data - input
Presentation transcript:

CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)

Basic Computer Operations Input Storage Processing Control Output

Input Process of entering data and instructions (program) into the computer system. As any other machine, computer takes inputs, process it, giving out processed data.

Storage The process of saving data and instructions PERMANENTLY. Data has to be fed into the system BEFORE the actual processing starts. Why? CPU v.s. I/O.

Processing Performing operations Arithmetic Logical The Central Processing Unit (CPU) takes data and instructions from storage unit and makes all sorts of calculations based on the instructions given and the type of data provided

Control The manner how instructions are executed and the previous operations are performed. Manage all the operations: input, output, processing… Take care of step by step processing of all operations inside the computer

Output The process of displaying results from the data and instructions for getting useful information

Block Diagram of a Computer System

Input Unit Gives input data to CPU Device: keyboard, mouse… and?

Output Unit Displays the results from the CPU Device: monitor, printer… and?

Input/Output Devices The devices that acts as both the input and output units Such as?

Processing Unit Central Processing Unit (CPU) Brain of the computer Arithmetic/Logic Unit (ALU) Control Unit (CU) Memory Unit (MU) Internal storage Temporary storage

Arithmetic/Logic Unit (ALU) Numeric operation Addition, subtraction Maybe multiplication Logical operations AND, OR, NOT, XOR Bit shift operations Multiplication/Division by 2 Decides which side the bit is shifted

Control Unit (CU) Controls the entire operations of a computer Interprets the instruction and controls flow of execution Sends signal to ALU about what operation is to be done Sends signal to MU about which data/instruction to be transferred, if the data has to be saved or deleted

Memory Unit (MU) Stores several different types of data Numbers – integers, reals… Characters – alphabetic, punctuation, special symbols Logical data – True/False results Instructions All have address RAM / ROM

Storage Memory Unit is the primary fast, volatile, store current using instruction/data Storage unit is the secondary slow, permanent, store for future use or archive peripheral device device: hard disk, floppy disk… and?

Memory Hierarchy

Peripheral Devices Any device attached to a computer in order to expand its functionality Input Devices Output Devices Storage Devices Also include other computers on a network system