VUSuperior Chat Room
Sunday, 22 November 2015
Sunday, 4 October 2015
Course Selection Fall 2015 Semester
Published On: Friday, October 2, 2015 | |
Dear Students!
It is to inform that “Course Selection for Fall 2015 Semester” will open w.e.f. Tuesday, 13th October 2015. For revised semester calendar, please visit VU website or your VULMS account.
|
Thursday, 20 August 2015
Monday, 27 July 2015
Spring 2015 Final Term Examinations: Make Your Date Sheet NOW!
Published On: Monday, July 27, 2015 | |
The web interface for making date sheet has been launched for local as well as overseas students on the following link:
http://datesheet.vu.edu.pk/
Note: You are advised to make your date sheet on or before: Sunday, August 2, 2015. Seats will be available on a 'first come first served' basis. All mentioned timings are according to PST (Pakistan Standard Time).
INSTRUCTIONS:
1. Logon using your VULMS ID and Password (In case of any password related problem contact at password@vu.edu.pk) 2. Choose your Exam City in which you want to appear for Exam (optional) 3. Choose your Exam Center out of the given centers (Once selected, you can’t change your Exam Center) 4. Select available exam date and start time of your own choice for each of your courses, then click “Confirm” button to confirm your selection. 5. Repeat the Step-4 for all your remaining courses one by one. 6. Finally click the button at the bottom of the page to get Examination Password and print your Examination Slip which you MUST keep with you for entry in Examination Center on each of the Exam Dates. |
Thursday, 18 June 2015
CS411 Visual Programming Solved MCQ's Spring 2015 Part 2 By MMA(Awi)
CS411 Visual Programming Solved MCQ's Spring 2015 Part 2 By MMA(Awi)
Question # 2 of 10 (Start time: 01:06:31 AM) Total
Marks: 1
Extension methods can only be defined in
______________ class.
Select correct option:
Dynamic class
Normal class
String class
Static
class
Question # 3 of 10 ( Start time: 01:06:57 AM
) Total Marks: 1
In context of XAML child element rules, if the
parent supports a content property and the type of the child is compatible with
that property, treat the child as its __________.
Select correct option:
Super class
Sub class
Value………..
Interface
Question # 4 of 10 ( Start time: 01:07:18 AM
) Total Marks: 1
_________ allows to keep the user interface
description and implementation separate.
Select correct option:
GDI
WPF………….
Avalon
Altia
Question # 5 of 10 ( Start time: 01:07:34 AM
) Total Marks: 1
Which of the following is/are not derived from
“Control” class?
Select correct option:
ListBox
StatusBar
None of the given…………….
Button
Question # 6 of 10 ( Start time: 01:08:20 AM
) Total Marks: 1
If we want to rotate an object clockwise about a
specified point in a 2-D x-y coordinate system then which transform class will
be used?
Select correct option:
None of given………….
Translate Transform
Skew Transform
Scale Transform
Question # 7 of 10 ( Start time: 01:08:39 AM
) Total Marks: 1
Additional XML namespaces (on the root or on
children) must be ______ to be used on any identifiers from that namespace.
Select correct option:
Given a common prefix
Qualified with “Pre” keyword
Given
a distinct prefix……………
Qualified with “Ext” keyword
Question # 8 of 10 ( Start time: 01:09:00 AM
) Total Marks: 1
The code given below is equivalent to _________
. <SolidColorBrush>White</SolidColorBrush>
Select correct option:
<WhiteBrush >MyWhiteBrush </
WhiteBrush>
None of the given options
<SolidColorBrush Color="White"/>……………
<Brush Style= “SolidWhite” >
Question # 9 of 10 ( Start time: 01:09:34 AM
) Total Marks: 1
“FrameworkElement” is the base class that adds
support for _______________.
Select correct option:
Some common mechanisms for Windows-based
controls
Data binding
All
of the given options……………
Styles
Question # 10 of 10 ( Start time: 01:10:46 AM
) Total Marks: 1
WPF4 was released in ___________.
Select correct option:
2012
2010………………
2005
2003
Question # 1 of 10 ( Start time: 01:19:08 AM
) Total Marks: 1
When the data is passed from one place to
another in chunks, this data is called ____________.
Select correct option:
Bits
Line
Byte
Stream
NOT Confirm
Question # 2 of 10 ( Start time: 01:20:22 AM
) Total Marks: 1
The _______________ user interfaces, enabled by
WPF, is getting a lot of attention.
Select correct option:
Loutish
Polished……………..
Coarse
Distracted
Question # 3 of 10 ( Start time: 01:21:14 AM
) Total Marks: 1
“FrameworkElement” is the base class that adds
support for _______________.
Select correct option:
Some common mechanisms for Windows-based
controls
Data binding
All
of the given options……………..
Styles
Question # 4 of 10 ( Start time: 01:21:35 AM
) Total Marks: 1
XAML specification defines rules that map
".NET" namespaces, types, properties, and events into _________. I)
XML namespaces II) XML elements III) XML Attributes
Select correct option:
(I) Only
(II) Only
(I),
(II) and (III) only…………….
(III) Only
Question # 5 of 10 ( Start time: 01:21:54 AM
) Total Marks: 1
We want the width of button should cover the
whole width of StackPanel in WPF then what should be value of
HorizontalAlignment property of button?
Select correct option:
Parent
Whole
Fill
Stretch……………
Question # 6 of 10 ( Start time: 01:22:58 AM
) Total Marks: 1
Suppose we want to restrict the user to don’t
increase the height of a WPF element from a specific amount then which property
will be used?
Select correct option:
MaximumHeight
MaxHeight…………….
None of given
HeightMaximum
Question # 7 of 10 ( Start time: 01:23:27 AM
) Total Marks: 1
All elements of WPF have following
property/properties.
Select correct option:
Width
None of given options
Height
and Width…………
Height
Question # 8 of 10 ( Start time: 01:23:56 AM
) Total Marks: 1
If we exclude the mechanism of calling the
objects through name then:
Select correct option:
Code will not compile
Code will be difficult to debug
Code will have errors
Code will become design dependent
Question # 9 of 10 ( Start time: 01:25:10 AM
) Total Marks: 1
IsNumeric(string s) is a function of
______________ class.
Select correct option:
Math class
Program class
String class
MyUtills
class…………..
Question # 10 of 10 ( Start time: 01:25:27 AM
) Total Marks: 1
WPF element in "DockPanel" has
property "dock". There is/are __________ possible value(s) of
"dock" property.
Select correct option:
Two
Three
Four……………….
One
Question # 1 of 10 ( Start time: 01:29:59 AM
) Total Marks: 1
If we want to place a component at top in
"dockpanel" then which one is correct syntax?
Select correct option:
PanelDock="Top"
Dock="Top"
DockPanel.Dock="Top"…………..
DockPanel="Top"
Question # 2 of 10 ( Start time: 01:30:16 AM
) Total Marks: 1
Suppose we want to restrict the user to don’t
decrease the height of a WPF element from a specific amount then which property
will be used?
Select correct option:
MinHeight………………
None of given
HeightMinimum
MinimumHeight
Question # 3 of 10 ( Start time: 01:30:33 AM
) Total Marks: 1
Visual Studio has a snippet called __________
that automatically expands into a definition of a dependency property, which
makes defining one much faster than doing all the typing yourself!
Select correct option:
Propdp………
Property extension
Dpprop
Dependency property
Question # 4 of 10 ( Start time: 01:30:52 AM
) Total Marks: 1
WPF4 was released in ___________.
Select correct option:
2012
2010…………..
2005
2003
Question # 5 of 10 ( Start time: 01:31:02 AM
) Total Marks: 1
AML is compressed representation of _________.
Select correct option:
CAML:NS
XAML
XAML:NS
CAML
Question # 6 of 10 ( Start time: 01:31:13 AM
) Total Marks: 1
In context of XAML child element rules, if the
child is plain text and a type converter exists to transform the child into the
parent type (and no properties are set on the parent element), treat the child
as the input to the type converter and use the output as the __________.
Select correct option:
Parent
object instance…………
Interface object instance
None of the given
Child object instance
Question # 7 of 10 ( Start time: 01:31:52 AM
) Total Marks: 1
The _______________ user interfaces, enabled by
WPF, is getting a lot of attention.
Select correct option:
Loutish
Polished…………
Coarse
Distracted
Question # 8 of 10 ( Start time: 01:32:04 AM
) Total Marks: 1
XAML specification defines rules that map
".NET" namespaces, types, properties, and events into _________. I)
XML namespaces II) XML elements III) XML Attributes
Select correct option:
(I) Only
(II) Only
(I),
(II) and (III) only…………..
(III) Only
Question # 9 of 10 ( Start time: 01:32:13 AM
) Total Marks: 1
“FrameworkElement” is the base class that adds
support for _______________.
Select correct option:
Some common mechanisms for Windows-based
controls
Data binding
All
of the given options………………
Styles
Question # 10 of 10 ( Start time: 01:32:33 AM
) Total Marks: 1
Suppose we want to restrict the user to don’t
increase the height of a WPF element from a specific amount then which property
will be used?
Select correct option:
MaximumHeight
MaxHeight…………..
None of given
HeightMaximum
Question # 1 of 10 ( Start time: 01:33:59 AM
) Total Marks: 1
If we want to place a component at top in
"dockpanel" then which one is correct syntax?
Select correct option:
PanelDock="Top"
Dock="Top"
DockPanel.Dock="Top"………………
DockPanel="Top"
Question # 2 of 10 ( Start time: 01:34:18 AM
) Total Marks: 1
The _______________ user interfaces, enabled by
WPF, is getting a lot of attention.
Select correct option:
Loutish
Polished……………
Coarse
Distracted
Question # 3 of 10 ( Start time: 01:34:38 AM
) Total Marks: 1
Additional XML namespaces (on the root or on
children) must be ______ to be used on any identifiers from that namespace.
Select correct option:
Given a common prefix
Qualified with “Pre” keyword
Given a distinct prefix……………
Qualified with “Ext” keyword
Question # 4 of 10 ( Start time: 01:35:05 AM
) Total Marks: 1
“FrameworkElement” is the base class that adds
support for _______________.
Select correct option:
Some common mechanisms for Windows-based
controls
Data binding
All
of the given options…………….
Styles
Question # 5 of 10 ( Start time: 01:35:29 AM
) Total Marks: 1
Supposed we want to place an element on canvas
on a specific location which properties will be used?
Select correct option:
Top and Bottom
Left and Bottom
Left and Right
Right and Bottom
Question # 6 of 10 ( Start time: 01:36:46 AM
) Total Marks: 1
_________ allows to keep the user interface
description and implementation separate.
Select correct option:
GDI
WPF………………..
Avalon
Altia
Question # 7 of 10 ( Start time: 01:37:14 AM
) Total Marks: 1
In context of XAML child element rules, if the
parent supports a content property and the type of the child is compatible with
that property, treat the child as its __________.
Select correct option:
Super class
Sub class
Value…………..
Interface
Question # 8 of 10 ( Start time: 01:37:37 AM
) Total Marks: 1
Extension methods can only be defined in
______________ class.
Select correct option:
Dynamic class
Normal class
String class
Static
class……………
Question # 9 of 10 ( Start time: 01:38:41 AM
) Total Marks: 1
Visual Studio has a snippet called __________
that automatically expands into a definition of a dependency property, which
makes defining one much faster than doing all the typing yourself!
Select correct option:
Propdp………………
Property extension
Dpprop
Dependency property
Question # 10 of 10 ( Start time: 01:38:58 AM
) Total Marks: 1
WPF element in "DockPanel" has
property "dock". There is/are __________ possible value(s) of
"dock" property.
Select correct option:
Two
Three
Four…………..
One
CS411 Visual Programming Solved MCQ's Spring 2015 By MMA(Awi)
CS411 Visual Programming Solved MCQ's Spring 2015 By MMA(Awi)
Question # 1 of 10 ( Start time: 10:27:53 PM )
Total Marks: 1
Extension methods __________ access the private
data members of the class in which they are extended.
Select correct option:
may
cannot
may not
can
AML is compressed representation of _________.
Select correct option:
CAML:NS
XAML
XAML:NS
CAML
Question # 3 of 10 ( Start time: 10:30:09 PM )
Total Marks: 1
In context of XAML child element rules, if the
child is plain text and a type converter exists to transform the child into the
parent type (and no properties are set on the parent element), treat the child
as the input to the type converter and use the output as the __________.
Select correct option:
Parent object instance
Interface object instance
none
Child object instance
Question # 4 of 10 ( Start time: 10:31:00 PM )
Total Marks: 1
IsNumeric(string s) is a function of
______________ class.
Select correct option:
math class
program class
string class
MyUtills class
Question # 5 of 10 ( Start time: 10:31:36 PM )
Total Marks: 1
XAML specification defines rules that map
".NET" namespaces, types, properties, and events into _________. I)
XML namespaces II) XML elements III) XML Attributes
Select correct option:
(I) Only
(II) Only
(I),
(II) and (III) only
(III) Only
Question # 6 of 10 ( Start time: 10:32:45 PM )
Total Marks: 1
Visual Studio has a snippet called __________
that automatically expands into a definition of a dependency property, which
makes defining one much faster than doing all the typing yourself!
Select correct option:
Propdp
Property extension
Dpprop
Dependency property
Question # 7 of 10 ( Start time: 10:33:23 PM )
Total Marks: 1
Suppose we want to restrict the user to don’t
decrease the height of a WPF element from a specific amount then which property
will be used?
Select correct option:
MinHeight
none
HeightMinimum
MinimumHeight
Question # 8 of 10 ( Start time: 10:34:38 PM )
Total Marks: 1
WPF element in "DockPanel" has
property "dock". There is/are __________ possible value(s) of
"dock" property.
Select correct option:
two
three
four
one
WPF4 was released in
2012
2010
2005
2003
Question # 1 of 10 ( Start time: 10:42:36 PM
) Total Marks: 1
Visual Studio has a snippet called __________
that automatically expands into a definition of a dependency property, which
makes defining one much faster than doing all the typing yourself!
Select correct option:
Propdp
Property extension
Dpprop
Dependency property
Question # 2 of 10 ( Start time: 10:42:58 PM
) Total Marks: 1
_________ allows to keep the user interface
description and implementation separate.
Select correct option:
GDI
WPF
Avalon
Altia
Question # 3 of 10 ( Start time: 10:43:15 PM
) Total Marks: 1
AML is compressed representation of _________.
Select correct option:
CAML:NS
XAML
XAML:NS
CAML
Question # 4 of 10 ( Start time: 10:43:53 PM
) Total Marks: 1
When the data is passed from one place to
another in chunks, this data is called ____________.
Select correct option:
Bits
Line
Byte
Stream
Question # 5 of 10 ( Start time: 10:45:20 PM
) Total Marks: 1
We want the width of button should cover the
whole width of StackPanel in WPF then what should be value of
HorizontalAlignment property of button?
Select correct option:
Parent
Whole
Fill
Stretch
Question # 6 of 10 ( Start time: 10:46:20 PM
) Total Marks: 1
Which of the following is/are not derived from
“Control” class?
Select correct option:
ListBox
StatusBar
None of the given
Button
Question # 7 of 10 ( Start time: 10:47:41 PM
) Total Marks: 1
If we want to move an object in the 2-D x-y
coordinate system then which transform class will be used?
Select correct option:
Translate Transform
Skew Transform
Skew Transform
Rotate Transform
Question # 8 of 10 ( Start time: 10:48:09 PM
) Total Marks: 1
Dependency properties are represented by
_______________ .
Select correct option:
System.Windows.DependencyProperty
System.Windows.Dependency.Property
System.Windows.Dependency
System.Windows.Property.Dependency
Question # 9 of 10 ( Start time: 10:48:38 PM
) Total Marks: 1
System.Windows.Controls.Button b = new
System.Windows.Controls.Button(); b.Content = "OK"; For the above
code (written in C#) the corresponding XAML code will be:
Select correct option:
<Button xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation
Content="OK"/>
<Button xmlns= “OK”
Content="http://schemas.microsoft.com/winfx/2006/xaml/presentation
"/>
<Button
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation
Event="OK"/>
<Button xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Call="OK"/>
Question # 10 of 10 ( Start time: 10:49:31 PM
) Total Marks: 1
Extension methods __________ access the private
data members of the class in which they are extended.
Select correct option:
May
Cannot
May not
Can
Question # 2 of 10 ( Start time: 10:52:00 PM
) Total Marks: 1
____________ is a base class similar to
UIElement but for document-related pieces of content that don’t have rendering
behavior on their own.
Select correct option:
ContentElement
VisualElement
SystemElement
XAMLElement
Question # 3 of 10 ( Start time: 10:52:37 PM
) Total Marks: 1
In context of XAML child element rules, if the
parent supports a content property and the type of the child is compatible with
that property, treat the child as its __________.
Select correct option:
Super class
Sub class
Value
Interface
Question # 4 of 10 ( Start time: 10:53:54 PM
) Total Marks: 1
Suppose we want to restrict the user to don’t
decrease the height of a WPF element from a specific amount then which property
will be used?
Select correct option:
MinHeight
None of given
HeightMinimum
MinimumHeight
Question # 5 of 10 ( Start time: 10:54:42 PM
) Total Marks: 1
WPF element in "DockPanel" has
property "dock". There is/are __________ possible value(s) of
"dock" property.
Select correct option:
Two
Three
Four
One
Question # 6 of 10 ( Start time: 10:55:06 PM
) Total Marks: 1
System.Windows.Controls.Button b = new
System.Windows.Controls.Button(); b.Content = "OK"; For the above
code (written in C#) the corresponding XAML code will be:
Select correct option:
<Button
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation
Content="OK"/>
<Button xmlns= “OK”
Content="http://schemas.microsoft.com/winfx/2006/xaml/presentation
"/>
<Button
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation
Event="OK"/>
<Button
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Call="OK"/>
Question # 7 of 10 ( Start time: 10:55:42 PM
) Total Marks: 1
Mapping to the WPF namespaces is ______________
in-side the WPF assemblies.
Select correct option:
Specified at compile time
Hard-coded
None of the given
Dynamically specified
Question # 8 of 10 ( Start time: 10:56:13 PM
) Total Marks: 1
The _______________ user interfaces, enabled by
WPF, is getting a lot of attention.
Select correct option:
Loutish
Polished
Coarse
Distracted
Question # 9 of 10 ( Start time: 10:57:01 PM
) Total Marks: 1
If we want to move an object in the 2-D x-y
coordinate system then which transform class will be used?
Select correct option:
Translate Transform
Skew Transform
Skew Transform
Rotate Transform
Question # 10 of 10 ( Start time: 10:57:32 PM
) Total Marks: 1
The ___________ method is used to read the whole
file at once.
Select correct option:
ReadAllText(“test.txt”);
ReadAll();
Read(“test.txt”);
ReadLine();
Question # 1 of 10 ( Start time: 11:34:52 PM
) Total Marks: 1
With the help of WPF, an ugly looking
application can be _______ by the designers.
Select correct option:
Rearranged
Re-created
Re-themed
Rejected
Question # 2 of 10 ( Start time: 11:35:39 PM
) Total Marks: 1
In context of XAML child element rules, if the
parent supports a content property and the type of the child is compatible with
that property, treat the child as its __________.
Select correct option:
Super class
Sub class
Value
Interface
Question # 3 of 10 ( Start time: 11:36:34 PM
) Total Marks: 1
_________ allows to keep the user interface
description and implementation separate.
Select correct option:
GDI
WPF
Avalon
Altia
Question # 4 of 10 ( Start time: 11:37:27 PM
) Total Marks: 1
Additional XML namespaces (on the root or on
children) must be ______ to be used on any identifiers from that namespace.
Select correct option:
Given a common prefix
Qualified with “Pre” keyword
Given
a distinct prefix
Qualified with “Ext” keyword
Question # 5 of 10 ( Start time: 11:38:40 PM
) Total Marks: 1
Suppose we want to restrict the user to don’t
decrease the width of a WPF element from a specific amount then which property
will be used?
Select correct option:
MinimumWidth
WidthMinimum
MinWidth
None of given
Question # 6 of 10 ( Start time: 11:39:41 PM
) Total Marks: 1
The _______________ user interfaces, enabled by
WPF, is getting a lot of attention.
Select correct option:
Loutish
Polished
Coarse
Distracted
Question # 1 of 10 ( Start time: 01:06:02 AM
) Total Marks: 1
If we want to place a component at top in
"dockpanel" then which one is correct syntax?
Select correct option:
PanelDock="Top"
Dock="Top"
DockPanel.Dock="Top"
DockPanel="Top"
Subscribe to:
Posts (Atom)