This Computer Quizzes is designed to help you assess your knowledge of basic Computer Science . This is also a useful resource for employers to examine the technical Computer Science knowledge of the candidates during an interview or for applicants. If you pass this test with 80% or above (16 questions or more), it is likely that you have a pretty solid fundamental knowledge of Computer Science .
Here are the questions and answers :
HTML stands for? *
Hyper Text Markup Language
High Text Markup Language
Hyper Tabular Markup Language
None of these
which of the following tag is used to mark a beginning of paragraph ? *
- 1 ) < TD >
- 2) < br >
- 3 ) < P >
- 4 ) < TR >
From which tag descriptive list starts ? *
- 1) < LL>
- 2) < DD>
- 3) < DL>
- 4) < DS>
Correct HTML tag for the largest heading is *
- < head>
- < h6>
- < heading>
- < h1>
The attribute of < form> tag *
- Method
- Action
- Both of the above
- None of these
Markup tags tell the web browser *
- How to organize the page
- How to display the page
- How to display message box on page
- None of these
www is based on which model? *
- Local server
- Client server
- 3-tier
- None of these
Web pages starts with which of the following tag? *
- < Body>
- < Title>
- < HTML>
- < Form>
Correct HTML to left align the content inside a table cell is *
- < tdleft>
- < td raligh = “left” >
- < td align = “left”>
- < td leftalign>
How can you open a link in a new browser window? *
- < a href = “url” target = “new”>
- < a href = “url” target= “_blank”>
- < a href = “url”.new>
- < a href = “url” target =”open”>