DITA QUESTION - MCQ 6 | YCTC Dita Question Paper
51. In Flowcharts of algorithms, messages are classified as_____
a) steps of algorithm
b) selection of steps
c) cancellation of procedures
d) addition of steps
Answer: A
52. In flowcharts, a circle with a vertical line drawn is a symbol used to show_____
a) systematic operation
b) manual operation
c) magnetic tape
d) display screen
Answer: C
53. Symbol used in flowchart such as rectangle with horizontal lines on two sides is used for_____
a) rhombus
b) parallelogram
c) circle
d) trapezoid
Answer: C
54. The ____ statement checks in the module for usage of any undeclared variables and reports an error tothe user.
a) looping
b) iteration.
c) dim
d) external
Answer: C
55. The _____property in Visual basic is common for many a tools.
a) location.
b) Place.
c) window status.
d) name
Answer: D
56. What are the three algorithm constructs?
a) Sequence, selection, repetition.
b) Input, output, process.
c) Input/output, decision, terminator.
d) Loop, input/output, process.
Answer: A
57. Blink the Cursor in specific Textbox then use_____
a) Caption
b) List
c) Val( )
d) Setfocus
Answer: D
58. In order to use cable for browsing web you will need : _____
a) A cable modem.
b) Network Interface Card (NIC).
c) Both (a) & (b).
d) None Of the above.
Answer: C
59. The space factor when determining the efficiency of algorithm is measured by_____
a) Counting the maximum memory needed by the algorithm.
b) Counting the minimum memory needed by the algorithm.
c) Counting the average memory needed by the algorithm.
d) Counting the maximum disk space needed by the algorithm.
Answer: A
60. The time factor when determining the efficiency of algorithm is measured by_____
a) Counting microseconds.
b) Counting the number of key operations.
c) Counting the number of statements.
d) Counting the kilobytes of algorithm.
Answer: B
0 Comments