Time Left: 00:00

WDDBA Exam: Server-side Scripting

Instruction: Select the correct answer from the given choices. Each question carries 2 points.

1. What is the primary characteristic of a dynamic website, as described in Unit One of the document?

2. According to the categories of dynamic functionality, what is the purpose of a "Political" website?

3. What is the advice given to website managers regarding the dynamic functionality categories?

4. What is the relationship between scripting languages and programming languages?

5. What is used to execute scripting languages instead of a compiler?

6. Which type of scripting language runs on a web server and is not visible to the visitor, making it a more secure approach?

7. Which of the following is NOT listed as an example of a server-side scripting language?

8. Where do client-side scripting languages run from?

9. Which scripting language is loved by programmers for its ease of use and concise syntax, allowing them to create code more quickly?

10. What is an open-source scripting language commonly used by backend web developers, originally standing for "personal home page"?

11. What is the claim to fame for the Ruby scripting language?

12. What was the original purpose of the Perl scripting language?

13. What is a significant advantage of scripting languages due to their use of interpreters instead of compilers?

14. What is a disadvantage of scripting languages compared to traditional programming languages?

15. The document outlines five key points to ensure a comprehensive website requirement document. Which of the following is NOT one of them?

16. What is the recommended free and open-source software for setting up a PHP development environment on Windows?

17. Which component of XAMPP is a relational database management system that stores, retrieves, and manipulates databases with which PHP scripts interact?

18. What are the start and end tags for a PHP script?

19. What is the default file extension for a PHP file?

20. How is a variable declared in PHP?

21. What is a key characteristic of PHP as a programming language regarding variable data types?

22. Why are the variable names `$name` and `$NAME` treated as different variables in PHP?

23. What is the result of the `xor` operator in PHP if both operands are true?

24. Which comparison operator in PHP returns `True` only if both operands are equal and are of the same type?

25. What is the purpose of the conditional or ternary operator (`?:`) in PHP?