- Home
- Class - 12 CBSE Computer Science — Assertion Reason Type Questions
Assertion. A dynamic web page gets
Class - 12 CBSE Computer Science — Assertion Reason Type Questions
Assertion. A dynamic web page gets displayed differently every time it is loaded.
Reason. Dynamic web pages are a group of different web pages and every time a different web page is loaded.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Answer
A is true but R is false.
Explanation
A dynamic web page is one that contains dynamic content, which is displayed differently each time it loads. The content on the server remains the same, but instead of being just HTML, it also includes dynamic code written in languages such as PHP, JavaScript, etc.