PHP
Test
Model Test
Ebook
Quiz-1 : PHP Fundamental
Quiz-2 : PHP Variables and Datatypes
Quiz - PHP Basic 1
Quiz - PHP Fundamental 3
Quiz - PHP Advanced Concept, Networking, Super G.
Quiz - PHP Networking
Quiz PHP Object Oriented Programming
Quiz - PHP string,oop,regular expression
Quiz - PHP and MySQL
Quiz - PHP String,Security,Webservice
Index
PHP Home
PHP Fundamentals
230
PHP Input/Output
16
PHP Object Oriented Programming
59
PHP Installation & Configuration
17
Reported Questions
80
PHP Functions
16
PHP Regular Expression
33
PHP Variables and Datatypes
62
PHP Arrays
104
PHP Operators and Expressions
6
PHP Built-in Constants and Standard PHP .
10
PHP Advanced Concepts
120
PHP Error Handling
34
PHP String Operation
36
PHP Language Syntax
11
PHP Super Globals
21
PHP Datetime and timezone
4
PHP Networking
12
PHP with MySQL
5
PHP Web Service
10
PHP Security
15
PHP File Handling
9
PHP PEAR
7
PHP Control Structure
7
PHP Form Handling
1
Schools
Ebook
Question:
The Boolean data type represents truth, supporting only _____Values.
A
Only 2
B
Only 3
C
Only 4
D
Only 5
E
None
Note:
Not available
Show answer
Show Note
Report
Question:
A string is a__________ treated as a contiguous group.
A
Sequence of strings
B
Sequence of characters
C
Sequence of floats
D
Sequence of boolean
Note:
Not available
Show answer
Show Note
Report
Question:
Floating-point numbers, also referred to as ______.
A
Floats
B
only Doubles or Real numbers
C
Floats and doubles
D
Specify numbers that contain fractional parts
Note:
Not available
Show answer
Show Note
Report
Question:
An Integer is representative of _______.
A
In base 10(decimal)
B
In base 8(octal)
C
In base 16(hexadecimal)
D
In base 2(binary)
Note:
Not available
Show answer
Show Note
Report
Question:
If you want to insert a single dynamic integer value which one will you not select?
A
Printf("Bar inventory:%d bottles of tonic water.", 100);
B
Printf("Bar inventory:%b bottles of tonic water.", 100);
C
Printf("Bar inventory:%f bottles of tonic water.", 100);
D
print("Bar inventory:%d bottles of tonic water.",100);
Note:
Not available
Show answer
Show Note
Report
Question:
What will be the output of the above syntax? <?php $heavywaight="Lewis"; $lightwaight="Mayweather"; echo $heavywaight,"and", $lightwaight, "are great fighters"; ?>
A
Lewis, are great fighters,
B
Lewis, Mayweather are great fighter
C
Lewis and Mayweather are great fighters
D
Lennox Lewis and Floyd Mayweather
Note:
Not available
Show answer
Show Note
Report
Question:
What do you mean by prototype?
A
Simply the function's definition
B
Input parameters & defined data type
C
Returns type of value.
D
only defined Array of Data
Note:
Not available
Show answer
Show Note
Report
Question:
Which are incorrect value used to represents true and false values?
A
$alive=true; //$alive is false.
B
$alive=true; //$alive is 0.
C
$alive=0; //$alive is false.
D
$alive=-1; //$alive is true.
Note:
Not available
Show answer
Show Note
Report
Question:
Which data type is not used to represents true and false values?
A
printf
B
Boolean
C
array
D
String
Note:
Not available
Show answer
Show Note
Report
Question:
What is/ are the incorrect file extensions of PHP?
A
.php
B
.pmsql
C
php3
D
.phtml
Note:
Not available
Show answer
Show Note
Report
First
Prev
7
8
9
10
11
Next
Last
/93
Go
Schools
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd