js

Saturday, December 9, 2023

A9.2-R5 : WEB APPLICATION USING PHP questions

 

PART ONE
1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the "OMR" answer sheet supplied with the question paper, following instructions therein.
(1x10)
1.1 Which of the following are types of Kernel in Linux ?
(A) Monolithic Kernel
(B) Hybrid Kernel
(C) Exo Kernel
(D) All of the above
 
1.2 You are given the following PHP program, what will be the output generated by it ?
$a = 22;
function show()
{
$a = 20;
echo "$a";
}
show();
echo "$a";
?>
(A) 2020
(B) 2222
(C) 2022
(D) None of the above

No comments:

Post a Comment