Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.

Slides:



Advertisements
Similar presentations
Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Representing Data, Pictures, Time, and Size in Computer
Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
How Computers Represent Numbers Friday, Week 5. Binary Code A series of 1’s and 0’s Place value is in powers of 2.
Using Binary Coding Information Remember  Bit = 0 or 1, Binary Digit  Byte = the number of bits used to represent letters, numbers and special characters.
Processing Data.
Binary and Hexadecimal Numbers
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
IT-101 Section 001 Lecture #4 Introduction to Information Technology.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
Number Systems & Logic Gates Day 1
Representing Information in Binary (Continued)
COMPUTER FUNDAMENTALS David Samuel Bhatti
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
CHARACTERS Data Representation. Using binary to represent characters Computers can only process binary numbers (1’s and 0’s) so a system was developed.
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Today’s Topics  Chapter 6: System Unit  Chapter 7: Input/Output and Storage.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
Cosc175/data1 Data comprised of constants and variables information stored in memory Each memory location has an address Address - number identifying a.
Bits & Bytes: How Computers Represent Data
CSC 101 Introduction to Computing Lecture 9 Dr. Iftikhar Azim Niaz 1.
Chapter 4: Representation of data in computer systems: Characters OCR Computing for GCSE © Hodder Education 2011.
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.
Eng.Samra Essalaimeh Philadelphia University 2013/ nd Semester PIC Microcontrollers.
Binary Code.
Hardware Data Storage.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
What is a computer? A computer is a device that:
Business Programming I Fall – 2000 By Jim Payne Lecture 04Jim Payne - University of Tulsa2 Storage and Data.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
CSCI-100 Introduction to Computing Hardware Part I.
Binary System Presented by Mr. Wilhelmi Internal Representation of Data Input Input  Data that is put into the computer for processing Data Data  The.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Agenda Character representation Numerical Conversions ASCII EBCDIC
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
DATA REPRESENTATION 4 Y. Colette Lemard February 2009.
ASCII AND EBCDIC CODES By : madam aisha.
Understanding Computers
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
1.4 Representation of data in computer systems Character.
Introduction to computer science Lec2 cs111. Extended Binary Coded Decimal Interchange Code (EBCDIC) is an 8- bit character encoding used mainly on.
There are 10 different types of people in the world. Those who understand binary and those that don’t.
Lecture Coding Schemes. Representing Data English language uses 26 symbols to represent an idea Different sets of bit patterns have been designed to represent.
Understanding binary Understanding Computers.
INFS 211: Introduction to Information Technology
CSCI 198: Lecture 4: Data Representation
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Data Transfer ASCII FILES.
CSCI 161: Lecture 4: Data Representation
Bits & Bytes How Computers Represent Data
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
RFID - EN Encoding information Encoding information J.-D. Chatelain.
Data Encoding Characters.
TOPICS Information Representation Characters and Images
Lecture 3 ISE101: Computing Fundamentals
Computers & Programming Languages
Binary and Hexadecimal Numbers
Information Representation
Presenting information as bit patterns
Learning Intention I will learn how computers store text.
Option: Data Representation
Option: Data Representation
Presentation transcript:

Business Programming I Fall – 2000 By Jim Payne

Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic Characters A,B,C,a,b,c Special Symbols * ( [ { ? / + :

Lecture 05Jim Payne - University of Tulsa3 Coding Systems EBCDIC EBCDIC – used in many mainframes Extended Binary Coded Decimal Interchange Code An IBM coding system used mainly on mainframe computers ASCII ASCII – used on most PC’s American Standard Code for Information Interchange

Lecture 05Jim Payne - University of Tulsa4

Lecture 05Jim Payne - University of Tulsa The capital letter A has a hex value of 41, and a binary value of

Lecture 05Jim Payne - University of Tulsa The alphanumeric 7 has a hex code of 37, and a coded binary ascii code of

Lecture 05Jim Payne - University of Tulsa What is the binary equivalent of GO TU!

Lecture 05Jim Payne - University of Tulsa8 HD 1.4MB diskette 2 sides * 80 tracks * 18 sectors = 2880 allocation 512 bytes each Total space = 1,474,560 bytes Less 33 allocation units for system information = Available Storage = 1,457,664 bytes

Lecture 05Jim Payne - University of Tulsa9 Tracks 80 Sector 18 Allocation unit 512 bytes each Sides 2

Lecture 05Jim Payne - University of Tulsa10 1 allocation unit 512 bytes = 4096 bits ……. magnetized spots

Lecture 05Jim Payne - University of Tulsa11 Convert to Binary? The number 11 The alphanumeric 11 The zip code The salary 74104

Lecture 05Jim Payne - University of Tulsa12 CPU Input Output Primary RAM switches How many bytes? How many bits? in each

Lecture 05Jim Payne - University of Tulsa13 CPU Input Output 64MB of RAM 1024*1024 = 1,048,576 = 1 Megabyte * 64 = 67,108,864 bytes * 8 = 536,870,910 bits or switches Disks: 1.4MB 10 Gigabytes 100 MB Zip

Lecture 05Jim Payne - University of Tulsa14