Kerala PSC Previous Years Question Paper & Answer

Title : Assistant Professor in Information Technology
Question Code :

Page:5


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: 5 out of 20
Excerpt of Question Code: 089/2023/OL

D:-raise an exception
Correct Answer:- Option-B
Question19:-What is the priority assigned to all Java threads by default ?
A:-1
B:-5
C:-10
D:-2
Correct Answer:- Option-B
Question20:-What was the name of the team that developed Java ?
A:-Green Team
B:-Star Seven
C:-Sun Microsystems Team
D:-Java Team
Correct Answer:- Option-A

Question21:-In pass by value, values of actual parameters are copied to the
variables in the parameter list of the called function. So

A:-original data in the calling function cannot be changed accidently
B:-original data in the calling function can be changed accidently
C:-original data in the calling function may be changed suddenly
D:-original data in the calling function shall be changed certainly
Correct Answer:- Option-A

Question22:-Which of the following is not the category of the functions in C ?
A:-Functions with no arguments and no return values
B:-Functions with one argument and one return value
C:-Functions with arguments and no return values
D:-Functions with return multiple values
Correct Answer:- Option-D

Question23:-Ildentify error in the following C program :
#include
void main(){

char ch;

void ASCII(char);

printf("Enter any character:\n");

scanf("%c",&ch);

ASCII(ch);

ர்‌
void ASCII(int c){

printf("The ASCII value of %c is %d",c,c);

Similar Question Papers

Ask Question

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


Questions & Answers

Assistant Professor in Information Technology : Video