VU Final Term Past Papers
85 solved final term past paper MCQs for CS411 (Visual Programming) at Virtual University, each with the correct answer marked. Use them to learn the VU question style and test your recall. An independent study tool — not affiliated with VU.
Prefer a summary first? Read the CS411 final term handout.
Q1. A\An ________ displays the map and the labels for the recorded locations.
Q2. ________ properties based on input or mouse clicks.
Q3. Which of the following "Event" property is used to show the "distance (in pixels)" of the mouse pointer from left edge of the Monitor?
Q4. __________ was introduced in 95 by netscape.
Q5. Web servers receive request and responds as _____________.
Q6. We can return a ________from void function without explicitly return it.
Q7. The pairing of labels and arguments is an important feature of ___________.
Q8. Thread pool save time of thread ________.
Q9. What is NSMutableArray?
Q10. In the ________, the target is updated whenever the source changes.
Q11. Which of the following "Event" property is used to show the "distance (in pixels)" of the mouse pointer from top edge of the Monitor?
Q12. What is “nil” like?
Q13. Sorting is applied ________ grouping.
Q14. Which of the following "Event" property is used to show the "distance (in pixels)" of the mouse pointer from top edge of the browser window?
Q15. Objective-C introduces ________________ messaging in C.
Q16. ________ style is a rule telling web browser how to display an element.
Q17. HTML is a _________ helper function.
Q18. Today websites reach interactivity of ________applications.
Q19. __________ is more than one thing happening at the same time.
Q20. Long running operations make application __________.
Q21. Which of the following “Event “properties is used with “key press event” to determine the numeric code for the key that was pressed? .
Q22. A\An ________ indicates that the device is working and not stalled.
Q23. __________ solves “JavaScript” complexity and browser incompatibilities.
Q24. We use ________ to avoid compiler errors.
Q25. ____________Can add/remove/change “CSS” properties based on input or mouse clicks.
Q26. ________ is typing together arbitrary objects.
Q27. _____________ Mode of binding is opposite to OneWay mode of binding.
Q28. Collection view source can be used to create ________ views and applied to targets.
Q29. Which of the following “Event” property is used to show the “distance (in pixels)” of the mouse pointer from the left edge of the browser window?
Q30. When an item with no header selected, then a ________ returned.
Q31. Which of the following is not a "JQuery" filter?
Q32. Binding has a ________ prop and a ________ prop.
Q33. Which of the following Object creates a cancellation token?
Q34. Threadpool is used to __________.
Q35. ________ and later merge the journal and provide a more streamlined interface.
Q36. HTML is called ____________ layer.
Q37. ________helps apps remain oblivious to the visual tree.
Q38. Any assembly marked with allow partially trusted callers and placed in ________ can be called by partial-trust code
Q39. Routed events are like ___________ on top of .Net properties.
Q40. You can still use rich text and media, isolated storage up to ________, arbitrary files on host web server, use browser file open dialog for local files.
Q41. Which of the following is Not a routing strategy?
Q42. Navigation can also happen between ________.
Q43. The ________ statement iterates over each element in an "enumerable" object.
Q44. Windows installer benefits include:
Q45. The corresponding type converter class for “Brush” class will be _________.
Q46. __________ provides logic behind back and fwd.
Q47. Stylus can behave like a ___________ but has ___________resolution.
Q48. _________ defines a number of built-in commands.
Q49. By convention "tunneling event" names are prefixed with ________ and just come_________ the bubbling event occurs.
Q50. Commands have automatic support for ________ gestures.
Q51. ________ are a more abstract and loosely coupled version of events.
Q52. Which "transform" property can help us to flip the element from its center?
Q53. Manipulation ________starting event when all fingers loose contact even before a completed event.
Q54. Page does everything window does except:
Q55. ________behavior has desired rotation, desired deceleration, and initial velocity.
Q56. An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
Q57. By default, initialvelocity and initialradius are initialized with the ________ values.
Q58. Starting and started events ________to customize or cancel or disallow some manipulations.
Q59. With navigation, content is usually in ________a simpler version of Window.
Q60. Manipulations always done relative to a manipulation ________.
Q61. Modal dialogs include ________which are actually provided by win32.
Q62. ________ behavior has desiredexpansion, desireddeceleration, initialradius, and initialvelocity.
Q63. A Page can interact with its navigation container by using ________, which exposes relevant functionality regardless of whether the container is a navigation window or a Frame.
Q64. One ________Thread and one render thread can create more with Dispatcher.Run which can improve responsiveness.
Q65. MIT 4th Semester Al-Barq Campus (VGJW01) Gujranwala CS411 – VISUAL PROGRAMMING
Q66. Concurrent collections may not useful when you want a thread-safe collection three static methods in the Parallel class. True False
Q67. Without binding you could not insert custom logic. True False
Q68. Prop. Paths in Bindings are useful for master/detail interfaces. True False
Q69. We can join and use shared data. True False
Q70. Template can even be auto-applied to some type by setting its datatype prop. True False
Q71. We can not bind to a collection. True False
Q72. Methods with async are called asynchronous. True False
Q73. We can mix Items and item source. True False
Q74. Frame work element and framework content element both have a Resources prop. Often are style or data providers. True False
Q75. Additional events can be used for fine grained progress. True False
Q76. Persisting and Restoring can use registry or file system. True False
Q77. Button and textbox have direct knowledge of each other. True False
Q78. App code-behind can not be omitted altogether. True False
Q79. Which function is used to create cancel button event of dialog box ________________.
Q80. AI To check that the user either pressed left Alt key or right Alt key, the __________ is used.
Q81. Mapping to the WPF namespaces is ______________ in-side the WPF assemblies.
Q82. Polymorphism needs the signatures to be the ________.
Q83. Object variables are references to the ________ object not the object themselves.
Q84. Console class can reside in multiple libraries. o True o False Question # 79: ________ is built from request-response and it moves away from monolithic applications.
Q85. __________ method stops the default action of a selected element from happening by a user: