Kerala PSC Previous Years Question Paper & Answer

Title : Higher Secondary School Teacher (Junior) Computer Science
Question Code :

Page:10


Below are the scanned copy of Kerala Public Service Commission (KPSC) Question Paper with answer keys of Exam Name 'Higher Secondary School Teacher (Junior) Computer Science' And exam conducted in the year 2023. And Question paper code was '098/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: 10 out of 19
Excerpt of Question Code: 098/2023/OL

Correct Answer:- Option-D

Question47:-Consider the table "Sales" with columns: id(INTEGER), data (DATE),
and total (DECIMAL). Which of the following queries will return the average total for
each year?

A:-SELECT YEAR (date), AVG(total) FROM sales

B:-SELECT AVG (total) FROM sales GROUP BY YEAR (date)

C:-SELECT YEAR (date), AVG (total) FROM sales GROUP BY YEAR (date);
D:-SELECT AVG (total) FROM sales GROUP BY data ;

Correct Answer:- Option-C

Question48:-Which of the following statements is true regarding the CASCADE
option in a FOREIGN KEY constraint?

A:- It prevents any modifications to the foreign key column
B:-it allows NULL values in the foreign key column

C:-lt automatically creates a new primary key value when a referenced
primary key is deleted or updated

D:-It deletes or updates the dependent rows in the referencing table when a
referenced primary key is deleted or updated

Correct Answer:- Option-D
Question49:-'Q' in a five tuple DFA definition represents
A:-The finite set of states
B:-Finite set of outputs
C:-The set of all inputs
D:-None of the above
Correct Answer:- Option-A
Question50:-A linked list is a/an linear data structure.
A:-Asymptotic
B:-Primitive
C:-Non-primitive
D:-Absolute
Correct Answer:- Option-C

Question51:-A parent process executing system call will be suspended
until its child process terminates

A:-Create()

B:-Exec()

C:-Wait()

D:-Run()

Correct Answer:- Option-C

Question52:-A context free language is called ambiguous if there exists a string

Similar Question Papers

Ask Question

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


Questions & Answers

Higher Secondary School Teacher (Junior) Computer Science : Video