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
When uploading a file if the UPLOAD_ERR-OK contains value 0 it means.
Choose an answer
Upload is not successful error occurred
The file uploaded with success
Uploaded file size is 0
File upload progress is 0% completed
Previous
Skip
Next
Question # 2
Which of the following function return 1 when output is successful.
Choose an answer
echo()
Print ()
Both
None
Previous
Skip
Next
Question # 3
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 # 4
Which of following are compound data type.
Choose an answer
array
Objects
Both
None
Previous
Skip
Next
Question # 5
Which function includes the specified file even the statement evaluates to false in which block the function is placed.
Choose an answer
Include ()
require (0
Both of above
None
Previous
Skip
Next
Question # 6
f open ($file_doc."r+& rduo opens a file for.
Choose an answer
reading
writing
both above
None
Previous
Skip
Next
Question # 7
You can define a constant by using the define () function Once a constant is defined.
Choose an answer
It can never the changed of underdefined
It can never be changed but can be undefined.
It can be changed but can not be undefined
It can be changed and can be undefined
Previous
Skip
Next
Question # 8
Which of the following are valid float values.
Choose an answer
4.5678
4.0
7 e4
All of above
Previous
Skip
Next
Question # 9
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 # 10
Which of the following method sends input to a script via a URL.
Choose an answer
Get
Post
Both
None
Previous
Skip
Next
Question # 11
Identify the invalid identifier
Choose an answer
my -function
size
-some word
This & That
Previous
Skip
Next
Question # 12
Which of the following type specifier is invalid in print f ( ) functions.
Choose an answer
% a
% b
% c
% d
Previous
Skip
Next
Question # 13
When you need to obtain the ASCII value of a character which of the following unction you apply in PHP.
Choose an answer
chr ( ):
ace ( ):
ord ( ):
Val ( ):
Previous
Skip
Next
Question # 14
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 # 15
Which of the following delimiting method is known as string interpolation.
Choose an answer
Delimited by single uote
Delimited by double uote
Delimited by <<< identifier
All of above
Previous
Skip
Next
Question # 16
When compared to the compiled program scripts run
Choose an answer
Faster
Slower
The execution speed in similar
All of above
Previous
Skip
Next
Question # 17
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 # 18
A variable $word is set to "HELLO WORLD" which of the following script returns in title case.
Choose an answer
Echo uc words ($word)
Echo uc words (strtolower ($word)
Echo uc first ($word)
None of above
Previous
Skip
Next
Question # 19
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 # 20
Which of the following variables is not a predefined variable.
Choose an answer
$get
$ask
#reuest
#post
Previous
Skip
Next
Back