More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
PPSC Computer Science Chapter 9 PHP Online Test MCQs With Answers
Question # 1
The function setcookie () is used to.
Choose an answer
Enable or disable cookie support
Declare cookie variables
Store data in cookie variable
All of above
Previous
Skip
Next
Question # 2
The left associative dot operator (0 is used in PHP for.
Choose an answer
Multiplication
Concatenation
Separate object and its member
Delimeter
Previous
Skip
Next
Question # 3
PHP supports all four different ways of delimiting in this context identify the false statement.
Choose an answer
You can use any of the delimiting style.
You can use different delimiting style in same page
You can use any delimiting style but must use a single style consistently for a page.
Variables declared in previous blocks are remembered on later blocks tool
Previous
Skip
Next
Question # 4
Which of the following variable assignment is by value assignment in PHP
Choose an answer
$value 1 = $ value?
$value 1 = & $ value?
$value 1 = & $value?
None
Previous
Skip
Next
Question # 5
Which of the following data type is not seal or datA type supported by PHP
Choose an answer
Array
String
Float
Boolean
Previous
Skip
Next
Question # 6
A script is a
Choose an answer
Program or sequence of instructions that is interpreted of carried out by processor directly
Program or sequence of instruction that is interpreted or carried out by another program
Program or sequence of instruction that is interpreted or carried out by web server only
None
Previous
Skip
Next
Question # 7
Identify the invalid identifier
Choose an answer
my -function
size
-some word
This & That
Previous
Skip
Next
Question # 8
In PHP string data are
Choose an answer
Delimited by single uote
Delimited by double uoto
Delimited by <<< identifier
All of above
Previous
Skip
Next
Question # 9
Which of the following functions require the allow -rul -fopen must the enabled.
Choose an answer
Include ()
Require ()
Both above
None
Previous
Skip
Next
Question # 10
Trace the function that does continue the script execution even if the file inclusion fails.
Choose an answer
Include ()
requre(0
Both of abvoe
None
Previous
Skip
Next
Question # 11
Which of the following is not true.
Choose an answer
PHP can be used to develop web application
PHP makes a website dynamic
PHP applications can not be complied
PHP can not be embedded into html
Previous
Skip
Next
Question # 12
In mail ($param2, $ param 2, $param3, $param 4), the $param 2 contains.
Choose an answer
The message
The recipient
The header
The subject
Previous
Skip
Next
Question # 13
Which data types are treaded as arrays.
Choose an answer
Integer
Float
String
Booleans
Previous
Skip
Next
Question # 14
The difference between include ( ) and require()
Choose an answer
Are different how they handle failure
Both are same in every aspects
Is include () produced a fatal error while require results in a warning.
None
Previous
Skip
Next
Question # 15
Identify the variable scope that is not supported by PHP
Choose an answer
Local variables
Function parameters
Hidden variables
Global variables
Previous
Skip
Next
Question # 16
Which of the following variables is not a predefined variable.
Choose an answer
$get
$ask
#reuest
#post
Previous
Skip
Next
Question # 17
Which of following commenting is supported by PHP
Choose an answer
Single line c++syntax -ii
Shell syntax -#
Both of above
None
Previous
Skip
Next
Question # 18
For integer data type PHP 6 introduced.
Choose an answer
8 bit integer value
16 bit integer value
32 bit integer value
64 bit integer value
Previous
Skip
Next
Question # 19
Casting operator introduced in PHP 6 IS.
Choose an answer
(array)
(in 64)
(real) or (double) or (float)
(object)
Previous
Skip
Next
Question # 20
Which of the following type specifier is invalid in print f ( ) functions.
Choose an answer
% a
% b
% c
% d
Previous
Skip
Next
Back