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
4 answers