Home > Web Development > Quizzes > Advanced Web Technologies Practice Test: Web Techniques
Advanced Web Technologies Practice Test: Web Techniques
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 62% Most missed: “To upload the file ________ array is used.”
Advanced Web Technologies Practice Test: Web Techniques
Time left 00:00
25 Questions

1. Classes and objects are the two main aspects of __________________
2. To implement an interface, a class must use the______ keyword.
3. Which are build in data types that sql supports?
4. The____ function fetches a result row as an associative array, a numeric array, or both.
5. A constructor allows you to initialize an object's properties upon creation of the object.
6. The ssl_set()function is used to establish secure connections using _____
7. An abstract class is a class that contains at least one abstract method. An abstract method is a method that is declared, but not implemented in the code.
8. Which type of language used in sql
9. Data source name in pear DB is _________
10. The MySQLi functions allows you to access______ database servers.
11. A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the ________ too.
12. Interfaces are declared with the ________ keyword:
13. How do you create cookie in PHP by ________.
14. If you create a _______function, PHP will automatically call this function when you create an object from a class.
15. The _________ works through request header and response.
16. Interface are similar to abstract classes. The difference between interfaces and abstract classes are Interfaces cannot have properties, while abstract classes can have.
17. URL stands for ____________ .
18. Abstract classes and methods are when the parent class has a named method, but need its child class(es) to fill out the tasks.
19. java script was designed as a _____ scripting language.
20. __________ function is used to change the default database for the connection.
21. An inherited class is defined by using the ______ keyword.
22. _______ statements reduce parsing time as the preparation on the query is done only once (although the statement is executed multiple times)
23. ______ tag is used for multiple selections.
24. MYSQL i here 'i' means________
25. In PHP, there are three types of arrays one is not type of array in php which one: