1- <? php
function gkseries $subject = "PHP")
{
return "Learn programming in $subject ";
}
knowledgeguideness $subject;
echo "with knowledgeguideness.blogspot.com"
?>
A: Learn programming in PHPB: Learn programming in PHP with knowledgeguideness.blogspot.com
C: with knowledgeguideness.blogspot.com
D: None of the above
2-The function func_num_args() returns
A: the number of arguments passed to the functionB: the total length of the arguments
C: the number of lines in the program
D: the number of variables used in the program
3-What is the output of the given function ?
<? php
function invite (&$students)
{
$students = 'Learn Computer Engineering';
}
$vst = 'Visit knowledgeguideness.blogspot.com and';
invite($vst);
echo $vst;
?>
A: Learn Computer EngineeringB: Visit knowledgeguideness.blogspot.com and
C: visit knowledgeguideness.blogspot.com and Learn Computer Engineering
D: Learn Computer Engineering visit knowledgeguideness.blogspot.com and
4-get_loaded_extensions() returns
A: returns an array with the names of all variablesB: returns an array with the names of all modules compiled and loaded
C: returns an array with the names of all modules keywords
D: none of these above
5-In PHP programming the function get_extension_funcs()
A: returns the number of variables used in a programB: returns the total number of functions used in a module
C: returns an array with the names of the functions of a module
D: none of these above
6-Which function is used to remove whitespace from the start of the string?
A: rtrim()B: strim()
C: trim()
D: ltrim()
7-PHP stand for?
A: Hypertext preprocessorB: Hypertext processor
C: HTML preprocessor
D: HTML processor
8-PHP script are used in?
A: Server-side scriptingB: Command-line scriptinng
C: Client-side GUI applications
D: All of these
9-In PHP programming litral is a?
A: ClassB: Function
C: Data value
D: None
10-What are the differences between include() and require()?
A: Both (I) and (II) correctB: Both (II) and (III) correct
C: Both (I) and (III) correct
D: None of these above
11-What is the output of the following function ?
<? php
function gkseries $subject = "PHP")
{
return "Learn programming in $subject ";
}
knowledgeguideness $subject;
echo "with knowledgeguideness.blogspot.com"
?>
A: Learn programming in PHPB: Learn programming in PHP with knowledgeguideness.blogspot.com
C: with knowledgeguideness.blogspot.com
D: None of the above
12-The function func_num_args() returns
A: the number of arguments passed to the functionB: the total length of the arguments
C: the number of lines in the program
D: the number of variables used in the program
13-get_loaded_extensions() returns
A: returns an array with the names of all variablesB: returns an array with the names of all modules compiled and loaded
C: returns an array with the names of all modules keywords
D: none of these above
14-In PHP programming the function get_extension_funcs()
A: returns the number of variables used in a programB: returns the total number of functions used in a module
C: returns an array with the names of the functions of a module
D: none of these above
No comments:
Post a Comment