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
Which of the following is not a session function.
Choose an answer
Session _decode
Session _ destroy
Session _id
Session _ pw
Previous
Skip
Next
Question # 2
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 # 3
Which of the following variables is not a predefined variable.
Choose an answer
$get
$ask
#reuest
#post
Previous
Skip
Next
Question # 4
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 # 5
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 # 6
Which of the following method sends input to a script via a URL.
Choose an answer
Get
Post
Both
None
Previous
Skip
Next
Question # 7
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 # 8
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 # 9
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 # 10
Casting operator introduced in PHP 6 IS.
Choose an answer
(array)
(in 64)
(real) or (double) or (float)
(object)
Previous
Skip
Next
Question # 11
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 # 12
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 # 13
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 # 14
Which data types are treaded as arrays.
Choose an answer
Integer
Float
String
Booleans
Previous
Skip
Next
Question # 15
Which of the following method is suitable when you need to send larger form submissions.
Choose an answer
Get
Post
Both Get and post
None of above
Previous
Skip
Next
Question # 16
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 # 17
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 # 18
Which of the following function return 1 when output is successful.
Choose an answer
echo()
Print ()
Both
None
Previous
Skip
Next
Question # 19
Which of the following function returns the number of character in a string variable.
Choose an answer
Count ($ variable)
Len ($variable)
Strcount ($variable)
Strien ($variable)
Previous
Skip
Next
Question # 20
The left association operator % s used in PHP for
Choose an answer
Percentage
bit wise or
Division
Modulus
Previous
Skip
Next
Question # 21
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 # 22
Which of the following are valid float values.
Choose an answer
4.5678
4.0
7 e4
All of above
Previous
Skip
Next
Question # 23
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 # 24
Trace the odd data type
Choose an answer
Floats
Integer
Double
Real number
Previous
Skip
Next
Question # 25
To work with remote files in PHP you need to enable.
Choose an answer
Allow _url _fopen
Allow _ remote_files
Both of above
None
Previous
Skip
Next
Back