University of Utah 1 Fortran Assignment Due 7:30pm Questions?

Slides:



Advertisements
Similar presentations
An Overview Of Virtual Machine Architectures Ross Rosemark.
Advertisements

Computer Codes Rohit Khokher. Computer Codes Data types NumericNonnumeric IntegerRealAlphabet A, B, C, …,Z a, b, c,…,z Digits 0,…,9 Special Characters.
IBM 360 ARCHITECTURE By Mithun raghav subramaniam.
SECTION 4a Transforming Data into Information.
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.
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.
University of Utah 1 Yesterday Thoughts about guest speaker?
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
Number Systems & Logic Gates Day 1
COMPUTER FUNDAMENTALS David Samuel Bhatti
CODING SYSTEMS CODING SYSTEMS CODING SYSTEMS. CHARACTERS CHARACTERS digits: 0 – 9 (numeric characters) letters: alphabetic characters punctuation marks:
Hexadecimal and ASCII Lesson Objective: Understand the purpose of ASCII and how to use it. Lesson Outcome: Convert between Hexadecimal and ASCII Convert.
Data Representation in Computers
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Faculty: Anita Kanavalli Department of CSE M S Ramaiah Institute of Technology Bangalore E mail-
CIS20 - Linge Hardware & Operating System Overview Ch.1 and Ch.2.
University of Utah 1 IBM Dominates the industry Critics complain that IBM doesn't innovate -Sound familiar?
Chapter 3 Representing Numbers and Text in Binary Information Technology in Theory By Pelin Aksoy and Laura DeNardis.
Agenda Data Representation – Characters Encoding Schemes ASCII
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.
CPS120: Introduction to Computer Science
University of Utah 1 Fortran Assignment Questions?
University of Utah 1 Other Early Computers Konrad Zuse -Another early pioneer -Z1 (mechanical, 1936) -Z3 (electromechanical, 1941) -Z4 (electronic, 1950)
University of Utah 1 IBM “business machines” -punch cards -electromechanical calculators slow introduction of electronic machines.
Binary Arithmetic & Data representation
Binary Code
1 INFORMATION IN DIGITAL DEVICES. 2 Digital Devices Most computers today are composed of digital devices. –Process electrical signals. –Can only have.
Chapter The “Go-Go” Years & System/360.
1 Pertemuan 2 Network Math. Discussion Topics Binary presentation of data Bits and bytes Base 10 number system Base 2 number system Converting decimal.
CMSC 150 INTRODUCTION TO COMPUTING CS 150: Wed 11 Jan 2012.
University of Utah 1 CS Revisited Most universities used batch-oriented computing approach.
©Contrinex JDC PPT_XF_BinHexDecASCII Encoding information J.-D. Chatelain.
1 Pascal The B6700 Era John VanZandt 10/22/04. 2 The Starting Point Zurich-ETH Pascal compiler, written in Pascal (of course!) –Original Compiler – 4000.
Critical Elements of the IBM System 360 Jeff Schreibman CS585: Computer Architecture Summer 2002.
Computer Hardware Basic Computer Concepts Data Representation and Digital Electronics  Data Representation  makes it possible to convert letters, sounds,
University of Utah 1 Andy van Dam lecture thoughts?
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
Scott Marino MSMIS Kean University MSAS5104 Introduction to Programming with Data Structures and Algorithms Week 2 Scott Marino.
Agenda Character representation Numerical Conversions ASCII EBCDIC
Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 5A Transforming Data Into Information.
The Computer System.
Chapter 2 Turning Data into Something You Can Use
University of Utah 1 Minicomputers Embraced microchip technology Minicomputers flood market in late 1960s, early 1970s.
University of Utah 1 Altair 8800 How to make it usable? -Peripherals -Programming language.
DATA REPRESENTATION 4 Y. Colette Lemard February 2009.
ASCII AND EBCDIC CODES By : madam aisha.
Information Coding Schemes Group Member : Yvonne Tiffany Jurifah bt Junaidi Clara Jane George.
Dynamic address translation
Today’s Agenda 1.Answer questions on Research Paper –Rough draft due Wed Feb. 13 –Final version due Wed, Feb Attendance 3.Hands-on Binary Numbers.
CISC. What is it?  CISC - Complex Instruction Set Computer  CISC is a design philosophy that:  1) uses microcode instruction sets  2) uses larger.
CS 125 Lecture 3 Martin van Bommel. Overflow In 16-bit two’s complement, what happens if we add =
The 51-year History and Evolution of the z/OS Operating System FROM OS360 TO Z/OS Mark Pickett Collabera.
THE CODING SYSTEM FOR REPRESENTING DATA IN COMPUTER.
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.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
ACOE301: Computer Architecture II Labs
Data Encoding Characters.
TOPICS Information Representation Characters and Images
Lecture 3 ISE101: Computing Fundamentals
Computer Data Types Basics of Computing.
Dr. Clincy Professor of CS
Presenting information as bit patterns
Learning Intention I will learn how computers store text.
Presentation transcript:

University of Utah 1 Fortran Assignment Due 7:30pm Questions?

University of Utah 2 Early 1960's Mainframe Companies Snow White (IBM) Seven Dwarfs -Control Data, Honeywell, Philco, Burroughs, RCA, GE, NCR

University of Utah 3 IBM in /7094 -large scientific mainframe small mainframe “business” version of another small mainframe

University of Utah 4 IBM in /7094 -large scientific mainframe small mainframe “business” version of another small mainframe ALL INCOMPATIBLE!

University of Utah 5 SPREAD Committee at IBM (1961) -Current machines not scalable -What to do about it?

University of Utah 6 The Answer One unified product line -for business AND science “Bet the company”

University of Utah 7 System/360 A family of related machines -25:1 performance ratio All binary-compatible with each other!!! -Same executables run on each model of 360

University of Utah 8 How? Microprogramming -Same instruction set -But implemented differently for each machine!

University of Utah 9 Gallery

University of Utah Gallery

University of Utah Gallery

University of Utah Lasting trends System/360 used 8-bit “bytes” 32-bit word length General-purpose registers

University of Utah EBCDIC “Extended Binary Coded Decimal Interchange Code” Two standards -ASCII for minicomputers -EBCDIC for mainframes

University of Utah Emulators 360 included emulation modes for series Customers could migrate existing applications -Sorry, Honeywell!

University of Utah Operating Systems OS/360 -Too late! Stopgaps -BOS, TOS, DOS

University of Utah Famous People Gene Amdahl -“Amdahl's Law” -Principle designer of System/360

University of Utah Famous People Fred Brooks -“The Mythical Man-Month” Based on experiences writing OS/360

University of Utah Summary System/360 -extremely successful! -first “line” of computers -established many current conventions Direct ancestor of IBM's current mainframes!

University of Utah Next Homework

University of Utah Multimedia

University of Utah Friday Guest speaker: Lee Hollaar

University of Utah “Test Question” On a scrap of paper, write a question that encapsulates one of the points from today's class, and turn it in. (Put your name on it!)