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

CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- [email protected]@msrit.edu

Embed Size (px)

Citation preview

Page 1: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS

Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology BangaloreE mail- [email protected] [email protected]

Page 2: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

TOPICS

• Information Representation

• Characters and Images

• Fundamentals of Digital Computer Design

Page 3: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 4: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

Character Representation• ASCII – PC workstations

• EBCDIC – IBM Mainframes

• Unicode – International Character sets

Page 5: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

ASCII• 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

Page 6: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

ASCII

Page 7: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

EBCDIC

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

Page 8: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

EBCDIC

• EBCDICEBCDIC

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

Page 9: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

EBCDIC

Page 10: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 11: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

UNICODENote 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.

Page 12: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

Knowing Knowing Your Your

ComputerComputer

Page 13: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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

Page 14: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What does a Computer Do?

• Computers can perform four general

operations, which comprise the information

processing cycle.

• Input

• Process

• Output

• Storage

Page 15: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Page 16: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

• Input devices.

• Central Processing Unit (containing the control unit and the arithmetic/logic unit).

• Memory.

• Output devices.

• Storage devices.

Page 17: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Input devices.

• Keyboard.

• Mouse

Page 18: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 19: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Keyboard.

Page 20: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 21: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Mouse

Page 22: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 23: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

The Central Processing Unit

Page 24: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 25: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 26: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Memory

Page 27: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Memory

Page 28: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Look inside your computer

RAM BANK CPU

Page 29: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

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.

Page 30: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Out Put Devices

Page 31: CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail- anitak@msrit.eduanitak@msrit.edu

What are the Primary Components?

Out Put Devices