RECENT TECHNICAL ADVANCES in the COMPUTER INDUSTRY and THEIR FUTURE IMPACT by Stuart E
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
TCD-SCSS-T.20121208.032.Pdf
AccessionIndex: TCD-SCSS-T.20121208.032 Accession Date: 8-Dec-2012 Accession By: Prof.J.G.Byrne Object name: Burroughs 1714 Vintage: c.1972 Synopsis: Commercial zero-instruction-set computer used by the Dept.Computer Science from 1973-1979. Just two prototyping boards survive. Description: The Burroughs 1714 was one of their B1700 family, introduced in 1972 to compete with IBM's System/3. The original research for the B1700 series, initially codenamed the Proper Language Processor or Program Language Processor (PLP) was done at the Burroughs Pasadena plant. The family were known as the Burroughs Small Systems, as distinct from the Burroughs Medium Systems (B2000, etc) and the Burroughs Large Systems (B5000, etc). All the Burroughs machines had high-level language architectures. The large were ALGOL machines, the medium COBOL machines, but the small were universal machines. The principal designer of the B1700 family was Wayne T. Wilner. He designed the architecture as a zero-instruction-set computer, an attempt to bridge the inefficient semantic gap between the ideal solution to a particular programming problem and the real physical hardware. The B1700 architecture executed idealized virtual machines for any language from virtual memory. It achieved this feat by microprogramming, see the microinstruction set further below. The Burroughs MCP (Master Control Program) would schedule a particular job to run, then preload the interpreter for whatever language was required into a writeable control store, allowing the machine to emulate the desired virtual machine. The hardware was optimised for this. It had bit-addressable memory, a variable-width ALU, could OR in data from a register into the instruction register (for very efficient instruction parsing), and the output of the ALU was directly addressable as X+Y or X-Y read-only registers. -
BCIS 1305 Business Computer Applications
BCIS 1305 Business Computer Applications BCIS 1305 Business Computer Applications San Jacinto College This course was developed from generally available open educational resources (OER) in use at multiple institutions, drawing mostly from a primary work curated by the Extended Learning Institute (ELI) at Northern Virginia Community College (NOVA), but also including additional open works from various sources as noted in attributions on each page of materials. Cover Image: “Keyboard” by John Ward from https://flic.kr/p/tFuRZ licensed under a Creative Commons Attribution License. BCIS 1305 Business Computer Applications by Extended Learning Institute (ELI) at NOVA is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted. CONTENTS Module 1: Introduction to Computers ..........................................................................................1 • Reading: File systems ....................................................................................................................................... 1 • Reading: Basic Computer Skills ........................................................................................................................ 1 • Reading: Computer Concepts ........................................................................................................................... 1 • Tutorials: Computer Basics................................................................................................................................ 1 Module 2: Computer -
Introduction to Computer Data Representation
Introduction to Computer Data Representation Peter Fenwick The University of Auckland (Retired) New Zealand Bentham Science Publishers Bentham Science Publishers Bentham Science Publishers Executive Suite Y - 2 P.O. Box 446 P.O. Box 294 PO Box 7917, Saif Zone Oak Park, IL 60301-0446 1400 AG Bussum Sharjah, U.A.E. USA THE NETHERLANDS [email protected] [email protected] [email protected] Please read this license agreement carefully before using this eBook. Your use of this eBook/chapter constitutes your agreement to the terms and conditions set forth in this License Agreement. This work is protected under copyright by Bentham Science Publishers to grant the user of this eBook/chapter, a non- exclusive, nontransferable license to download and use this eBook/chapter under the following terms and conditions: 1. This eBook/chapter may be downloaded and used by one user on one computer. The user may make one back-up copy of this publication to avoid losing it. The user may not give copies of this publication to others, or make it available for others to copy or download. For a multi-user license contact [email protected] 2. All rights reserved: All content in this publication is copyrighted and Bentham Science Publishers own the copyright. You may not copy, reproduce, modify, remove, delete, augment, add to, publish, transmit, sell, resell, create derivative works from, or in any way exploit any of this publication’s content, in any form by any means, in whole or in part, without the prior written permission from Bentham Science Publishers. 3. The user may print one or more copies/pages of this eBook/chapter for their personal use. -
Brief History of Microprogramming
Microprogramming History -- Mark Smotherman A Brief History of Microprogramming Mark Smotherman Last updated: October 2012 Summary: Microprogramming is a technique to implement the control logic necessary to execute instructions within a processor. It relies on fetching low-level microinstructions from a control store and deriving the appropriate control signals as well as microprogram sequencing information from each microinstruction. Definitions and Example Although loose usage has sometimes equated the term "microprogramming" with the idea of "programming a microcomputer", this is not the standard definition. Rather, microprogramming is a systematic technique for implementing the control logic of a computer's central processing unit. It is a form of stored-program logic that substitutes for hardwired control circuitry. The central processing unit in a computer system is composed of a data path and a control unit. The data path includes registers, function units such as shifters and ALUs (arithmetic and logic units), internal processor busses and paths, and interface units for main memory and I/O busses. The control unit governs the series of steps taken by the data path during the execution of a user- visible instruction, or macroinstruction (e.g., load, add, store). Each action of the datapath is called a register transfer and involves the transfer of information within the data path, possibly including the transformation of data, address, or instruction bits by the function units. A register transfer is accomplished by gating out (sending) register contents onto internal processor busses, selecting the operation of ALUs, shifters, etc., through which that information might pass, and gating in (receiving) new values for one or more registers. -
CASE FILE COP V
https://ntrs.nasa.gov/search.jsp?R=19740002030 2020-03-23T14:16:17+00:00Z View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by NASA Technical Reports Server User Microprogrammable Processors for High Data Rate Telemetry Preprocessing CASE FILE COP v James H. Pugs ley E. P. O1 Grady DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF MARYLAND COLLEGE PARK. MARYLAND 20742 DEPARTMENT OF ELECTRICAL ENGINEERING UNIV. OF MARYLAND July 1973 User Microprogrammable Processors for High Data Rate Telemetry Preprocessing Final report prepared under Grant NGR 21-002-355 £rom the National Aeronautics and Space Administration , James H. Pugsley E. P. O'Grady Tiie task of this project was to investigate the use of microprogrammable processors for the preprocessing of high data rate satellite telemetry. The major conclusions of the project are summarized below. I) Existing commercially available user micropro- grammable minicomputers were surveyed and an assessment made of their usefulness for such high data rate telemetry preprocessing. These processors offer a significant improvement in performance over non-micreprogrammable processors* but come nowhere close to meeting the target data rate of 30 megabits per second. Writable control storage (i.e.* the ability of the user'to change the micro- programs in control memory) increases the speed of telemetry preprocessing programs.by a factor of from 5 to 15 over that for ordinary microprogrammable processors* since the algorithms needed are, in general simple enough for the entire program to be executed from control memory without the heed for main memory access. * I.I II) Considerably higher data rates would be possible if the minicomputers used had a few special microinstructions available that were tailored to the bit manipulations needed in telemetry preprocessing. -
CASE FILE COP V
User Microprogrammable Processors for High Data Rate Telemetry Preprocessing CASE FILE COP v James H. Pugs ley E. P. O1 Grady DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF MARYLAND COLLEGE PARK. MARYLAND 20742 DEPARTMENT OF ELECTRICAL ENGINEERING UNIV. OF MARYLAND July 1973 User Microprogrammable Processors for High Data Rate Telemetry Preprocessing Final report prepared under Grant NGR 21-002-355 £rom the National Aeronautics and Space Administration , James H. Pugsley E. P. O'Grady Tiie task of this project was to investigate the use of microprogrammable processors for the preprocessing of high data rate satellite telemetry. The major conclusions of the project are summarized below. I) Existing commercially available user micropro- grammable minicomputers were surveyed and an assessment made of their usefulness for such high data rate telemetry preprocessing. These processors offer a significant improvement in performance over non-micreprogrammable processors* but come nowhere close to meeting the target data rate of 30 megabits per second. Writable control storage (i.e.* the ability of the user'to change the micro- programs in control memory) increases the speed of telemetry preprocessing programs.by a factor of from 5 to 15 over that for ordinary microprogrammable processors* since the algorithms needed are, in general simple enough for the entire program to be executed from control memory without the heed for main memory access. * I.I II) Considerably higher data rates would be possible if the minicomputers used had a few special microinstructions available that were tailored to the bit manipulations needed in telemetry preprocessing. Examples of such micro- instructions are end for end reversal of the bits in a word and various bitwise logical and shift operations* possibly controlled by a mask register. -
Wilner B1700
B1700 Design and Implementation by Wayne T. Wilner, Ph.D Burroughs Corporation Santa Barbara Plant Goleta, California May 1972 Wilner – B1700 Design and Implementation May 1972 2 ABSTRACT......................................................................................................................... 3 1. INTRODUCTION........................................................................................................ 3 2. DESIGN OBJECTIVE ................................................................................................. 4 2.1 Design Rationale 4 3. GENERAL DESIGN.................................................................................................... 5 4. HARDWARE REQUIREMENTS................................................................................ 6 4.1 Defined-Field Capability 6 4.2 Generalized Language Interpretation 7 4.3 Advanced Design 8 4.3.1 Virtual Memory 8 4.3.2 Stack Organization 8 4.3.3 Dynamic System Configuration 8 4.3.4 Multiprogramming 8 4.3.5 Multiprocessing 9 4.3.6 Descriptor-organized I/O 9 4.3.7 Soft Interrupts 9 4.3.8 Profile statistics 9 5. SYSTEM ORGANIZATION...................................................................................... 11 6. EMULATION VEHICLE........................................................................................... 11 7. DEFINED-FIELD DESIGN....................................................................................... 12 7.1 ????????? 12 7.2 Bit-oriented Memory 12 8. SOFT INTERPRETATION....................................................................................... -
Geoff Mcintosh
Geoff McIntosh Owner /Operator - OnlineDTP.com InDesign, Photoshop, Marketing, Photography, IT, 9 et 11 rue du Haut Pont, Embry, Pas de - Calais, ME [email protected] - +33 0 321.86.21.63 Whilst I have owned and continue to run several companies in the UK, New Zealand and the United States (always of 40 staff or less), my focus has usually been on New Business and Marketing, which has suited my entrepreneurial spirit, natural talents and passion for the Graphic Arts and Marketing, along with Page Layout & Design, Writing, Videography and Photography, particularly within the auspices of the IT and Aviation industries, both of which I have been immersed for 35+ years. The recent economic downturn has forced a "rethink" within the "mainstream" businesses with which I am currently involved and I would now like to be able to spend MORE time nurturing my passions in a broadband-supported home-based environment which is now, more often than not, in Northern France, although I am still very willing to travel (anywhere) as appropriate for Meetings, Expos, etc.. I am an extremely motivated and worldly self-starter, used to working long and unusual hours in order to satisfy Customers' requirements. I'm quite the night-owl, which can also be extremely beneficial when dealing with people on the other side of the world. Work Experience Owner /Operator OnlineDTP.com - Canterbury June 2011 to Present This is an entiry that I set up to tout for Desktop Publishing, Graphic Layout & Design, Web-site Creation, Photography work, Technical Writing, Proof-Reading, Localisation, etc. -
Microprogramming and Its Relationship to Emulation and Technology*
MICROPROGRAMMING AND ITS RELATIONSHIP TO EMULATION AND TECHNOLOGY* Samuel H. Fuller and Victor R. Lesser Carnesie-Mellon University Pittsburgh, Pennsylvania C. Gordon Bell and Charles Kaman Digital Equipment Corporation Maynard, Massachusetts ABSTRACT data paths; or features of a processor's realization, such as the speed of main memory to that of the control (micro-) This paper is a survey of the development and future memory, are easily rejected on the basis of existing trends in rnicroprograrnrning. We show how the structure of processors that are commonly recosnized to be rnicroprograrnmed processors has been shaped primarily by microprogramrned processors yet do not possess the required two factors= the state of (semiconductor) technology and the features. task of emulation. The other main theme of this article is that it is a fruitless exercise to try to characterize and understand Most of this confusion in alternative definitions of microprograrnming in terms of how it differs from 'regular' microprograrnrning comes from the fact that it has been used programming. The right approach to understanding in two very different ways: (1) in a technological manner to microprogramrning is to recognize that it is primarily applied economically implement a complex instruction set or a small to the task of emulation (interpretation). Through this number of different instruction sets on a single processor, approach the evolution of rnicroprograrnming, independent of and (2) in a software manner to provide programmers with an a particular technology and type of instruction set being extra degree of representational freedom, i.e. develop emulated, is reviewed and future trends indicated. multiple instruction sets, each one appropriate for a particular task domain. -
Software Develop!.1Ent Ianguage
SOFTWARE DEVELOP!.1ENT IANGUAGE FOR TIlE BURROUGHS D1700 by Donald R. McCrea Durroughs Corporation Santa Barbara Plant Goleta, California ABSTRACT The Burroughs Bl700 is a small, general-purpose computer which 1s ea) dyna:nically microprograll:.l;lable, and (b) designed to support hundreds ot independent, special-purpose machine architectures. Each language that runs on the B1700 has its own interpreter. In keeping with this flexi bility, a lan:;uage and underlying machine structure WC1'C (!(~signed to be used for implementation of the operating system and for implementation of the different compilers. This 1s an ALGOL-like, GO To-fl'ee language which is e!ceant, and yet modest in its design. The underlying machine structure 1s highly stack-oriented. allowing re-entrancy, recursion. and up-level addressing. Keywords: . software implementation language, procedure-oriented language, stack machine, microprogramm.in:.;, computer architecture, 01700, S-language, interpretation, GO TO-free PROPRIETARY DATA tile Information contained in this document is proprlet~ry to BUrrougbs Corporation. The infoTm~tion or this docum"nt l~ pot to be shown. reproduced, or disclosed out$lde. BUffO!lr;nS Corporation without written perrr.:3s:c!I cf the Pyent DdiSIM. ~. THIS DOCUMENT IS THE PRO:>ERTY OF AilD SHALL BE RETURNED TO BURROUGHS CQRPIlRATION. BURROUGHS PLACE. 'iI'RQIT. MICHIGAIt ~8Z3Z.., SOFTWARE DEVELOPMENT LANGUAGE FOR THE BURROUGHS B1700 by Donald R. McCrea Burroughs Corporation PROPRIE1ARY DATt\ The InfOrmation contained in this document is proprietalY to Burroughs Corporation. The inforrr.ation or this document is not to be shown, reproduced, or di~clo;;cd outside Burroughs Corporation without written perrr.is-:.;on of the Patent Division. -
Burroughs B1700 Systems Powerful, Small-Scale Systems for Better Business Management
Burroughs B1700 Systems Powerful, small-scale systems for better business management In developing the B1700 family of revolutionary small systems, Burroughs successfully integrated exciting new elements of EDP technology with a number of the important characteristics of its advanced, large-scale com puters. And, to put this productive power right to work, Burroughs offers a comprehensive Business Management System™ library of application programs. So, you can develop the specific decision-making and control information you need for more effective management . comparative operating reports, budgets and forecasts . day-to-day updates of business progress . analyses of profitability, cash requirements, liabili ties . inventory and production control reports . current and projected financial statements . and many others. For the first time, then, you have an opportunity to improve management effectiveness through the use of fully featured, small-scale data processing systems. Systems that provide: Management Information Throughput—large systems management re porting abilities to help you get the right information to the right people at the right time. Immediate Productivity—all the advantages of ready-to-use application programs from our BMS™ library, at a fraction of what it would cost you to develop and maintain your own programs. Flexibility—a broad choice of processors, disk file subsystems, and data input-output devices, including 96-column card handling capabilities, to match your cost/performance objectives . plus the ability to process a variety of computer languages at full efficiency so that the same system can serve management’s control functions, perform administrative data processing, and solve engineering/scientific problems as well. Simplicity—ease of system operation and management which, for many users, eliminates the need for a professional data processing staff. -
Computer System Performance Measurement: Instruction Set Processor Level and Microcode Level
SEL-74-015 Computer System Performance Measurement: Instruction Set Processor Level and Microcode Level bY L i ba Svobodova June 1974 . - Technical Report No. 66 This work was supported by the Joint Services Electronics Program: U.S. Army, U.S. Navy, and U.S. Air Force under contract N-0001 4-67-A-0112-0044 STRDFORD ELELTRODIt5 lRBORRTORIE5 ~ ITRIIFORB UnlllER5lTY . STanFORD, CallFORnlR SEL 74-015 COMPUTER SYSTEM PERFORMANCE MEASUREMENT: INSTRUCTION SET PROCESSOR LEVEL AND MICROCODE LEVEL bY Liba Svobodova Technical Report No. 66 June 1974 DIGITAL SYSTEMS LABORATORY Department of Electrical Engineering Department of Computer Science Stanford University Stanford, California This work was supported by the Joint Services Electronics Program: U. S. Army 9 U. S. Navy, and U. S. Air Force under contract N-00014-67-A-0112-0044. ABSTRACT Techniques based on hardware monitoring were developed to measure computer system performance on the instruction set processor level and the microcode level. Knowledge of system behavior and system utilization at these two levels is extremely valuable for design of new processors. The reasons why such information is needed are discussed and applicable measurement techniques for obtaining necessary data are reviewed. A hardware monitor is a preferable measurement tool since it can trace most of the signifi- cant events attributed to these two levels without introducing any artifact. Described hardware monitoring techniques were implemented on the S/370 Model 145 at Stanford University. Measurements performed on the instruction set processor level were concerned with determining execution frequencies on individual instructions under normal system workload. The microcode level measurements measured the number and the type of S/370 Model 145 microwords executed in the process of interpretation of an individual S/370 instruction and the average execution time of each such instruction.