1. Which language is used to define the structure and content of a web page?
Reading mode
Unit 3: Programming Fundamentals
Correct answer is shown on each question. Use Next to read one by one.
2. Which CSS property is used to change text color?
3. What is a set of step-by-step instructions for a computer to solve a problem called?
4. Which tool in a web browser helps developers see errors and messages from their JavaScript code?
5. What is the main purpose of an algorithm?
6. Which JavaScript statement stops a loop?
7. Which CSS property is used to align text?
8. Which HTML tag is used to collect user input?
9. Which JavaScript function displays a message box?
10. Which HTML tag is used to create a table row?
11. Which sorting algorithm repeatedly swaps adjacent elements?
12. Which CSS property controls the size of text?
13. What is the output of a Boolean expression?
14. Which CSS property is used to change the background color of an element?
15. Which algorithm compares each element with all others?
16. Which HTML tag is used to create a link to another web page?
17. In HTML5, which tag is used to define a footer for a document or a section?
18. Which testing method checks individual units of code?
19. Which JavaScript operator is used to compare both value and type?
20. Which JavaScript statement is used for decision making?
21. Which loop is used when the number of iterations is known?
22. Which JavaScript console method is used for debugging?
23. Which HTML tag is used to create a hyperlink?
24. Which HTML tag is used to display an image on a webpage?
25. What is an error in the code's grammar or spelling called?
26. Which algorithm searches an element by dividing the list into halves?
27. Which tool is used to find errors in a program?
28. What will the `console.log(typeof "Hello")` command show in the JavaScript console?
29. In JavaScript, which keyword is used to declare a variable that can be changed later?
30. Which CSS property controls element positioning?
31. What is the process of finding and fixing errors in a computer program called?
32. Which HTML tag is used to create an unordered list?
33. Which CSS pseudo-class is used to select and style an element when you move your mouse over it?
34. Which debugging technique involves checking output step by step?
35. Which error occurs due to wrong logic in a program?
36. Which algorithm gives the best result in minimum steps?
37. Which JavaScript structure can store key-value pairs?
38. Which tool in a web browser is most commonly used by developers to find and fix errors in JavaScript code?
39. Which HTML section contains metadata?
40. What is the main purpose of CSS (Cascading Style Sheets)?