Page:9
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.
B:-It eliminates the need for pointers
C:-It enables the called function to modify the original argument
D:-none of these
Correct Answer:- Option-C
Question43:-Which of the following statements is true regarding the lifetime of
variables with automatic binding in C?
A:-They have a lifetime that extends until the function containing them
completes execution
B:-They have a lifetime that extends until the program terminates
C:-They have a lifetime that extends throughout the program
D:-They have a lifetime that extends until they are explicitly deallocated
Correct Answer:- Option-A
Question44:-In most programming languages, what happens if two variables with
the same name are declared in nested scopes?
A:-An error is raised, and the program fails to compile
B:-The innermost variable shadows the outer variable, and the inner variable is
used within its scope
C:-The outer variable shadows the inner variable, an the outer variable is used
within its scope
D:-Both variables are combined, and their values are merged within their
respective scopes
Correct Answer:- Option-B
Question45:-Which of the following statement is/are correct about ER model?
i. the discriminator of a weak entity is underlined with a dashed line
ii. the discriminator of a weak entity is underlined with a solid line
iii. the relationship set connecting the weak entity set to the identifying strong
entity set is depicted by a dashed diamond.
iv. the relationship set connecting the weak entity set to the identifying strong
entity set is depicted by a double diamond
A:-only i and iii
B:-only i and iv
C:-only ii and iii
D:-only ii and iv
Correct Answer:- Option-B
Question46:-Which are the pitfalls that should avoid during the designing of a
database schema?
A:-Redundancy
B:-Incompleteness
C:-Insufficient indexing
D:-All of the above