MCQ Bank
Multi touch events are categorized into _____________ and ______________.
- A) Advanced touch events, low-level manipulation events
- B) Basic touch events, higher-level manipulation events
- C) Touchdown events, touchup events
- D) Touch events, touchup events
Which of the followings are keyboard events?
- A) Key pressed, key released
- B) Key down, key up
- C) Key entered, key exit
- D) Key strike, key release
In multitouch, each finger has its own __________ identified by separate id.
- A) Touchdevice
- B) Touch event
- C) Touch
- D) Touchpad
Identify the correct option:
- A) Commands in WPF are created by implementing the IComponentConnector interface.
- B) A control that supports an event does not support a command
- C) A control that supports a command does not support an event
- D) Commands are a more abstract and loosely coupled version of events
Dock panel is used in ________ interface.
- A) Top level
- B) Bottom level
- C) Left level
- D) Right level
________ is the subclass of grid used to freeze some rows and columns of grid.
- A) Selective Panel
- B) Wrap Grid
- C) Selective Scrolling Grid
- D) Grid Panel
"Viewbox" element uses different types of stretching with the help of stretch property. There is/are ____________ possible value(s) of stretch property.
- A) 2
- B) 1
- C) 3
- D) 4
Visibility attribute will be set to _______to hide a particular panel in WPF.
- A) Invisible
- B) Collapsed
- C) Hide
- D) Resizable
Handlers in C# for routed events have a _____ parameter
- A) System.Handlers
- B) System.Windows
- C) System.Object
- D) System.Form.Windows
Stylus can behave same as _______ but has higher resolution.
- A) Joystick
- B) Touchpad
- C) Mouse
- D) Keyboard
Visibility attribute will be set to _______to hide a particular panel in WPF.
- A) Resizable
- B) Hide
- C) Collapsed
- D) Invisible
Multi touch events are categorized into _____________ and ______________.
- A) Touch events, touchup events
- B) Basic touch events, higher-level manipulation events
- C) Touchdown events, touchup events
- D) Advanced touch events, low-level manipulation events
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>
In grid, elements are arranged in multicolumn and multirow like a ________ in HTML.
- A) List
- B) Column
- C) Paragraph
- D) Table
For a Horizontal grid splitter, ____ has to be specified.
- A) Height
- B) Size
- C) Alignment
- D) Width
Which of the followings are keyboard events?
- A) Key strike, key release
- B) Key pressed, key released
- C) Key down, key up
- D) Key entered, key exit
To plug in custom logic, you need to add a ________ to the element that will execute the command or any parent element.
- A) HelpCanExecute
- B) Execute Command
- C) RoutedUICommand
- D) CommandBinding
Which of the following components generates an input Event?
- A) Multi Touch
- B) Printer
- C) Speaker
- D) Plotter
_________ supports the creation of applications that run directly in a web browser.
- A) WPF
- B) Partial Class
- C) Logic Behind
- D) C/C++
"Binding" technique binds two properties together and keeps a _________________ open.
- A) Memory location
- B) Communication channel
- C) Selection
- D) Choice