Description: Practice Class 10 Computer Science Chapter 3 MCQs on Programming Fundamentals. These important objective questions are based on FBISE exam pattern and include HTML, CSS, JavaScript basics, programming constructs, and debugging techniques.
1. HTML stands for:
2. CSS is mainly used for:
3. Which tag is used for the largest heading in HTML?
4. JavaScript is mainly used to make web pages:
5. Which HTML tag is used to create a paragraph?
6. Which tag is used to insert an image in HTML?
7. Which attribute specifies image source in HTML?
8. Which CSS property changes text color?
9. Which symbol is used for comments in JavaScript?
10. Which HTML tag creates a line break?
11. Which tag contains webpage title?
12. JavaScript code is usually written inside:
13. Which HTML tag creates a hyperlink?
14. Which CSS property changes background color?
15. Which symbol ends a JavaScript statement?
16. Which HTML section contains visible webpage content?
17. Which programming structure repeats instructions?
18. Which HTML tag is used to create an unordered list?
19. Which HTML tag represents a list item?
20. Which CSS property changes text size?
21. JavaScript is executed on the:
22. Which HTML tag is used to create a table row?
23. Which tag is used to create a table cell?
24. Which JavaScript function displays output in alert box?
25. Which HTML tag is used to insert horizontal line?
26. Which symbol is used for CSS ID selector?
27. Which JavaScript keyword declares a variable?
28. Which tag is used for ordered list in HTML?
29. Which programming structure is used for decision making?
30. Which operator is used for comparison in JavaScript?
31. Which HTML tag creates a form?
32. Which input type hides typed password characters?
33. Which JavaScript loop repeats code multiple times?
34. Which HTML tag is used to create a button?
35. Which CSS property aligns text?
36. Which JavaScript statement is used for conditional execution?
37. Which HTML tag is used for inserting comments?
38. Which CSS property changes font style?
39. Which JavaScript function writes output on webpage?
40. Which HTML tag defines the beginning of an HTML document?
41. Which operator is used for addition in JavaScript?
42. Which HTML element is used for webpage metadata?
43. Which loop is commonly used when repetitions are known?
44. Which CSS property adds space outside an element?
45. Which JavaScript keyword stops a loop?
46. Which HTML tag is used to create a checkbox?
47. Which CSS property changes element border color?
48. Which JavaScript statement skips current loop iteration?
49. Which HTML tag is used to make text bold?
50. Programming fundamentals mainly help students to: