Page:4
Below are the scanned copy of Kerala Public Service Commission (KPSC) Question Paper with answer keys of Exam Name 'Assistant Professor in Information Technology' And exam conducted in the year 2023. And Question paper code was '089/2023/OL'. Medium of question paper was in Malayalam or English . Booklet Alphacode was ''. 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.
B:-25
C:-2
D:-10
Correct Answer:- Option-D
Question14:-The interface chip used for data transmission between 8086 and a 16-
bit ADC is
A:-8251
B:-8253
C:-8255
D:-8259
Correct Answer:- Option-C
Question15:-The execution time for the instruction, "STA addr" of an 8085
microprocessor with a clock frequency of 3MHz in nano seconds is
A:-3115
B:-4333
C:-3960
D:-3975
Correct Answer:- Option-B
Question16:-Out of the following terms, which is related to polymorphism in Object
oriented concepts ?
A:-Dynamic allocation
B:-Static allocation
C:-Dynamic binding
D:-Static typing
Correct Answer:- Option-C
Question17:-The operating system maintains the addresses of each variable as it
allocates for them during
A:-run time, memory
B:-compile time, space
C:-memory, compile time
D:-memory, run time
Correct Answer:- Option-D
Question18:-What will happen if a List is created as shown below in JAVA :
List 1=new LinkedList ()
A:-compiles and executes
B:-compile time error
C:-run time error