Sponsored Links


Results 1 to 1 of 1

Thread: CS502FundamentalsoAlgorithms solved quiz and mcq's for fall 2010 midterm

  1. #1

    Windows 32 CS502FundamentalsoAlgorithms solved quiz and mcq's for fall 2010 midterm

    Sponsored Links1


    CS502 Fundamentals of Algorithms
    If you want to get the solved mcq's download them from the file.
    Quiz Start Time: 05:49 PM
    Time Left 84
    sec(s)
    Question # 1 of 10 ( Start time: 05:49:29 PM ) Total Marks: 1
    Defining the services of an object means:
    Select correct option:
    What it does?
    What it knows?
    Who knows it?
    Whome it knows?
    --------------------------------------------------------------------------
    Quiz Start Time: 05:49 PM
    Time Left 90
    sec(s)
    Question # 2 of 10 ( Start time: 05:50:56 PM ) Total Marks: 1
    Identify the TRUE statement(s)
    Select correct option:
    An attribute that may have a number of values should be replaced by a new
    class and an object connection
    An attribute that varies over time, e.g., price of an item, should be replaced by an
    additional class with an effective date and value
    Replace “yes/no” type attributes with “status” type attributes for flexibility
    --------------------------------------------------------------------------
    Quiz Start Time: 05:49 PM
    Time Left 79
    sec(s)
    Question # 5 of 10 ( Start time: 05:51:58 PM ) Total Marks: 1
    Every object that you put in your object model should have some responsibility or role to
    play in the problem domain.
    Select correct option:
    www.Vuhelp.net/forum
    eagle_eye
    fantasy.fear@gmail.com
    TRUE
    FALSE
    --------------------------------------------------------------------------
    Quiz Start Time: 05:49 PM
    Time Left 88
    sec(s)
    Question # 6 of 10 ( Start time: 05:52:55 PM ) Total Marks: 1
    Consider the following piece of code: public clas s Square extends Shape { // some code .
    } The above code is an example of:
    Select correct option:
    Part-Whole relationship
    Generalization/Specialization
    Data Sharing
    Data encapsulation
    --------------------------------------------------------------------------
    Quiz Start Time: 05:49 PM
    Time Left 87
    sec(s)
    Question # 7 of 10 ( Start time: 05:53:13 PM ) Total Marks: 1
    A structure is a manner of organization which expresses a semantically strong
    organization within the problem domain.
    Select correct option:
    TRUE
    FALSE
    --------------------------------------------------------------------------
    Quiz Start Time: 05:49 PM
    Time Left 88
    sec(s)
    Question # 9 of 10 ( Start time: 05:54:10 PM ) Total Marks: 1
    "A car is made up of a body, three or four wheels, a steering mechanism, a breaking
    mechanism, and a power-engine" The above statement is example of:
    Select correct option:
    Whole-Part relationship
    Inheritance
    Specialization
    Generalization
    --------------------------------------------------------------------------
    Quiz Start Time: 05:49 PM
    Time Left 88
    sec(s)
    Question # 10 of 10 ( Start time: 05:55:34 PM ) Total Marks: 1
    If Dog derives from Mammal, and Mammal derives from Animal, then:
    Select correct option:
    Dog inherits Animal's functions and data
    Dog does not inherit Animal's functions and data
    Mammal inherits functions and data of both Dog and Animal
    None of the given options
    --------------------------------------------------------------------------
    Quiz Start Time: 05:57 PM
    Time Left 89
    sec(s)
    Question # 1 of 10 ( Start time: 05:57:08 PM ) Total Marks: 1
    A structure is a manner of an organization which expresses a ________ strong
    organization within the problem domain.
    Select correct option:
    semantically
    syntactically
    graphically
    none of the given
    --------------------------------------------------------------------------
    Quiz Start Time: 05:57 PM
    Time Left 89
    sec(s)
    Question # 2 of 10 ( Start time: 05:57:48 PM ) Total Marks: 1
    "A car is made up of a body, three or four wheels, a steering mechanism, a breaking
    mechanism, and a power-engine" The above statement is example of:
    Select correct option:
    Whole-Part relationship
    Inheritance
    Specialization
    Generalization
    --------------------------------------------------------------------------
    Quiz Start Time: 05:57 PM
    Time Left 88
    sec(s)
    Question # 3 of 10 ( Start time: 05:58:12 PM ) Total Marks: 1
    In "Railway ticket reservation system" the roles such as enquiry , reservation and
    ticketing and cancellation are to be performed by the user called :-
    Select correct option:
    Passenger
    System analyst
    System developer
    System designer
    --------------------------------------------------------------------------
    Quiz Start Time: 05:57 PM
    Time Left 81
    sec(s)
    Question # 4 of 10 ( Start time: 05:59:41 PM ) Total Marks: 1
    Every object that you put in your object model should have some responsibility or role to
    play in the problem domain.
    Select correct option:
    TRUE
    FALSE
    --------------------------------------------------------------------------
    Quiz Start Time: 05:57 PM
    Time Left 87
    sec(s)
    Question # 5 of 10 ( Start time: 06:00:14 PM ) Total Marks: 1
    eagle_eye
    fantasy.fear@gmail.com
    Specialization means:
    Select correct option:
    Calling the same method with object of child object
    Hiding the data
    Creating new subclasses from an existing class
    None of given options
    --------------------------------------------------------------------------
    Quiz Start Time: 05:57 PM
    Time Left 87
    sec(s)
    Question # 7 of 10 ( Start time: 06:01:52 PM ) Total Marks: 1
    Ambiguity does not arise if requirements are not specified in clear terms
    Select correct option:
    TRUE
    FALSE
    --------------------------------------------------------------------------
    Quiz Start Time: 06:13 PM
    Time Left 83
    sec(s)
    Question # 1 of 10 ( Start time: 06:14:00 PM ) Total Marks: 1
    While establishing the services for an object, the following fundamental questions should
    be asked
    Select correct option:
    Why does the system need this object any way?
    What useful questions can it answer?
    What useful action can it perform?
    All of the given options
    --------------------------------------------------------------------------
    Quiz Start Time: 06:13 PM
    Time Left 87
    sec(s)
    eagle_eye
    fantasy.fear@gmail.com
    Question # 3 of 10 ( Start time: 06:16:11 PM ) Total Marks: 1
    ________ has become a standard notation for object oriented system modeling.
    Select correct option:
    UML
    C++
    OCL (object Constraint Language)
    None of the given options
    MC090404410 : Tabish Ali Raza
    Quiz Start Time: 06:22 PM
    Time Left 86
    sec(s)
    Question # 3 of 10 ( Start time: 06:23:35 PM ) Total Marks: 1
    A cohesive Class is one which emphasizes on ____ unit of functionality
    Select correct option:
    Single
    Multiple
    Static
    None of the given options
    --------------------------------------------------------------------------
    Quiz Start Time: 06:30 PM
    Time Left 86
    sec(s)
    Question # 1 of 10 ( Start time: 06:30:30 PM ) Total Marks: 1
    ________ analysis educates the analyst on business domain complexity and shows a way
    to deal with it.
    Select correct option:
    Domain
    Use Case
    Object Collaboration
    None of the given options (not sure)
    eagle_eye
    fantasy.fear@gmail.com
    --------------------------------------------------------------------------
    Quiz Start Time: 06:30 PM
    Time Left 86
    sec(s)
    Question # 7 of 10 ( Start time: 06:32:28 PM ) Total Marks: 1
    The key objective(s) of OOD process should achieve the following:
    Select correct option:
    The class as far as possible should be Independent , but could be dependent on
    only a few classes.
    Interaction between two classes should be explicit.
    Class hierarchy should be built on specialization of higher class.
    All of the given options

    Sponsored Links
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 12-29-2010, 04:31 PM
  2. Replies: 2
    Last Post: 12-06-2010, 03:41 PM
  3. Replies: 0
    Last Post: 12-03-2010, 09:42 PM
  4. mgt201 solved quiz for midterm fall 2010
    By Xpert in forum Solved MCQS
    Replies: 0
    Last Post: 12-01-2010, 02:48 PM
  5. MGT411 Online Quiz#2 Fall 2010 Solved quiz
    By Xpert in forum Solved MCQS
    Replies: 0
    Last Post: 11-24-2010, 02:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft