An Academic QL Case Study by The

Total Page:16

File Type:pdf, Size:1020Kb

An Academic QL Case Study by The J S _ The Open University Technology A Third Level Course EJ 4* Z7 London Borough of Newham Library Service FOBD 696B O8 557 This book must be returned (or its issue renewed) on or betore the last date stamped above BLOCK 2 MARKETING SINCLAIR’S QL MICROCOMPUTER BRITISH TELECOM’S PRESTEL 31Z)Lf: 34-i4] 373-86 SINCLAIR’S QL MICROCOMPUTER Prepared on behalf of the Course Team by Godfrey Boyle Design and Innovation The Open University, Walton Hall, Milton Keynes, MK7 6AA This text consists of two case studies on the marketing First published 1986 of high-technology innovations. It forms part of an Copyright © 1986 The Open University Open University course entitled T362: Design and All rights reserved, No part of this work may be reproduced Innovation, which examines the processes of design in any form by mimeograph or any other means, without and innovation under a variety of industrial, permission in writing from the publisher commercial, social and political circumstances. Designed by the Graphic Design Group of the A full list of aims and objectives for these case Open University studies, together with self-assessment questions Printed by Thomson Litho Ltd, East Kilbride, Scotland (SAQs) and references to relevant articles in the ISBN 0 335 17272 5 Course Reader (Roy, R. and Wield, D. (eds.) (1985) This text forms part of an Open University course. A Product design and technological innovation, The complete list of units in the course is given at the end of this Open University Press) can be found in the Study text Guide for Block 2 of the course. For general availability of supporting material referred to in this text please write to: Open University Educational Enterprises Limited, 12 Cofferidge Close, Stony Stratford, Milton Keynes, MK1 11 BY, Great Britain Further information on Open University courses may be obtained from: The Admissions Office, The Open University, P0 Box 48, Walton Hall, Milton Keynes, MK7 6AB 1.1 CONTENTS PREFACE 5 4.5 BUSINESS USERS 30 4.6 EDUCATION 32 BEGINNERS START HERE 5 4.7 PRICING THE OL 32 STUDY NOTES 9 4.8 LAUNCHING THE QL: MATCHING SUPPLY AND DEMAND 32 1 INTRODUCTION 9 4.9 OVERSEAS MARKETS 33 1.1 AIMS 11 5 RE-LAUNCHING THE QL 34 2 SINCLAIR RESEARCH: A BRIEF 5.1 MARKET SATURATION AND PRICE WAR 34 HISTORY 12 5.2 FINANCIAL DISASTER STRIKES 37 2.1 SINCLAIR RADIONICS 12 5.3 RE-LAUNCHING AND RE-MARKETING 38 22 SINCLAIR RESEARCH 15 5.4 THE MAXWELL ‘TAKEOVER’ 40 3 DESIGNING THE QL 18 5.5 SINCLAIR GOES IT ALONE 41 3.1 CHOICE OF CENTRAL 6 BEYONDTHEQL 43 MICROPROCESSOR 19 3.2 MASS MEMORY STORAGE 19 6.1 THE ‘ONE-PER-DESK’ 43 3.3 OPERATING SYSTEM 20 6.2 WAFER-SCALE INTEGRATION 44 3.4 SOFTWARE PACKAGES 21 6.3 THE ‘FIFTH GENERATION’ 45 3.5 SUPERBASIC 22 6.4 EXPERT SYSTEMS 45 3.6 PHYSICAL DESIGN 23 6.5 SOME QUESTIONS AND CONCLUSIONS 46 4 MARKETING THE QL 26 REFERENCES 48 4.1 MARKET RESEARCH 26 ACKNOWLEDGEMENTS 48 4.2 TARGET MARKETS 27 4.3 MARKETING 28 4.4 THE HOME USER 28 PREFACE In this block, the main emphasis is on marketing, and the product or service was conceived, designed and in particular on how companies try to assess the likely developed, how the likely market for it was market demand for their product or services. researched, and how it actually fared in the market The two case studies we have chosen lie in the place. information technology field. They examine how two Finally, in both cases, we provide some British companies, namely Sinclair Research and assessment of the success of the marketing strategies British Telecom, designed, developed and marketed, that were adopted; some comments on likely respectively, the QL microcomputer and the Prestel developments in the future; and some general information service. conclusions. These are explored further in the Block 2 Both case studies start with general technical Study Guide, which is intended to be read in introductions, outlining the basic technical background conjunction with these case studies. you will need. This is followed by an account of how BEGINNERS START HERE If you know little or nothing about microcomputers, writing the programs in a code known as a you should start here. And even if you do know computer language. There are literally hundreds something about micros, it might still be a good idea to of different languages around, the most popular read quickly through this preliminary section, because of these being Basic. Basic is an acronym of it should help to refresh your memory of some of the Beginners’ All-purpose Symbolic Instruction basic terms and concepts. Of course, if you really are Code. Although orginally intended as a simple a microcomputing expert, you can skip this section introductory language, Basic is now a powerful entirely. I should stress, however, that it is not and widely used language in its own right. necessary to understand fully all the aspects of Other common languages are Forth, Pascal, microcomputing that are touched on here. T362 is a Logo, C and Coma!, to name but a few. These are course on innovation, not computing, and the aim here known as high-level languages because they is simply to give non-technical readers a better ‘feel’ approach the sophistication of a human language. for the subject matter of the QL case study proper. You may also see references to low-level The rest of this section consists of an edited languages, assembly language and machine reprint of a ‘newcomers’ guide’ originally published in code. We’ll look at these in a moment. Personal Computer World in May 1985. The heart of a micro, the workhorse, is the processor or Central Processing Unit (CPU). The processor usually consists of a single silicon Micro Jargon chip. As with computer languages, there are a For those completely new to computing, let’s start number of different types of processor available, with the question: what is a microcomputer? We the Z80, 6502, 68000 and 8088 being just a handful think of a micro as: a general-purpose device in (literally!) of the types in common use. The contrast to a typewriter, which can only be used processor is nothing magical — it’s just a bunch of for typing; a calculator, for performing electronic circuits. It’s definitely not a brain. calculations; a filing cabinet, for filing The processor’s circuitry can be in one of two information. A micro can do all of these and more. states: on or off. We represent these two states by If it’s to be of any use a general-purpose binary (base two) notation, the two binary digits device needs some way of knowing what to do. (known as bits) being 0 and 1. It’s possible to We can tell a micro what to do by giving it a set of program computers in binary notation, otherwise logical instructions, called a program. The general known as machine code (or machine language) term for computer programs is software. Every programming. other part of a microcomputer system is known as Machine code is called a ‘low level’ language hardware. because it operates at a level close to that ‘understood’ by the processor. Languages like Programming Basic are known as ‘high level’ languages because they are symbolic, operating at a level Programs must be written in a form the micro can easily understood by people but not directly understand and act on — this is achieved by understood by the processor. 5 Between high level languages and machine Memory code is a low level language known as assembly language or, colloquially, assembler. This is a So far, we have a processor and a program. Since mnemonic code using symbols which the a computer needs somewhere to store programs processor can quickly convert to machine code. and data, it needs some kind of memory. There Since everything has to be converted into are two types of memory: Read Only Memory binary form before the processor can make sense (ROM) and the badly named Random Access of it, we need some sort of code to represent each Memory (RAM). ROM is so called because the character to be processed by the computer. In processor can ‘read’ (get things out of) its order to simplify communication between contents, but cannot ‘write to’ (put things in) it. computers, a number of standard codes have ROM is used to store firmware, the name been agreed on. The most widely used of these given to software permanently available on the codes is the American Standard Code for machine. An interpreter is a typical example of Information Interchange, ASCII. This system firmware (stick with it: it gets easier!). assigns each character a decimal number which RAM differs from ROM in two important ways. the processor can then convert to its binary Firstly, you can write to it as well as read from it. equivalent. This means that the processor can use it to store A program written in a high level language both the program it is running and data must be converted into binary before the (information). The second important difference is processor can carry out its instructions. We could that RAM needs a constant power supply to retain of course do this manually, but since this is its contents: as soon as you switch the computer exactly the sort of tedious job computers were off, you lose your program and data. designed to do for us, it makes much more sense There is a type of RAM, known as CMOS to write a program to do it.
Recommended publications
  • Sinclair QL Under $800.00
    The First 32-bit Personal Computer for Sinclair QL under $800.00 1 ; % A Q W E p T y U I o p - a G H J K L ; eel • 32-bit processor • I28K memory • two built-in microdrives • high resolution colour • Includes software: word-processing, database management, spread sheet, graphics. CALL 416-636-9415 TO ORDER... Use your VISA or MASTERCARD When you order your Sinclair QL from EDG Electronics, we'll ship it directly to your home or business, or now you can pick it up per- sonally at an authorized Sinclair Customer The Sinclair QL revolutionizes the computer Here are some of the incredible Support Centre. Simply specify your choice of revolution. It offers the utmost in perfor- direct shipment or pick-up (the cost is the mance, speed and power at the remarkably low features of the Sinclair QL: same) when you order. You get low direct pric- price of only $799.95. ing plus the benefit of personal service. When Two Powerful Processors: 32-bit main pro- The QL is a full-size computer designed you pick-up your QL you will also be advised cessor (68008), and Intel 8049 to control around the most powerful and advanced about the QL Consumer Education Pro- keyboard, sound, and R5232. microprocessor yet created for the personal gramme (available at moderate extra cost) and computer: the Motorola 68008. With 128K New Operating System: In addition to conven- the extended protection programme available RAM, expandable to 640K. Two built-in tional DOS commands, the 32K ROM (expan- beyond the ninety-day warranty period.
    [Show full text]
  • Sinclair Programs
    An lndepeildent magazine ,....._..,..byEMAP_ ............. October 1984 96p • All5Allventureso,elinked - bulyoucmehOOsetopkJyttan sepcralel¥And !hey o! how REALTI ME buinin. So nyoudon11hlnk fosr.you wind upas o pterodae1yrslunch, dN! of <W8f-tX8l'Non Ina Roman orgy,or jusrloseyourmin d ... • ·eureka!.is nofjustanEp ic - notjust onAdven ture.AtttleSb1oleoch historicolera, youface on Arco de ActiOnrest, To decide yourstrenglh level tor lheAd\lenturelocome. • ThebelleryourSCOfe, thesrronge,ondfosteryou ·abe . • Andit'fl keep youon yourroes, wilh constonlly-chonglng, static onelmoving !JOphics.Bri"ionl music and sound effects odd 10 !he excitement • ~ P(l10lthe"Eureko!"pock. you receive a luH-colouriMuslroled booktet conkJiningcrVPtic rkld les andmysterious rnusrrotions . Using bOOklelood screentogether , yousteadily unravel the clues and bui ld upo secrelphonenumberpiece byplece. • Hyou'refirstroring tt , yousovelheworldondcollectthe£25.000! • OUilea package!And lo giveeveryone o lair chance,- Eureka!.win be r~eosedsimultaneous ly worldwideon Oclober31 st. 1984.No pockswill be ovoilobleunt1l lhOI dote . AHorders received by moll or phoneby 26th OCTOBERwi A be desoolchedby posron the31 st righi acrosslhe world . SO ordernow. and beoneollhefirsfof11he mark. IABC:~ Ed--:;--- RebeccaFerguson Ca Cons ultanl cd1tor John Campbell GRAPHICS 3 SOFT FOCus 28 INSTRUCTIONS Stafl'writer PROGRAM June Mon imcr TUTOR 30 Design QL COMPETITION 17 SOFT THE ME 32 Elaine Bishop Advertlkmea1 maoapr LETTERS 27 Howard Rosen Production us if tanl Jim McCl ur e ALIEN SHOOTOUT 9 DRESS DE Editorial ass istaru C.Okue.McDermou PRO-PRINTOUT 12 MABEL 'S REVENGE 48 Subk ripdoa manager Carl Dunne ' RACE TRACK NUMBER B LAST 51 Auista ot pub lit.hcr SLITHERY JIM 35 GOVERNM ENT Neil Wood RAVENOUS REPTILE 37 GENERA TOR 53 Publi$ber Gerry Murray Sioclair Programs i1 publ iahed @ moolhl y by EMAP BusineH and Co mpulcr Publications.
    [Show full text]
  • Hacker's Handbook Ok Just a Quick Note, This Is a Very Early Version of the Book and Was Later Banned
    Hacker's Handbook Ok just a quick note, this is a very early version of the book and was later banned. We've done our best in converting it to ASCII. It's taken us some time to put it together because of the reformatting, so I hope it's appreciated. We have kept to the original page numbering for so that the index will be correct. Compliments Electronic Images - Gizmo Century Communications - T H E - - H A C K E R ' S - - H A N D B O O K - Copyright (c) Hugo Cornwall All rights reserved First published in Great Britain in 1985 by Century Communications Ltd Portland House, 12-13 Greek Street, London W1V 5LE. Reprinted 1985 (four times) ISBN 0 7126 0650 5 Printed and bound in Great Britain by Billing & Sons Limited, Worcester. CONTENTS Introduction vii First Principles 2 Computer-to-computer communications 7 3 Hackers' Equipment 15 4 Targets: What you can find on mainframes 30 5 Hackers' Intelligence 42 6 Hackers' Techniques 57 7 Networks 69 8 Viewdata systems 86 9 Radio computer data 99 10 Hacking: the future 108 file:///E|/Books/Hackers Handbook.htm (1 of 133) [11/28/2000 5:58:48 AM] Hacker's Handbook Appendices I troubleshooting 112 II Glossary 117 III CCITT and related standards 130 IV Standard computer alphabets 132 V Modems 141 VI Radio Spectrum 144 VII Port-finder flow chart 148 INTRODUCTION The word 'hacker' is used in two different but associated ways: for some, a hacker is merely a computer enthusiast of any kind, who loves working with the beasties for their own sake, as opposed to operating them in order to enrich a company or research project --or to play games.
    [Show full text]
  • Miscellaneous Repairs Chesapeake City Bridge Construction Solicitation
    IFB W912BU21B0004 US Army Corps of Engineers Philadelphia District Miscellaneous Repairs Chesapeake City Bridge Chesapeake City, Maryland Construction Solicitation and Specifications 15 June 2021 This page was intentionally left blank for duplex printing. INVITATION NO. W912BU21B0004 PHILADELPHIA DISTRICT CORPS OF ENGINEERS INVITATION FOR BIDS FOR MISCELLANEOUS REPAIRS CHESAPEAKE CITY BRIDGE CHESAPEAKE CITY, MARYLAND I. NOTE THE AFFIRMATIVE ACTION REQUIREMENT OF THE EQUAL OPPORTUNITY CLAUSE WHICH MAY APPLY TO THE CONTRACT RESULTING FROM THIS SOLICITATION. II. BIDDERS ARE REQUIRED TO COMPLETE THE REPRESENTATION AND CERTIFICATIONS PORTION OF SECTION 00 45 00 OF THIS SOLICITATION AND SUBMIT THIS WITH THEIR OFFER. III. PROSPECTIVE BIDDERS ARE INVITED TO VISIT THE SITE TO ACQUAINT THEMSELVES WITH THE SITE CONDITIONS AND ANY PROBLEMS INCIDENT TO THE PROSECUTION OF THE WORK. THE SITE VISIT WILL BE HELD ON 22 JUNE 2021. THE SITE VISIT WILL BEGIN AT 10:00 AM AT THE CHESAPEAKE CITY PROJECT Office - C&D CANAL 815 BETHEL ROAD, CHESAPEAKE CITY, MARYLAND 21915. ALL THOSE PLANNING TO ATTEND MUST CONTACT MR. MIKE HART VIA EMAIL AT [email protected], PRIOR TO THE SITE VISIT. 15 JUNE 2021 This page was intentionally left blank for duplex printing. SOLICITATION, OFFER, 1. SOLICITATION NO. 2. TYPE OF SOLICITATION 3. DATE ISSUED PAGE OF PAGES AND AWARD X SEALED BID (IFB) 15-Jun-2021 W912BU21B0004 1 OF 41 (Construction, Alteration, or Repair) NEGOTIATED(RFP) IMPORTANT - The "offer" section on the reverse must be fully completed by offeror. 4. CONTRACT NO. 5. REQUISITION/PURCHASE REQUEST NO. 6. PROJECT NO. 7. ISSUED BY CODE W912BU 8.
    [Show full text]
  • Sinclair QL Preservation Project
    AMIGA FUTURE SPECIAL 35 History Special – Links RWAP Software: http://www.rwapsoftware.co.uk/index.html TF Services: http://tfs.firshman.co.uk/ql/ Jochen Merz/QL Today: SINCLAIR QL – http://www.j-m-s.com/smsq/index.htm Q60: http://www.q40.de/ QPC: http://www.kilgus.net/ QDT: http://www.jdh-stech.com/QDT/qdt.html AN OLD RELATIVE Launchpad: http://www.dilwyn.me.uk/gen/ When the Amiga was introduced in 1985 it didn’t excite people with just its outstanding multi- launchpad/launchpad.html media capabilities, but also because of its use of the, at the time, brand new 68000 processor Quanta: http://www.quanta.org.uk/ from Motorola. Just like the Apple Macintosh and the Atari ST it was a representative of a new QL on the Amiga: generation of computers. But at that time there was another competitor in this new market: http://www.mswift.unisonplus.net/ql/index.html The Sinclair QL. In this special we would like to take a closer look at this relatively unknown http://www.dilwyn.me.uk/emu/index.html competitor. QL/Mac event Don’t be afraid, we are not http://www.qlvsjaguar.homepage.bluewin.ch/ turning Amiga Future into index_no_frames.html “68000” magazine (who remembers that) and will nat- urally stay true to the Amiga. But from time to time it’s inter- esting to look a bit beyond the confines of the Amiga and look at other computers with a 68000 processor that com- peted with the Amiga in the mid 80s. The Apple Macintosh has made it into mainstream by now and is, albeit in a changed form, a fixed factor in the computer market.
    [Show full text]
  • 2005 Editoriale
    Periodico di informazione sul mondo Sinclair e Spectrum Rivista N. 10 Speciale Estate 2005 (Luglio - Agosto 2005) Copyleft 2004 - 2005 Stefano Guida autore ed editore In questo numero: Editoriale 1 - Varese 8 - Nuovi giochi Retrocomputing 2005 8 - Nuova Newel Vista la pressante richiesta di un questa stessa rivista. Ecco mero, non ha permesso al sotto- 2 - Amstrad: lo ZX nel telefono 9 - Quanti pc sono numero estivo da parte di molti quindi cari amici un buon diver- scritto di inserire l'intervista ai imparentati con lo ZX? 3 - ZX calc e program- lettori impazienti di attendere sivo da leggere traquillamente "democoders" italiani di Officine mazione numerica 9 - Biturbo 3 Agosto prima di poter gustare sotto l'ombrellone d'estate: una Oniriche che sicuramente molti 4 - Sam Coupe' 9 - Vignetta, il clone del con piacere la lettura di un edizione ricca di notizie come avrebbero gradito, ma non dis- mese, sul prossimo 5 - Transputer? numero, ringraziamenti nuovo numero ed in particolar sempre, curiosita' e informazioni perate perche' saranno sicura- 6 - Lo ZX a Mantova modo della cronaca dell'evento che ruotano attorno alla pas- mente presenti sul prossimo piu' importante degli ultimi mesi sione nostalgica che ci ac- numero che uscira' a fine Set- 6 - Shaos ci riprova! (ovvero Varese Retrocom- comuna. Grande risalto e ampio tembre. Niente magliette in 6 - Piccolo angolo di puting 2005) ho deciso di antici- spazio e' stato dedicato appunto regalo come Special Program poesia pare i tempi diversamente da al meeting di Varese ma, la ma un augurio di buona lettura e 6 - Trasmissioni radio quanto riportato precedente in fretta di pubblicare questo nu- buona vcanza!!! S.G.
    [Show full text]
  • QL· Technical Guide
    QL· Technical Guide by Tony Tebby and David Karlin Edited by Michèle Wright First published in 1985 Sinclair Research Ltd 25 Willis Road, Cambridge CB1 2AQ, England ISBN 1 850160368 Documentation and packaging © Sinclair Research Ltd sinclair logo, QL and QL Technical Guide are Registered Trade Marks of Sinclair Research Ltd. All rights reserved. No part of this program, documentation or packaging may be reproduced in any form. Unauthorized copying, hiring, lending or sale and repurchase prohibited. Made in the UK. Contents \ 1.0 About this Guide 4 2.0 Introduction to Qdos 6 2.1 Memory Map 7 2.2 Calling Qdos Routines 10 2.3 Exception Processing 14 2.4 Start-up 16 3.0 Machine Code Programming on the QL 17 3.1 Jobs 17 3.2 SuperBASIC Procedures and Functions 20 3.3 Tasks 21 3.4 Operating System Extensions 21 4.0 Memory Allocation 22 4.1 Heap Mechanism 23 5.0 Input/Output on the QL 24 5.1 Serial I/O 25 5.2 File I/O 26 5.3 Screen and Console I/O 27 6.0 Qdos Device Drivers 31 6.1 Device Driver Memory Allocation 32 6.2 Device Driver Initialisation 32 6.3 Physical Layer 33 6.4 The Access Layer 34 7.0 Directory Device Drivers 38 7.1 Initialisation of a Directory Driver 39 7.2 Access Layer 40 7.3 Slaving 44 8.0 Built-in Device Drivers 46 1 Contents continued 9.0 Interfacing to SuperBASIC 47 9.1 Memory Organisation within the SuperBASIC Area 47 9.2 The Name Table 48 9.3 Name List 49 9.4 Variable Values Area 49 9.5 Storage Formats 50 9.6 Code Restrictions 52 9.7 Linking in New Procedures and Functions 52 9.8 Parameter Passing 52 9.9 Getting the Values
    [Show full text]
  • Another ICL Anthology
    Foreword On June 21st 1948 Tom Kilburn ran a program on the first electronically stored program computer in the world. Freddy Williams and Tom had been struggling for some time to make their cathode ray tube store work. Demonstrating the store was the key thing, for without a store the computer as we know it today could never be. This simple machine, always known as the 'BABY', was developed into the Ferranti Mark 1, the first computer to go on commercial sale anywhere in the world. Tom's program was the first program to be written and run. Some of us here in Manchester felt that the fiftieth anniversary of such stupendous achievements should not go unnoticed. So at 11 a.m. on June 21st 1998, fifty years to the dot later, Tom ran that same program again on a reconstructed BABY that had earlier been ceremonially switched on by the widow of Freddy Williams. A team of enthusiasts, almost all members or retired members of ICL, researched the design and built the machine from genuine 1940s components. This would not have been possible without the usual ICL drive and enthusiasm, typified at the personal level by Chris Burton (ex- ICL West Gorton) who led the team, and marked at the corporate level by sponsorship of the project. Anyone interested can now see BABY at the Museum of Science and Industry in Manchester. Tom Kilburn says that it looks exactly like the original - except that it's cleaner. I mention this story because it illustrates vividly what has happened to our industry over fifty years.
    [Show full text]
  • Updating the Online Superbasic Manual Release 0.1.1
    Updating the Online SuperBASIC Manual Release 0.1.1 Norman Dunbar January 11, 2017 Contents 1 Part One - Introduction3 1.1 Introduction........................................3 1.2 How Can I Help?......................................3 1.3 Log Bugs on GitHub....................................4 1.4 Fix Bugs Yourself.....................................5 1.5 Software Required.....................................5 1.6 How and Where to Get the Software............................6 1.7 Optional Software.....................................7 2 Part Two - Updating the Manual9 2.1 Obtaining the Source....................................9 3 Part Three - ReStructuredText 21 3.1 ReStructured Text..................................... 21 4 Part Four - The Migration 33 4.1 Introduction........................................ 33 5 Search 37 i ii Updating the Online SuperBASIC Manual, Release 0.1.1 Contents: Contents 1 Updating the Online SuperBASIC Manual, Release 0.1.1 2 Contents CHAPTER 1 Part One - Introduction This part of the ‘book’ gives you an introduction to the process of updating the manual. There’s not much to it really, you have a number of options open to you and each one has a little more involvement that the option that came before. Interested? Read on ... Contents of Part 1: 1.1 Introduction Greetings! If you are reading this then you are either an insomniac like me, or you have a mild interest in maybe helping to update the SuperBASIC Online Manual. Now, you might think that it will be difficult to do so, given all that fancy HTML and the like, but nothing could be further from the truth. The manual is written in a special form of plain text and converted to the glorious format that you see online, and indeed, can download for your own offline enjoyment.
    [Show full text]
  • RADIO Electronica 1 September 1973
    21e Jaargang RADIO electronica 1 september 1973 ONAFHANKELIJK TIJDSCHRIFT VOOR PRAKTISCHE ELEKTRONICA f 1,70 VERSCHIJNT TWEEMAAL PER MAAND j2september hamsterdam Rai ■ Va-,,:. Si2: ■ \i SU V 7\S 26/9 tm 4/10 rai amsterdam © het instrument 1973I Miniscoop type 211 van Tektronix ___________________________________________________________ ••«*? Amroh componenten ') 4 • * Alp *UM iU 'M AMROH B.V. Telex 15171 Tel. (02942) - 1951* Muiden 17 ONAFHANKELIJK TIJDSCHRIFT VOOR PRAKTISCHE ELEKTRONICA 1 september 1973 waarin opgenomen „ELECTRON DIGEST", orgaan van het Internationaal Documentatie Centrum voor Elektronische Toepassingen 21e Jaargang (IDOCET) Antwerpen Uitgave van: Kluwer Technische Tijdschriften B.V. S Redactie, administratie en advertentie- afdeling Polstraat 9 - Postbus 23 Deventer-6600 - Tel. 0 5700 - 7 55 22 Giro 86 12 21 Bankrelatie: In dit nummer Algemene Bank Nederland N.V., Deventer No. 596247265 Redactie: Telecommunicatietechniek 585 NOS en quadrofonie C. J. Bakker 611 Draadloze ultrasonische afstandbe­ J. G. Smilde diening voor KTV Medewerkers in Nederland en België: ir. E. A. L. M. Aerts J. H.Jansen W. Arckens drs W. D M Janssen Onderwijs en didactiek 589 Hoger informatica onderwijs en be- R. Bakker H. Jekel W. De Boeck Th. R. J. Koehoorn drijfsinformatica onderwijs ir. W. v. Bokhoven M. Leeuwin 600 44e AES-conventie J. Bron H. Leydens 609 8ste Int. TV-Symposium H. E. Charlouis ing. Th C. Lof (L&S IP) W W. Diefenbach W. Olthoff C. L. Doesburg H Saeys R. Y. Drost drs. F. M. Schimmel Elektroakoestiek 593 Platenspeler met tangentiale arm E. J. R. Engelen mg. J. M. Spekreijse (L&S'IP) 601 Quadrofonie J. H. M. Goddijn F, A.
    [Show full text]
  • ICL Technical Journal Volume 5 Issue 3
    TECHniCAl j o u m n i Volume 5 Issue 3 May 1987 Published by INTERNATIONAL COMPUTERS LIMITED at OXFORD UNIVERSITY PRESS iCL The ICL Technical Journal is published twice a year by TECHniCRl International Computers Limited at Oxford University jouRnfli Press. Editor J. Howlett ICL House, Putney, London SW15 ISW, UK Editorial Board J. Howlett (Editor) F.F. Land H.M. Cropper (F International) (London School of Economics & D.W. Davies, FRS Political Science) G.E. Felton K.H. Macdonald M.D. Godfrey M R. Miller C.H.L. Goodman (British Telecom Research (Standard Telephone Laboratories) Laboratories and Warwick J.M. Pinkerton University) E.C.P. Portman All correspondence and papers to be considered for publication should be addressed to the Editor. The views expressed in the papers are those of the authors and do not necessarily represent ICL policy. 1987 subscription rates: annual subscription £32 UK, £40 rest of world, US $72 N. America; single issues £17 UK, £22 rest of world, US $38 N. America. Orders with remittances should be sent to the Journals Subscriptions Department, Oxford University Press, Walton Street, Oxford 0X2 6DP, UK. This publication is copyright under the Berne Convention and the Interna­ tional Copyright Convention. All rights reserved. Apart from any copying under the UK Copyright Act 1956, part 1, section 7, whereby a single copy of an article may be supplied, under certain conditions, for the purposes of research or private study, by a library of a class prescribed by the UK Board of Trade Regulations (Statutory Instruments 1957, No. 868), no part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means without the prior permission of the copyright owners.
    [Show full text]
  • Superbasic Source Book
    SuperBASIC Source Book (Version 1.0 Jan 1999) By Timothy Swenson TABLE OF CONTENTS Introduction Credits Related Documents QLiberator Known Bugs Fixed QLIB Runtimes Creating Background Hidden Jobs Reading the Keyboard Buffer Stuffing the Keyboard Buffer Using STDOUT (Passing Channels to a Child Job) Linking in Toolkits Creating Toolkits (Loadable Extensions) Overlays Configuring A Program Types of Configuration User Intervention Config Blocks Configuration File Command Line Arguments Environment Variables Config Blocks Definition of Config Blocks Config Levels BASCONFIG - Adding Config Blocks to Qlib Programs Programming with BASCONFIG Using BASCONFIG to Create Config Blocks Updated Versions of BASCONFIG Environment Variables Freeware Programming Extensions Adrian Ives Extensions Display Code Database Handler QSEND DIY Toolkit Client Server Manager GetStuffed Tools to Assist in Programming Structured SuperBASIC ProcMan Editors QED MicroEmacs Elvis (Copyright 1999 by Timothy Swenson. This document may be freely distributed). INTRODUCTION This Source Book comes from wanting to know how to do different things while programming in SuperBASIC. This Source Book does not come from expertise (more of a lack of expertise) but from being willing to sit down and document what others and I have learned. I have not really done a lot of SuperBASIC programming, compared to many. A fairly big lazy streak, a house, and family make for a good excuse for not having produced a professional product. (Plus I have contributed to the QL community via the QL Hacker's Journal and articles to QL publications) So, I consider myself a relative beginner at programming really well on the QL, but I do have a drive to want to know how to program really well, and a drive to write down what I have learned.
    [Show full text]