CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-

Slides:



Advertisements
Similar presentations
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Advertisements

INTRODUCTION OF COMPUTER
Introduction to Computers
Computer Bits and Parts Parts of the computer system.
What Is A Computer System?
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Introduction to Computers
Computer Hardware.
Objective 2.01A: Classify Computer Components
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
COMPUTER SYSTEM COMPONENTS ACTIVITY
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Date: Session III Topic: Number Systems Faculty: Anita Kanavalli Department of CSE M S Ramaiah.
COMPUTER FUNDAMENTALS David Samuel Bhatti
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Today’s Topics  Chapter 6: System Unit  Chapter 7: Input/Output and Storage.
Lesson 3 — How a Computer Processes Data
INTRODUCTION TO COMPUTING
Introduction to Computers
Fundamental Principles of Computer Systems Unit B, Objective 3.01 & 3.02.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Lesson 2 — How Does A Computer Process Data?
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
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.
Computer Hardware Information Technology Week 5 and 6
Intro to Computers Computer Apps 1.
Computer Basics.
Computer Programming 12 Mr. Jean February 11 th, 2012.
1 Introduction to Computers By Masseta ICT Dept. Mzumbe University.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
Development of Computers. Hardware 1. Original concept: Charles Babbage 1840’s 2. 4 basic components of a computer system: input store mill output (Now:
Scott Marino MSMIS Kean University MSAS5104 Introduction to Programming with Data Structures and Algorithms Week 2 Scott Marino.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
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.
The Computer System.
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computer Basics Just How Does a Computer Work?
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
DIGITAL TECHNOLOGY. 20 Questions  Pair off with another student within your table.  Both of you are to think of your favorite in a specific category.
Part 1 WHAT SHOULD HAVE BEEN COVERED DAY ONE Ms. T. N. Jones1.
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,
Binary Representation in Text
Introduction to Computers
Computer Basics 1 Computer Basics.
Welcome to the Presentation on Introduction to Computers
Technology Foundations
TOPICS Information Representation Characters and Images
Introduction to Computers
Introduction to Computers
08/28/06 parts of the computer.
Objective 2.01: Classify computer components
Objective 2.01: Classify computer components
Introduction to Computers
Introduction to Computers
Chapter 2 Processing Data Peter Norton’s  Introduction to Computers Data Useful output.
Objective 2.01: Classify computer components
COMPUTER FUNDAMENTALS i
Introduction to Computers
08/28/06 parts of the computer.
Presentation transcript:

CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-

TOPICS Information Representation Characters and Images Fundamentals of Digital Computer Design

Information Representation All information must be rendered into binary in order to be stored on a computer. Besides numbers, almost all applications must store characters and string information. Images are pervasive in today’s internet world and must be rendered in binary to be handled by internet browsers.

Character Representation ASCII – PC workstations EBCDIC – IBM Mainframes Unicode – International Character sets

ASCII Expanded name American Standard Code for Information Interchange Area covered 7-bit coded character set for information interchange Characteristics/description Specifies coding of space and a set of 94 characters (letters, digits and punctuation or mathematical symbols) suitable for the interchange of basic English language documents. Forms the basis for most computer code sets

ASCII

EBCDIC EBCDIC EBCDIC Expanded name Extended Binary Coded Decimal Interchange Code Expanded name Extended Binary Coded Decimal Interchange Code Proprietary specification developed by IBM Proprietary specification developed by IBM Characteristics/description A set of national character sets for interchange of documents between IBM mainframes. Most EBCDIC character sets do not contain all of the characters defined in the ASCII code Characteristics/description A set of national character sets for interchange of documents between IBM mainframes. Most EBCDIC character sets do not contain all of the characters defined in the ASCII codeASCII

EBCDIC EBCDIC EBCDIC Usage Not much used outside of IBM and similar mainframe environments. When transmitting EBCDIC files between systems care needs to be taken to ensure that the systems are set up for the relevant national code set. Usage Not much used outside of IBM and similar mainframe environments. When transmitting EBCDIC files between systems care needs to be taken to ensure that the systems are set up for the relevant national code set.

EBCDIC

UNICODE Unicode can represent all of the world's characters in modern computer use, including technical symbols and special characters used in publishing. Because each Unicode code value is 16 bits wide, it is possible to have separate values for up to 65,536 characters. Unicode-enabled functions are often referred to as "wide-character" functions.

UNICODE Note that the implementation of Unicode in 16-bit values is referred to as UTF-16. For compatibility with 8- and 7-bit environments, UTF-8 and UTF- 7 are two transformations of 16-bit Unicode values. For more information, see The Unicode Standard, Version 2.0.

Knowing Your Computer

Printer (output) Monitor (output) Speaker (output) Scanner (input) Mouse (input) Keyboard (input) System unit (processor, memory…) Storage devices (CD-RW, Floppy, Hard disk, zip,…) Devices that comprise a computer system

What does a Computer Do? Computers can perform four general operations, which comprise the information processing cycle. Input Process Output Storage

What are the Primary Components?

Input devices. Central Processing Unit (containing the control unit and the arithmetic/logic unit). Memory. Output devices. Storage devices.

What are the Primary Components? Input devices. Keyboard. Mouse

What are the Primary Components? Keyboard. The most commonly used input device is the keyboard on which data is entered by manually keying in or typing certain keys. A keyboard typically has 101 or 105 keys.

What are the Primary Components? Keyboard.

What are the Primary Components? Mouse Is a pointing device which is used to control the movement of a mouse pointer on the screen to make selections from the screen. A mouse has one to five buttons. The bottom of the mouse is flat and contains a mechanism that detects movement of the mouse.

What are the Primary Components? Mouse

What are the Primary Components? The Central Processing Unit The central processing unit (CPU) contains electronic circuits that cause processing to occur. The CPU interprets instructions to the computer, performs the logical and arithmetic processing operations, and causes the input and output operations to occur. It is considered the “brain” of the computer.

What are the Primary Components? The Central Processing Unit

What are the Primary Components? Memory Memory also called Random Access Memory or RAM (temporary memory) is the main memory of the computer. It consists of electronic components that store data including numbers, letters of the alphabet, graphics and sound. Any information stored in RAM is lost when the computer is turned off.

What are the Primary Components? Memory Read Only Memory or ROM is memory that is etched on a chip that has start-up directions for your computer. It is permanent memory.

What are the Primary Components? Memory

What are the Primary Components? Memory

What are the Primary Components? Look inside your computer RAM BANK CPU

What are the Primary Components? Out Put Devices Output devices make the information resulting from the processing available for use. The two output devices more commonly used are the printer and the computer screen. The printer produces a hard copy of your output, and the computer screen produces a soft copy of your output.

What are the Primary Components? Out Put Devices

What are the Primary Components? Out Put Devices