1. Which testing ensures the program meets user requirements?
Reading mode
Unit 3: Programming Fundamentals
Correct answer is shown on each question. Use Next to read one by one.
2. Which error is detected during program execution?
3. Which JavaScript method is used to add a new item to the end of an array?
4. Which CSS property is used to make text bold?
5. Which JavaScript feature allows code reuse?
6. Which JavaScript console method is used for debugging?
7. What is the main purpose of an algorithm?
8. Which algorithm searches an element by dividing the list into halves?
9. What is the output of a Boolean expression?
10. Which loop is used when the number of iterations is known?
11. Which algorithm is best for large sorted data?
12. Which CSS property is used to align text?
13. Which tool in a web browser is most commonly used by developers to find and fix errors in JavaScript code?
14. In JavaScript, which keyword is used to declare a variable that can be changed later?
15. What is the main purpose of CSS (Cascading Style Sheets)?
16. Which JavaScript loop runs at least once?
17. Which CSS property is used to change the background color of an element?
18. In HTML5, which tag is used to define a footer for a document or a section?
19. Which debugging technique involves checking output step by step?
20. Which JavaScript structure can store key-value pairs?
21. Which HTML attribute is used to provide additional information about an element?
22. Which JavaScript construct is used to repeat a block of code a certain number of times?
23. Which JavaScript method is used to find the length of an array?
24. Which data structure stores elements in a sequence?
25. Which CSS pseudo-class is used to select and style an element when you move your mouse over it?
26. Which JavaScript function displays a message box?
27. Which HTML element is used for the largest heading?
28. Which JavaScript statement is used for decision making?
29. What is a set of step-by-step instructions for a computer to solve a problem called?
30. What is an error in the code's grammar or spelling called?
31. Which algorithm gives the best result in minimum steps?
32. Which HTML section contains metadata?
33. In JavaScript, what is used to make decisions and execute different code based on a condition?
34. What will the `console.log(typeof "Hello")` command show in the JavaScript console?
35. Which HTML tag is used to create a hyperlink?
36. Which HTML tag is used to create a table row?
37. Which CSS property is used to add rounded corners to an element?
38. Which CSS property is used to add space inside an element?
39. Which CSS property controls the size of text?
40. Which HTML tag is used to collect user input?
41. Which JavaScript keyword is used to define a function?
42. Which HTML5 tag is used to define the main content of a document, separate from the header and footer?