Page:6
Below are the scanned copy of Kerala Public Service Commission (KPSC) Question Paper with answer keys of Exam Name 'VOCATIONAL INSTRUCTOR IN COMPUTER APPLICATION' And exam conducted in the year 2018. And Question paper code was '022/2018/OL'. Medium of question paper was in Malayalam or English . Booklet Alphacode was 'A'. Answer keys are given at the bottom, but we suggest you to try answering the questions yourself and compare the key along wih to check your performance. Because we would like you to do and practice by yourself.
Question48:-Distributed System should
A:-Meet prescribed time constraints
B:-Aim better resource sharing
C:-Aim better system utilization
D:-None of these
Correct Answer:- Option-B
Question49:-Waterfall model has steps or phases.
D:-6
Correct Answer:- Option-A
Question50:-A pointer variable can be
A:-Passed to a function as argument
B:-Changed with in a function
C:-Returned by a function
D:-Assigned an integer value
Correct Answer:- Option-C
Question51:-Basic path testing is
A:-Both black and white box
B:-White box testing method
C:-Black box testing method
D:-Can't say
Correct Answer:- Option-B
Question52:-The railway reservation system currently operational India can be classified as a
A:-Batch system
B:-Real time system
C:-Online system
D:-Expert system
Correct Answer:- Option-C
Question53:-Which of the following is a desirable property of a module?
A:-Independency
B:-Low cohesiveness
C:-High coupling
D:-Multi-functional
Correct Answer:- Option-A
Question54:-MFC's view class is derived from
A:-CDVA
B:-CcmdSource
C:-cWndAll
D:-CcmdTarget
Correct Answer:- Option-D
Question55:-The universal flip flop which can perform the function of any flip-flop is
A:-JK Flip Flop
B:-RS Flip Flop
C:-Both (1) and (2)
D:-None of these
Correct Answer:- Option-A
Question56:-A programming structure that contains data and a pointer to the next object is a
A:-Template
B:-Class
Pointer class
D:-Linked list
Correct Answer:- Option-D
Question57:-A friend function can called
A:-By using object of the class
B:-Directly
C:-Should not be called
D:-Like a normal function