MCQOPTIONS
Saved Bookmarks
This section includes 320 Mcqs, each offering curated multiple-choice questions to sharpen your Technology knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Choose the server-side JavaScript object? |
| A. | FileUpLoad |
| B. | Function |
| C. | File |
| D. | Date |
| Answer» D. Date | |
| 2. |
-------it is used to show the Inserted text. |
| A. | <del> |
| B. | <small> |
| C. | <ins> |
| D. | <sub> |
| Answer» D. <sub> | |
| 3. |
The HTML attribute used to define the inline------is - |
| A. | style |
| B. | styles |
| C. | class |
| D. | None of the above |
| Answer» B. styles | |
| 4. |
-----is a high-level scripting language that is synchronous with client-sidescripting |
| A. | java script |
| B. | php |
| C. | oracle |
| D. | none of these |
| Answer» B. php | |
| 5. |
An------CSS is used to apply a unique style to a single HTML element |
| A. | CSS |
| B. | inline |
| C. | internal |
| D. | external |
| Answer» C. internal | |
| 6. |
A-----is a computer that responds to requests by serving responses |
| A. | client |
| B. | HTTP |
| C. | serer |
| D. | navigation |
| Answer» D. navigation | |
| 7. |
The server returns an----------(output) to the browser |
| A. | client |
| B. | HTTP responses |
| C. | server |
| D. | navigation |
| Answer» C. server | |
| 8. |
------it is used to show the comments in html . |
| A. | <blockquote> |
| B. | <!--> |
| C. | <link> |
| D. | href |
| Answer» C. <link> | |
| 9. |
Users can access the content of these sites from any part of the world over theinternet using their devices such as computers, laptops, cell phones, |
| A. | client |
| B. | HTTP |
| C. | World Wide Web |
| D. | FTP |
| Answer» D. FTP | |
| 10. |
The-----element defines a drop-down list. |
| A. | <text> |
| B. | <select> |
| C. | <checkbox> |
| D. | <submit> |
| Answer» C. <checkbox> | |
| 11. |
The HTML document itself begins with -----and ends with . |
| A. | <html> |
| B. | <body> |
| C. | <!doctype> |
| D. | <h1> |
| Answer» B. <body> | |
| 12. |
The CSS-------property defines the text color to be used. |
| A. | color |
| B. | font-family |
| C. | font -size |
| D. | border |
| Answer» B. font-family | |
| 13. |
. The behaviour of the document elements can be defined by |
| A. | Using document object |
| B. | Registering appropriate event handlers |
| C. | Using element object |
| D. | All of the mentioned |
| Answer» C. Using element object | |
| 14. |
Which is the correct way to write a JavaScript array? |
| A. | var txt = new Array(1:"tim",2:"kim",3:"jim") |
| B. | var txt = new Array:1=("tim")2=("kim")3=("jim") |
| C. | var txt = new Array("tim","kim","jim") |
| D. | var txt = new Array="tim","kim","jim" |
| Answer» D. var txt = new Array="tim","kim","jim" | |
| 15. |
The HTML-------element defines preformatted text. |
| A. | <H6> |
| B. | <P> |
| C. | <HR> |
| D. | <pre> |
| Answer» E. | |
| 16. |
-------defines the most important heading. defines the least importantheading. |
| A. | <H1> |
| B. | <P> |
| C. | <HR> |
| D. | <pre> |
| Answer» B. <P> | |
| 17. |
--------describes the maximum data transfer rate ofa network or Internet connection. |
| A. | catch memory |
| B. | F- based pattern |
| C. | bandwidth |
| D. | Bitrate |
| Answer» D. Bitrate | |
| 18. |
The server provide the information to the client . |
| A. | Yes |
| B. | No |
| C. | Can not say |
| D. | None of these |
| Answer» B. No | |
| 19. |
A------------is a software program which serves the web pages requested by webusers using a browser. |
| A. | Web server |
| B. | HTTP responses |
| C. | client |
| D. | navigation |
| Answer» B. HTTP responses | |
| 20. |
Which of the following is the correct syntax to display the hyperlinks without anyunderline? |
| A. | a {text-decoration : underline;} |
| B. | a {decoration : no-underline;} |
| C. | a {text-decoration : none;} |
| D. | None of the above |
| Answer» B. a {decoration : no-underline;} | |
| 21. |
To Improve Look and Feel of a Website it is must to--------- |
| A. | Web navigation |
| B. | sitemap |
| C. | Keep the Layout Simple. |
| D. | page layout |
| Answer» D. page layout | |
| 22. |
World Wide Web, which is also known as a Web, is a collection of websites or web pages stored in web servers and connected to local computers through the internet. |
| A. | Yes |
| B. | No |
| C. | Can not say |
| D. | None of thse |
| Answer» B. No | |
| 23. |
--------tag is used to add the audio or video file into html page.. |
| A. | <bgsound> |
| B. | <dynsrc> |
| C. | <embed> |
| D. | <tt> |
| Answer» D. <tt> | |
| 24. |
The-----element is an inline element, and will not start on a new line and onlytakes up as much width as necessary |
| A. | <blockquote> |
| B. | <bgcolor> |
| C. | <span> |
| D. | Div |
| Answer» D. Div | |
| 25. |
in java script------items are separated by commas. |
| A. | document.write(): |
| B. | STRING |
| C. | array |
| D. | !== |
| Answer» D. !== | |
| 26. |
A -----scripting is a light weight programming language |
| A. | java script |
| B. | php |
| C. | oracle |
| D. | none of these |
| Answer» B. php | |
| 27. |
---------is used to navigate the web sites pages to another web site pages fastly. |
| A. | simplicity |
| B. | navigation |
| C. | F- based pattern |
| D. | web site purpose |
| Answer» C. F- based pattern | |
| 28. |
The -------tag is used to create a table caption |
| A. | <table> |
| B. | <caption> |
| C. | <link> |
| D. | hyperlinks |
| Answer» C. <link> | |
| 29. |
Which of the conditional statements is/are supported by PHP?i) if statements ii) if-else statements iii) if-elseif statements iv) switch statements |
| A. | Only i) |
| B. | i), ii) and iv) |
| C. | ii), iii) and iv) |
| D. | All of the above |
| Answer» E. | |
| 30. |
----tag is used to display the bullet wise list in unordered wise. |
| A. | <meta> |
| B. | <ul> |
| C. | <ol> |
| D. | <map> |
| Answer» B. <ul> | |
| 31. |
-----tag is used to show the code sample in html document |
| A. | <code> |
| B. | <var> |
| C. | <cite> |
| D. | <kbd> |
| Answer» B. <var> | |
| 32. |
-------acts as a temporary storage area that the computer's processor can retrievedata from easily. |
| A. | catch memory |
| B. | F- based pattern |
| C. | web site purpose |
| D. | Mobile browser |
| Answer» B. F- based pattern | |
| 33. |
The-------declaration is not case sensitive. |
| A. | <html> |
| B. | <body> |
| C. | <!doctype> |
| D. | <h1> |
| Answer» D. <h1> | |
| 34. |
--------are the example of Servers . |
| A. | client |
| B. | HTTP |
| C. | serer |
| D. | www |
| Answer» E. | |
| 35. |
What is the programming philosophy that argues that content and behaviourshould as much as possible be kept separate? |
| A. | Unobtrusive JavaScript |
| B. | Obtrusive JavaScript |
| C. | Inherited JavaScript |
| D. | Modular JavaScript |
| Answer» B. Obtrusive JavaScript | |
| 36. |
--------is a file where you provide information about the pages, videos, and otherfiles on your site, and the relationships between them. |
| A. | display resolution |
| B. | sitemap |
| C. | bandwidth |
| D. | page layout |
| Answer» C. bandwidth | |
| 37. |
The defines a checkbox it is used to give no of option andwe have to select more then one option. |
| A. | <text> |
| B. | <label> |
| C. | <checkbox> |
| D. | <radio button> |
| Answer» D. <radio button> | |
| 38. |
An effective website design should fulfil its intended function by conveying itsparticular message whilst simultaneously engaging the visitor. |
| A. | yes |
| B. | No |
| C. | Can not say |
| D. | None of these |
| Answer» B. No | |
| 39. |
Which of the following event fires when the form element loses the focus:, , , , ? |
| A. | onfocus |
| B. | onblur |
| C. | onclick |
| D. | ondblclick |
| Answer» C. onclick | |
| 40. |
-----this key word is used to declared the constant in java script. |
| A. | document.write(): |
| B. | CONST |
| C. | var |
| D. | none of these |
| Answer» C. var | |
| 41. |
display resolution applies to fixed-pixel-array displays such as plasma displaypanels (PDP), liquid-crystal displays (LCD), Digital Light Processing (DLP) |
| A. | yes |
| B. | No |
| C. | Can not say |
| D. | None of these |
| Answer» B. No | |
| 42. |
the---------store and transfer web pages or information to user's computers on thenetwork when requested by the users. |
| A. | client |
| B. | HTTP responses |
| C. | server |
| D. | nevigation |
| Answer» D. nevigation | |
| 43. |
The----tag is used to create the table in html |
| A. | <table> |
| B. | <caption> |
| C. | <link> |
| D. | hyperlinks |
| Answer» B. <caption> | |
| 44. |
The-----CSS is also a method to insert style sheets in HTML document. Thismethod mitigates some advantages of style sheets so it is advised to use this method sparingly. |
| A. | CSS |
| B. | inline |
| C. | internal |
| D. | external |
| Answer» C. internal | |
| 45. |
the example of-------are Google Chrome.Microsoft Edge . Mozilla Firefox |
| A. | catch memory |
| B. | F- based pattern |
| C. | web site purpose |
| D. | Mobile browser |
| Answer» E. | |
| 46. |
------tag is used to show the keyboard tag in html document |
| A. | <code> |
| B. | <var> |
| C. | <cite> |
| D. | <kbd> |
| Answer» E. | |
| 47. |
The ..................... specifies whether a border should be solid, dashed line, dotted line, double line, groove etc. |
| A. | border-layout |
| B. | border-decoration |
| C. | border-style |
| D. | border-weight |
| Answer» D. border-weight | |
| 48. |
------tag is used to divide the browser screen horizontally or vertically. |
| A. | <frameset> |
| B. | <tr> |
| C. | <th> |
| D. | <strong> |
| Answer» B. <tr> | |
| 49. |
The CSS property used to make the-------is - |
| A. | font-weight : bold |
| B. | weight: bold |
| C. | font: bold |
| D. | style: bold |
| Answer» D. style: bold | |
| 50. |
-----------is an extremely fast memory type that acts as a buffer between RAM andthe CPU. |
| A. | catch memory |
| B. | F- based pattern |
| C. | web site purpose |
| D. | Mobile browser |
| Answer» B. F- based pattern | |