1. In HTML5, which tag is used to define a footer for a document or a section?
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 make text bold?
3. Which error is detected during program execution?
4. Which language is used to define the structure and content of a web page?
5. Which testing ensures the program meets user requirements?
6. Which HTML section contains metadata?
7. Which debugging technique involves checking output step by step?
8. In JavaScript, what is used to make decisions and execute different code based on a condition?
9. Which JavaScript function displays a message box?
10. Which JavaScript structure can store key-value pairs?
11. Which CSS pseudo-class is used to select and style an element when you move your mouse over it?
12. What is a named block of code in JavaScript that performs a specific task and can be called multiple times?
13. What is the main purpose of CSS (Cascading Style Sheets)?
14. Which data structure stores elements in a sequence?
15. What will the `console.log(typeof "Hello")` command show in the JavaScript console?
16. Which testing method checks individual units of code?
17. Which JavaScript statement is used for decision making?
18. Which algorithm compares each element with all others?
19. What is the output of a Boolean expression?
20. Which HTML tag is used to display an image on a webpage?