1 If four statements are entered with the same statement number, the computer will accept the ______ statement with the duplicate statement number

first
second
third
fourth

2 ______ is a valid BASIC number?
567890100
200,000
$65
1.05E+09

3 Data provided using the ______ statement is not saved as part of the program once the program has been run
LET
INPUT
END
none of the above

4 Every program requires an __ statement.
START
END
STOP
RETURN

5 Which of the following statements is used for simplifying loops?
IF-THEN
ON-GOTO
GOTO
FOR-NEXT

6 All of the _______ in a given array must be the same type
elements
statements
instructions
loops

7 There are _________ conditions under which a FOR-NEXT loop will not be executed at all
two
five
four
three

8 Which of the following statements is used to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate?
RETURN
END
STOP
all of the above

9 _______ shows the relationship of numerous jobs that makeup an entire system
Program flowchart
System flowchart
Data flow diagram
Decision tree

10 Predefined functions may be used in _________ of user defined functions
Directions
Programs
Instructions
arguments

11 Which of the following statements is used to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate?
RETURN
END
STOP
all of the above

12 _______ is a complete set of statements to solve a problem
Code
Flowchart
Program
Direction

13 The results of computations done in a _________ statement are not stored in the computer’s memory
LET
PRINT
COMPUTE
PRINT USING

14 _________ of data in DATA statements is ignored by the computer
excess
insufficiency
none availability
all of the above

15 In which of the following is subscripted variables not permitted as arguments in its definition
subroutine
array
function
all of the above

16 If there are parentheses inside parentheses, the operations inside the __________ pair are performed first
outer
inner
any
all of the above

17 The test data for testing a program should include _______ categories of data.
six
four
three
two

18 Which of the following statements is used in conjunction with the DATA statement?
INPUT
LET
PRINT
READ

19 ___ is valid numeric-variable names
B$
C5
V
8!

20 You may delete a line by typing the command DELETE and the _________
instruction
entire line
line number
any of the above

Now I suck at math but if you want answers from someone smarter than me your best bet is to post YOUR answers along with the quiz.

Que 5 is c(GOTO)

1. The computer will accept the _____ statement with the duplicate statement number:

- The computer will accept the first statement with the duplicate statement number.

2. ______ is a valid BASIC number?
- 567890100 is a valid BASIC number.

3. Data provided using the ______ statement is not saved as part of the program once the program has been run:
- Data provided using the INPUT statement is not saved as part of the program once the program has been run.

4. Every program requires an __ statement:
- Every program requires an END statement.

5. Which of the following statements is used for simplifying loops?
- The FOR-NEXT statement is used for simplifying loops.

6. All of the _______ in a given array must be the same type:
- All of the elements in a given array must be the same type.

7. There are _________ conditions under which a FOR-NEXT loop will not be executed at all:
- There are two conditions under which a FOR-NEXT loop will not be executed at all.

8. Which of the following statements is used to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate?
- The END statement is used to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate.

9. _______ shows the relationship of numerous jobs that makeup an entire system:
- A system flowchart shows the relationship of numerous jobs that make up an entire system.

10. Predefined functions may be used in _________ of user-defined functions:
- Predefined functions may be used in programs of user-defined functions.

11. Which of the following statements is used to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate?
- The END statement is used to indicate to the compiler (interpreter) that there are no more BASIC statements for it to translate.

12. _______ is a complete set of statements to solve a problem:
- A program is a complete set of statements to solve a problem.

13. The results of computations done in a _________ statement are not stored in the computer’s memory:
- The results of computations done in a LET statement are not stored in the computer's memory.

14. _________ of data in DATA statements is ignored by the computer:
- Excess of data in DATA statements is ignored by the computer.

15. In which of the following is subscripted variables not permitted as arguments in its definition:
- Subscripted variables are not permitted as arguments in the definition of a function.

16. If there are parentheses inside parentheses, the operations inside the __________ pair are performed first:
- If there are parentheses inside parentheses, the operations inside the inner pair are performed first.

17. The test data for testing a program should include _______ categories of data:
- The test data for testing a program should include six categories of data.

18. Which of the following statements is used in conjunction with the DATA statement?
- The READ statement is used in conjunction with the DATA statement.

19. ___ is valid numeric-variable names:
- V is a valid numeric-variable name.

20. You may delete a line by typing the command DELETE and the _________:
- You may delete a line by typing the command DELETE and the line number.

YOUR answers

B d b b a a c b b d b c b a c b b a b b