MCQOPTIONS
Saved Bookmarks
This section includes 71 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Sc in Computer Science FY knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Comments in XML document is given by: |
| A. | <?-- _ _--> |
| B. | <!_ _ _ _!> |
| C. | <!_ _ _ _> |
| D. | </_ _ _ _> |
| Answer» D. </_ _ _ _> | |
| 2. |
What is the correct way of describing XML data? |
| A. | xml uses a dtd to describe data |
| B. | xml uses a description node to describe data |
| C. | xml uses xsl to describe the data |
| D. | xml uses a validator to describe the data |
| Answer» D. xml uses a validator to describe the data | |
| 3. |
Output of XML document can be viewed ina |
| A. | word processor |
| B. | web browser |
| C. | notepad |
| D. | none of the above |
| Answer» C. notepad | |
| 4. |
Choose the correct HTML tag for the largest heading? |
| A. | <h1> |
| B. | <h6> |
| C. | <h10> |
| D. | <head> |
| Answer» B. <h6> | |
| 5. |
Choose the correct HTML code to create an email link? |
| A. | <a href = "admin@mcqsets.com"></a> |
| B. | <a href = "admin:suresh@mcqsets.com"></a> |
| C. | <mail>admin@mcqsets.com </mail> |
| D. | mailhref = "admin@mcqsets.com"> |
| Answer» C. <mail>admin@mcqsets.com </mail> | |
| 6. |
Which HTML tag would be used to display power in expression (A+B)2 ? |
| A. | <sup> |
| B. | <sub> |
| C. | <b> |
| D. | <p> |
| Answer» B. <sub> | |
| 7. |
Choose the correct HTML tag to make the text bold? |
| A. | <b> |
| B. | <bold> |
| C. | <strong> |
| D. | both a) and c) |
| Answer» E. | |
| 8. |
Which of the following is an attribute of tag? |
| A. | src |
| B. | link |
| C. | cellpadding |
| D. | bold |
| Answer» D. bold | |
| 9. |
What is the correct syntax in HTML for creating a link on a webpage? |
| A. | <link src= "mcqsets.html"> |
| B. | <body link = "mcqsets.html"> |
| C. | <a src = "mcqsets.html" > |
| D. | < a href = "mcqsets.html"> |
| Answer» E. | |
| 10. |
Which of the following are commonly found on web pages? |
| A. | nternet |
| B. | hyperlinks |
| C. | intranet |
| D. | all of the above |
| Answer» C. intranet | |
| 11. |
What is a FTP program used for? |
| A. | transfer files to and from an internet server |
| B. | designing a website |
| C. | connecting to the internet |
| D. | none of the above |
| Answer» B. designing a website | |
| 12. |
Which is not a domain name extension |
| A. | mil |
| B. | org |
| C. | .int |
| D. | .com |
| Answer» D. .com | |
| 13. |
Which of the following is valid IP address? |
| A. | 984.12.787.76 |
| B. | 192.168.321.10 |
| C. | 1.888.234.3456 |
| D. | 192.168.56.115 |
| Answer» E. | |
| 14. |
What is an ISP? |
| A. | nternet system protocol |
| B. | nternal system program |
| C. | internet service provider |
| D. | none of the above |
| Answer» D. none of the above | |
| 15. |
What do I need to get onto the Internet? |
| A. | computer |
| B. | modem |
| C. | browser |
| D. | all of the above |
| Answer» E. | |
| 16. |
What is Internet Explorer? |
| A. | an icon |
| B. | a file manager |
| C. | a browser |
| D. | the internet |
| Answer» D. the internet | |
| 17. |
Which of the following is used to explore the Internet? |
| A. | browser |
| B. | spreadsheet |
| C. | clipboard |
| D. | draw |
| Answer» B. spreadsheet | |
| 18. |
A homepage is __________ |
| A. | an index of encyclopedia articles |
| B. | where all internet data is stored |
| C. | required for access to the internet |
| D. | the first page of a website |
| Answer» E. | |
| 19. |
With regards to e-mail addresses: |
| A. | hey must always contain an @ symbol |
| B. | hey can never contain spaces |
| C. | they are case-insensitive |
| D. | all of the above |
| Answer» E. | |
| 20. |
Which is true to change the text color to red? |
| A. | <body bgcolor=red> |
| B. | <body text=red> |
| C. | <body color=red> |
| D. | none of the above |
| Answer» C. <body color=red> | |
| 21. |
… tag is used for ________ |
| A. | table heading |
| B. | table records |
| C. | table row |
| D. | none of the above |
| Answer» C. table row | |
| 22. |
using tag will |
| A. | start a new paragraph |
| B. | break the line |
| C. | end the current paragraph |
| D. | none of the above |
| Answer» B. break the line | |
| 23. |
… tag can be placed within ________ |
| A. | header |
| B. | body |
| C. | both a and b |
| D. | none of the above |
| Answer» D. none of the above | |
| 24. |
Which tag is used to display the large font size? |
| A. | <large></large> |
| B. | <big></big> |
| C. | < size ></size> |
| D. | <font></font> |
| Answer» C. < size ></size> | |
| 25. |
Which tag is used to display the numbered list? |
| A. | <ol></ol> |
| B. | <dl></dl> |
| C. | <ul></ul> |
| D. | <li></li> |
| Answer» B. <dl></dl> | |
| 26. |
… tag is used to ________ |
| A. | display the numbered list |
| B. | underline the text |
| C. | display the bulleted list |
| D. | bold the text |
| Answer» D. bold the text | |
| 27. |
Text within … tag is displayed as ________ |
| A. | bold |
| B. | italic |
| C. | list |
| D. | indented |
| Answer» B. italic | |
| 28. |
Text within … tag is displayed as ________ |
| A. | bold |
| B. | italic |
| C. | list |
| D. | indented |
| Answer» C. list | |
| 29. |
… tag must be within ________ |
| A. | title |
| B. | form |
| C. | header |
| D. | body |
| Answer» D. body | |
| 30. |
Outlook Express is a _________ |
| A. | e-mail client |
| B. | browser |
| C. | searchengine |
| D. | none of the above |
| Answer» B. browser | |
| 31. |
In Satellite based communication, VSAT stands for? |
| A. | very small aperture terminal |
| B. | varying size aperture terminal |
| C. | very small analog terminal |
| D. | none of the above |
| Answer» B. varying size aperture terminal | |
| 32. |
What does the .com domain represents? |
| A. | education domain |
| B. | commercial domain |
| C. | network |
| D. | none of the above |
| Answer» C. network | |
| 33. |
"Yahoo", "Infoseek" and "Lycos" are _________? |
| A. | search engines |
| B. | browsers |
| C. | news groups |
| D. | none of the above |
| Answer» B. browsers | |
| 34. |
Which tag is used to create body text in HTML? |
| A. | <head> |
| B. | <text> |
| C. | <title> |
| D. | <body> |
| Answer» E. | |
| 35. |
HTML document start and end with which tag pairs? |
| A. | <head>….</head> |
| B. | <body>….</body> |
| C. | <html>….</html> |
| D. | <web>….</web> |
| Answer» D. <web>….</web> | |
| 36. |
What is the full form of TCP/IP? |
| A. | transmission control protocol / internet protocol |
| B. | telephone call protocol / international protocol |
| C. | transport control protocol / internet protocol |
| D. | none of the above |
| Answer» B. telephone call protocol / international protocol | |
| 37. |
What is a search engine? |
| A. | a program that searches engines |
| B. | aweb site that searches anything |
| C. | a hardware component |
| D. | a machinery engine that search data |
| Answer» C. a hardware component | |
| 38. |
What is the full form of HTTP? |
| A. | hyper text transfer protocol |
| B. | hyper text transfer package |
| C. | hyphenation text test program |
| D. | none of the above |
| Answer» B. hyper text transfer package | |
| 39. |
What is the full form of HTML? |
| A. | hyper text markup language |
| B. | hyphenation text markup language |
| C. | hyphenation test markinglanguage |
| D. | hyper text marking language |
| Answer» B. hyphenation text markup language | |
| 40. |
Which attribute you’ll use with TD tag to merge two cells horizontally? |
| A. | merge=colspan2 |
| B. | rowspan=2 |
| C. | colspan=2 |
| D. | merge=row2 |
| Answer» D. merge=row2 | |
| 41. |
Which attribute can be used with BODY tag to set background color green? |
| A. | background="green" |
| B. | bgcolor="green" |
| C. | vlink="green" |
| D. | none of above |
| Answer» C. vlink="green" | |
| 42. |
Which attribute is used withimg tag to display the text if image could not load in browser? |
| A. | description |
| B. | name |
| C. | alt |
| D. | id |
| Answer» D. id | |
| 43. |
Which of the following is not a valid alignment attribute? |
| A. | left |
| B. | right |
| C. | top |
| D. | all of above |
| Answer» D. all of above | |
| 44. |
When should you use path along with file name of picture in IMG tag? |
| A. | path is optional and not necessary |
| B. | when the location of image file andhtml file are different |
| C. | when image file andhtml file both are on same location |
| D. | path is always necessary when inserting image |
| Answer» C. when image file andhtml file both are on same location | |
| 45. |
What tag is used to list individual items of an ordered list? |
| A. | li |
| B. | ol |
| C. | ul |
| D. | none of above |
| Answer» B. ol | |
| 46. |
HTML supports |
| A. | ordered lists |
| B. | unordered lists |
| C. | both type of lists |
| D. | does not support those types |
| Answer» D. does not support those types | |
| 47. |
Which of the following is an attribute related to font tag? |
| A. | size |
| B. | face |
| C. | color |
| D. | all of above are style tags |
| Answer» E. | |
| 48. |
Which of the following HTML code is valid? |
| A. | <font colour="red"> |
| B. | <font color="red"> |
| C. | <red><font> |
| D. | all of above are style tags |
| Answer» C. <red><font> | |
| 49. |
The way the browser displays the object can be modified by _____ |
| A. | attributes |
| B. | parameters |
| C. | modifiers |
| D. | none of above |
| Answer» B. parameters | |
| 50. |
Which of the following is not a style tag? |
| A. | <b> |
| B. | <tt> |
| C. | <i> |
| D. | all of above are style tags |
| Answer» E. | |