exmen app desktop 100%

Upload: gustavo-adolfo-segovia

Post on 04-Apr-2018

232 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/30/2019 Exmen App Desktop 100%

    1/7

    Course 2555: Developing Microsoft .NET Applications for Windows

    (Visual C# .NET)

    1 what is a URL addressable set of functions that can be used by other

    applications over a network called?

    -A proxy call

    -Alightweight XML-based protocol

    -A web Service

    -An XML grammar

    -no se

    2 true or false? a form's dialogResult property determines the result of the user

    input from a dialog box.

    -true

    -false

    -no se

    3 to persist data which attribute must be added to the class?

    -description

    -synchronizationAttribute

    -Dlllimport

    -Serializable

    -no se

    4 true or false? the Dillmport attribute is used to specify the DLL location that

    contains the implementation of an external method

    -true

    -false

    -no se

    5 tue or false? you use PrintDocument to set properties that specify what to

    print and to provide the properties, events, and methods that are required to

    print documents.

  • 7/30/2019 Exmen App Desktop 100%

    2/7

    -true

    -false

    - no se

    6 which property enables you to perform simple binding at design time?

    -displaymenber

    -text

    -accessiblerole

    -databindings

    -no se

    7 true or false? the panel control has panels that display text or icons toindicate state, or animations that indicate a process is working

    -true

    -false

    -no se

    8 for classes that include built-in asynchronous programming support. how

    many asynchronous methods are there for each synchronous method they

    contain?

    -2

    -1

    -5

    -3

    -4

    -no se

    9 true or false? when a menu structure is established, it automatically includes

    functionality

    -true

    -false

    -no se

  • 7/30/2019 Exmen App Desktop 100%

    3/7

    10 true or false? microsoft access is the standard reporting tool in visual

    studio .NET

    --true

    -false

    -no se

    11 true or false? the .NET framework does not support the development of

    design-time behavior for controls

    -true

    -false

    -no se

    12 true or false? the controlCollection Object is accessed by using the controlsproperty of the form or control

    -true

    -false

    -no se

    13 to create a parent form for an MDI application, which property must you set

    to true?

    -MdiList

    -ActiveMdiChild

    -IsMdiContainer

    -WindowState

    -no se

    14 true or false? a dataset is a disconnected relational view of the data stored

    in memory

    -true

    -false

    -no se

    15 true or false? the pagesetupdialog control contains a printpreviesControl as

    well as controls for printing zooming, displaing one or multiple pages, and

  • 7/30/2019 Exmen App Desktop 100%

    4/7

    closing the dialog box.

    -true

    -false

    -no se

    16 true or false? you can use the solution explorer to add a new windows form

    to a project

    -true

    -false

    -no se

    17 true or false? state protection code is necessary for all windows forms

    applications

    -true

    -false

    -no se

    18 true or false? an event handler is a segment of code that is called when a

    corresponding event occurs

    -true

    -false

    -no se

    19 true or false? when you create a windows forms application, any external

    assemblies referenced are built into the application

    -true

    -false

    -no se

    20 what is a useful way to duplicate the appearance and main functionality of a

    particular form without having to re-create it?

    -select a default windows form template

    -use visual inheritance

  • 7/30/2019 Exmen App Desktop 100%

    5/7

    -copy a similar form and rename it

    - print all form properties as a reference

    - no se

    21 true or false? once placed, a control cannot be resized

    -true

    -false

    -no se

    22 true or false? the errorprovider control allows you to display an error

    message if the data entered by the user is invalid. it can also be used to

    validate user input or to display errors in a dataset

    -true

    -false

    -no se

    23 what is GDI+?

    - a graohics device interface that enables applications to generate graphics and

    formatted text for a saved file.

    - a graohics device interface that enables applications to generate graphics and

    formatted text for the printer

    - a graohics device interface that enables applications to generate graphics and

    formatted text for the video display

    - a graohics device interface that enables applications to generate graphics and

    formatted text for the video display and the printer

    -no se

    24 true or false? an interop assembly contains metadata for COM types but no

    code

    -true

    -false

    -no se

    25 true or false? asynchronous delegates allow you to call synchronous

    methods in an asynchronous manner

  • 7/30/2019 Exmen App Desktop 100%

    6/7

    -true

    -false

    -no se

    26 true or false? to couple a control with two edges of a form, use the dockproperty

    -true

    -false

    -no se

    27 true or false? you cannot test a web service on your own computer because

    a web service requires a network for distribution

    -true

    -false

    -no se

    28 when you use callback as the completion technique, what is the first main

    step in the process?

    -initiate asynchronous call

    -retrieve results

    -create asynchronous delegate

    -return control

    -no se

    29 what does licesing provide?

    - a way for distributors to ensure the classes are used as intended.

    - a way for end-users to ensure the distributed classes are registered

    - a way for vendors to create and distribute classes with vatying degrees of

    functionality

    - a way for developers to create distributed classes faster

    -no se

    30 true or false? a dataset does not actually contain any data until you fill it by

  • 7/30/2019 Exmen App Desktop 100%

    7/7

    using a dataAdapter object

    -true

    -false

    -no se