Basic Computer MCQ

Basic Computer MCQ from 111 to 115

Page: 2 .. 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25

111. Name the error which you think to exist in the formula C=C*D/C.
(A) Logical
(B) Syntax
(C) Execution
(D) None of these

112. Which of the following statements transfers control unconditionally?
(A) GOTO
(B) FOR…NEXT
(C) IF THEN
(D) ON GOTO

113. The statement to reserve memory locations for an array M arranged in 12 columns and 20 rows may be ?
(A) DIM(12,20)
(B) DIMM(20,12)
(C) M(240)
(D) DIMM(12,20)

114. On execution of PRINT FIX(-6.83),the output will be ?
(A) 6
(B) 6.83
(C) –6
(D) –7

115. In BASIC LOG function refers to natural logarithm have Base ?
(A) 2
(B) 10
(C) 5
(D) e

ANSWERS: BASIC COMPUTER MCQ
111. (D) None of these
112. (A) GOTO
113. (B) DIMM(20,12)
114. (C) –6
115. (D) e