History of computers 1956- 1959 BY: J.T. TROTT. 1958-ARPA  ARPA (Advanced Research Projects Agency)  In the late 1950's the Advanced Research Projects.

Slides:



Advertisements
Similar presentations
 Suppose for a moment that you were asked to perform a task and were given the following list of instructions to perform:
Advertisements

 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
CSCI 1412 Tutorial 1 Introduction to Hardware, Software Parminder Kang Home:
ENGR2216 FORTRAN PROGRAMMING FOR ENGINEERS. Chapter 1 The computer CPU MEMORY INPUT/OUTPUT DEVICES DATA REPRESENTATION BINARY SYSTEM OCTAL & HEXADECIMAL.
The Binary Machine Modern high-level programming languages are designed to make programming easier. On the other end, the low level, all modern digital.
Computing Components 01/26/11. Announcements & Reminders Programs 1 due Friday, 9/2/11 What is my late policy? Proxy Codes for Labs  You should be able.
Introduction to Computers and Programming. Some definitions Algorithm: –A procedure for solving a problem –A sequence of discrete steps that defines such.
©TheMcGraw-Hill Companies, Inc. Permission required for reproduction or display. COMPSCI 125 Introduction to Computer Science I.
Introduction to Computers and Programming. Some definitions Algorithm: Algorithm: A procedure for solving a problem A procedure for solving a problem.
1 The development of modern computer systems Early electronic computers Mainframes Time sharing Microcomputers Networked computing.
SOFTWARE SYSTEMS SOFTWARE APPLICATIONS SOFTWARE PROGRAMMING LANGUAGES.
Fortran Background – History and Motivation Shirley Moore CPS5401 Fall September 3,
1 CHAPTER 4 LANGUAGE/SOFTWARE Hardware Hardware is the machine itself and its various individual equipment. It includes all mechanical, electronic.
Computing in the Modern World Ms. Stewart
History of Programming Languages
BIT Presentation 6. Contents GENERATIONS OF LANGUAGES COMPILERS AND INTERPRETERS VIRTUAL MACHINES OBJECT-ORIENTED PROGRAMMING SCRIPTING LANGUAGES.
Introduction to Computer Programming itc-314
Topics Introduction Hardware and Software How Computers Store Data
Liang, Introduction to Java Programming, Ninth Edition, (c) 2013 Pearson Education, Inc. All rights reserved. 1 Chapter 1 Introduction to Computer Science.
Technology in Focus: Under the Hood
Madiha Liaqat Lecturer, UET, Taxila Programming Fundamentals.
CS 1410 Intro to Computer Tecnology Computers and History1.
Introduction CS 104: Applied C++ What is Programming? For some given problem: __________ a solution for it -- identify, organize & store the problem's.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Chapter 4 The Components of the System Unit. Today The System Unit Motherboard CPU Control Unit ALU Machine Cycle System Clock Data Representation Memory.
1 History of compiler development 1953 IBM develops the 701 EDPM (Electronic Data Processing Machine), the first general purpose computer, built as a “defense.
Generational Computing CSCI 1060 Fall CSCI 1060 — Fall 2006 — 2 First Generation Large computers, difficult to program Primarily used by scientists.
Chapter 0 Introduction Yonsei University 1 st Semester, 2012 Sanghyun Park.
1.1 The Computer Revolution. Computer Revolution Early calculating machines Mechanical devices used to add and subtract By Babylonian (Iraq) 5000 years.
Course Overview. What are Computers? From Outside –CPU box, Monitor, Keyboard, mouse and Printers From inside –ICs, Chipsets, Hard Disks, PCB cards, Drives,
Introduction to Programming Using C Introduction to Computer Programming.
Information Technology
The Beauty and Joy of Computing Lecture #3 : Creativity & Abstraction UC Berkeley EECS Lecturer Gerald Friedland.
Robert Crawford, MBA West Middle School.  Explain how the binary system is used by computers.  Describe how software is written and translated  Summarize.
1 Programming Fundamentals How to Program in C++ How to Program in C++
Introduction to Programming Instructor: Yong Tang Brookhaven National Laboratory Working on accelerator control (BNL Phone #)
PROGRAMMING LANGUAGES
History of Educational Technology. Educational Technology “Technology is commonly thought of in terms of gadgets, instruments, machines and devices …
FOUNDATION IN INFORMATION TECHNOLOGY (CS-T-101) TOPIC : INFORMATION SYSTEM – SOFTWARE.
Compiler Construction (CS-636)
Introduction 1 (Read Chap. 1) What is Programming? For some given problem: design a solution for it -- identify, organize & store the problem's data --
FORTRAN History. FORTRAN - Interesting Facts n FORTRAN is the oldest Language actively in use today. n FORTRAN is still used for new software development.
The History of Programming Languages The ENIAC (Electronic Numerical Integrator and Calculator) completed in 1945, was one of the first computers that.
FORTRAN Beginnings: FORTRAN is one of the oldest programming languages, originally developed by John Backus and a team of programmers working at IBM. It.
Introduction to Computer Programming itc-314 Lecture 04.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
FORTRAN Boz. Before FORTRAN Machine language and assembly code. Programmers had many problems to overcome.  Lack of instruction sets  Primitive stream.
CHAPTER 1 COMPUTER SCIENCE II. HISTORY OF COMPUTERS (1.1) Eniac- one of the worlds first computers Used more electricity than an entire city block of.
C++ Programming: From Problem Analysis to Program Design, Fifth Edition Chapter 1: An Overview of Computers and Programming Languages.
1 Chapter 1 Background Fundamentals of Java: AP Computer Science Essentials, 4th Edition Lambert / Osborne.
HISTORY OF COMPUTER TECHNOLOGY By: Parveer Grewal.
A microelectronic computer circuit incorporated into a chip or semiconductor In electronics, an as IC is a miniaturized electronic circuit. An electronic.
Introduction to computer software. Programming the computer Program, is a sequence of instructions, written to perform a specified task on a computer.
Chapter 1 Coding Introduction.
Computer Science II Chapter 1.
Chapter 1: An Overview of Computers and Programming Languages
Chapter 1 – Introduction to Computers, the Internet, and the Web
Overview of Computers and Programming Chapter 1
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Introduction
Generations of Computers
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Computers: Hardware and Software
Topics Introduction Hardware and Software How Computers Store Data
Hardware & Processor Pioneers
Programming What?! How?!.
Introduction to Computer Programming
ICT Programming Lesson 1:
Presentation transcript:

History of computers BY: J.T. TROTT

1958-ARPA  ARPA (Advanced Research Projects Agency)  In the late 1950's the Advanced Research Projects Agency (ARPA) was founded in the United States with the primary focus of developing information technologies that could survive a nuclear attack.

1956-Byte  Werner Buchholz coins the term Byte in  A group of binary digits or bits (usually eight) operated on as a unit.  A byte considered as a unit of memory size.

RAMAC  On September 13, 1956 the IBM 305 RAMAC is the first computer to be shipped with a hard drive that contained inch platters and was capable of storing 5 million characters and weighed a ton.  Is a multiple-disk storage subsystem from IBM that emphasizes fault-tolerance and is intended for large enterprises.

1956-FORTRAN  The programming language FORTRAN is introduced to the public October 15,  One of the oldest programming languages, the FORTRAN was developed by a team of programmers at IBM led by John Backus, and was first published in The name FORTRAN is an acronym for FORmula TRANslation, because it was designed to allow easy translation of math formulas into code.

1956-FORTRAN Continued  FORTRAN was the first high-level language, using the first compiler ever developed.  Prior to the development of FORTRAN computer programmers were required to program in machine/assembly code, which was an extremely difficult and time consuming task, not to mention the dreadful chore of debugging the code.

1956-FORTRAN Continued  The objective during it's design was to create a programming language that would be: simple to learn, suitable for a wide variety of applications, machine independent, and would allow complex mathematical expressions to be stated similarly to regular algebraic notation. While still being almost as efficient in execution as assembly language.  Since FORTRAN was so much easier to code, programmers were able to write programs 500% faster than before, while execution efficiency was only reduced by 20%, this allowed them to focus more on the problem solving aspects of a problem, and less on coding.

1958-Integrated Circuit  The first integrated circuit is first developed by Robert Noyce of Fairchild Semiconductor and Jack Kilby of Texas Instruments. The first IC is demonstrated on September 12,  an electronic circuit formed on a small piece of semiconducting material, performing the same function as a larger circuit made from discrete components.

1959-Panasonic  Net Sales*7,736.5 billion yen  Number of Employees*271,789  Number of Consolidated Companies*505 (including parent company)*as of March 31, 2014  Panasonic is ranked 105 th in the fortune 500 companies  Panasonic was founded by: Konosuke Matsushita