Monday 7 May 2012

[discussion_vu] Dress Desinging Courses at your Door step

Dear,
We are offering these courses online so you
can join us from your home.This course is available in both languages English as well as Urdu you can choose your prefer language.You will learn through Skype,notes,videos,assignments and practicals.Our instructer will give you lectures through skype.
We are introducing currently these courses:

Basic Dress Desiging Course ( 2 Months)


Advanced Dress Desiging Course (4 Months)


Baby Dresses (one Months)
 
Ladies Shalwar qameez (15 Days)


Let me know in which course you are interested.
thanks.

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan" group.
To post to this group, send email to discussion_vu@googlegroups.com.
To unsubscribe from this group, send email to discussion_vu+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/discussion_vu?hl=en.

..::VU-Pink::.. cs302 and sta301 Todays 2nd solved quizes files needed urgently, plz koi khuda ka banda jaldi sey send kr dey

--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en

[~>VU-P!nD!<~] Fwd: Delivery Status Notification (Failure)




if any one quiz file or past paper mid materil kindly send to me

--
You received this message because you are subscribed to the Google
Groups "vupindi" group.
To post to this group, send email to vupindi@googlegroups.com
To unsubscribe from this group, send email to
vupindi+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vupindi?hl=en

[~>VU-P!nD!<~] sta 301 quiz File required

if any one quiz file or past paper mid materil kindly send to me

--
You received this message because you are subscribed to the Google
Groups "vupindi" group.
To post to this group, send email to vupindi@googlegroups.com
To unsubscribe from this group, send email to
vupindi+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vupindi?hl=en

[discussion_vu] Required midterm papers of FIN 623 FIN630 MKT 611

Dear All,

Pl arrange to email Required midterm papers of FIN 623 FIN630 MKT 611 

--
You received this message because you are subscribed to the Google Groups "Virtual University of Pakistan" group.
To post to this group, send email to discussion_vu@googlegroups.com.
To unsubscribe from this group, send email to discussion_vu+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/discussion_vu?hl=en.

[VUSR] 65482 CS504- Quiz No.2 May, 07, 2012

CS-504  Software Engineering-I

Quiz No.2  May, 07 2012

Solved By Fukar and his team

 

 

A class will be cohesive if: 
Select correct option: 

Class does not implement Complex interfaces 
Class does not have Complex Methods 
If most of the methods do not use most of the data members most of the time 
if most of the methods use most of the data members most of the time.

 

___ is a technique in which we construct a model of an entity based upon its essential characteristics and ignore the inessential details. 
Select correct option: 

Inheritance 
Polymorphism 
Aggregation 
Abstraction

 

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

 

"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

 

___ relationship indicates that one entity is composed of one or more parts which are themselves instances of that or another entity. 
Select correct option: 

Inheritance 
Whole-part 
Generalization

 

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 
All of given options

 

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

semantically

 

Whole Part Structure is also called ____ 
Select correct option: 

Generalization 
Aggregation 
Specialization 
Association

 

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

 

The intent of Object Oriented Analysis (OOA) is to define: 
Select correct option: 

All classes 
Relationships among classes 
Behavior of classes 
All of the given options

 

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

 

Defining the services of an object means: 
Select correct option: 

What it does? 
What it knows? 
Who knows it? 
Whome it knows?

 

When a class gets physical existance in computer memory, it is called 
Select correct option: 

Parent Class 
polymorphism 
Static Object 
Object

 

A class will be cohesive if: 
Select correct option: 

Class does not implement Complex interfaces 
Class does not have Complex Methods 
If most of the methods do not use most of the data members most of the time 
if most of the methods use most of the data members most of the time.

 

___ relationship indicates that one entity is composed of one or more parts which are themselves instances of that or another entity. 
Select correct option: 

Inheritance 
Whole-part 
Generalization 
Specialization

 

----------------gives OO the ability to handle essential complexity better than action-oriented approach. 
Select correct option: 

Centralization 
Decentralization 
Decentralization and Centralization 
none of the given

 

 _________ is an extremely powerful technique for dealing with complexity. 
Select correct option: 

Aggregation 
Abstraction 
Inheritance 
Association

 

The modules interacting with each other through message passing have _______ between them. 
Select correct option: 

low cohesion 
high cohesion 
low coupling 
high couling not sure

 

Example of Coupling
The modules that interact with each other through message passing have low coupling 
while those who interact with each other through variables that maintain information 
about the state have high coupling. The following diagram shows examples of two such 
systems

 

Identifying Whole-Part structures (Aggregations) means what are my _______ 
Select correct option: 

Components 
Attributes 
Methods 
Messages

 

 ___ is a technique in which we construct a model of an entity based upon its essential characteristics and ignore the inessential details. 
Select correct option: 

Inheritance 
Polymorphism 
Aggregation 
Abstraction

 

----------------gives OO the ability to handle essential complexity better than action-oriented approach. 
Select correct option: 

Centralization 
Decentralization 
Decentralization and Centralization 
none of the given

 

In the case of action-oriented approach, data is decomposed according to: 
Select correct option: 

Object requirements 
Functionality requirements 
Corresponding domain model 
Compatibility with object interface

 

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 
All of given options

 

Software objects interact and communicate with each other using ______ . 
Select correct option: 

Whole-Part relation 
Generalization/Specialization relation 
Messages 
None of given options.

 

A cohesive Class is one which emphasizes on __ unit of functionality 
Select correct option: 

Single 
Multiple 
Static 
None of the given options

 

is an extremely powerful technique for dealing with complexity. 
Select correct option: 

Aggregation 
Abstraction 
Inheritance 
Association

 

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

 

In this case of _______, intra component linkages are stronger while inter component linkages are weak. 
Select correct option: 

high cohesion 
low coupling 
low cohesion 
high coupling

 

Identifying Whole-Part structures (Aggregations) means what are my _______

Components

Attributes

mthods

messages


In ________ relationship, a class shares the structure and behavior defined in another class.
Select correct option:
Aggregation
Composition
Inheritance
Uses

Aggregation

 

A "register" in "Point of sale system" is an example of:
Select correct option:
Actor
Participant
Tangible thing
Transaction

 

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
All of given options

 

---------------gives OO the ability to handle essential complexity better than action-oriented approach.
Select correct option:
Centralization
Decentralization
Decentralization and Centralization
none of the given

 

 

To help separate an object's external behavior from its implementation, the technique used is called _________.
Select correct option:
Generalization
Association
Composition
Abstraction

 

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

A change becomes ----------- because of close presence of data and fucntions
Select correct option:
Accessible
Global
Private
Localized

 

A class will be cohesive if:
Select correct option:
Class does not implement Complex interfaces
Class does not have Complex Methods
If most of the methods do not use most of the data members most of the time
if most of the methods use most of the data members most of the time.

 

______ 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

 

Strong cohesion implies that:
Select correct option:
All parts of a component have a close logical relationship with each other.
All parts of a component do not have a close logical relationship with each other.
Component is dynamic in nature
Component is static in nature

 

----------------gives OO the ability to handle essential complexity better than action-oriented approach.
Select correct option:
Centralization
Decentralization
Decentralization and Centralization
none of the given

 

In Object Oriented Design, ______ layer contains the details that enable each object to communicate with its collaborators.
Select correct option:
subsystem
responsibility
message
object

Whole Part Structure is also called ______
Select correct option:
Generalization
Aggregation
Specialization
Association

 

Coupling is a measure of _____ of a module or component.
Select correct option:
Independence
Dependence
Aggregation
Composition

 

Class responsibilities are defined by _________.
Select correct option:
its attributes only
its collaborators
its operations only
both its attributes and operations

 

In "Point of Sale system", the term "Payment" represents
Select correct option:
Actor
Participant
Transaction
Container

 

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

 

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

The modules interacting with each other through message passing have _______ between them.
Select correct option:
low cohesion
high cohesion
low coupling
high couling

 

Software objects interact and communicate with each other using ______ . 
Select correct option: 

Whole-Part relation 
Generalization/Specialization relation 
Messages 
None of given options.

 

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

 

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

 

A "register" in "Point of sale system" is an example of: 
Select correct option: 

Actor 
Participant 
Tangible thing 
Transaction

 

When two components of a system are using the same global data area, they are related as 
Select correct option: 

Data Coupling 
Content Coupling 
Common Coupling 
External Coupling

 

Which of the following is NOT among one of the four layers of the Object Oriented (OO) design pyramid 
Select correct option: 

The subsystem layer 
The class and object layer 
The Abstract layer 
The message layer

 

The first step in any OOA process model is to 
Select correct option: 
build an object-relationship model.
define collaborations between objects.
elicit customer requirements. 
select a representation language.

 

___ relationship indicates that one entity is composed of one or more parts which are themselves instances of that or another entity. 
Select correct option: 

Inheritance 
Whole-part 
Generalization 
Specialization

 

is an extremely powerful technique for dealing with complexity. 
Select correct option: 

Aggregation 
Abstraction 
Inheritance 
Association

 

A change becomes ----------- because of close presence of data and fucntions 
Select correct option: 

Accessible 
Global 
Private 
Localized

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

 

Amjad Zahid: Which of the following is NOT among one of the four layers of the Object Oriented (OO) design pyramid 
Select correct option: 

The subsystem layer 
The class and object layer 
The Abstract layer 
The message layer

___ is a technique in which we construct a model of an entity based upon its essential characteristics and ignore the inessential details.
Select correct option:
Inheritance
Polymorphism
Aggregation
Abstraction

 

In ________ relationship, a class shares the structure and behavior defined in another class.
Select correct option:
Aggregation
Composition
Inheritance
Uses

 

Once you define "Employee" as an object for pay-roll application _______
Select correct option:
It can NOT be used for income tax, bonus, commission or any HR application.
It can be used for income tax, bonus, commission or any HR application.
It can only provide Read-Only properties
None of the given options

 

 

 

 

 

 

A class will be cohesive if:
Select correct option:
Class does not implement Complex interfaces
Class does not have Complex Methods
If most of the methods do not use most of the data members most of the time
if most of the methods use most of the data members most of the time.

  4th?

 

In this case of _______, intra component linkages are stronger while inter component linkages are weak.
Select correct option:
high cohesion
low coupling
low cohesion
high coupling

 

In the case of action-oriented approach, data is decomposed according to:
Select correct option:
Object requirements
Functionality requirements
Corresponding domain model
Compatibility with object interface

 

----------------gives OO the ability to handle essential complexity better than action-oriented approach.
Select correct option:
Centralization
Decentralization
Decentralization and Centralization
none of the given

 

In the case of ________ in a system, module boundaries are not well defined.
Select correct option:
low cohesion
high coupling
low coupling
high cohesion

 

___ relationship indicates that one entity is composed of one or more parts which are themselves instances of that or another entity. 
Select correct option: 

Inheritance 
Whole-part 
Generalization 
Specialization

 

The three most important characteristics of an object are 
Select correct option: 

Identity 
State 
Behavior 
All of the given

 

 

In Object Oriented Design, ______ layer contains the details that enable each object to communicate with its collaborators. 
Select correct option: 

subsystem 
responsibility 
message 
object

______ has become a standard notation for object oriented system modeling. 
Select correct option: 

UML 
C++ 
OCL (object Constraint Language) 
None of the given options

 

 

 ______ 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

 

 ___ is a technique in which we construct a model of an entity based upon its essential characteristics and ignore the inessential details. 
Select correct option: 

Inheritance 
Polymorphism 
Aggregation 
Abstraction

 Quiz: 4

 

The modules interacting with each other through message passing have _______ between them. 
Select correct option: 

low cohesion 
high cohesion 
low coupling 
high couling

 

A change becomes ----------- because of close presence of data and fucntions 
Select correct option: 

Accessible 
Global 
Private 
Localized

 

Coupling is a measure of _____ of a module or component. 
Select correct option: 

Independence 
Dependence 
Aggregation 
Composition

localized

 

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 
All of given options

 

The first step in any OOA process model is to
Select correct option:
build an object-relationship model.
define collaborations between objects.
elicit customer requirements.
select a representation language.

 

"System should maintain transaction log of every transaction" The above statement is an example of
Select correct option:
Functional requirement
Non-functional requirement
Pseudo requirement
None of the given options

 

 The most important and critical stage in the object oriented design is the appropriate classification of _______.
Select correct option:
functions
methods
objects
relationships

  4?

  or 2?

 

When two components of a system are using the same global data area, they are related as
Select correct option:
Data Coupling
Content Coupling
Common Coupling
External Coupling

 

Class responsibilities are defined by _________.
Select correct option:
its attributes only
its collaborators
its operations only
both its attributes and operations

 

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

 

 ___ is a technique in which we construct a model of an entity based upon its essential characteristics and ignore the inessential details.
Select correct option:
Inheritance
Polymorphism
Aggregation
Abstraction

 

"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

Identifying Whole-Part structures (Aggregations) means what are my _________
Select correct option:
Components
Attributes
Methods
Messages

 

___ relationship indicates that one entity is composed of one or more parts which are themselves instances of that or another entity.
Select correct option:
Inheritance
Whole-part
Generalization
Specialization

 

  Identifying Whole-Part structures (Aggregations) means what are my _______ 
Select correct option: 

Components 
Attributes 
Methods 
Messages

 

Identifying Whole-Part structures (Aggregations) means what are my _______ 
Select correct option: 

Components 
Attributes 
Methods 
Messages

 

"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

 

Which of the following is NOT among one of the four layers of the Object Oriented (OO) design pyramid 
Select correct option: 

The subsystem layer 
The class and object layer 
The Abstract layer 
The message layer

 

When a class gets physical existance in computer memory, it is called 
Select correct option: 

Parent Class 
polymorphism 
Static Object 
Object

 

In this case of _______, intra component linkages are stronger while inter component linkages are weak. 
Select correct option: 

high cohesion 
low coupling 
low cohesion 
high coupling

 

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

 

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

 

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

 

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

 

 ______ has become a standard notation for object oriented system modeling. 
Select correct option: 

UML 
C++ 
OCL (object Constraint Language) 
None of the given options

 

______ 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

 

To help separate an object's external behavior from its implementation, the technique used is called _________
Select correct option: 

Generalization 
Association 
Composition 
Abstraction

 

Identifying Whole-Part structures (Aggregations) means what are my _________
Select correct option:
Components
Attributes
Methods
Messages

______ has become a standard notation for object oriented system modeling.
Select correct option:
UML
C++
OCL (object Constraint Language)
None of the given options

 

The most important and critical stage in the object oriented design is the appropriate classification of _______.
Select correct option:
functions
methods
objects
relationships

 

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

 

To help separate an object's external behavior from its implementation, the technique used is called _________.
Select correct option:
Generalization
Association
Composition
Abstraction

The modules interacting with each other through message passing have _______ between them.
Select correct option:
low cohesion
high cohesion
low coupling
high couling

 

Coupling is a measure of _____ of a module or component.
Select correct option:
Independence
Dependence
Aggregation
Composition

 

Which of the following is NOT among one of the four layers of the Object Oriented (OO) design pyramid
Select correct option:
The subsystem layer
The class and object layer
The Abstract layer
The message layer

 

A tangible entity in the real life is called
Select correct option:
Functions
Object
Class
None of the given

 

Whole Part Structure is also called ______
Select correct option:
Generalization
Aggregation
Specialization
Association

 

 

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

 

Defining the services of an object means:
Select correct option:
What it does?
What it knows?
Who knows it?
Whome it knows?

 

---------------gives OO the ability to handle essential complexity better than action-oriented approach.
Select correct option:
Centralization
Decentralization
Decentralization and Centralization
none of the given

 

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

 

Class responsibilities are defined by _________.
Select correct option:
its attributes only
its collaborators
its operations only
both its attributes and operations

 

In the case of ________ in a system, module boundaries are not well defined.
Select correct option:
low cohesion
high coupling
low coupling
high cohesion

 

When two components of a system are using the same global data area, they are related as
Select correct option:
Data Coupling
Content Coupling
Common Coupling
External Coupling

 m.waseem.vu: no idea

 

When a class gets physical existance in computer memory, it is called
Select correct option:
Parent Class
polymorphism
Static Object
Object

_________ is an extremely powerful technique for dealing with complexity.
Select correct option:
Aggregation
Abstraction
Inheritance
Association

 


In Object Oriented Design, ______ layer contains the details that enable each object to communicate with its collaborators.
Select correct option:
subsystem
responsibility
message
object

 

 

 


--
Zindagi mein 2 Logo ka buhat khayal rahkoooo

Ist woh jiss ney tumhari jeet ke Liye buhat kuch hara hoo (Father)

2nd woh jiss ko tum ney har dukh me pukaara hoo (Mother)

Regards, 
Umair Saulat

--
Please visit http://vusr.net for Old and Latest Papers, Assignments, Quiz and GDBs.
 
http://VUSR.net The ultimate VU Study Resource
 
You received this message because you are subscribed to the Google
Groups "VUSR" group.
 
 
To unsubscribe
vusr+unsubscribe@googlegroups.com
To Visit Group Home Page
http://groups.google.com/group/vusr?hl=en?hl=en

Re: ..::VU-Pink::.. ****Happy Birthday to Me... Ya Allah mujhay naik insan bana do or pichalay gunah maaf kar do plz Ameen****

happy birthday S bhai

apki dua pe ameeen

waise aap to abhi choty se hian
:P

On Mon, May 7, 2012 at 2:25 AM, Mohammad Sajjad <ghulamemastan@gmail.com> wrote:
today is mine 124 birthday... Happy Birthday Mohammad Sajjad......

--

Regard's 
Mohammad Sajjad

jis dawa kita "main"  ala o pal vich ho Iblees(Sheetan) gaya....
oonay yar no wakhraya samja c main q samjha je main howan...


--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en



--

*-* LeArN fRoM yEstErdaY *-*

*-* LiVe FoR TodAy *-*

*-* hOpE FoR tOmoRRoW *-*

Glitter Text Generator



--
...:::Group Rules:::...
http://groups.google.com.pk/group/vu-pink/web/group-rules
^^^^^^
You received this message because you are subscribed to the Google
Groups "vu pink" group.
To post to this group, send email to vu-pink@googlegroups.com
To unsubscribe from this group, send email to
vu-pink+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com.pk/group/vu-pink?hl=en

[VUSR] 65481 CS501- Quiz No.2 May, 07, 2012

CS501  Advance Computer Architecture

Quiz No.2 May 07,2012

 

 

Question # 1 of 10 ( Start time: 10:02:48 PM ) Total Marks: 1
What is the size of the memory space that is available to FALCON-A processor?
Select correct option:

2^8 bytes
2^16 bytes
2^32 bytes
2^64 bytes

 

Question # 2 of 10 ( Start time: 10:03:58 PM ) Total Marks: 1
How can we refer to an instruction register (IR), of 16 bits (numbered 0 to 15) using RTL?
Select correct option:

IR<16..0>
IR<15..0>
IR<16..1>
IR<15..1>

 

 Question # 3 of 10 ( Start time: 10:04:28 PM ) Total Marks: 1
What is the working of Processor Status Word (PSW)?
Select correct option:

To hold the current status of the processor.

To hold the address of the current process
To hold the instruction that the computer is currently processing
To hold the address of the next instruction in memory that is to be executed

 

 Question # 4 of 10 ( Start time: 10:05:10 PM ) Total Marks: 1
What does the instruction "ldr R3, 58" of SRC do?
Select correct option:

It will load the register R3 with the contents of the memory location M [PC+58]
It will load the register R3 with the relative address itself (PC+58).
It will store the register R3 contents to the memory location M [PC+58]
No operation

 

 Question # 5 of 10 ( Start time: 10:06:34 PM ) Total Marks: 1
What is the instruction length of the FALCON-E processor?
Select correct option:

8 bits
16 bits
32 bits
64 bits

 

 Question # 6 of 10 ( Start time: 10:06:57 PM ) Total Marks: 1
Which one of the following portions of an instruction represents the operation to be performed?
Select correct option:

Address
Instruction code
Opcode
Operand

 

Question # 8 of 10 ( Start time: 10:07:36 PM ) Total Marks: 1
For the __________ type instructions, we require a register to hold the data that is to be loaded from the memory, or stored back to the memory
Select correct option:

Jump
Control
load/store
None of the given

 

Question # 9 of 10 ( Start time: 10:08:08 PM ) Total Marks: 1
Which one of the following is the highest level of abstraction in digital design in which the computer architect views the system for the description of system components and their interconnections?
Select correct option:

Processor-Memory-Switch level (PMS level)
Instruction Set Level
Register Transfer Level
None of the given

 

 Question # 10 of 10 ( Start time: 10:08:50 PM ) Total Marks: 1
Identify the opcode, destination register (DR), source registers (SA and SB i/e source register A and source register B) from the following example.
ADD R1, R2, R3
Select correct option:

Opcode= R1, DR=ADD, SA=R2, SB=R3
Opcode= ADD, DR=R1, SA=R2, SB=R3
Opcode= R2, DR=ADD, SA=R1, SB=R3
Opcode= ADD, DR=R3, SA=R2, SB=R1

 

Question # 1 of 10 ( Start time: 10:20:53 PM ) Total Marks: 1
Which one of the following circuit design levels is called the gate level?
Select correct option:

Logic Design Level
Circuit Level
Mask Level
None of the given

 

Question # 2 of 10 ( Start time: 10:21:17 PM ) Total Marks: 1
The CPU includes three types of instructions, which have different operands and will need different representations. Which one of the instructions requires two source registers?
Select correct option:

Jump and branch format instructions
Immediate format instructions
Register format instructions
All of the above

 

Question # 5 of 10 ( Start time: 10:24:08 PM ) Total Marks: 1
P: R3 <- R5 MAR <- IR These two are instructions written using RTL .If these two operations is to occur simultaneously then which symbol will we use to separate them so that it becomes a correct statement with the condition that two operations occur simultaneously?
Select correct option:

Parentheses ()
Arrow <-
Colon :
Comma ,

 

Question # 6 of 10 ( Start time: 10:25:09 PM ) Total Marks: 1
In which of the following instructions the data move between a register in the processor and a memory location (or another register) and are also called data movement?
Select correct option:

Arithmetic/logic
Load/store
Test/branch
None of the given

 

What does the word 'D' in the 'D-flip-Flop' stands for?
Select correct option:

Data
Digital
Dynamic
Double

 

Question # 9 of 10 ( Start time: 10:27:24 PM ) Total Marks: 1
The instruction ---------------will load the register R3 with the contents of the memory location M [PC+56]
Select correct option:

Add R3, 56
lar R3, 56
ldr R3, 56
str R3, 56

 

Question # 10 of 10 ( Start time: 10:28:07 PM ) Total Marks: 1
What is the instruction length of the FALCON-E processor?
Select correct option:

8 bits
16 bits
32 bits
64 bits

 

Question # 2 of 10 ( Start time: 10:41:07 PM ) Total Marks: 1
Which one of the following are the code size and the Number of memory bytes respectively for a 2-address instruction?
Select correct option:

4 bytes, 7 bytes
7 bytes, 16 bytes
10 bytes, 19 bytes
13 bytes, 22 bytes

Question # 3 of 10 ( Start time: 10:41:57 PM ) Total Marks: 1
Which one of the following portions of an instruction represents the operation to be performed?
Select correct option:

Address
Instruction code
Opcode
Operand


Question # 4 of 10 ( Start time: 10:42:17 PM ) Total Marks: 1
Which operator is used to 'name' registers, or part of registers, in the Register Transfer Language?
Select correct option:

:=
&
%
©


Question # 5 of 10 ( Start time: 10:42:37 PM ) Total Marks: 1
What is the size of the memory space that is available to FALCON-A processor?
Select correct option:

2^8 bytes
2^16 bytes
2^32 bytes
2^64 bytes



Question # 7 of 10 ( Start time: 10:43:25 PM ) Total Marks: 1
An "assembler" that runs on one processor and translates an assembly language program written for another processor into the machine language of the other processor is called a ----------------
Select correct option:

compiler
cross assembler
debugger
linker

Question # 8 of 10 ( Start time: 10:43:59 PM ) Total Marks: 1
Which instruction is used to store register to memory using relative address?
Select correct option:

ld instruction
ldr instruction
lar instruction
str instruction


Question # 9 of 10 ( Start time: 10:44:37 PM ) Total Marks: 1
What does the instruction "ldr R3, 58" of SRC do?
Select correct option:

It will load the register R3 with the contents of the memory location M [PC+58]
It will load the register R3 with the relative address itself (PC+58).
It will store the register R3 contents to the memory location M [PC+58]
No operation
Question # 1 of 10 ( Start time: 11:06:09 PM ) Total Marks: 1
Which of the following can be defined as an address of the operand in a computer type instruction or the target address in a branch type instruction?
Select correct option:
Base address
Binary address
Effective address
All of the given


Quiz Start Time: 11:06 PM
Time Left 88
sec(s)
Question # 2 of 10 ( Start time: 11:06:53 PM ) Total Marks: 1
How can we refer to an instruction register (IR), of 16 bits (numbered 0 to 15) using RTL?
Select correct option:
IR<16..0>
IR<15..0>
IR<16..1>
IR<15..1>

 

Question # 3 of 10 ( Start time: 11:07:32 PM ) Total Marks: 1
What functionality is performed by the instruction "str R8, 34" of SRC?
Select correct option:
It will load the register R8 with the contents of the memory location M [PC+34]
It will load the register R8 with the relative address itself (PC+34).
It will store the register R8 contents to the memory location M [PC+34]
No operation

 

Question # 4 of 10 ( Start time: 11:08:39 PM ) Total Marks: 1
Which type of instructions help in changing the flow of the program as and when required?
Select correct option:
Arithmetic
Control
Data transfer
Floating point

 

Question # 5 of 10 ( Start time: 11:09:24 PM ) Total Marks: 1
Whic of the following statements is/are true about RISC processors' claimed advantages over CISC processors? (a) Keeping regularly accessed variables in registers as opposed to keeping them in memory facilitates faster execution. (b) RISC CPUs outperform CISC CPU's in procedural programming environments. (c) Instruction pipelining has helped RISC CPU's to attain a target of 1 cycle per instruction. (d) It is easier to maintain the "family concept" in RISC CPUs.
Select correct option:
(a), (b) &(c)
(b), (c) & (e)
(c), (d) & (e)
(a), (c) & (d)

 

Question # 8 of 10 ( Start time: 11:11:44 PM ) Total Marks: 1
Which one of the following is the highest level of abstraction in digital design in which the computer architect views the system for the description of system components and their interconnections?
Select correct option:
Processor-Memory-Switch level (PMS level)
Instruction Set Level
Register Transfer Level
None of the given

 

Question # 9 of 10 ( Start time: 11:12:32 PM ) Total Marks: 1
Which one of the following is/are the features of Register Transfer Language? a) It is a symbolic language b) It is describing the internal organization of digital computers c) It is an elementary operation performed (during one clock pulse), on the information stored in one or more registers d) It is high level language
Select correct option:
(b) only
(a) & (b) only
(a) ,(b) & (d)
(b),(c) & (d)



Question # 10 of 10 ( Start time: 11:14:04 PM ) Total Marks: 1
In which of the following instructions the data move between a register in the processor and a memory location (or another register) and are also called data movement?
Select correct option:
Arithmetic/logic
Load/store
Test/branch
None of the given

 

 

Question # 3 of 10 ( Start time: 08:03:34 PM ) Total Marks: 1
Motorola MC68000 is an example of ---------microprocessor.
Select correct option:

CISC
RISC
SRC
FALCON


Question # 5 of 10 ( Start time: 08:05:09 PM ) Total Marks: 1
Which one of the following registers holds the instruction that is being executed?
Select correct option:

Accumulator
Address Mask
Instruction Register
Program Counter


Question # 9 of 10 ( Start time: 08:08:13 PM ) Total Marks: 1
For any of the instructions that are a part of the instruction set of the SRC, there are certain ____________ required; which may be used to select the appropriate function for the ALU to be performed, to select the appropriate registers, or the appropriate memory location.
Select correct option:

Registers
Control signals
Memory
None of the given


Question # 10 of 10 ( Start time: 08:09:02 PM ) Total Marks: 1
The external interface of FALCON-A consists of a ________ data bus.
Select correct option:

8-bit
16-bit
24-bit
32-bit

Question # 1 of 10 ( Start time: 08:18:13 PM ) Total Marks: 1
Which one of the following registers holds the address of the next instruction to be executed?
Select correct option:

Accumulator
Address Mask
Instruction Register
Program Counter


Question # 2 of 10 ( Start time: 08:18:29 PM ) Total Marks: 1
In which one of the following techniques, the time a processor spends waiting for instructions to be fetched from memory is minimized?
Select correct option:

Perfecting
Pipelining
Superscalar operation
Speedup




Question # 3 of 10 ( Start time: 08:18:52 PM ) Total Marks: 1
__________ enable the input to the PC for receiving a value that is currently on the internal processor bus.
Select correct option:

LPC
INC4
LC
Cout



Question # 4 of 10 ( Start time: 08:19:03 PM ) Total Marks: 1
The processor must have a way of saving information about its state or context so that it can be restored upon return from the -------------
Select correct option:

Exception
Function
Thread
Stack


Question # 5 of 10 ( Start time: 08:20:13 PM ) Total Marks: 1
-----------is the ability of application software to operate on models of equipment newer than the model for which it was originally developed.
Select correct option:

Backward compatibility
Data migration
Reverse engineering
Upward compatibility


Question # 6 of 10 ( Start time: 08:20:40 PM ) Total Marks: 1
_________ control signal allows the contents of the Program Counter register to be written onto the internal processor bus.
Select correct option:

INC4
LPC
PCout
LC


Question # 7 of 10 ( Start time: 08:21:15 PM ) Total Marks: 1
Which one of the following registers stores a previously calculated value or a value loaded from the main memory?
Select correct option:

Accumulator
Address Mask
Instruction Register
Program Counter


Question # 8 of 10 ( Start time: 08:21:49 PM ) Total Marks: 1
Computer system performance is usually measured by the ---------------
Select correct option:

Time to execute a program or program mix
The speed with which it executes programs
Processor's utilization in solving the problems
Instructions that can be carried out simultaneously      I use  here  double dip  :d


Question # 9 of 10 ( Start time: 08:22:09 PM ) Total Marks: 1
The external interface of FALCON-A consists of a ____________ address bus.
Select correct option:

8-bit
16-bit
24-bit
32-bit


Question # 10 of 10 ( Start time: 08:22:19 PM ) Total Marks: 1
Which one of the following register(s) that is/are programmer invisible and is/are required to hold an operand or result value while the bus is busy transmitting some other value?
Select correct option:

Instruction Register
Memory address register
Memory Buffer Register
Registers A and C


Question # 1 of 10 ( Start time: 08:24:34 PM ) Total Marks: 1
-------------- performs the data operations as commanded by the program instructions.
Select correct option:

Control
Datapath
Structural RTL
Timing


Question # 2 of 10 ( Start time: 08:25:17 PM ) Total Marks: 1
_________ control signal allows the contents of the Program Counter register to be written onto the internal processor bus.
Select correct option:

INC4
LPC
PCout
LC

Question # 3 of 10 ( Start time: 08:25:30 PM ) Total Marks: 1
The external interface of FALCON-A consists of a __________address bus and a _________ data bus.
Select correct option:

8-bit , 8-bit
16-bit , 16-bit
16-bit , 24-bit
16-bit , 32-bit

Question # 4 of 10 ( Start time: 08:25:50 PM ) Total Marks: 1
-----------is the ability of application software to operate on models of equipment newer than the model for which it was originally developed.
Select correct option:

Backward compatibility
Data migration
Reverse engineering
Upward compatibility

Question # 5 of 10 ( Start time: 08:26:02 PM ) Total Marks: 1
Which one of the following registers stores a previously calculated value or a value loaded from the main memory?
Select correct option:

Accumulator
Address Mask
Instruction Register
Program Counter

Question # 6 of 10 ( Start time: 08:26:41 PM ) Total Marks: 1
Which one of the following register(s) contain(s) the address of the place the CPU wants to work with in the main memory and is/are directly connected to the RAM chips on the motherboard?
Select correct option:

Instruction Register
Memory address register
Memory Buffer Register
Registers A and C

Question # 7 of 10 ( Start time: 08:27:38 PM ) Total Marks: 1
FALCON-A processor bus has 16 lines or is 16-bits wide while that of SRC is __________ wide.
Select correct option:

8-bits
16-bits
32-bits
64-bits

Question # 8 of 10 ( Start time: 08:27:54 PM ) Total Marks: 1
__________ enable the input to the PC for receiving a value that is currently on the internal processor bus.
Select correct option:

LPC
INC4
LC
Cout

Question # 9 of 10 ( Start time: 08:28:10 PM ) Total Marks: 1
The external interface of FALCON-A consists of a ________ data bus.
Select correct option:

8-bit
16-bit
24-bit
32-bit

Question # 10 of 10 ( Start time: 08:28:29 PM ) Total Marks: 1
For any of the instructions that are a part of the instruction set of the SRC, there are certain ____________ required; which may be used to select the appropriate function for the ALU to be performed, to select the appropriate registers, or the appropriate memory location.
Select correct option:

Registers
Control signals
Memory
None of the given

Which one of the following is the memory organization of EAGLE processor?

2^8 * 8 bits

2^16 * 8 bits

2^32 * 8 bits

2^64 * 8 bits

 

 


--
Zindagi mein 2 Logo ka buhat khayal rahkoooo

Ist woh jiss ney tumhari jeet ke Liye buhat kuch hara hoo (Father)

2nd woh jiss ko tum ney har dukh me pukaara hoo (Mother)

Regards, 
Umair Saulat

--
Please visit http://vusr.net for Old and Latest Papers, Assignments, Quiz and GDBs.
 
http://VUSR.net The ultimate VU Study Resource
 
You received this message because you are subscribed to the Google
Groups "VUSR" group.
 
 
To unsubscribe
vusr+unsubscribe@googlegroups.com
To Visit Group Home Page
http://groups.google.com/group/vusr?hl=en?hl=en

[VUSR] 65480 CS614 Quiz No.2 May, 07,2012

CS614 - Data Warehousing

Quiz No.2 May 07,2012

 

Question # 1 of 10 ( Start time: 10:29:52 PM ) Total Marks: 1
Data mining uses _________ algorithms to discover patterns and regularities in data.
Select correct option:
Mathematical
Computational
Statistical
None of these

Question # 2 of 10 ( Start time: 10:31:13 PM ) Total Marks: 1
The goal of ___________ is to look at as few blocks as possible to find the matching records(s).
Select correct option:
Indexing
Partitioning
Joining
None of these

Question # 3 of 10 ( Start time: 10:32:34 PM ) Total Marks: 1
An optimized structure which is built primarily for retrieval, with update being only a secondary consideration is
Select correct option:
OLTP
OLAP
DSS
Inverted Index

Question # 4 of 10 ( Start time: 10:33:23 PM ) Total Marks: 1
If every key in the data file is represented in the index file then index is
Select correct option:
Dense Index
Sparse Index
Inverted Index
None of these

Question # 5 of 10 ( Start time: 10:34:47 PM ) Total Marks: 1
There are many variants of the traditional nested-loop join. If the index is built as part of the query plan and subsequently dropped, it is called
Select correct option:
Naive nested-loop join
Index nested-loop join
Temporary index nested-loop join
None of these

Question # 6 of 10 ( Start time: 10:36:08 PM ) Total Marks: 1
Data mining evolve as a mechanism to cater the limitations of ________ systems to deal massive data sets with high dimensionality, new data types, multiple heterogeneous data resources etc.
Select correct option:
OLTP
OLAP
DSS
DWH

Question # 7 of 10 ( Start time: 10:37:30 PM ) Total Marks: 1
A dense index, if fits into memory, costs only ______ disk I/O access to locate a record by given key.
Select correct option:
One
Two
Linear
Quadratic

Question # 8 of 10 ( Start time: 10:38:29 PM ) Total Marks: 1
Data mining derives its name from the similarities between searching for valuable business information in a large database, for example, finding linked products in gigabytes of store scanner data, and mining a mountain for a _________ of valuable ore.
Select correct option:
Furrow
Streak
Trough
Vein

Question # 9 of 10 ( Start time: 10:39:49 PM ) Total Marks: 1
If 'M' rows from table-A match the conditions in the query then table-B is accessed 'M' times. Suppose table-B has an index on the join column. If 'a' I/Os are required to read the data block for each scan plus 'b' I/Os for each data block then the total cost of accessing table-B is _____________ logical I/Os approximately.
Select correct option:
(a + b)M
(a - b)M
(a + b + M)
(a * b * M)

Question # 10 of 10 ( Start time: 10:41:16 PM ) Total Marks: 1
________ is the technique in which existing heterogeneous segments are reshuffled, relocated into homogeneous segments.
Select correct option:
Clustering
Aggregation
Segmentation
Partitioning

 

 

The goal of ideal parallel execution is to completely parallelize those parts of a computation that are not constrained by data dependencies. The ______ the portion of the program that must be executed sequentially, the greater the scalability of the computation

Larger

Smaller

Unambiguous

Superior

 

_______________, if fits into memory, costs only one disk I/O access to locate a record by given key.

An Inverted Index

A Sparse Index

A Dense Index

None of these

 

If someone told you that he had a good model to predict customer usage, the first thing you might try would be to ask him to apply his model to your customer _______, where you already knew the answer.

Base

Drive

File

Log

 

The automated, prospective analyses offered by data mining move beyond the analyses of past events provided by _____________ tools typical of decision support systems.

Introspective

Intuitive

Reminiscent

Retrospective

 

If every key in the data file is represented in the index file then index is

Dense Index   

Sparse Index

Inverted Index

None of these

 

A dense index, if fits into memory, costs only ______ disk I/O access to locate a record by given key.

One

Two

Linear

Quadratic

 

With data mining, the best way to accomplish this is by setting aside some of your data in a vault to isolate it from the mining process; once the mining is complete, the results can be tested against the isolated data to confirm the model's _______.

Validity           

Security

Integrity

None of these

 

Data mining uses _________ algorithms to discover patterns and regularities in data.

Mathematical

Computational

Statistical

None of these

 

The goal of ___________ is to look at as few blocks as possible to find the matching records(s).

Indexing

Partitioning

Joining

None of these

 

_______________, if too big and does not fit into memory, will be expensive when used to find a record by given key.

An Inverted Index

A Sparse Index

A Dense Index

None of these

 

 

There are many variants of the traditional nested-loop join. If the index is built as part of the query plan and subsequently dropped, it is called

Naive nested-loop join

Index nested-loop join

Temporary index nested-loop join

None of these

 

_______________, if fits into memory, costs only one disk I/O access to locate a record by given key.

An Inverted Index

A Sparse Index

A Dense Index

None of these

 

 

If 'M' rows from table-A match the conditions in the query then table-B is accessed 'M' times. Suppose table-B has an index on the join column. If 'a' I/Os are required to read the data block for each scan plus 'b' I/Os for each data block then the total cost of accessing table-B is _____________ logical I/Os approximately.

(a + b)M

(a - b)M

(a + b + M)

(a * b * M)

 

 

With data mining, the best way to accomplish this is by setting aside some of your data in a ________ to isolate it from the mining process; once the mining is complete, the results can be tested against the isolated data to confirm the model's validity.

Cell

Disk

Folder

Vault

 

The goal of ideal parallel execution is to completely parallelize those parts of a computation that are not constrained by data dependencies. The smaller the portion of the program that must be executed __________, the greater the scalability of the computation.

In Parallel

Distributed

Sequentially

None of these

 

 

Data mining is a/an __________ approach, where browsing through data using data mining techniques may reveal something that might be of interest to the user as information that was unknown previously.

Non-Exploratory

Exploratory

Compute Science

none of these

 

Data mining evolve as mechanism to cater the limitations of _____ systems to deal massive data sets with high dimensionality , new data types, multiple heterogeneous data resources etc..
OLTP

OLAP

DSS

DWH

To identify the __________________ required we need to perform data profiling
Degree of Transformation
Complexity
Cost
Time


Execution can be completed successfully or it may be stopped due to some error. If some error occurs, execution will be terminated abnormally and all transactions will be ___________
Committed to the database
Rolled back

Companies collect and record their own operational data, but at the same time they also use reference data obtained from _______ sources such as codes, prices etc.
Operational
None of these
Internal
External

 


Ad-hoc access means to run such queries which are known already.
True
False

 


____________ in agriculture extension is that pest population beyond which the benefit of spraying outweighs its cost.
Profit Threshold Level
Economic Threshold Level
Medicine Threshold Level
None of these


People that design and build the data warehouse must be capable of working across the organization at all levels
True
False

The _________ is only a small part in realizing the true business value buried within the mountain of data collected and stored within organizations business systems and operational databases.
Independence on technology
Dependence on technology
None of these

Many data warehouse project teams waste enormous amounts of time searching in vain for a ___________________.
Silver Bullet
Golden Bullet
Suitable Hardware
Compatible Product

 

Multidimensional databases typically use proprietary __________ format to store pre-summarized cube structures.
File
Application
Aggregate
Database

A dense index, if fits into memory, costs only ______ disk I/O access to locate a record by given key.
One
Two 
lg (n)
n

All data is ______________ of something real.
I An Abstraction
II A Representation
Which of the following option is true?
I Only
II Only
Both I & II
None of I & II

The key idea behind ___________ is to take a big task and break it into subtasks that can be processed concurrently on a stream of data inputs in multiple, overlapping stages of execution.
Pipeline Parallelism
Overlapped Parallelism
Massive Parallelism
Distributed Parallelism

Non uniform distribution, when the data is distributed across the processors, is called ______.
Skew in Partition
Pipeline Distribution
Distributed Distribution
Uncontrolled Distribution

The goal of ideal parallel execution is to completely parallelize those parts of a computation that are not constrained by data dependencies. The smaller the portion of the program that must be executed __________, the greater the scalability of the computation.
None of these
Sequentially
In Parallel
Distributed

 

Data mining is a/an __________ approach, where browsing through data using data mining techniques may reveal something that might be of interest to the user as information that was unknown previously.
Exploratory
Non-Exploratory
Computer Science

Data mining evolve as a mechanism to cater the limitations of ________ systems to dealmassive data sets with high dimensionality, new data types, multiple heterogeneous data resources etc.
OLTP
OLAP
DSS
DWH 

________ is the technique in which existing heterogeneous segments are reshuffled, relocated into homogeneous segments.
Clustering
Aggregation
Segmentation
Partitioning

To measure or quantify the similarity or dissimilarity, different techniques are available. Which of the following option represent the name of available techniques?
Pearson correlation is the only technique
Euclidean distance is the only technique
Both Pearson correlation and Euclidean distance
None of these

 

For a DWH project, the key requirement are ________ and product experience.
Tools
Industry
Software
None of these

Pipeline parallelism focuses on increasing throughput of task execution, NOT on __________ sub-task execution time.
Increasing
Decreasing
Maintaining
None of these

Focusing on data warehouse delivery only often end up _________.
Rebuilding
Success
Good Stable Product
None of these

Pakistan is one of the five major ________ countries in the world.
Cotton-growing
Rice-growing
Weapon Producing

_____________ is a process which involves gathering of information about column through execution of certain queries with intention to identify erroneous records.
Data profiling
Data Anomaly Detection
Record Duplicate Detection
None of these

Relational databases allow you to navigate the data in ____________ that is appropriate using the primary, foreign key structure within the data model.
Only One Direction
Any Direction
Two Direction
None of these

DSS queries do not involve a primary key
True
False

__________________ contributes to an under-utilization of valuable and expensive historical data, and inevitably results in a limited capability to provide decision support and analysis.
The lack of data integration and standardization
Missing Data
Data Stored in Heterogeneous Sources

 

 

DTS allows us to connect through any data source or destination that is supported by ____________
OLE DB
OLAP
OLTP
Data Warehouse

Data Transformation Services (DTS) provide a set of _____ that lets you extract, transform, and consolidate data from disparate sources into single or multipledestinations supported by DTS connectivity.
Tools
Documentations
Guidelines

If some error occurs, execution will be terminated abnormally and all transactions will be rolled back. In this case when we will access the database we will find it in the state that was before the ____________.
Execution of package
Creation of package
Connection of package

To judge effectiveness we perform data profiling twice. 
One before Extraction and the other after Extraction
One before Transformation and the other after Transformation
One before Loading and the other after Loading

The need to synchronize data upon update is called
Data Manipulation
Data Replication
Data Coherency
Data Imitation

Taken jointly, the extract programs or naturally evolving systems formed a spider web, also known as
Distributed Systems Architecture
Legacy Systems Architecture
Online Systems Architecture
Intranet Systems Architecture

 

Node of a B-Tree is stored in memory block and traversing a B-Tree involves ______ page faults.
O (n)
O (n2)
O (n lg n)
O (lg n)
Which statement is true for De-Normalization?
Redundant data is a performance liability at query time, but is a performance benefit at update time.
Redundant data is a performance benefit at both query time and update time.
Redundant data is a performance liability at both query time and update time.
Redundant data is a performance benefit at query time, but is a performance liability at update time.

It is observed that every year the amount of data recorded in an organization is

Doubles  

Triples

Quartiles

Remains same as previous year

 

Pre-computed _______ can solve performance problems

Aggregates  

Facts

Dimensions

 

The degree of similarity between two records, often measured by a numerical value between _______, usually depends on application characteristics.

0 and 1  

0 and 10

0 and 100

0 and 99

The purpose of the House of Quality technique is to reduce ______ types of risk.

Two  

Three

Four

All

NUMA stands for __________

Non-uniform Memory Access

Non-updateable Memory Architecture

New Universal Memory Architecture

 

There are many variants of the traditional nested-loop join. If the index is built as part of the query plan and subsequently dropped, it is called

Naive nested-loop join

Index nested-loop join

Temporary index nested-loop join  

None of these

The Kimball s iterative data warehouse development approach drew on decades of experience to develop the _____________.

Business Dimensional Lifecycle

Data Warehouse Dimension

Business Definition Lifecycle

OLAP Dimension

 

For a smooth DWH implementation we must be a technologist.

True

False  

During the application specification activity, we also must give consideration to the organization of the applications.

True  

False

 

The most recent attack is the ________ attack on the cotton crop during 2003- 04, resulting in a loss of nearly 0.5 million bales.

Boll Worm  

Purple Worm

Blue Worm

Cotton Worm

 

The users of data warehouse are knowledge workers in other words they are_________ in the organization.

Decision maker

Manager

Database Administrator

DWH Analyst

 

_________ breaks a table into multiple tables based upon common column values.

Horizontal splitting  

Vertical splitting

 

As apposed to the out come of classification , estimation deal with ____________ valued

outcome.

Discrete

Isolated

Continuous

Distinct

 

The goal of ______is to look at as few block as possible to find the matching records. Indexing

Partitioning

Joining

none of these

nested loop join

none of these

 

The technique that is used to perform these feats in data mining modeling, and this act of model building is something that people have been doing for long time, certainly before the _______ of computers or data mining technology.

Access Advent

Ascent Avowal

 

A data warehouse may include
Legacy systems
Only internal data sources
Privacy restrictions
Small data mart

De-Normalization normally speeds up 
Data Retrieval
Data Modification
Development Cycle
Data Replication

In horizontal splitting, we split a relation into multiple tables on the basis of 
Common Column Values
Common Row Values
Different Index Values
Value resulted by ad-hoc query

 

For a given data set, to get a global view in un-supervised learning we use
One-way Clustering
Bi-clustering
Pearson correlation
Euclidean distance

In DWH project, it is assured that ___________ environment is similar to the production environment.
Designing
Development
Analysis
Implementation

For good decision making, data should be integrated across the organization to cross the LoB (Line of Business). This is to give the total view of organization from:
Owner's Perspective
Customer's Perspective
Decision Maker's Perspective
Employee's Perspective

Which is the least appropriate join operation for Pipeline parallelism?

Hash Join

Inner Join

Outer Join

Sort-Merge Join

 

Data mining derives its name from the similarities between searching for valuable business information in a large database, for example, finding linked products in gigabytes of store scanner data, and mining a mountain for a _________ of valuable ore.

Furrow

Streak

Trough

Vein

 

With data mining, the best way to accomplish this is by setting aside some of your data in a ________ to isolate it from the mining process; once the mining is complete, the results can be tested against the isolated data to confirm the model's validity.

Cell

Disk

Folder

Vault

We must try to find the one access tool that will handle all the needs of their users.

True

False

Investing years in architecture and forgetting the primary purpose of solving business problems, results in inefficient application. This is the example of _________ mistake.

Extreme Technology Design

Extreme Architecture Design

 

The automated, prospective analyses offered by data mining move beyond the analysis of past

events provided by respective tools typical of ___________.

OLTP

OLAP

Decision Support systems

None of these

There are many variants of the traditional nested-loop join, if there is an index is exploited, then it is called……

Naïve nested loop join index

Nested loop join temporary index

Index nested-loop joins

 


A data warehouse implementation without an OLAP tool is always possible.

True

False

 

 

_____modeling technique is more appropriate for data warehouses.

entity-relationship

dimensional

physical

None of the given

 

 

The performance in a MOLAP cube comes from the O(1) look-up time for the array data structure.

 

True

False

 

 

Multi-dimensional databases (MDDs) typically use ___________ formats to store pre-summarized cube structures.

 

SQL

proprietary file

Object oriented

Non- proprietary file

 

Slice and Dice is changing the view of the data.

True

False

 

 

 

Data warehousing and on-line analytical processing (OLAP) are _______ elements of decision support system.

 

Unusual

Essential

Optional

None of the given

 

 

Virtual cube is used to query two similar cubes by creating a third "virtual" cube by a join between two cubes.

 

True

False

 

Analytical processing uses ____________ , instead of record level access.

multi-level aggregates

Single-level aggregates

Single-level hierarchy

None of the Given

 

 

The divide&conquer cube partitioning approach helps alleviate the ____________ limitations of MOLAP implementation.

Flexibility

Maintainability

Security

Scalability

 

 

In a traditional MIS system, there is an almost linear sequence of queries.

True

False

 

 

Data Warehouse provides the best support for analysis while OLAP carries out the _________ task.

Mandatory

Whole

Analysis

Prediction

 

 

DOLAP allows download of "cube" structures to a desktop platform with the need for shared relational or cube server.

 

True

False

 

 

The STAR schema used for data design is a __________ consisting of fact and dimension tables.

Select correct option:

Network model

Relational model

Hierarchical data model

None of the given

 

Data Warehouse provides the best support for analysis while OLAP carries out the _________ task.

Select correct option:

Mandatory

Whole

Analysis

Prediction

 

 

Virtual cube is used to query two similar cubes by creating a third "virtual" cube by a join between two cubes.

Select correct option:

 True

 False

 

Data warehousing and on-line analytical processing (OLAP) are _______ elements of decision support system.

Select correct option:

Unusual

Essential

Optional

None of the given


--
Zindagi mein 2 Logo ka buhat khayal rahkoooo

Ist woh jiss ney tumhari jeet ke Liye buhat kuch hara hoo (Father)

2nd woh jiss ko tum ney har dukh me pukaara hoo (Mother)

Regards, 
Umair Saulat

--
Please visit http://vusr.net for Old and Latest Papers, Assignments, Quiz and GDBs.
 
http://VUSR.net The ultimate VU Study Resource
 
You received this message because you are subscribed to the Google
Groups "VUSR" group.
 
 
To unsubscribe
vusr+unsubscribe@googlegroups.com
To Visit Group Home Page
http://groups.google.com/group/vusr?hl=en?hl=en