This page requires a JavaScript-enabled browser
Instructions on how to enable your browser are contained in the help file.
Chapter 13 Sub-Program and File Handling - 1
1.
The subprogram may also be called:
a) Function
b) Module
c) Subroutine
d) All
2.
A function can perform the following operations:
a) a. Arithmetic
b) c. Both a, b
c) b. String
d) d. None
3.
Another name used for system defined function is:
a) Both a, b
b) None of the above
c) User define function
d) Built-in function
4.
CINT(3.7) is equal to:
a) 5
b) 4
c) 3
d) 2
5.
The output of a function INT(-5.7) is:
a) -5
b) None of the above
c) -4
d) -6
6.
If the value of an argument is zero "0" in RND function, then the last number generated by
the function will be:
a) One
b) None
c) Zero
d) Both a, b
7.
The output of SGN(-4) is:
a) +' sign
b) '0'
c) '-' sign
d) None
8.
If the output of LOG(X) = 2.302585 then the value of argument (X) will be:
a) 100
b) e(2.718282)
c) 10
d) 1000
9.
Tan (X) can also be found as:
a) COTAN(X)
b) None of the above
c) COS(X)/SIN(X)
d) SIN(X)/COS(X)
10.
RIGHTS(X$,n) will
a) Leave 'n' spaces at the right of string X$
b) Select 'n' characters from the right side
c) Leave 'n' spaces at the left of string X$
d) Select 'n' spaces from the right side
This is more feedback!
This is the feedback!