Vtech Precomputer Power Pad Plus Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Spiele Vtech Precomputer Power Pad Plus herunter. VTech Precomputer Power Pad Plus User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 88
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen

Inhaltsverzeichnis

Seite 1 - Precomputer Power Pad

Precomputer Power PadTM PlusUser’s manual

Seite 2

6CHAPTER 3: THE KEYBOARDThe computer keyboard on PRECOMPUTER POWER PAD™ PLUS combines the operationof a standard computer keyboard with several other

Seite 3 - CONTENTS

7Caps Lock Key:Press this key to make all letters appear in upper case. Press this key again to returnto normal typing mode. When the Caps Lock func

Seite 4

8Hint Key:Press the Shift key and this key simultaneously when inputting text in Trivia activities whenyou need a hint. You will be given three multi

Seite 5 - CHAPTER 1: INTRODUCTION

9Backspace Key:Press this key when you want to delete the character before the cursor position.3, #, and £:Press this key to type the number “3”.Press

Seite 6 - CHAPTER 2: GETTING STARTED

10Player Key:Press this key to change from 1-player mode to 2-player mode and vice versa for activitieswith 2-player mode. If you want to change the

Seite 7 - AC ADAPTOR CONNECTION

11CHAPTER 4: ACTIVITIES AND FUNCTIONSHOW TO PLAYSELECTING/CHOOSING/HIGHLIGHTINGDuring the course of entering the activities and during game play, you

Seite 8 - GENERAL OPERATION

12There are 5 large icons on top of the Main Menu. You can choose from the following:Word Games , Mathematics , Computer Skills , Games , and Tri

Seite 9 - VOLUME SWITCH

13NOTE: The following activities do not feature the two-player mode:•Word Puzzles•Spy Trap• Rocket Fuel• Keyboard Skills•Typing Challenge•Word Process

Seite 10 - CHAPTER 3: THE KEYBOARD

14TENSESTwo tenses of a verb will appear on the screen. Type in the missing tense (present, pastor past participle) of that verb and press the Enter

Seite 11 - Help Key:

15WORD MAKERThe unit will display a prefix or a suffix of a word at the bottom of the screen. Severalsuffixes/prefixes scroll across the screen above

Seite 12

87Dear Parent:At VTech® we know that children have the ability to do greatthings. That’s why all of our electronic learning productsare uniquely desi

Seite 13 - ACTIVITY SELECTOR

16FRACTIONSA fraction will display on the screen. 3 multiple choice options will be given. Decide whichoption is the correct answer and press its co

Seite 14 - Level Key:

17to type each letter. Each correct letter equals 1 point. After typing 100 letters (50 forthe left hand, 50 for the right hand), the score and the

Seite 15 - HOW TO PLAY

18To create and print a Folded Card :Select Folded Card.Choose a picture to be used in the folded card.Type in your text message. You are allowed up

Seite 16 - PLAYER MODES:

19the rules of the game:1. Press the number key or use your mouse to select the numbers. You may select anynumber. If all nine of the squares fill u

Seite 17 - WORD GAMES

20TRIVIAThis challenging trivia game has 1000 questions in 4 different topics: Science, English,Geography and General. All topics are available with

Seite 18

21J=L means the current line is justified left.NB means the current word is not bolded. B means the current word is bolded.CH means which character

Seite 19 - MATHEMATICS

22DeleteWhen you no longer need a file, erasing it from the optional RAM cartridge is agood idea because it will free up more space for other files.

Seite 20 - COMPUTER SKILLS

23Paste BlockAfter you have used the Block Cut or Block Copy option, move the cursor to theposition where you want the block of text to be pasted. Se

Seite 21 - DESIGN A CARD

24TOOLS OPTIONSThe TOOLS menu provides two functions: Check Spelling and Symbols.Check SpellingSpell checker checks a word to see if it is in the un

Seite 22 - SPY TRAP

25Printer SetupPrinter Setup allows you to select a printer. This can also be done through SystemSetup. Please see Chapter 6 for details.PrintIn ord

Seite 23 - ROCKET FUEL

88CONTENTSCHAPTER 1 INTRODUCTION ... 1CHAPTER 2 GETTING STARTED ... 2MAIN BATTERY INSTALLATION ...

Seite 24 - CHAPTER 5: WORD PROCESSOR

26CHAPTER 6: SYSTEM SETUPTo enter System Setup, click on the System Setup icon located at the bottom right-handcorner of the screen. The System Setu

Seite 25 - FILE OPTIONS

27SCREEN SAVERThe unit features a screen saver option. The screen saver will appear after two minuteswith no input. You can turn this feature ON or

Seite 26 - EDIT OPTIONS

28 Customize ScreenThe Customized Screen is the screen shown after the opening animation. You maypersonalize the screen by entering your name

Seite 27 - FORMAT OPTIONS

29List FilesWhen this function is selected, the files stored in the RAM cartridge are listed onthe screen.Save FileWhen this function is selected, yo

Seite 28 - PRINT OPTIONS

30CHAPTER 7: BASICINTRODUCTIONWHAT IS BASIC?BASIC is a computer language. The name BASIC stands for Beginner’s All-purposeSymbolic Instruction Code.

Seite 29 - Print Preview

31THE KEYBOARD1. The numeric (top row) keys are used for entering numbers. The letter keys areused for entering letters.2. The cursor is the blinking

Seite 30 - CHAPTER 6: SYSTEM SETUP

32THE LCD SCREENThe PRECOMPUTER POWER PAD™ PLUS learning unit uses a Liquid CrystalDisplay (LCD) screen. Each line will display 20 characters at a

Seite 31 - CUSTOMIZE SETUP

33RUNThis command instructs PRECOMPUTER POWER PAD™ PLUS to begin executing eachBASIC statement with a line number that was typed into memory. The

Seite 32 - RAM CART. MANAGER

34BASIC COMPUTER TUTORIALEXAMPLE OF A BASIC PROGRAMYou and Teresa went to the local video store to rent some movies. Teresa brought back12 but 4 were

Seite 33 - POWER LINK

35LET’S DO SOME ARITHMETICIn the previous section you learned to program the sum of three numbers using the BASICprogram. Numbers like 1, 3, 27, 14.3

Seite 34 - CHAPTER 7: BASIC

89RAM CART MANAGER... 28POWER LINK ... 29CHAPTER 7 BASIC..

Seite 35 - THE KEYBOARD

36Type this:10 PRINT 3+11/7 press ENTERRUNIs it really evaluated from left to right? Yes, but was it the answer you were expecting?If the answer came

Seite 36 - GETTING STARTED

37The computer creates a box in memory and calls it “A”. It puts the number 8 in this box.Now type:20 LET B=10 press ENTERThe computer creates a box

Seite 37

38You will see the following on the screen:FIRST NUMBER 8 press ENTERSECOND NUMBER 15 press ENTERTHE SUM IS 23Let’s take a look at the print statement

Seite 38 - BASIC COMPUTER TUTORIAL

39VARIABLE NAMES CONTENTSA 675B 2.3434C$ CURTISA$ ALPHABET SOUPHere’s an example of storing a string variable:10 LET A$=“ALPHABET SOUP NO 123”You can

Seite 39

4050 PRINT “THE ANSWER IS”; N press ENTERRUNThe statement at line 10 stores the numeric constant zero into N, a numeric variable. Instatement 20 the

Seite 40 - 10 LET A=8 press ENTER

41You can use as many input statements as you need to get all the values into your program.Try this:NEW10 INPUT “GIVE ME A NUMBER”; N1 press ENTER20 I

Seite 41

42The A > 90 is a condition. The print “YOU ARE SMART” is the command given for thetrue condition. In the above example, let’s give A the value 8

Seite 42

4350 PRINT “ARITHMETIC OPERATION YOU WANT”60 PRINT “ME TO DO FOR YOU”70 INPUT R$100 IF R$=“A” THEN C=A+B : GOTO 200110 IF R$=“S” THEN C=A-B : GOTO 200

Seite 43

44LOOPINGA loop is a set of one or more instructions. These instructions can be repeated as manytimes as you want. You can create a loop with a GOTO

Seite 44

45We could always rewrite the program like this:10 N=120 PRINT “N IS”;N30 N=N+140 IF N > 10 THEN END50 GOTO 20We can also count by 2’s. Let’s br

Seite 45

1LCD SCREENCHAPTER 1: INTRODUCTIONThank you for buying the PRECOMPUTER POWER PAD™ PLUS learning toy by VTECH®.We at VTECH® are committed to provid

Seite 46

46MORE ABOUT GROUPS - GOSUB ... RETURNHow much is 10 degrees Celsius in Fahrenheit? What is 100 degrees Fahrenheit in Celsius?Here’s a program that

Seite 47

47REFERENCE SECTIONThe REFERENCE SECTION contains a brief explanation of all the commands andstatements you will use in this chapter. Refer to this

Seite 48

48EDITUse the EDIT command when you want to change a statement that has been typed intomemory without re-typing the entire line. Just type EDIT and

Seite 49

49PSETThis command is used for drawing a specified point on the screen.PSET X, Y(X, Y) is a coordinate of the specified point to be shown.X represents

Seite 50

50SOUNDThis is a command to generate a sound note.SOUND consists of two functions: frequency and durationfrequency The frequency of the sound in hert

Seite 51 - REFERENCE SECTION

51Type PRINT SQR (9). (press ENTER)The answer is 3.Example:Y=9 : X=SQR(Y) : PRINT X press ENTERThe answer is 3.In these two examples, 9 is the arg

Seite 52

52ARITHMETIC FUNCTIONSABS (X)This gives the absolute (positive) value of the argument. So ABS (-7)=7.Example:PRINT ABS (7-2*4) press ENTER1SGN (X)Thi

Seite 53

53Example:PRINT RND (19) press ENTERYou will get a number between 1 and 19. RND (0) will give you a number between 0and 1.Note:X cannot be negativ

Seite 54

54VALVAL works like STR$ but in reverse. It changes a string argument into a number. Lookat the following short program.Example:10 A$=“33”20 B$=“20”

Seite 55

55Example:10 A$=“ABCDE”20 B$=LEFT$ (A$+“FGH”,6)30 PRINT B$RUNABCDEFRIGHT$ (A$,N)This will return a substring but starting from the Nth character from

Seite 56 - ARITHMETIC FUNCTIONS

2CHAPTER 2: GETTING STARTEDThe PRECOMPUTER POWER PAD™ PLUS learning unit operates on 4 “AA” (UM-3/LR6)size batteries for the main compartment or a

Seite 57 - STRING FUNCTIONS

56ASC(A$)The ASC statement will return the ASCII code, a code for representing alphanumericinformation, for the FIRST character of the specified stri

Seite 58 - SUBSTRINGS

57Example:30 GOSUB 120..other program lines..120 PRINT “WELCOME TO THE”130 PRINT “PRECOMPUTER POWER PAD PLUS”140 RETURNGOTOLine # GOTO line numberTh

Seite 59

58Relations or comparisons used in the IF...THEN statement are the following:= Equal to< = Less than or equal to< > Not equal to> = Great

Seite 60

59Example:40 IF P=6 THEN PRINT “TRUE” ELSE PRINT “FALSE”In this example, if P=6 the computer will print TRUE. Any other value will print FALSE.In e

Seite 61

60TRUTH TABLESThe following tables are called TRUTH TABLES. They illustrate the results of the previouslogical operations with both A and B given fo

Seite 62

61Note that T = TRUE and F = FALSE.Example:10 INPUT A,B,C20 IF A=B AND B=C THEN PRINT “A=B=C”30 IF (NOT A=B) OR (NOT B=C) THEN 5040 END50 PRINT “A=B=C

Seite 63 - LOGICAL OPERATORS

62Examples:35 INPUT AMOUNT140 INPUT “WHAT IS YOUR NAME”;NAME$LETLine # LET variable = variable expressionThe variable expression is calculated and t

Seite 64

63NEWNEW erases all program lines from the active program area.PRINTLine # PRINT expression and/or character stringThe PRINT statement is used to p

Seite 65

64RESTOREIf you want to use the same data later on in the program, you can do so by using theRESTORE statement.Example:10 DATA 1,3,8,920 READ A,B,D30

Seite 66

65REMLine # REM textREM is used to add comments in your program which are ignored when the program isRUN.Example:10 REM**GUESSING GAME**20 REM TEST

Seite 67

33. Insert 2 “AA” (UM-3/LR6) size batteries as illustrated.DO NOT USE RECHARGEABLE BATTERIES in thisunit. (The use of Rayovac Renewable/Rechargeable

Seite 68

66ROCK, PAPER, SCISSORS10 PRINT “Rock, Paper, Scissors”20 PRINT “Type in P, R, S”30 INPUT “and see if you win. ->”; ANSWER$40 PRINT “You :” ; ANSW

Seite 69 - APPENDIX

67LIFE10 PRINT “If an average life”20 PRINT “span is 70 years”30 PRINT “Then how many”40 PRINT “generations would have”50 PRINT “lived in 2000 years?”

Seite 70 - CANDY KISSES

68THE FORTUNE TELLER10 DIM N$(5)20 PRINT “The Fortune Teller”30 INPUT “Are you a boy or a girl” ;S$40 INPUT “Pick a number between 2-5”; NUMBER50 FOR

Seite 71 - THE COOLEST PERSON

69LEARN SCHEDULE10 DIM WEEK$(6)20 DIM EVENT$(6)30 DATA “SUNDAY”,“PLAY TIME”40 DATA “MONDAY”,“LEARN ECOLOGY”50 DATA “TUESDAY”,“LEARN ENGLISH”60 DATA “W

Seite 72 - THE FORTUNE TELLER

70MAD LIB’S10 REM * MAD LIB’S *20 PRINT “Mad Lib’s”30 INPUT “Adjective”; A1$40 INPUT “Verb”; V$50 INPUT “Adverb”; A2$60 PRINT “Once upon a time”70 PRI

Seite 73 - LEARN SCHEDULE

7180 GOTO 40100 PRINT "No! The secret number is smaller."110 GOTO 40200 PRINT "Yes! The number is "; NO;"."210 ENDRUNPAT

Seite 74 - SECRET NUMBER

72TWINLKE TWINKLE LITTLE STAR10 REM Twinkle Twinkle Little Star20 DATA 62,62,19,19,10,10,19,30,30,36,3630 DATA 50,50,62,19,19,30,30,36,36,5040 DATA 19

Seite 75 - PATTERN PICTURE

73THE ASCII CODE TABLEDecimal Printable Decimal Printable Decimal PrintableValue Character Value Character Value Character32 (Space) 64 @ 96 ‘ (Accent

Seite 76 - TWINLKE TWINKLE LITTLE STAR

74THE ERROR MESSAGESCANNOT CONTINUEAn attempt is made to continue a program that:1. Has halted due to an error.2. Has been modified during a break in

Seite 77 - THE ASCII CODE TABLE

75OUT OF STRING SPACEString variables have caused BASIC to exceed the amount of free memory remaining.OVERFLOWThe result of a calculation is too larg

Seite 78 - THE ERROR MESSAGES

4PRINTER CONNECTIONThe PRECOMPUTER POWER PAD™ PLUS learning unit can support 12 different kindsof printers. For details, please refer to Chapter 6.

Seite 79

76CHAPTER 8: CALCULATOR The Calculator function turns the PRECOMPUTER POWER PAD™ PLUS unit into acalculator with a 14-digit memory. The number keys

Seite 80 - CHAPTER 8: CALCULATOR

77Input Display34 - 78 M=14634-78=-44M=10234-78_=M=102_23 - 6 + 9 M=10223-6+9=26M=7623-6+9_=ADVANCED FUNCTIONSThe Calculator has special function ke

Seite 81 - ADVANCED FUNCTIONS

78TRIGONOMETRY FUNCTIONSAll the trigonometric functions can take two forms of input-radians and degrees. If youjust type in a number, the Calculator

Seite 82 - TRIGONOMETRY FUNCTIONS

79CHAPTER 9: TIME LIMITSCategories Activities Timing CodeWord Games All Word Games (except Word Puzzles) 1Word Puzzles 2Mathematics All Math Games 1Tr

Seite 83 - CHAPTER 10: SCORING

80SCORING CODE POINTS1. One Player Mode5 Questions per roundCorrect answer on 1st try 20Correct answer on 2nd try 15Correct answer on 3rd try 10Two P

Seite 84 - SCORING CODE POINTS

81CHAPTER 11: POWER LINKIf you have purchased our VTECH POWER LINK™, you can connect the PRECOMPUTERPOWER PAD™ PLUS unit to an IBM 386 or higher com

Seite 85 - CHAPTER 11: POWER LINK

82Save FileAfter selecting this option, you can choose to save a Word Processor file or save a BASICprogram. The unit will ask you to save a TXT file

Seite 86 - Print Screen

83CHAPTER 12:HOW TO USE AN EXPANSION CARTRIDGEThere is an entire library of optional expansion cartridges available for the PRECOMPUTERPOWER PAD™ PLUS

Seite 87 - CHAPTER 12:

84CHAPTER 13: CARE AND MAINTENANCE1. Keep the unit clean by wiping it with a slightly damp cloth.2. Keep the unit out of direct sunlight and away fro

Seite 88

5Automatic Shut OffIf there is no input into the PRECOMPUTER POWER PAD™ PLUS unit for about 20 minutes,the unit will automatically shut off to save po

Kommentare zu diesen Handbüchern

Keine Kommentare