Home > Web Development > Quizzes > Web Technology Basics Practice Test: Server-side Scripting Languages - PHP, Python, Java
Web Technology Basics Practice Test: Server-side Scripting Languages - PHP, Python, Java
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 68% Most missed: “All keywords in Python are in _________”
Server-side scripting languages are programming languages that run on the server instead of the client. They can be used to create web applications and dynamic websites, automate processes, and perform data mining and scheduling tasks.  Here are some popular server-side scripting languages: Java: A widely used language that is known for its portability and scalability. Java is favored for building high-performance and secure applications. Python: A versatile language that can be used for various purposes, including server-side web development. Python has several web frameworks that... Show more
Web Technology Basics Practice Test: Server-side Scripting Languages - PHP, Python, Java
Time left 00:00
25 Questions

1. Which is the right way of declaring a variable in PHP?
2. Who developed Python Programming Language?
3. Which of the following is a type of polymorphism in Java Programming?
4. How to define a function in PHP?
5. Which of these is the definition for packages in Python?
6. Which of the following is the correct syntax to write a PHP code?
7. Which one of the following is not an access modifier?
8. The process of pickling in Python includes ____________
9. Which variable is used to collect form data sent with both the GET and POST methods?
10. What arithmetic operators cannot be used with strings in Python?
11. What is the extension of java code files?
12. What is output of print(math.pow(3, 2))?
13. Which of the following character is used to give single-line comments in Python?
14. What does PHP stand for?
15. Which environment variable is used to set the java path?
16. Python supports the creation of anonymous functions at runtime, using a construct called __________
17. Which of the following is true about servlets?
18. Which one of the following is not a keyword in Python language?
19. Which of the following is the correct extension of the Python file?
20. PHP recognizes constructors by the name _________
21. Which of the following PHP functions can be used to get the current memory usage?
22. How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions.
23. To add a new element to a list we use which Python command?
24. Which of the following web servers are required to run the PHP script?
25. Which keyword is used for function in Python language?