Kerala PSC Previous Years Question Paper & Answer

Title : Assistant Professor in Information Technology
Question Code :

Page:6


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.

page: 6 out of 20
Excerpt of Question Code: 089/2023/OL

A:-conflicting types for ASCII function
B:-function name is different than called function
C:-conflict in method names
D:-none of the above
Correct Answer:- Option-A
Question24:-The scope of an automatic variables is within in aC Program.
A:-all the functions
B:-the function where it has been declared
C:-whole program
D:-main function only
Correct Answer:- Option-B
Question25:-A function that calls itself is called
A:-reusable
B:-recallable
C:-recursive
D:-iterative
Correct Answer:- Option-C

Question26:-What is the output of the following python program ?
x='Kerala'
for i in range(len(x)):
x[i].upper()
print(x)

A:-KERALA

B:-Kerala

C:-KERAL

D:-Type Error

Correct Answer:- Option-B

Question27:-What is the output of the following python program ?
my_tuple=(1,2,3,4)

my_tuple.append((5,6,7))

print(my_tuple)

A:-Name Error
B:-Syntax Error
C:-Attribute Error
D:-1,2,3,4,5,6,7
Correct Answer:- Option-C
Question28:-In python programming, suppose list1 is [1,2,3], what is list1*2 ?

Similar Question Papers

Ask Question

(Press Ctrl+g to toggle between English and the chosen language)


Questions & Answers

Assistant Professor in Information Technology : Video