1/10

(1) Which of the following is a markup language used for creating web pages?


(2) Which of the following is a styling language used for defining the layout and appearance of web pages?


(3) Which of the following is a scripting language used for adding interactivity and dynamic behavior to web pages?


(4) Which of the following is a server-side scripting language used for creating dynamic web pages and web applications?


(5) Which of the following is a client-side scripting language used for validating user input and enhancing the user experience on web forms?


(6) Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?


(7) Which of the following search algorithms is based on the principle of divide and conquer?


(8) Which of the following graph algorithms can be used to find the shortest path between two vertices in a weighted graph?


(9) Which of the following data structures is used to implement a LIFO (Last-In-First-Out) policy?


(10) Which of the following sorting algorithms has a worst-case time complexity of O(n log n) and is based on the divide-and-conquer strategy?