PHP
Quiz-summary
0 of 20 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results:
0 of 20 questions answered correctly
Time Spent:
Time has elapsed
Average score |
|
Your score |
|
Download your certificate |
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Answered
- Review
-
Question 1 of 20
1.
What is PHP
-
Question 2 of 20
2.
what will be output of following? $a=024; echo $a/4;
-
Question 3 of 20
3.
How to delete a file in PHP.
-
Question 4 of 20
4.
What is the default session timeout in PHP
-
Question 5 of 20
5.
What is the default maximum execution time for php.
-
Question 6 of 20
6.
Is PHP an interpreted language or compiler language
-
Question 7 of 20
7.
In PHP langauge is variables are case sensitive?
-
Question 8 of 20
8.
What is final class
-
Question 9 of 20
9.
PHP server scripts are surrounded by which delimiters.
-
Question 10 of 20
10.
PHP variables starts with ?
-
Question 11 of 20
11.
How to get values from a form that is submitted using the “get” method.
-
Question 12 of 20
12.
In PHP include file must have .inc extension
-
Question 13 of 20
13.
What is the correct syntax to write (process) function in PHP.
-
Question 14 of 20
14.
PHP can be run on Microsoft Windows IIS(Internet Information Server)
-
Question 15 of 20
15.
What is the function name to create cookie in PHP
-
Question 16 of 20
16.
How to check if two values are equal and of same data type?
-
Question 17 of 20
17.
Difference between session and cookies?
-
Question 18 of 20
18.
How to define constants in PHP
-
Question 19 of 20
19.
How to read a file character by character
-
Question 20 of 20
20.
What will be the output
$years = 5; echo ‘I have $years of experience in PHP’;