Quiz-summary
0 of 26 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
Information
This is the 26 question Web Development quiz. Please click on Start Quiz & get started.
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 26 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- Answered
- Review
-
Question 1 of 26
1. Question
1 pointsWhich of the following is an advantage of using frames in web pages
Correct
Incorrect
-
Question 2 of 26
2. Question
1 pointsHow many parts does a HTML character entity has
Correct
Incorrect
-
Question 3 of 26
3. Question
1 pointsAwebpage displays a picture. What tag was used to display that picture?
Correct
Incorrect
-
Question 4 of 26
4. Question
1 pointstag makes the enclosed text bold. What is other tag to make text bold?
Correct
Incorrect
-
Question 5 of 26
5. Question
1 pointsTags and test that are not directly displayed on the page are written in _____ section.
Correct
Incorrect
-
Question 6 of 26
6. Question
1 pointsWhich tag inserts a line horizontally on your web page?
Correct
Incorrect
-
Question 7 of 26
7. Question
1 pointsWhat should be the first tag in any HTML document?
Correct
Incorrect
-
Question 8 of 26
8. Question
1 pointsWhich tag allows you to add a row in a table?
Correct
Incorrect
-
Question 9 of 26
9. Question
1 pointsHow can you make a bulleted list?
Correct
Incorrect
-
Question 10 of 26
10. Question
1 pointsHow can you make a numbered list?
Correct
Incorrect
-
Question 11 of 26
11. Question
1 pointsHow can you make an e-mail link?
Correct
Incorrect
-
Question 12 of 26
12. Question
1 pointsChoose the correct HTML tag to make a text italic
Correct
Incorrect
-
Question 13 of 26
13. Question
1 pointsWhich is not a domain name extension
Correct
Incorrect
-
Question 14 of 26
14. Question
1 pointsWhich of the following are commonly found on web pages?
Correct
Incorrect
-
Question 15 of 26
15. Question
1 pointsWhat does PHP stand for?
Correct
Incorrect
-
Question 16 of 26
16. Question
1 pointsA PHP script should start with ___ and end with ___:
Correct
Incorrect
-
Question 17 of 26
17. Question
1 pointsWhich of the following php statement/statements will store 111 in variable num?
Correct
Incorrect
-
Question 18 of 26
18. Question
1 pointsWhat will be the output of the following php code?
< ?php $num = "1"; $num1 = "2"; print $num+$num1 ; ?>
Correct
Incorrect
-
Question 19 of 26
19. Question
1 pointsWhat will be the output of the following PHP code?
< ?php $color = "maroon"; $var = $color[2]; echo "$var" ; ?>
Correct
Incorrect
-
Question 20 of 26
20. Question
1 pointsWhich of the below statements is equivalent to $add += $add ?
Correct
Incorrect
-
Question 21 of 26
21. Question
1 pointsWhat will be the output of the following PHP code?
< ?php $team = "arsenal"; switch ($team) { case "manu": echo "I love man u"; case "arsenal": echo "I love arsenal"; case "manc": echo "I love manc"; } ?>
Correct
Incorrect
-
Question 22 of 26
22. Question
1 pointsWhich one of the following databases has PHP supported almost since the beginning?
Correct
Incorrect
-
Question 23 of 26
23. Question
1 pointsThe updated MySQL extension released with PHP 5 is typically referred to as..
Correct
Incorrect
-
Question 24 of 26
24. Question
1 pointsWhich one of the following statements is used to create a table?
Correct
Incorrect
-
Question 25 of 26
25. Question
1 pointsPHP’s numerically indexed array begin with position __.
Correct
Incorrect
-
Question 26 of 26
26. Question
1 pointsWhat will be the output of the following php code?
< ?php $states = array("karnataka" => array ( "population" => "11,35,000", "captial" => "Bangalore"), "Tamil Nadu" => array( "population" => "17,90,000", "captial" => "Chennai") ); echo $states["karnataka"]["population"]; ?>
Correct
Incorrect
Web Development Quiz Summary
Once you type “Web development” on Google search bar, you will find the following definition in Wikipedia: The wide-screen term for the work involved in developing a website for the Internet or an intranet is called Web Development. It does not only mean just writing the source code, make it responsive and then run it. It’s much more than that! It has to include from scratch to top. From writing the code to designing the layouts, or from buying the domain name to content development till launching the site, the web development encompasses everything.
There are various programming languages which include such as HTML(the most basic one), CSS(for styling), PHP, C, C++, Perl, Java, JavaScript etc. to develop the website. Which is the language you’re most comfortable with? Choose the one and learn web development which has a great future in the coming days.
So, have you done any course yet? If not, learn a course here. If yes, our quiz section for the “Web Development” welcomes you to do a brainstorming and make yourself more confident about the subject. Practice always make a person perfect, so, why don’t you try it? Try out all the questions. Read the questions and instructions given before each question or a set of questions. Use “Next”, “Skip” and “Previous” buttons to go to the next questions, skip the current one and go back to the previous questions respectively. We have an “Explanation” section for you beside the questions if you feel any difficulty in solving them.
Again, prove yourself with your knowledge!