Tuesday, December 4, 2012

.::VULMSIT::.eNoxel.com CS504 Quiz No.1 Dated DEc 04, 2012

CS-504 Quiz No.1

Dated Dec 04, 2012

 

 

The design process usually involves:

Select correct option:

Developing a number of different models.

Looking at the system from different angles.

Describing the system at various levels of abstraction.

All of the given options

 

When two components of a system are using the same global data area, they are related

As

Data Coupling

Content Coupling

Common Coupling

External Coupling

 

An object model encompasses the principle(s) of

Select correct option:

Abstraction

Encapsulation

Hierarchy or inheritance

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

 

In object oriented design, the structure of the system revolves around.

Select correct option:

Objects

Methods

Properties

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

 

Class responsibilities are defined by ___________.

Select correct option:

its attributes only

its collaborators

its operations only

both its attributes and operations

 

Which of the following sentence(s) is/are true regarding user interface design?

Select correct option:

GUI interfaces are good for all tasks which a user needs to perform at an interface.

The higher the response time, the better is the interface.

The simpler the interface, the efficient is the system.

Command-line interfaces are faster for some tasks which the user needs to perform.

 

GUI stands for:

Select correct option:

Genaric User Interface

Graphical User Interface

Genaric User Interaction

Graphical User Interaction

 

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 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

 

A ___ 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:

Calling the same method with object of child object

Hiding the data

Creating new subclasses from an existing class

None of 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.

 

A ___ 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

Example of Coupling

 

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

Select correct option:

Components

Attributes

Methods

Messages

 

----------------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

 

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

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

 

 

 

 

 

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

 

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

 

 

 

 

 

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.

 

A ___ 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

 

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.

 

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

 

In the case of ________ in a system, module boundaries are not well defined.

Select correct option:

low cohesion

high coupling

low coupling

high cohesion

 

 

 

 

 

 

A ___ 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

 

______ 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

 

Coupling is a measure of _____ of a module or component.

Select correct option:

Independence

Dependence

Aggregation

Composition

localized

 

 

 

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

 

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

 

___ 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

 

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



--
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 Mc100403250

--
--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.eNoxel.com
http://www.enoxelit.tk
http://www.geniusweb.tk
 
and Please do Share this group with your Friends and Class Fellows so that our Circle would expand and can be more useful for other Students.
 
Thanks, n Best of Luck......
 
 
You received this message because you are subscribed to the Google
Groups "vulms" group.
To post to this group, send email to vulmsit@googlegroups.com
To unsubscribe from this group, send email to
vulmsit+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/vulmsit?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "vulms" group.
Visit this group at http://groups.google.com/group/vulmsit?hl=en-GB.
 
 

.::VULMSIT::.eNoxel.com Moderator's spam report for vulmsit@googlegroups.com

This message is being sent to you because you are a moderator of the group vulmsit.

The following suspicious messages were sent to your group, but are being held in your moderation queue because they are classified as likely spam messages.

If you take no action, all the messages below will be discarded automatically as spam.

However, if you see any messages that are not spam below, you may approve them individually by going to:

http://groups.google.com/group/vulmsit/pendmsg

Please do not mark this notification as spam; this is a service for group moderators. If you do not wish to receive these notifications in the future, you may change your preferences by going to:

http://groups.google.com/group/vulmsit/manage_post


------- 1 of 36 -------
Subject: Free Conference Seminar: Your Role as a SAP Consultant on a project - MM WM SD FICO PP CRM HR/HCM BIBW & ASAP methodology - 101ERP
From: Jyothi Ganesh <simp.biz39@gmail.com>
Date: Nov 30 04:38AM -0500

Join us every Monday at 9.30 PM EST. Please find the meeting details at *
events.101erp.com
*This conference seminar will give you a good understanding on what roles
you will be playing as an SAP consultant in real projects.
Thanks


Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=4758738179973206935

------- 2 of 36 -------
Subject: MTH603 - Numerical Analysis Online Quiz No.2 Conference At 10:00 Pm to 11:00 Pm on 30-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 04:46PM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=680254949824505824

------- 3 of 36 -------
Subject: MGT211 Introduction To Business Online Quiz No.2 Conference At 06:00 Pm to 08:00 Pm on 30-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 04:47PM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=1384905421650428842

------- 4 of 36 -------
Subject: STA301 - Statistics and Probability Online Quiz No.1 Conference At 08:00 Pm to 11:00 Pm on 30-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 04:48PM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=3970115976101736366

------- 5 of 36 -------
Subject: Complete Solution of CS408 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 05:37PM +0500

*Asslam.o.alaikum*
*
*
*Dear students Complete Solution of CS408 Assignment No. 02 Semester Fall
2012 has posted *
*Click here for Complete Solution of CS408 Assignment No. 02 Semester Fall

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=1618980088058237982

------- 6 of 36 -------
Subject: Solution of CS304 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 05:45PM +0500

*Asslam.o.alaikum*
*
*
*Dear students Complete Solution of CS304 Assignment No. 02 Semester Fall
2012 has posted *
*Click here for Complete Solution of CS304 Assignment No. 02 Semester Fall

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=2733269273009035858

------- 7 of 36 -------
Subject: Complete Solution of MGT411 Assignment No. 01 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 06:25PM +0500

*Asslam.o.alaikum*
*
*
*Dear students Complete Solution of MGT411 Assignment No. 01 Semester Fall
2012 has posted *
*Click here for Complete Solution of MGT411 Assignment No. 01 Semester Fall

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=5170856942799084796

------- 8 of 36 -------
Subject: Complete Solution of CS402 Assignment No. 03 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 06:32PM +0500

*Asslam.o.alaikum*
*
*
*Dear students Complete Solution of CS402 Assignment No. 03 Semester Fall
2012 has posted *
*Click here for Complete Solution of CS402 Assignment No. 03 Semester Fall

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=574676663404916441

------- 9 of 36 -------
Subject: Solution and Discussion of ENG201 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 06:36PM +0500

*Asslam.o.alaikum*
*
*
*Dear students Solution and Discussion of ENG201 Assignment No. 02
Semester Fall 2012 has posted *
*Click here for Solution and Discussion of ENG201 Assignment No. 02

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=8326952111560800913

------- 10 of 36 -------
Subject: Solution and Discussion of ENG101 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 06:38PM +0500

*Asslam.o.alaikum*
*
*
*Dear students Solution and Discussion of ENG101 Assignment No. 02
Semester Fall 2012 has posted *
*Click here for Solution and Discussion of ENG101 Assignment No. 02

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=2303300147481318548

------- 11 of 36 -------
Subject: Today Online Quran & Online Hadith 01 December 2012 (16th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 07:24AM +0500

<http://www.gophoto.it/view.php?i=http://api.ning.com:80/files/qFQO2CCIhZ3nQY6VnIBwX9K9Fm8UCrKMMpjcaVCEcd5tdbp7inJeSIuHyhAdoTcWXOBLu*HMgchqE4UC97y*ug__/image001.jpg>


Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=2737427094903973794

------- 12 of 36 -------
Subject: MGT101 Financial Accounting Solved Midterm Paper, Short Notes and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 10:53AM +0500

*Asslam.o.alaikum*
*
*
*Dear students MGT101 Financial Accounting Solved Midterm Paper, Short
Notes and Glossary for Midterm Exam Preparation of Semester Fall 2012 has
posted *
*
*
*Click here for reading and downloading MGT101 Financial

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=7616820209356318829

------- 13 of 36 -------
Subject: MGT111 Introduction to Public Administration Solved Midterm Paper, Short Questions and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 11:23AM +0500

*Asslam.o.alaikum*
*
*
*Dear students MGT111 Introduction to Public Administration Solved Midterm
Paper, Short Questions and Glossary for Midterm Exam
Preparation of Semester Fall 2012 has posted *
*
*
*Click here for reading and

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=1213188201008287813

------- 14 of 36 -------
Subject: MGT201 Financial Management Solved Midterm Paper, Short Questions and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 12:18PM +0500

*Asslam.o.alaikum*
*
*
*Dear students MGT201 Financial Management Solved Midterm Paper, Short
Questions and Glossary for Midterm Exam Preparation of Semester Fall
2012 has posted *
*
*
*Click here for reading and downloading MGT201

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=6003845296446641166

------- 15 of 36 -------
Subject: MGT211 Introduction To Business Solved Midterm Paper, Short Notes and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 01:48PM +0500

*Asslam.o.alaikum*
* *
*Dear students MGT211 Introduction To Business Solved Midterm Paper, Short
Notes and Glossary for Midterm Exam Preparation of Semester Fall 2012 has
posted *
* *
*Click here for reading and downloading MGT211

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=6490185647104625544

------- 16 of 36 -------
Subject: MGT301 Principles of Marketing Solved Midterm Paper, Short Notes and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 02:45PM +0500

*Asslam.o.alaikum*
*
*
*Dear students MGT301 Principles of Marketing Solved Midterm Paper, Short
Notes and Glossary for Midterm Exam Preparation of Semester Fall 2012 has
posted *
*
*
*Click hereto read and download MGT301 Principles of

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=7915281487888056547

------- 17 of 36 -------
Subject: MGT503 Principles of Management Solved Midterm Paper, Short Notes and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 04:33PM +0500

*Asslam.o.alaikum*
*
*
*Dear students MGT503 Principles of Management Solved Midterm Paper, Short
Notes and Glossary for Midterm Exam Preparation of Semester Fall 2012 has
posted *
*
*
*Click hereto read and download MGT503 Principles of

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=7777882492577794277

------- 18 of 36 -------
Subject: MGT502 Organizational Behavior Solved Midterm Paper, Short Notes and Glossary for Midterm Exam
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 05:37PM +0500

*Asslam.o.alaikum*
*
*
*Dear students MGT502 Organizational Behavior Solved Midterm Paper, Short
Notes and Glossary for Midterm Exam Preparation of Semester Fall 2012 has
posted *
*
*
*Click here to read and download MGT502 Organizational

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=6382827625190961826

------- 19 of 36 -------
Subject: MGT501 Human Resource Management Solved Midterm Paper, Short Notes and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 06:18PM +0500

*Asslam.o.alaikum*
*
*
*Dear Students MGT501 Human Resource Management Solved Midterm Paper, Short
Notes and Glossary for Midterm Exam Preparation of Semester Fall 2012 has
posted *
*
*
*Click here to read and download MGT501 Human Resource

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=6815436125195402195

------- 20 of 36 -------
Subject: ECO402 Microeconomics Solved Midterm Paper, Short Notes and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 07:24PM +0500

*Asslam.o.alaikum*
*
*
*Dear Students ECO402 Microeconomics Solved Midterm Paper, Short Notes and
Glossary for Midterm Exam Preparation of Semester Fall 2012 has posted *
*
*
*Click here to read and download ECO402 Microeconomics Solved

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=1872189018497878399

------- 21 of 36 -------
Subject: CS101 Introduction to Computing All Midterm Solved Paper, Short Notes, Faqs and Glossary for Midterm Exam Preparation
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 01 08:49PM +0500

*Asslam.o.alaikum*
*
*
*Dear Students CS101 Introduction to Computing All Midterm Solved Paper,
Short Notes, Faqs and Glossary for Midterm Exam Preparation Semester Fall
2012 has posted *
*
*
*Click here to read and download CS101

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=436163337251990328

------- 22 of 36 -------
Subject: CS402 FA
From: Collegiate vu <collegiate2@gmail.com>
Date: Dec 01 10:52AM -0800

koi mujhay sada or asan lafzoon main batay ga keh CS402 main FA banatay
kaisay hain. main uss ka bahut shukarguzar hoon ga.


Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=6597482842702707736

------- 23 of 36 -------
Subject: Today Online Quran & Online Hadith 02 December 2012 (17th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 02 08:14AM +0500

<http://www.gophoto.it/view.php?i=http://api.ning.com:80/files/qFQO2CCIhZ3nQY6VnIBwX9K9Fm8UCrKMMpjcaVCEcd5tdbp7inJeSIuHyhAdoTcWXOBLu*HMgchqE4UC97y*ug__/image001.jpg>


Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=5309397619467461328

------- 24 of 36 -------
Subject: Muhammad Asif won snooker world champion 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 02 10:15PM +0500

<http://api.ning.com/files/PqaTN8G5ukRYv24f9aTpH0VkI318-lMXkDaZFPgln5ZrfrQCbaBHSDoEiyTdzQ-KAHJ0KpPYWBrClwk5HWbyRUQYTCJhLD6x/MuhammadAsif.jpg>


*Muhammad Asif won snooker world champion***

*Muhammad Asif has won the final of the World Snooker

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=9181133909601764724

------- 25 of 36 -------
Subject: Today Online Quran & Online Hadith 03 December 2012 (18th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 03 08:02AM +0500

<http://www.gophoto.it/view.php?i=http://api.ning.com:80/files/qFQO2CCIhZ3nQY6VnIBwX9K9Fm8UCrKMMpjcaVCEcd5tdbp7inJeSIuHyhAdoTcWXOBLu*HMgchqE4UC97y*ug__/image001.jpg>


Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=5203114509913374894

------- 26 of 36 -------
Subject: MGT101 - Financial Accounting Online Quiz No.2 Conference At 03:00 Pm on 03-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 03 02:15PM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=4970540432766617369

------- 27 of 36 -------
Subject: MGT301 - Principles of Marketing Online Quiz No.2 Conference At 05:00 pm on 03-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 03 02:16PM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=7007675854919644626

------- 28 of 36 -------
Subject: CS615 Software Project Management Quiz No.02 Conference At 05:00 Pm on 04-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 03 02:51PM +0500

sslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=631648473171898533

------- 29 of 36 -------
Subject: CS504 Software Engineering - I Quiz No.01 Conference At 09:00 Pm on 03-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 03 02:53PM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=665365308694599663

------- 30 of 36 -------
Subject: CS610 Computer Network Quiz No.02 Conference At 10:00 Pm on 03-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 03 02:55PM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=7698275332484610067

------- 31 of 36 -------
Subject: Midterm Exam Session for Virtual University Students at 07:00 Pm to 09:00 pm on 03-12-2012.
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 03 06:19PM +0500

Asslam.o.Alaikum

Dear Students,

Midterm Exam will start from 8th December 2012. Many students of 1st semester
are facing problems in exam preparation and afraid about Exam. Because they
are going to attempt 1st time Online Exam.

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=484216456211085279

------- 32 of 36 -------
Subject: Today Online Quran & Online Hadith 04 December 2012 (19th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 04 08:44AM +0500

<http://www.gophoto.it/view.php?i=http://api.ning.com:80/files/qFQO2CCIhZ3nQY6VnIBwX9K9Fm8UCrKMMpjcaVCEcd5tdbp7inJeSIuHyhAdoTcWXOBLu*HMgchqE4UC97y*ug__/image001.jpg>


Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=7025619250147314927

------- 33 of 36 -------
Subject: ECO401 - Economics Online Quiz No.2 Conference At 07:00 pm and 11:00 Pm on 04-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 04 10:24AM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=5864305784432227907

------- 34 of 36 -------
Subject: SOC101 - Introduction to Sociology Online Quiz No.2 Conference At 04:00 pm and 10:00 Pm on 04-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 04 10:25AM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=2789505374886482480

------- 35 of 36 -------
Subject: MGT101 - Financial Accounting Online Quiz No.2 Conference At 11:00 am and 06:00 Pm on 04-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 04 10:26AM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=451063088460409303

------- 36 of 36 -------
Subject: ECO402 - Microeconomics Online Quiz No.2 Conference At 10:00 am and 07:00 Pm on 05-12-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Dec 04 10:54AM +0500

Asslam.o.Alaikum

Dear Students

Virtualians Social Network has started Quiz. Conference of VU Online
Quizzes for Virtual University Students.

The main purpose of such quiz conferences is to motivate encourages and
create a class environment

Approve: http://groups.google.com/group/vulmsit/pendmsg?view=full&pending_id=70040806464392081


For more information about this message, please visit:
https://support.google.com/groups/bin/answer.py?hl=en&answer=47792

--
--
Virtual University of Pakistan*** IT n CS Blog
================================
http://www.eNoxel.com
http://www.enoxelit.tk
http://www.geniusweb.tk

and Please do Share this group with your Friends and Class Fellows so that our Circle would expand and can be more useful for other Students.

Thanks, n Best of Luck......


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