We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 45
CS411-Visual Programming
Update MCQ’S Final Term
By Vu Topper RM For More Help Contact What’s app Me!!! Rizwan Manzoor @vutopperrm Number’s = # 0322-4021365, 0316-4980094 Vu Topper RM
d cc
For More Help Contact What’s app 03224021365
Question No:1 (Marks:1) Vu-Topper RM Hierarchical data templates are used to display data in a __________ like structure. A. Tree B. Network C. Graph D. List
Question No:2 (Marks:1) Vu-Topper RM
Observe the following piece of code taken out from Main() function: Thread myThread = new Thread (Go); myThread.Strat(); myThread.Join(); What will be the effect of instruction myThread.Join()? A. myThread will be executed after Main thread is completed B. Main thread execution will be suspended till completion of myThread C. Both Main thread and myThread can now share the data D. Execution of myThread will be joined with existing running threads
Question No:3 (Marks:1) Vu-Topper RM
Data binding between the source and the target is performed through an object of ________ class. A. Content B. String C. Binding D. Connection
Question No:4 (Marks:1) Vu-Topper RM
We use "UIElement" property ClipToBounds= “true” when _____________________. A. We want area child element don’t cross the boundary of parent B. Parent area also increases on increasing of area of child element
For More Help Contact What’s app 03224021365
C. Parent area also decreases on decreasing the area of child element D. We want area of child element is allowed to cross the boundary of parent
Question No:5 (Marks:1) Vu-Topper RM
Handlers in C# for routed events have a _____ parameter A. System.Handlers B. System.Object C. System.Windows D. System.Form.Windows
Question No:6 (Marks:1) Vu-Topper RM
Stylus can behave same as _______ but has higher resolution. A. Mouse Page 113 B. Joystick C. Keyboard D. Touchpad
Question No:7 (Marks:1) Vu-Topper RM
Dockpanel uses __________ property while docking elements in different orientations. A. Attached B. Resolution Independency C. Rich composition D. Property Value Inheritance
Question No:8 (Marks:1) Vu-Topper RM
Which one of the following code segment is used to set the background of Canvas Panel? A. </Canvas.Background> <Canvas.Background> B. <Canvas.BackGround> </Canvas.BackGround> C. <Canvas.Background> </Canvas.Background> D. </Canvas.BackGround> <Canvas.BackGround>
For More Help Contact What’s app 03224021365
Question No:9 (Marks:1) Vu-Topper RM Default value of Grid.Row is __________ A. 0 B. 1 C. 2 D. 3
Question No:10 (Marks:1) Vu-Topper RM
Dock panel is used in ________ interface. A. Top level B. Left level C. Right level D. Bottom level
Question No:11 (Marks:1) Vu-Topper RM
In Dockpanel, __________ attribute doesn’t fill the remaining space at the end. A. Lastchildfill=nill; B. Lastfill=true; C. Lastchildfill=true; D. Lastchildfill=false;
Question No:12 (Marks:1) Vu-Topper RM
Which of the following device is sensitive to pressure? A. Stylus B. Printer C. Mouse D. Keyboard
Question No:13 (Marks:1) Vu-Topper RM
In grid, elements are arranged in multicolumn and multirow like a ________ in HTML.
For More Help Contact What’s app 03224021365
A. List B. Column C. Paragraph D. Table
Question No:14 (Marks:1) Vu-Topper RM
In WPF, clipping is done before _________ A. Layout Transform B. Skew Transform C. Matrix Transform D. Render Transform
Question No:15 (Marks:1) Vu-Topper RM
UI element focusable value is _____ by default. A. True B. False C. Zero D. Nil
Question No:16 (Marks:1) Vu-Topper RM
By convention _______ event names are prefixed with Preview. A. Tunnelling B. Bubbling C. Direct D. None of the given
Question No:17 (Marks:1) Vu-Topper RM
"Viewbox" element uses different types of stretching with the help of stretch property. There is/are ____________ possible value(s) of stretch property. A. 4
For More Help Contact What’s app 03224021365
B. 2 C. 3 D. 1
Question No:18 (Marks:1) Vu-Topper RM
DockPanel.Dock is the ______ in which child element describe its dock position in dock panel. A. Grid Property B. Attach Property C. Button Property D. Text Property
Question No:19 (Marks:1) Vu-Topper RM
Attached event will be raised by the ______ element while tunneling. A. Header B. Parent C. Child D. Both 1 & 2
Question No:20 (Marks:1) Vu-Topper RM
When parent element space is not enough for the content of child element,this type of situation arises due to _______ A. Short memory B. Content Overflow C. Indexing D. Grid
Question No:21 (Marks:1) Vu-Topper RM
Identify the pre-defined built in command(s): A. StackPanel B. ProgressBar C. Close
For More Help Contact What’s app 03224021365
D. DockPanel
Question No:22 (Marks:1) Vu-Topper RM
If we want to place a component at top in "dockpanel" then which one is correct syntax? A. Dock="Top" B. PanelDock="Top" C. DockPanel="Top" D. DockPanel.Dock="Top" Page 93
Question No:23 (Marks:1) Vu-Topper RM
__________ allow attaching a handler for an event that is defined in an element other than the one adding the handler. A. Tunneling B. Bubbling C. Routed Event D. Attached Event
Question No:24 (Marks:1) Vu-Topper RM
A _______ is like events in Windows forms which are raised by the element in which the event is originated. A. Channeling B. Tunneling C. Bubbling D. Direct Event
Question No:25 (Marks:1) Vu-Topper RM
In multitouch, each finger has its own __________ identified by separate id. A. Touch B. Touchpad
For More Help Contact What’s app 03224021365
C. Touch event D. Touchdevice
Question No:26 (Marks:1) Vu-Topper RM
Superset of canvas is _______. A. Dock panel B. Wrap panel C. Stack Panel D. Grid
Question No:27 (Marks:1) Vu-Topper RM
In WPF, _______ library is used for scrolling. A. System.Windows.Contols.Scroll B. System.Media.ScrollViewer C. System.Windows.Controls.Viewer D. System.Windows.Contols.ScrollViewer
Question No:28 (Marks:1) Vu-Topper RM
While working with grids in WPF, which attribute is used to see grid lines on screen? A. Showgrids B. Showgrid C. ShowGridLine D. ShowGridLines
Question No:29 (Marks:1) Vu-Topper RM
Multitouch events are available on _______ A. Windows XP B. Windows 7 or later C. Windows 95 D. Windows 99
For More Help Contact What’s app 03224021365
Question No:30 (Marks:1) Vu-Topper RM In Bubbling, event moves from ______ A. Bottom to Top B. Left to Right C. Right to Left D. Top to Bottom
Question No:31 (Marks:1) Vu-Topper RM
Which type of panel is used when we have to customize the builtin controls in wpf? A. Grid B. Wrap C. Stack D. Primitive
Question No:32 (Marks:1) Vu-Topper RM
Identify the correct option: A. Commands in WPF are created by implementing the IComponentConnector interface. B. Commands are a more abstract and loosely coupled version of events C. A control that supports an event does not support a command D. A control that supports a command does not support an event
Question No:33 (Marks:1) Vu-Topper RM
For a Horizontal grid splitter, ____ has to be specified. A. Size B. Hight C. Width D. Alignment
For More Help Contact What’s app 03224021365
Question No:34 (Marks:1) Vu-Topper RM Visibility attribute will be set to _______to hide a particular panel in WPF. A. Invisible B. Hide C. Collapsed D. Resizable
Question No:35 (Marks:1) Vu-Topper RM
In WPF, _________ control will allow you to visually group a set of controls together. A. Group B. GroupBox C. Box_Group D. Boxed_group
Question No:36 (Marks:1) Vu-Topper RM
________ is the subclass of grid used to freeze some rows and columns of grid. A. Grid Panel B. Wrap Grid C. Selective Panel D. Selective Scrolling Grid
Question No:37 (Marks:1) Vu-Topper RM
Which one of the following is NOT a routed event? A. Bubbling B. Tunneling C. Channeling D. Direct
Question No:38 (Marks:1) Vu-Topper RM
Attached event will be raised by the ______ element while bubbling.
For More Help Contact What’s app 03224021365
A. Child B. Both 1 & 2 C. Header D. Parent
Question No:39 (Marks:1) Vu-Topper RM
__________ Function registers routed event. A. RegisteredRoutedEvent(); B. Registerroutedevent(); C. RegistersRoute(); D. RegisterroutedEve();
Question No:40 (Marks:1) Vu-Topper RM
In tunneling, event move from _______. A. Top to Down B. Right to Left C. Diagonally D. Left to Right
Question No:41 (Marks:1) Vu-Topper RM
To create rollover effect, the preferred way is to use ______ with IsMouseOver property A. Trigger B. Element C. Bubbling D. Tunneling
Question No:42 (Marks:1) Vu-Topper RM
Grid act as a stack panel if it has ______ A. 1 row and autosize column B. Multiple rows and single column
For More Help Contact What’s app 03224021365
C. 1 column and autosize rows D. Single row & multiple columns
Question No:43 (Marks:1) Vu-Topper RM
Dock panel is a _____ of stack panel. A. Union B. Subset C. Superset D. Intersection
Question No:44 (Marks:1) Vu-Topper RM
In ________ browser app, you change "<TargetZone>Internet</TargetZone>" to "<TargetZone>Custom</TargetZone>" A. Full-trust Page 132 B. Full-reject C. Partial-trust D. Partial-reject
Question No:45 (Marks:1) Vu-Topper RM
In WPF, _____ resource is reapplied every time it changes A. Static B. Abstract C. Dynamic D. permanent
Question No:46 (Marks:1) Vu-Topper RM
__________ is used to perform navigation. A. Session B. Hyperlink Page 127 C. Internet protocol D. Hypertext markup language code
For More Help Contact What’s app 03224021365
Question No:47 (Marks:1) Vu-Topper RM If you want to navigate to an HTML page, you must use the ___________ of "Navigate" that ___________ a URI. A. IFrame, rejects B. IFrame, accepts C. Overload, rejects D. Overload, accepts
Question No:48 (Marks:1) Vu-Topper RM
In WPF, using ___________ requires more overhead than _________ because of the extra tracking. A. StaticResource, DynamicResource B. DynamicResource, StaticResource Page 137 C. TemporaryResource, PermanentResource D. PermanentResource, TemporaryResource
Question No:49 (Marks:1) Vu-Topper RM
An event that is raised whenever the value of "CanExecute" changes is known as __________. A. Execute B. Command C. CanExecute D. CanExecuteChanged
Question No:50 (Marks:1) Vu-Topper RM
In multi touch events, a/an __________ id is assigned to each individual event. A. Cpu B. Event C. Device D. Processor
For More Help Contact What’s app 03224021365
Question No:51 (Marks:1) Vu-Topper RM In C# WPF, we can perform sorting through View by using an object of ___________ class. A. SortOrder B. ViewOrder C. ViewDescription D. SortDescription Page 158
Question No:52 (Marks:1) Vu-Topper RM
In multi touch events, when multiple fingers are touching simultaneously, these events get raised for each finger ___________. A. Partially B. Completely C. Dependently D. Independently
Question No:53 (Marks:1) Vu-Topper RM
Manipulation events work if IsManipulationEnabled=? A. True B. \r C. Null D. False
Question No:54 (Marks:1) Vu-Topper RM
Which one of the following is used, if we want to add a window resource in procedural code? A. Window.Resource.Add (); B. Window.Resources.Add(); C. <Widows.Resources></Widows.Resources> D. <Window.Resources></Window.Resources> Page 136
For More Help Contact What’s app 03224021365
Question No:55 (Marks:1) Vu-Topper RM "Binding" technique binds two properties together and keeps a _________________ open. A. Choice B. Selection C. Memory location D. Communication channel Page 140
Question No:56 (Marks:1) Vu-Topper RM
Button and Texbox have _________ Knowledge of each other. A. Direct B. Partial C. No Direct Page 122 D. Important
Question No:57 (Marks:1) Vu-Topper RM
Using _________, system can support customized setup user interfaces, such as showing an end user license agreement (EULA). A. ClickOnce B. Windows API C. Windows Installer D. license agreement (EULA)
Question No:58 (Marks:1) Vu-Topper RM
Which of the following method is used to get the location of touch? A. getTouch(); B. getTouchDown(); C. getTouchpoint(); D. getTocuhLocation();
Question No:59 (Marks:1) Vu-Topper RM
Frame has a __________ property used in enabling or disabling the bar (containing Back/Forward buttons).
For More Help Contact What’s app 03224021365
A. NavigationUIBlock B. BlocknavigationUI C. ShowsNavigationUI D. NavigationUIVisibility Page 129
Question No:60 (Marks:1) Vu-Topper RM
In C# WPF, we use "GetDefaultView" method of ___________ to get the default View. A. DataSource B. ViewCollection C. ViewDescription D. CollectionViewSource Page 146
Question No:61 (Marks:1) Vu-Topper RM
XBAPs are suited for relatively full-featured applications that: A. Run on Desktop B. Require Android Studio C. Require .Net framework D. Happen to be hosted directly in a web browser
Question No:62 (Marks:1) Vu-Topper RM
"JavaScript" is _________ Side Scripting Language. A. Client B. Server C. Browser D. Interpreter
Question No:63 (Marks:1) Vu-Topper RM
_______ can add/remove/change "CSS" properties based on input or mouse clicks. A. J# B. HTML C. J query
For More Help Contact What’s app 03224021365
D. None of these option Page 180
Question No:64 (Marks:1) Vu-Topper RM
"Callback" method is used to _______ the operation. A. Invoke B. Pause C. Revoke D. Terminate
Question No:65 (Marks:1) Vu-Topper RM
____________ mode of binding is opposite to OneWay mode of binding. A. One way to source Page 153 B. One time C. Two time D. Two way
Question No:66 (Marks:1) Vu-Topper RM
While dealing with "threads" in ".Net", one can avoid performance bottlenecks and enhance the overall responsiveness of his / her application by using _____________ programming. A. Parallel programming B. Synchronous programming C. Multithreading programming D. Asynchronous programming
Question No:67 (Marks:1) Vu-Topper RM
DOM is a ___________ representation of data. A. Tree B. Object C. Graphical D. None of the given
For More Help Contact What’s app 03224021365
Question No:68 (Marks:1) Vu-Topper RM Threadpool creates or reduces real threads using a hillclimbing algo to ______. A. To minimize CPU usage B. To maximize CUP usage Page 159 C. To maximize memory utilization D. To reduce the cost of thread creation
Question No:69 (Marks:1) Vu-Topper RM
Which of the following is not true about task completion source? A. It is an executable thing Page 175 B. Support result return facility C. Provide continuation facility D. Provide exception handling facility
Question No:70 (Marks:1) Vu-Topper RM
_______ solves "JavaScript" complexity and browser incompatibilities A. J # B. Jhdml C. Jquery Page 179 D. R query
Question No:71 (Marks:1) Vu-Topper RM
Threadpool is used to ________. A. To avoid complexity B. To save time of thread creation Page 160 C. To make easy debugging process D. To make easy the process of thread creation
Question No:72 (Marks:1) Vu-Topper RM
Which of the following object creates a cancellation token? A. Cancellation token B. Operation cancelled
For More Help Contact What’s app 03224021365
C. Operation cancel token D. Cancellation token source Page 172
Question No:73 (Marks:1) Vu-Topper RM
Which of the following is not handled by the "Task Parallel Library (TPL)"? A. Scheduling of threads B. Partitioning of the work C. Scales degree of concern D. Progress report handling
Question No:74 (Marks:1) Vu-Topper RM
"async" and ________ keywords in C# are the heart of asynchronous programming. A. Wait B. Await C. Return D. Stream
Question No:75 (Marks:1) Vu-Topper RM
Which of the following class supports data parallelism in "Task Parallel Library"? A. System.Task.Parallel B. System.Threading.Tasks C. System.Task.Threading.Parallel D. System.threading.Task.Parallel
Question No:76 (Marks:1) Vu-Topper RM
"JavaScript" __________is available in web browser. A. Linker B. Compiler C. Interpreter D. Conjunction
For More Help Contact What’s app 03224021365
Question No:77 (Marks:1) Vu-Topper RM HTML is called ____________ layer. A. Physical B. Structural Page 195 C. Behavioral D. Presentation
Question No:78 (Marks:1) Vu-Topper RM
______________ is more than one thing happening at the same time. A. Cohesion B. Coherence C. Congruence D. Concurrency Page 156
Question No:79 (Marks:1) Vu-Topper RM
__________ are high order functions that compose, combine, or otherwise modify functions in useful and interesting ways. A. Modifiers B. Constants C. Separators D. Combinators
Question No:80 (Marks:1) Vu-Topper RM
Which of the following is correct way to temporarily stop execution of a thread object named as "myThread" for 500 milisec? A. My thread .stop( 500); B. My thread .sleep (0.05); C. My thread. stop (0.05); D. My thread. sleep (500);
Question No:81 (Marks:1) Vu-Topper RM
Which of the following is not a "JQuery" filter? A. Has
For More Help Contact What’s app 03224021365
B. Odd C. Even D. Write Page 184
Question No:82 (Marks:1) Vu-Topper RM
The "Task Based Asynchronous pattern" method returns either a "Task" or a "Task<TResult>", based on whether the corresponding __________ method returns "void" or a type "TResult". A. Return B. Callback C. Synchronous D. Asynchronous
Question No:83 (Marks:1) Vu-Topper RM
Which of the following is not a part of "cancellation" task? A. Create and start a cancellable task B. The calling thread does forcibly end the task C. Notice and respond to the cancellation request in your user delegate D. Pass cancellation token to your user delegate and option to task instance
Question No:0_1 (Marks:1) Vu-Topper RM
In c # WPF we can perform certain through view by using an object of ____ class. A. Sort order B. View order C. View description D. Sort description
Question No:84 (Marks:1) Vu-Topper RM
Which of the following is NOT true about threads? Data cannot be share among the threads. A program can have more than one thread
For More Help Contact What’s app 03224021365
Threads are useful to handle simultaneous requests. Each thread can proceed independently of other threads.
Question No:85 (Marks:1) Vu-Topper RM
Which of the following is correct way to start execution of a thread object named as myThread? myThread.Go(); myThread.Begin(); myThread.Start(); Page 156 myThread.initialize ();
Question No:86 (Marks:1) Vu-Topper RM
The best way to implement simple threading in Windows Forms programs is to use the class. Windowsform None of the given Simplethreadworker BackgroundWorker
Question No:87 (Marks:1) Vu-Topper RM
A child Window is just like any other top-level window: but it automaticallygets closed when the parent is closed and minimized when the parent is minimized. Such aWindow is sometimes called a. Super Window Modeless dialog Page 124 Sibling Window Inherited Window
Question No:88 (Marks:1) Vu-Topper RM
In .Net, a task that does not return a value is represented by the . System.Threarding.Tasks. None of the given option
In TAP, progress is handled through an interface, which ispassed to the asynchronous method a parameter. Progress<T> Aprogress (T) IProgress (T) Progress<T> (Action<T>)
Question No:90 (Marks:1) Vu-Topper RM
In navigation Windows, the frames are more like a/an . .Net frame Java frame Image frame HTML frame Page 128
Question No:91 (Marks:1) Vu-Topper RM
keeps the navigation history in navigation based applications. frame journal web page Web browser
In Objective-C, which of the following statements can be used to display something in the "answer" field? [setTextanswer]; [answerField:answer]; [ setText answeranswerField] [answerFieldsetText:answer]; Page 208
Question No:94 (Marks:1) Vu-Topper RM
If we assign an NSString to a possession for its possessionName, and then werelease the string, it will be . Allocated Decreased Destroyed Instance created
Question No:95 (Marks:1) Vu-Topper RM
Which of the following is used to set the view to default? Ib Page 217 Redraw Clear all Ns coder
Question No:96 (Marks:1) Vu-Topper RM
In context of data binding, when we want to apply both sorting and groupingtogether then the rule is that . None of the given option Grouping will be applied before sorting Both shall be applied different properties Sorting will be applied before Grouping Page 150
Question No:97 (Marks:1) Vu-Topper RM
What is the word ―Color‖ in given below code? UIColor" (^) (Line*,int anotherArg)
For More Help Contact What’s app 03224021365
Block Variable Page 222 Name of Variable Return Type of Block Notation to specify that it is a block
Question No:98 (Marks:1) Vu-Topper RM
helps us in provisioning ease of access to data source for data binding. Source Interfaces Data Organizer Data Provider Question No:99 (Marks:1) Vu-Topper RM What is the purpose of given below code? [self.viewaddSubview:imageView]; To set the image To create the image View Add the image to this View controllers Page 226 To make sure that image is not scaled incorrectly
Question No:100 (Marks:1) Vu-Topper RM
What is the purpose of given below code? NSArray *folders NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomaianIask, YES); Create the folder Get the first folder Add the image to first folder Get the document folder(s) Page 226 Question No:101 (Marks:1) Vu-Topper RM Which JQuery object is used with bind() function to pass data to an event handling function? Jobj
For More Help Contact What’s app 03224021365
Data Page 187 Bind Target
Question No:102 (Marks:1) Vu-Topper RM
Which of the following technologies is not used in AJAX? Css Dom Flash Dhtml
Question No:103 (Marks:1) Vu-Topper RM
Which function is used to create cancel button event of dialog box . OnCancel() CancelClick() OnInitCancel() OnClickCancel()
Question No:104 (Marks:1) Vu-Topper RM
Consider the following C# code segment: button.Background = (Brush) new BrushConverter().ConvertFrom (―SystemColors.WindowBrush‖); Which one of the following isequivalent XAML code? <Button Background= ―SystemColor.WindowBrush‖/> <Button Background= ―SystemColor.WindowsBrush‖/> <Button Background= ―SystemColors.WindowsBrush‖/> <Button Background= “SystemColors.WindowBrush”/> Page 132
Question No:105 (Marks:1) Vu-Topper RM
Which of the following components generates an input Event? Plotter Printer
For More Help Contact What’s app 03224021365
Speaker Multi Touch ok
Question No:106 (Marks:1) Vu-Topper RM
We use "UIElement" property ClipToBounds= “false” when ________________________. None of the given option We want area child element don‘t cross the boundary of parent Parent area also increases on increasing of area of child element We want area of child element is allowed to cross the boundary of parent Page 97 ok
Question No:107 (Marks:1) Vu-Topper RM
To design a complex Interface, which of the following technique is best toachieve the required results? Panels composed in two panels Panels composed in single panel Panels composed in three panels Panels composed within panels ok
Question No:108 (Marks:1) Vu-Topper RM
Commonly we have two types of custom command bindings named as . StartBindings and StopBindings KeyBindings and MouseBindings Page 122 EventBindings and InstanceBindings ButtonBindings and TextboxBindings
Question No:109 (Marks:1) Vu-Topper RM
Which of the following is an example of tunnel key event? Key up Key down Preview key down
For More Help Contact What’s app 03224021365
Preview key entered
Question No:110 (Marks:1) Vu-Topper RM
Which one of the following panels is most powerful, versatile and customizable? Doc panel Stack panel Grid Panel Page 92 Canvas panel
Question No:111 (Marks:1) Vu-Topper RM
In order to resize the row and column in Grid panel, _________ is used. Grid divider Grid splitter Page 95 ok Grid compiler Grid converter
Question No:112 (Marks:1) Vu-Topper RM
Data binding is about tying together arbitrary .NET . Object Page 140 Variables Functions Properties
Question No:113 (Marks:1) Vu-Topper RM
supports the creation of applications that run directly in a web browser. C# WPE HTML C/C++
Question No:114 (Marks:1) Vu-Topper RM
For More Help Contact What’s app 03224021365
To check that the user either pressed left Alt key or right Alt key, the __________ is used. IsDown IsKeyDown KeyStates.IsKeyDown keyboardDevice.IsKeyDown Page 113 ok
Question No:115 (Marks:1) Vu-Topper RM
___________ provides the logic behind the "Back" and "Forward" buttons. Jframe Hyperlink Journal Page 138 ok Navigation Window
Question No:116 (Marks:1) Vu-Topper RM
In a code segment, if the Visibility=‖Collapsed‖ then which of the following events are not generated? Routed Events Mouse Events Page 113 Keyboard Events Key down Events
Question No:117 (Marks:1) Vu-Topper RM
If we insert some objects in a single cell in Grid panel, then these objects are placed on ______________ . One after the other One on Side of the other One on Top of the other ok One on Bottom of the other
Question No:118 (Marks:1) Vu-Topper RM
A __________ receives keyboard events only if it has keyboard focus.
For More Help Contact What’s app 03224021365
Mouse Keyboard UIElement ok Keyboard Controls
Question No:119 (Marks:1) Vu-Topper RM
In case of HTML page navigation, you must use the of "Navigate" that a URI. IFrame, rejects IFrame, accepts Overload, rejects Overload, accepts Question No:120 (Marks:1) Vu-Topper RM The Java programming language has a specific class for creating splash screens, called . Java.awt.start Java.lang.splash Java.start.screen Java.awt.SplashScreen
Question No:121 (Marks:1) Vu-Topper RM
Which of the followings are keyboard events? Key down, key up Page 113 ok Key entered, key exist Key strike, key release Key pressed, key released
Question No:122 (Marks:1) Vu-Topper RM
To plug custom logic, you need to add a to the element thatwill execute the command or any parent element. Helpcanexecute CommandBinding Execute command
For More Help Contact What’s app 03224021365
RoutedUlCommand
Question No:123 (Marks:1) Vu-Topper RM
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? Page x Page 187 Page y Screen x Screen y
Question No:124 (Marks:1) Vu-Topper RM
Which of the following ―Event ―properties is used with ―key press event‖ to determine the numeric code for the key that was pressed? Page x Which Page 187 Target Shift Key
Question No:125 (Marks:1) Vu-Topper RM
HTML is a helper function. JS JQuery Page 184 RQuery Browser
Question No:126 (Marks:1) Vu-Topper RM
Which of the following server(s) support ―AJAX‖? HTTP SMTP WWW Both SMTP and HTTP
For More Help Contact What’s app 03224021365
Question No:127 (Marks:1) Vu-Topper RM Why we use ―Alloc‖ message? To create a class To create an instance To extend functions To inherent methods
Question No:128 (Marks:1) Vu-Topper RM
Objective – c introduces messaging in c? Group New Style Short session Smalltalk style Page 97
Question No:129 (Marks:1) Vu-Topper RM
Threadpool create and reduce real threads using hillclimbing algo to . To minimize CPU usage To maximize CPU usage Page 60 To maximize memory utilization To reduce the cost of thread creation
Question No:130 (Marks:1) Vu-Topper RM
Which of these are defined as the model object? Question= 0; UILabel *questionField; NSMutableArray *questions; Page 205 NSMutableArray *questions@field;
Question No:131 (Marks:1) Vu-Topper RM
Which of the following "Event" property is used to show the "distance (inpixels)" of the mouse pointer from top edge of the Monitor? Page x
For More Help Contact What’s app 03224021365
Page y Screen x Screen y Page 187
Question No:132 (Marks:1) Vu-Topper RM
What is ―nil‖ like? Null Page 197 Zero Terminate Move to new line
Question No:133 (Marks:1) Vu-Topper RM
Which of the following "Event" property is used to show the "distance (inpixels)" of the mouse pointer from top edge of the browser window? Page x Page y Page 187 Screen x Screen y
Question No:134 (Marks:1) Vu-Topper RM
What message is used to send to destroy the object? Stop Free Delete Release
Question No:135 (Marks:1) Vu-Topper RM
What is NSMutableArray? Object Group Method Class Reference
For More Help Contact What’s app 03224021365
Question No:136 (Marks:1) Vu-Topper RM AJAX stands for . Abstract JSON and XML Abstract Java and XML Library Asynchronous JavaScript and XHtml Asynchronous JavaScript and XML
Question No:137 (Marks:1) Vu-Topper RM
The pairing of labels and arguments is an important feature of . C++ PHP Scripts Objective-C Page 197
Question No:138 (Marks:1) Vu-Topper RM
Which one of the following can be used to set dependency property values? Static Resource Dynamic resource Page 137 Permanent resource Temporary resource
Question No:139 (Marks:1) Vu-Topper RM
In context of data binding, __________ contains the current item to get it synchronized with data source. List View String Template
Question No:140 (Marks:1) Vu-Topper RM
Which of the following is not a string format property throughout WPF? String format
For More Help Contact What’s app 03224021365
Items drink format Content string format Row header string format
Question No:141 (Marks:1) Vu-Topper RM
By default, Navigation Window _______ a bar along with the top with Back/Forward buttons while a frame _________. Has ,has Both does’t have Doesn’t have ,has Has, does’t have ok
Question No:142 (Marks:1) Vu-Topper RM
To plug in custom logic, you need to add a ________ to the element that will execute the command or any parent element. Routed command Help can execute Execute command Command binding ok
Question No:143 (Marks:1) Vu-Topper RM
In case of integrating Navigation to XBAP, "ShowNavigationUI" should be set to ______ in order to bypass integration. 0 True Null False ok
Question No:144 (Marks:1) Vu-Topper RM
In C# WPF, ___________and __________ are the two important properties of Binding object. Source, path Items, selected
For More Help Contact What’s app 03224021365
Start, destination Bind to, bind rom
Question No:145 (Marks:1) Vu-Topper RM
What is the purpose of the following “jQuery “code?$(# navbar a’) Find all the element whose ID is navbar and the find a ansector a Find all the element whose name is navbar and find a descendant a Find all the element whose name is navbar and then find a an sector a Find all the element whose ID is navber and then find a descendant a
Question No:146 (Marks:1) Vu-Topper RM
Web servers receive request and responds as . JSON only Html only Plan Text only Html, plain text and JSON Page 192
Question No:147 (Marks:1) Vu-Topper RM
A/An _________ screen is an image that appears while a game or program is loading Initial Splash Startup Opening
Question No:148 (Marks:1) Vu-Topper RM
XBAP stands for: None of given option Active x browser application XAML browser application Extensive browser application
For More Help Contact What’s app 03224021365
Question No:149 (Marks:1) Vu-Topper RM To remove data binding between the source and the target, we can use __________ function. Reset binding Clear binding Page 151 Remove binding Stop the binding
Question No:150 (Marks:1) Vu-Topper RM
Which of the following operation cannot be performed by using a view? Sorting Filtering Grouping Searching Page 146
Question No:151 (Marks:1) Vu-Topper RM
Which of the following C# Method reports a progress change? Get type Finalize On report Get hash code
Question No:152 (Marks:1) Vu-Topper RM
Multi touch events are categorized into _____________ and ______________. Touch events, touch up events Touch down events, touch up events Advance touch events, low -level manipulation events Basic touch events, higher- level manipulation events Page 144 ok
Question No:153 (Marks:1) Vu-Topper RM
Thread pool is used to______. To avoid complexity
For More Help Contact What’s app 03224021365
To make easy debugging process To save time of thread creation To make easy the process of thread creation
Question No:154 (Marks:1) Vu-Topper RM
Interact with web page layout XML DOM HTML Java script
Question No:155 (Marks:1) Vu-Topper RM
Which of the following class sports data parallelism in” task parallel library”? System. task .parallel System. threading .tasks System. task .threading. parallel System. threading. Task. parallel
Question No:156 (Marks:1) Vu-Topper RM
A Window can spawn ____________ number of additional Windows by instantiating a Window-derived class and calling Show(...). Any Page 124 ok Six Five Four
Question No:157 (Marks:1) Vu-Topper RM
"Editable Grid" is an example of ___________ mode of binding in context of data binding. One time Two ways Two time
For More Help Contact What’s app 03224021365
One way
Question No:158 (Marks:1) Vu-Topper RM
A class that implements the 'ICommand' and supports 'bubbling' just like a routed event is known as _____________. Can execute Executed command Can execute changed Routed ul command Page 121 ok
Question No:159 (Marks:1) Vu-Topper RM
In WPF C#, which of the following operation cannot be performed by using a View? Sorting Filtering Searching Grouping
Question No:160 (Marks:1) Vu-Topper RM
In Xaml browser application, how much isolated memory we can use? 128 kb 256 kb 512 kb Page 132 1024 kb
Question No:161 (Marks:1) Vu-Topper RM
Which property will be used if we want to restrict the user to don‟t increase thewidth of a WPF element from a specific amount? Maxwidth Page 81 WidthMaximum MaximumWidth None of given options
For More Help Contact What’s app 03224021365
Question No:162 (Marks:1) Vu-Topper RM Which one is the correct syntax for declaring attribute? *Obsolete {Obsolete} (Obsolete) [Obsolete] Page 42
Question No:163 (Marks:1) Vu-Topper RM
In C#, comments are written using . # and /* # and */ /* // and */ /* // and /**/ Page 14
Question No:164 (Marks:1) Vu-Topper RM
_______is an event that is introduced into an event processing system by an event producer. Raw event Page 11 Event Stream Event Producer Event Consumer
Question No:165 (Marks:1) Vu-Topper RM
Whenever an attribute value is enclosed in curly braces "{}", the XAML compiler/parser treats it as a/an______rather than a/an . Markup event, property Markup property, Event Literal string, Markup extension value Markup extension value, Literal string Page 65
Question No:166 (Marks:1) Vu-Topper RM
CSS is called______layer. Physical
For More Help Contact What’s app 03224021365
Structural Behavioral Presentation Page 179
Question No:167 (Marks:1) Vu-Topper RM
Shift key is true if the shift key is when the event occurs. Up Down Page 187 Move None of the given
Question No:168 (Marks:1) Vu-Topper RM
Which of the following response show internal server error? 200 300 400 500
Question No:169 (Marks:1) Vu-Topper RM
The original name of JavaScript was . wireScript JavaScript LiveScript Page 179 None of the given
Question No:170 (Marks:1) Vu-Topper RM
One of the ways to create an instance of a class is . XAML compiler System array Page 14 Factory method Sequential heap
Question No:171 (Marks:1) Vu-Topper RM
For More Help Contact What’s app 03224021365
Which "transform" property can help us to flip the element from its center? ScaleX ScaleY None of the given Render transform origin Page 85
Question No:172 (Marks:1) Vu-Topper RM
If we want that "Stretch" property of child element takes the available "heightor width of Parent" and shape of child elements doesn‘t change, then we should write ―Stretch= ‖. 1 Fill Page 100 Uniform Uniform to fill
Question No:173 (Marks:1) Vu-Topper RM
When a button makes itself disabled, then the value of "Focusable" property is ? Null True False None of the given
Question No:174 (Marks:1) Vu-Topper RM
ManipulationCompleted gets raised after is raised for all fingers. Touch up Page 116 TouchMove TouchRight TouchDown
Question No:175 (Marks:1) Vu-Topper RM
For More Help Contact What’s app 03224021365
CSS is a language . Formatting Page 180 Structuring Object Oriented None of the given
Question No:176 (Marks:1) Vu-Topper RM
JavaScript code is written inside file having extension . JS JVS JSC Javasript Question No:177 (Marks:1) Vu-Topper RM Which of the following is TRUE about Object data providers? None of the given This is useful for binding XML data This is useful for binding objects which are designed for binding This is useful for binding objects which are not designed for binding Page 151
Question No:178 (Marks:1) Vu-Topper RM
Which of the following is TRUE about IsAsync in context of data binding? This is used to create data source object in foreground This is used to access the property of an object in foreground This is used to create data source object in background This is used to access the property of an object in background Question No:179 (Marks:1) Vu-Topper RM Refresh" is a predefined building command classified as: Media command Editing command Application command
For More Help Contact What’s app 03224021365
Navigation command Page 121
Question No:180 (Marks:1) Vu-Topper RM
JS (JavaScript) is called layer. Physical Structural Behavioral Presentation Page 179
Visit My YouTube Channel
For Subjective and More Important Files Channel Name = #VuTopperRM
For More Help Contact What’s app 03224021365
Visit My YouTube Channel For Subjective and More Important Files Channel Name = #VuTopperRM