Page:11
Below are the scanned copy of Kerala Public Service Commission (KPSC) Question Paper with answer keys of Exam Name 'Lecturer in Computer Engineering' And exam conducted in the year 2023. And Question paper code was '132/2023'. 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.
71.
72.
73.
74.
75.
There are three processes in a system. Each requires access to four units of a non-sharable
1/0 device for their computation. What is the minimum number of instances of the I/O device
required so that the processes will never face a deadlock?
(A) 4 (B) 10
(0) 12 (D) None of these
Consider the following two statements regarding Magnetic Disks with concentric circular
tracks :
51 : The highest share of Disk Service Time is contributed by rotational latency.
$2: Alltracks have the same storage capacity.
Which of the following is correct?
(^) Both $1 and 82 are false (B)_ S1is false and S2 is true
(0 S1lis true and 82 is false (D) BothS1 and 82 are true
class Parent {
final public void fun1 () {
1
ர்
public void fun2 () {
\
ர்
1
ர்
class Child extends Parent {
//
1
Which of the functions in the Parent class can be overridden by the Child class?
(^) funl() only
൯ both fun! () and fun2 () can be overridden
(0 fun2 () only
(D) no method can be overridden
Which of the following statements is true in case of multiple catch blocks in JAVA?
(A) _ Hither of the superclass or subclass can be caught first
(B) The superclass exception must be caught first
(C) The superclass exception cannot be caught first
(D) None of these
Which of the following contains only unimplemented methods?
(^) An Child Class ൯) An Interface
(C) An Abstract class (D) None of these
13 182/2028
[?.7.0.]