MCQOPTIONS
Saved Bookmarks
This section includes 40 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Science in Animation SY knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
....................... allow custom items of information about a program element to be stored with an assembly's metadata. |
| A. | attributes |
| B. | structures |
| C. | exception |
| D. | data type |
| Answer» B. structures | |
| 2. |
Specialized classes include the stack class, a last-in first-out structure, the queue class, first-in, first-out structure in the ........................ namespace. |
| A. | system |
| B. | system.collections |
| C. | system.net |
| D. | system.reflection |
| Answer» C. system.net | |
| 3. |
Most of the primitive data types; Boolean, Byte, Char etc. defined in FCL are implemented as ............ |
| A. | enumeration |
| B. | interface |
| C. | delegate |
| D. | structure |
| Answer» E. | |
| 4. |
A ............... is a reference type that represents a strongly typed function pointer. |
| A. | enumeration |
| B. | interface |
| C. | delegate |
| D. | structure |
| Answer» D. structure | |
| 5. |
...................... are virtual base classes; that is they consist of members; methods, properties and events that have no implementations. |
| A. | enumerations |
| B. | interfaces |
| C. | delegates |
| D. | structures |
| Answer» C. delegates | |
| 6. |
The .NET platform and the .NET framework class library were developed in an effort to address these weakness of ...................... |
| A. | xml |
| B. | html |
| C. | com |
| D. | dcom |
| Answer» D. dcom | |
| 7. |
When you save a solution, it's give the file extension .sln and all the projects in the solution are saved with the extension ............... |
| A. | .vbproj |
| B. | .vbdisco |
| C. | .vbs |
| D. | .vb |
| Answer» B. .vbdisco | |
| 8. |
The file extension .................. in vb.net represents a web form. |
| A. | .asp |
| B. | .asmx |
| C. | .aspx |
| D. | .asax |
| Answer» D. .asax | |
| 9. |
The file extension ................. in vb.net represents a global application class, used to handle global application class, used to handle global ASP.NET application level events. |
| A. | .asp |
| B. | .asmx |
| C. | .aspx |
| D. | .asax |
| Answer» E. | |
| 10. |
.................. namespace in vb.net includes essential classes and base classes that define commonly used data types, events and event handlers, interfaces, attributes, exceptions and so on. |
| A. | system |
| B. | system.collections |
| C. | system.net |
| D. | system.reflection |
| Answer» B. system.collections | |
| 11. |
In order to get the text associated with the link, ..................... method can be used. |
| A. | e.data.link.tostring |
| B. | e.link.linkdata.tostring |
| C. | e.linkdata.link.tostring |
| D. | e.link.data.tostring |
| Answer» C. e.linkdata.link.tostring | |
| 12. |
Hyperlinks can be created using the ........................................ method in LinkClicked event handler. |
| A. | system.diagnostics.process.start |
| B. | system.diagnostics.hyperlinks.start |
| C. | system.diagnostics.link.start |
| D. | system.diagnostics.link.event |
| Answer» B. system.diagnostics.hyperlinks.start | |
| 13. |
i) ActiveLinkColor ii) LinkSize iii) LinkBehavior iv) Links |
| A. | i, ii and iii only |
| B. | i, iii and iv only |
| C. | i, ii and iv only |
| D. | all i, ii, iii and iv |
| Answer» C. i, ii and iv only | |
| 14. |
i) BottomCenter ii) MiddleTop iii) TopLeft iv) MiddleLeft |
| A. | i, ii and iii only |
| B. | i, iii and iv only |
| C. | i, ii and iv only |
| D. | all i, ii, iii and iv |
| Answer» C. i, ii and iv only | |
| 15. |
The SaveFile method is used to save the text in a rich text box to disk, and the ................ method to read it back. |
| A. | loadfile |
| B. | readfile |
| C. | readit |
| D. | readback |
| Answer» B. readfile | |
| 16. |
i) CanDelete ii) Find iii) LoadFile iv) SelectAll |
| A. | i, ii and iii only |
| B. | ii, iii and iv only |
| C. | i, ii and iv only |
| D. | all i, ii, iii and iv |
| Answer» C. i, ii and iv only | |
| 17. |
Which of the following is NOT the public property of RichTextBox Objects. |
| A. | detecturls |
| B. | detecttext |
| C. | bulletindent |
| D. | rightmargin |
| Answer» C. bulletindent | |
| 18. |
In order for the scroll bars to actually appear, the text box's ................. property must be True. |
| A. | multiline |
| B. | multitext |
| C. | scrolling |
| D. | multivisible |
| Answer» B. multitext | |
| 19. |
i) None ii) Horizontal iii) Vertical iv) Both |
| A. | i, ii and iii only |
| B. | ii, iii and iv only |
| C. | i, ii and iv only |
| D. | all i, ii, iii and iv |
| Answer» E. | |
| 20. |
Which of the following is NOT the public events of TextBox objects. |
| A. | autosize changed |
| B. | readonly changed |
| C. | click |
| D. | link clicked |
| Answer» E. | |
| 21. |
i) Clear ii) Paste iii) LoadFile iv) Paste |
| A. | i, ii and iii only |
| B. | ii, iii and iv only |
| C. | i, ii and iv only |
| D. | all i, ii, iii and iv |
| Answer» D. all i, ii, iii and iv | |
| 22. |
Which of the following is NOT the public properties of TextBox objects. |
| A. | autosize |
| B. | backcolor |
| C. | bulletindent |
| D. | maxlength |
| Answer» D. maxlength | |
| 23. |
Each hyperlink is a object of the ................... class and is stored in a collection called links. |
| A. | hyperlink.link |
| B. | linklabel.link |
| C. | link.linklabel |
| D. | link.hyperlink |
| Answer» C. link.linklabel | |
| 24. |
TextBox controls also can be used to accept password if the ................. property is used to mask characters. |
| A. | passwordchar |
| B. | passwordcharacter |
| C. | maskchar |
| D. | passwordcontrol |
| Answer» B. passwordcharacter | |
| 25. |
We can limit the amount of text entered into TextBox control by setting .................. property to a specific number of characters. |
| A. | maxlength |
| B. | totallength |
| C. | textamount |
| D. | textlimit |
| Answer» B. totallength | |
| 26. |
................. control is generally used for editable text although it can also made read only. |
| A. | textboxcontrol |
| B. | richtextbox |
| C. | textboxbase |
| D. | textbox |
| Answer» E. | |
| 27. |
Most of the functionally of the text box control is simply inherited from the ................. class, which is also the a base class for the rich text box control. |
| A. | textboxcontrol |
| B. | richtextbox |
| C. | textboxbase |
| D. | textbox |
| Answer» D. textbox | |
| 28. |
..................... is a signed count of the number of rotation of the mouse wheel. |
| A. | alfa |
| B. | delta |
| C. | wheel rotation |
| D. | rotation count |
| Answer» C. wheel rotation | |
| 29. |
In mouse cursor option ................. is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction. |
| A. | panse |
| B. | pansw |
| C. | pansouth |
| D. | pannorth |
| Answer» E. | |
| 30. |
In mouse cursor option ................... is a cursor for mouse wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward to the left. |
| A. | panse |
| B. | pansw |
| C. | pansouth |
| D. | pannw |
| Answer» C. pansouth | |
| 31. |
....................... is a uniform naming scheme for locating resources on the web. |
| A. | uri |
| B. | http |
| C. | webname |
| D. | resourcename |
| Answer» B. http | |
| 32. |
...................... is the incoming e-mail server. |
| A. | pop |
| B. | smtp |
| C. | smip |
| D. | ppp |
| Answer» B. smtp | |
| 33. |
Which of the following protocol is used for e-mail services. |
| A. | smap |
| B. | smtp |
| C. | smip |
| D. | smop |
| Answer» C. smip | |
| 34. |
A ............................. is a symbolic name a network administrator assigns to a machine. |
| A. | url |
| B. | dns |
| C. | ip address |
| D. | host name |
| Answer» E. | |
| 35. |
The Internet uses the ........................ as the protocol engine. |
| A. | slip |
| B. | http |
| C. | tcp/ip |
| D. | ppp |
| Answer» D. ppp | |
| 36. |
.................... is a web's native protocol. |
| A. | slip |
| B. | tcp/ip |
| C. | http |
| D. | ppp |
| Answer» D. ppp | |
| 37. |
Title tag is nested within the ....................... tag. |
| A. | body |
| B. | head |
| C. | list |
| D. | table |
| Answer» C. list | |
| 38. |
.................. is suitable for remote administration of a computer. |
| A. | ftp |
| B. | shell |
| C. | remote procedure call |
| D. | telnet |
| Answer» E. | |
| 39. |
Internet is ............................... |
| A. | a network of networks |
| B. | an ocean of resources waiting to be mined |
| C. | a cooperative anarchy |
| D. | all of the above |
| Answer» E. | |
| 40. |
......................... connects web pages. |
| A. | connector |
| B. | link |
| C. | hyperlink |
| D. | none of the above |
| Answer» D. none of the above | |