Answers. 31.if four statements are entered with the same statement number, the computer
will accept the ______ statement with the duplicate statement number
(a) first
(b) second (c)third (d) fourth
See
www.tpub.com/progintro/2d.htm.
32 ______ is a valid BASIC number?(a) 567890100 (b) 200,000(c) $65
(d) 1.05E+09 See
https://www.tpub.com/progintro/2b.htm.
33 Data provided using the ______ statement is not saved as part of theprogram once the program has been run
(a) LET
(b) INPUT (c) END (d)none of the above
See
www.tpub.com/progintro/4a.htm.
34 very program requires an __ statement.
(a) START
(b) END(c) STOP (d) RETURN
See
www.tpub.com/progintro/3.htm.
35 35 Which of the following statements is used forsimplifying loops?
(a) IF-THEN (b) ON-GOTO (c) GOTO
(d)FOR-NEXTSee
www.tpub.com/progintro/5.htm.
36 36 All of the _______ in a given array must be the sametype
(a) elements (b) statements(c) instructions (d) loops
See
www.tpub.com/progintro/5c.htm.
37 37 There are _________ conditions under which a FOR-NEXTloop will not be executed at all
(a) two (b) five (c) four
(d)threeSee
www.tpub.com/progintro/5a.htm.
38 Which of the following statements is used to indicate tothe compiler (interpreter) that there are no more BASIC statements for it to
translate?
(a) RETURN
(b) END (c) STOP(d) all of the above
See
https://www.tpub.com/progintro/3.htm.
39 _______ shows the relationship of numerous jobs thatmakeup an entire system
(a) Program flowchart
(b) System flowchart (c) Data flow diagram (d) Decision tree
See
https://www.tpub.com/neets/book22/93b.htm.
40 Predefined functions may be used in _________ of userdefined functions
(a) Directions (b) Programs (c) Instructions
(d) argumentsSee
www.tpub.com/progintro/5e.htm.
Comments
Leave a comment