Download e-book for kindle: Beginning BASIC with the ZX Spectrum by Judith Miller

By Judith Miller

ISBN-10: 1349812110

ISBN-13: 9781349812110

ISBN-10: 1349812137

ISBN-13: 9781349812134

Show description

Read or Download Beginning BASIC with the ZX Spectrum PDF

Best nonfiction_13 books

New PDF release: Dawn of Small Worlds: Dwarf Planets, Asteroids, Comets

This publication offers an in depth creation to the hundreds of thousands of smaller our bodies within the sunlight procedure. Written for laymen, novice astronomers and scholars it describes the character and foundation of asteroids, dwarf planets and comets, and offers certain information regarding their position within the sunlight process.

Quantization on Nilpotent Lie Groups - download pdf or read online

This ebook provides a constant improvement of the Kohn-Nirenberg variety worldwide quantization idea within the surroundings of graded nilpotent Lie teams when it comes to their representations. It encompasses a targeted exposition of comparable historical past subject matters on homogeneous Lie teams, nilpotent Lie teams, and the research of Rockland operators on graded Lie teams including their linked Sobolev areas.

Download PDF by N. Parker: The Geopolitics of Europe’s Identity: Centers, Boundaries,

This booklet pursues an unique standpoint on Europe's moving volume and geopolitical status: how international locations and areas marginal to it impression on Europe as a middle. A theoretical dialogue of borders and margins is built, and set opposed to 9 experiences of nations, areas, and identities obvious as marginal to Europe.

The Soldiers' national cemetery at Gettysburg - download pdf or read online

. .. with the lawsuits at its consecration, on the laying of the corner-stone of the monument, and at its commitment

Extra resources for Beginning BASIC with the ZX Spectrum

Example text

BOX OR VARIABLE CALLED 'A' The computer uses the keyword LET (key L) and the equals sign (=), which is shifted key L, to set up the variable. For example LET A = 15 21 22 Beginning BASIC with the ZX Spectrum The computer now knows that every time 'A' is used in the program it is really referring to the contents of the box. The next program illustrates this point. TYPE: RUN 10 LET A = 15 20PRINT A DO NOT REMOVE The program shows that in the PRINT statement in line 20 there are no quote marks because we are not asking the computer to print letter A but the contents of 'A' and therefore 15 appears on the screen.

8. The length of a rectangle is 35 centimetres and the breadth is 16 centimetres. Type in a program that uses variables for the length and breadth and then calculates: (a) the area of the rectangle (breadth * length) (b) the perimeter of the rectangle (the sum of all four sides). Like string variables, numeric variables can be combined with words. Semicolons are used to separate the words from the variables. TYPE: 10 20 30 40 LET c=lOO LET p=40 LET t=80 PRINT "My ZX Spectrum cost "iCi" pounds" 50 PRINT "The printer cost "iP i" pounds" i 60 PRINT " and the television cost "iti" pounds" 70 PRINT "The total cost of my equipment was "iC+P+ti" pounds" RUN the program and notice the results.

14. 15. 16. What mode is the computer in when a flashing K is on the screen? What mode is the computer in when the computer is first switched on? What is the flashing K called? In which mode does the computer have to be in before you can use a command such as PRINT? 00 commands appear on the screen as one word or do you type in each letter separately? On which letter key would you find PRINT? How do you remove or rub out a letter? What mode is the computer in when a flashing L is on the screen?

Download PDF sample

Beginning BASIC with the ZX Spectrum by Judith Miller


by Mark
4.3

Rated 4.04 of 5 – based on 50 votes