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:
Question 1: HTML stands for? *
- Hyper Text Markup Language
- High Text Markup Language
- Hyper Tabular Markup Language
- None of these
Question 2: Which of the following tag is used to mark a beginning of paragraph? *
- < TD >
- < br >
- < P >
- < TR >
Question 3: From which tag descriptive list starts? *
- < LL>
- < DD>
- < DL>
- < DS>
Question 4: Correct HTML tag for the largest heading is *
- < head>
- < h6>
- < heading>
- < h1>
Question 5: The attribute of < form> tag *
- Method
- Action
- Both of the above
- None of these
Question 6: 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
Question 7: WWW is based on which model? *
- Local server
- Client server
- 3-tier
- None of these
Question 8: Web pages starts with which of the following tag? *
- < Body>
- < Title>
- < HTML>
- < Form>
Question 9: Correct HTML to left align the content inside a table cell is *
- < tdleft>
- < td raligh = “left” >
- < td align = “left”>
- < td leftalign>
Question 10: 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”>