Array MCQS

1. What is an array? a) A data structure that stores elements of the same type sequentially in memoryb) A data structure that stores elements … Read more

PHP and MySQL MCQs

1. Which PHP function is used to establish a connection with a MySQL server? a) mysqli_query()b) mysql_connect()c) pdo_connect()d) mysqli_connect() Answer: d) mysqli_connect() Explanation: mysqli_connect() is … Read more

XML MCQs

1. What is XML used for? a) Storing relational datab) Displaying web pagesc) Defining markup languagesd) Creating dynamic web applications Answer: c) Defining markup languagesExplanation: … Read more

Style sheets MCQs

1. What is the primary purpose of CSS (Cascading Style Sheets)?a) To define the structure of web pagesb) To create dynamic interactions on web pagesc) … Read more