MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Basic C knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The background color of a Web page is determined by the ______ property. |
| A. | BackColor |
| B. | BackgroundColor |
| C. | BgColor |
| D. | BColor |
| Answer» D. BColor | |
| 2. |
_______ initializes a new instance of Line class. |
| A. | BorderProperty |
| B. | Border |
| C. | Surround |
| D. | Line() |
| Answer» E. | |
| 3. |
_______ property sets the border of an image. |
| A. | BorderProperty |
| B. | Border |
| C. | Surround |
| D. | Line |
| Answer» B. Border | |
| 4. |
The first webpage added to an application is the _______ page. |
| A. | Default.aspx |
| B. | Home.aspx |
| C. | Index.aspx |
| D. | Start.aspx |
| Answer» B. Home.aspx | |
| 5. |
Text that cannot be changed by the user is termed as _____ text. |
| A. | Constant |
| B. | Dynamic |
| C. | Static |
| D. | Hardcoded |
| Answer» D. Hardcoded | |
| 6. |
ASP is a ________ language that tells the client’s browser how to render the page on the computer screen. |
| A. | Markup |
| B. | Programming |
| C. | Structured Query |
| D. | Data storage |
| Answer» B. Programming | |
| 7. |
A ________ web page is not interactive and is used to display information only. |
| A. | Dynamic |
| B. | Static |
| C. | Server |
| D. | Client |
| Answer» C. Server | |
| 8. |
A _______ computer requests web pages from the server. |
| A. | Server |
| B. | Host |
| C. | Client |
| D. | Router |
| Answer» D. Router | |
| 9. |
A ________ is a special computer that serves webpages. |
| A. | Server |
| B. | Host |
| C. | Client |
| D. | Router |
| Answer» B. Host | |