Page:8
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.
A:-Sorted linked list
B:-Sorted binary tree
C:-Sorted linear array
D:-Pointer array
Correct Answer:- Option-A
Question68:-Which of the following sorting algorithm is of Divide and Conquer type?
A:-Bubble sort
-Insertion sort
C:-Quick sort
D:-Alll of these
Correct Answer:- Option-C
Question69:-The depth of a complete binary tree is given by
A:-Dn = nlog2n
B:-Dn = nlog2n + 1
C:-Dn = log2n
D:-Dn = log2n +1
Correct Answer:- Option-D
Question70:-If an array is declared as inta[4] = (5, 0, 7, 4} \ then values assigned to a[0] and a[4] will be
A:-5 and 4
B:-0 and 4
C:-5 and 0
D:-0 and 7
Correct Answer:- Option-C
Question71:-In C++, dynamic allocation is accomplished with the operator
A:-new
B:-this
C:-malloc()
D:-delete
Correct Answer:- Option-A
Question72:-In order to allow only one process to enter its critical section, binary semaphores are initialized to
A:-0
8:-1
C:-2
D:-3
Correct Answer:- Option-B
Question73:-Banker's algorithm for resource allocation deals with
A:-Deadlock Prevention
B:-Deadlock Avoidance
C:-Deadlock Recovery
D:-Mutual Exclusion
Correct Answer:- Option-B
Question74:-The knowledge base of Al computing includes both facts and
A:-Theories
B:-Heuristics
C:-Algorithms
D:-Analysis
Correct Answer:- Option-B
Question75:-What type of information is stored in the Phonological loop?
A:-Visual Information
B:-Auditory Information
C:-Speech Based Information
D:-Spatial Information
Correct Answer:- Option-C
Question76:-Which of the following is/are the application of expert system?
A:-Control and monitoring
B:-Debugging
C:-Diagnosis
D:-Alll of these
Correct Answer:- Option-D