Friday, November 30, 2012

.::VULMSIT::.eNoxel.com CS614 Quiz No.2 Nov 29, 2012

CS614 - Data Warehousing

Quiz No.2 Nov 29,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 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 19 -------
Subject: Complete and Final Solution of CS401 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 27 02:07PM +0500

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

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

------- 2 of 19 -------
Subject: SAP System Access - IDES. Low cost per month Limited time offer - 101ERP
From: Jyothi Ganesh <simp.biz39@gmail.com>
Date: Nov 27 04:25AM -0500

Visit *sapaccess.101erp.com* for inquiry form. Best for new to SAP
candidates to practice and get trained on.


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

------- 3 of 19 -------
Subject: Today Online Quran & Online Hadith 28 November 2012 (13th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 08:32AM +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=4830936640409947871

------- 4 of 19 -------
Subject: CS403 Database Management Systems Quiz.No 02 Conference At 04:00 Pm and 08:00 Pm on 28-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 12:35PM +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=8303656416261472888

------- 5 of 19 -------
Subject: MTH101 - Calculus And Analytical Geometry Quiz.No 01 Conference At 03:00 Pm and 07:00 Pm on 28-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 01:41PM +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=8465555195806855276

------- 6 of 19 -------
Subject: How to use VU Exam Software and attempt Midterm Exam Video tutorial and Slide
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 02:04PM +0500

*Asslam.o.alaikum*
* *
*Dear students *
* *

*We prepared video tutorial and slide to understand "how to use vu exam
software "and "how to attempt vu midterm exam"*

* *
*Click here see Slides of How to use VU Exam Software and

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

------- 7 of 19 -------
Subject: Complete Solution of MGT201 - Financial Management GDB NO.2 Due Date 28-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 04:49PM +0500

*Asslam.o.alaikum*
*
*
*Dear students Complete Solution of MGT201 - Financial Management GDB NO.2
Due Date 28-11-2012*
* Semester Fall 2012 has posted *
*Click here for Complete Solution of MGT201 - Financial Management GDB NO.2

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

------- 8 of 19 -------
Subject: Complete and Final Solution of CS403 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 05:08PM +0500

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

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

------- 9 of 19 -------
Subject: Complete Solution of CS601 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 05:40PM +0500

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

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

------- 10 of 19 -------
Subject: Complete Solution of CS402 Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 05:49PM +0500

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

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

------- 11 of 19 -------
Subject: Complete Solution of MGT401 Assignment No. 01 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 28 06:15PM +0500

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

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

------- 12 of 19 -------
Subject: CS403 Quiz No.2 Dated 28-11-2012
From: Umair Saulat <saulat.umair@gmail.com>
Date: Nov 28 07:13PM +0500

*CS403 Quiz No.2 Dated 28-11-2012*

**

* *



Binary relationships are those, which are established between
Select correct option:
One entity type
*Two entity type Correct Answer*
Three entity type
Unlimited entities




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

------- 13 of 19 -------
Subject: [No Subject]
From: Dream Girl <redey3z@gmail.com>
Date: Nov 29 12:19AM +0500

anyone solve these questions plz


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

------- 14 of 19 -------
Subject: Today Online Quran & Online Hadith 29 November 2012 (14th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 29 08:46AM +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=792215487775745424

------- 15 of 19 -------
Subject: MGMT611 quiz 2. solved by Tabish(eagle_eye)
From: "◄::-:: eagle_eye ::-::►" <fantasy.eagle@gmail.com>
Date: Nov 29 09:41AM +0500

*AOA all dearz...

here's MGMT611 current quiz solved by
*
*eagle_eye*
*
remember me in your kind prayerzz..*


*TABISH ALI RAZA*

*Love U and miss U baba, U always alive in my prayers….. *

*Live to EXPRESS not to IMPRESS..!!*


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

------- 16 of 19 -------
Subject: STA301 - Statistics and Probability Online Quiz No.1 Conference At 08:00 Pm to 11:00 Pm on 29-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 29 01:43PM +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=7795808970749370582

------- 17 of 19 -------
Subject: MGT211 Introduction To Business Online Quiz No.2 Conference At 06:00 Pm to 08:00 Pm on 29-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 29 01:44PM +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=8383212783979384132

------- 18 of 19 -------
Subject: SAP training companies OR SAP Independent Trainers wanted for a good business venture.
From: Jyothi Ganesh <simp.biz39@gmail.com>
Date: Nov 29 05:34AM -0500

If you are a SAP training company or an individual SAP trainer and
interested in partnering with us for a business venture, please let us
know. Our Business development manager will contact you and discuss how we
can work together and the business

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

------- 19 of 19 -------
Subject: Today Online Quran & Online Hadith 30 November 2012 (15th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 30 07:53AM +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=2291666905334882997


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.

Tuesday, November 27, 2012

.::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 16 -------
Subject: STA301 Discussion Board
From: Umair Saulat <saulat.umair@gmail.com>
Date: Nov 23 06:22PM +0500

*STA301 Discussion*

One of VU Colleague, needs to be preparation of exam for STA301lecture
wise, anyone have same subject or senior student may request to add her
below address for further guidance for exam.

*staynlimits@gmail.com*


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

------- 2 of 16 -------
Subject: [No Subject]
From: Dream Girl <redey3z@gmail.com>
Date: Nov 23 09:40PM +0500

is here anyone whose subject is mgt501

kindely tell me


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

------- 3 of 16 -------
Subject: Today Online Quran & Online Hadith 25 November 2012 (10th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 25 09:30PM +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=7146677799707223479

------- 4 of 16 -------
Subject: Complete and Final Solution of CS601 Data Communication Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 12:00AM +0500

*Asslam.o.alaikum*
*
*
*Dear students Complete and Final Solution of CS601 Data Communication
Assignment No. 02 Semester Fall 2012 has posted *
*Click here for Complete and Final Solution of CS601 Data Communication
Assignment No.

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

------- 5 of 16 -------
Subject: Complete and Final Solution of CS101 Introduction to Computing Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 12:02AM +0500

*Asslam.o.alaikum*
*
*
*Dear students Complete and Final Solution of CS101 Introduction to
Computing Assignment No. 02 Semester Fall 2012 has posted *
*Click here for Complete and Final Solution of CS101 Introduction to
Computing Assignment No.

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

------- 6 of 16 -------
Subject: Today Online Quran & Online Hadith 26 November 2012 (11th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 07:25AM +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=1140309867293498573

------- 7 of 16 -------
Subject: CS101 Introduction to Computing Quiz.No 02 Conference At 06:00 Pm on 26-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 11:03AM +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=1004529992671928458

------- 8 of 16 -------
Subject: ENG201 Business and Technical English Writing (Rescheduled) Quiz.No 01 Conference At 05:00 Pm on 26-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 11:06AM +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=5040377106060563852

------- 9 of 16 -------
Subject: ENG101 English Comprehension (Rescheduled) Quiz.No 01 Conference At 04:00 Pm on 26-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 11:08AM +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=5924491094057099348

------- 10 of 16 -------
Subject: CS101, CS201, CS304, ENG101 and ENG201 Quiz Conference on 26-11-2012 organized by www.virtualians.pk
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 11:33AM +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=723849876290343758

------- 11 of 16 -------
Subject: Solution of MGT 101- Financial Accounting GDB No.01 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 26 12:42PM +0500

*Asslam.o.alaikum*
* *
*Dear students Solution of MGT 101- Financial Accounting GDB No.01 Semester
Fall 2012 has posted *
*Click here for MGT 101- Financial Accounting GDB No.01 Semester Fall

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

------- 12 of 16 -------
Subject: Today Online Quran & Online Hadith 27 November 2012 (12th Muharram 1434)
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 27 08:38AM +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=2577168050155164913

------- 13 of 16 -------
Subject: ENG101 English Comprehension (Rescheduled) Quiz.No 01 Conference At 03:00 Pm and 09:00 Pm on 27-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 27 11:17AM +0500

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 for students.

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

------- 14 of 16 -------
Subject: ENG201 Business and Technical English Writing (Rescheduled) Quiz.No 01 Conference At 01:00 Pm and 08:00 Pm on 27-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 27 11:18AM +0500

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 for students.

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

------- 15 of 16 -------
Subject: CS101 Introduction to Computing Quiz.No 02 Conference At 11:00 am and 06:00 pm on 27-11-2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 27 11:20AM +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=9179390525954617820

------- 16 of 16 -------
Subject: Step by step Complete and Final Solution of CCS506 Web Design and Development Assignment No. 02 Semester Fall 2012
From: "www.virtualians.pk" <irfankhan0044@gmail.com>
Date: Nov 27 01:50PM +0500

*Asslam.o.alaikum*
* *
*Dear students step by step Complete and Final Solution of CCS506 Web
Design and Development Assignment No. 02 Semester Fall 2012 has posted *
*
*
*Click here for step by step Complete and Final Solution of CCS506 Web

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


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.

Monday, November 26, 2012

.::VULMSIT::.eNoxel.com CS304 Quiz No.2 Dated 26-11-2012

CS304 – Quiz No.2

Dated 26-11-2012

 

Select correct line of code for inheritance relationship between "Gender" class and "Male" class. "Gender" is parent class while "Male" is child class.

Select correct option:

class Male: public Gender

class Gender: public Male

class Male:: public Gender

class Gender:: public Male

 

 

In______________, a pointer or reference to an object is created inside a class.

Select correct option:

Aggregation

Composition

Inheritance

Association

 

Select correct line of code for inheritance relationship between "Person" class and "Supervisor" class. "Person" is parent class while "Supervisor" is child class.

Select correct option:

class Supervisor: public Person

class Person: public Supervisor

class Supervisor:: public Person

class Person:: public Supervisor

 

 

The direction specifies which object contains the other object. In composition direction is must.

No

Yes

 

Select correct line of code for inheritance relationship between "Keys" class and "SpecialKeys" class. "Person" is parent class while "SpecialKeys" is child class.

Select correct option:

class SpecialKeys: public Keys

class Keys: public SpecialKeys

class SpecialKeys:: public Keys

class Keys:: public SpecialKeys

 

 

 

 

 

 

 

 

"Keyboard" class is composed off "keys" class. What will be the order of execution of destructor of "Keyboard" class and "Keys" class?

Select correct option:

First Detructor::Keys..

Second Destructor::Keyboard..

First Destructor:: Keyboard..

Second Destructor:: Keys..

 

"A fan has wings". Which type of relationship exists between fan and wings?

Aggregation

Association

Composition

Inheritance

 

What type of relationship exists between "Account" class and "SavingAccount" class?

Inheritance

Composition

Aggregation

Association

 

 

Select correct line of code for inheritance relationship between "Nationality" class and "Citizen" class. "Nationality" is parent class while "Citizen" is child class.

class Citizen: public Nationality

class Nationality: public Citizen

class Citizen:: public Nationality

class Nationality:: public Citizen

 

 

Identify which of the following overloaded operator function's declaration is appropriate for the given call? Rational_number_1 + 2.325 Where Rational_number_1 is an object of user defined class Rational_number.
Select correct option:
Rational_number operator+( Rational_number & obj);
None of the given choices
Rational_number operator+(Rational_number &obj, double& num);
operator+(double& obj);


In _______________ a pointer or reference to an object is created inside a class
Select correct option:
Aggregation
Composition
Seperation
None of the given


Sub-Object can not be initialized using the constructor
Select correct option:
True
False

To initialize an array of objects, only _____________ will be called
Select correct option:
Defualt Constructor
Overloaded Constructor
Default Object
None of the above

Let Suppose a class Student with objects std1, std2, and std3. For the statement std3 = std1 - std2 to work correctly, if the overloaded - operator must
Select correct option:
take two arguments.
None of the given choices
take single argument
take three arguments


Copy constructor is called when:
Select correct option:
An object is created in term of pre existence object
An object is created
An object is initialized
None of the given

Which of the following operator doesn't take any argument if overloaded?
Select correct option:
/
-
+
None of the given choices


Object can be declared constant with the use of Constant keyword.
Select correct option:
True
False


Always make pointer to null, whenever dynamic memory is deleted.
Select correct option:
True
False

__________ provide the facility to access the data member.
Select correct option:
accesser function
private function
inline function
None of the given



Person" class is composed off "Nationality" class. What will be the order of execution of constructor of "Keyboard" class and "Keys" class
First Constructor:: Nationality..
Second Constructor:: Person..

First Constructor:: Person..
Second Constructor:: Nationality..


The direction specifies which object contains the other object. In aggregation direction is must
Yes
No


Select correct line of code for inheritance relationship between "Account" class and "SavingAccount" class. "Account" is parent class while "SavingAccount" is child clas

class SavingAccount : public Account
class Account: public SavingAccount
class SavingAccount :: public Account
class Account :: public SavingAccount



 

"Keyboard" class is composed off "keys" class. What will be the order of execution of destructor of "Keyboard" class and "Keys" class
First Detructor::Keys..
Second Destructor::Keyboard..
First Destructor:: Keyboard..
Second Destructor:: Keys..


Select correct line of code for inheritance relationship between "Keys" class and "StandardKeys" class. "Person" is parent class while "StandardKeys" is child class.

class StandardKeys: public Keys
class Keys: public StandardKeys
class StandardKeys:: public Keys
class Keys:: public StandardKeys

Select correct line of code for inheritance relationship between "Gender" class and "Male" class. "Gender" is parent class while "Male" is child class.
class Male: public Gender
class Gender: public Male
class Male:: public Gender
class Gender:: public Male

What will be most appropriate C++ data type for variable "InterestRate
Int
long int
double
float

Select correct line of code for composition relationship between "Keyboard" class and "Keys" class

class keyboard { Keys type;};
class keys{ KeyBoard type; };
class keyboard : private keys
class keys: private KeyBoard


Method "getInterestRate()" should belongs to class
Account()
SavingAccount()
CurrentAccount()
None of the given options

Can we access methods of composed object in the same way as we can access methods of other objects?
Yes
No

The sub-object's life is not dependant on the life of master class in ___________.

Composition

Aggregation

Seperation

non of the given

 

correct line of code for inheritance relationship between "Nationality" class and "Foreigner" class. "Nationality" is parent class while

"Foreigner" is child class.

class Foreigner: public Nationality

class Nationality: public Foreigner

class Foreigner:: public Nationality

 

Select correct line of code for aggregation relationship between "Person" class and "Phone" class.

class Person { Phone * p; };

class Phone { Person * p; };

class Person { Phone p; };

class Phone { Person p; };

In ______________destructor of sub-object is called after destructor of master class.

smilechat: options

Aggregation

Composition

Inheritance

Association

correct line of code for inheritance relationship between "Gender" class

and "Female" class. "Gender" is parent class while "Female" is child

class.

class Female: public Gender

class Gender: public Female

class Female:: public Gender

class Gender:: public Female

Account" is parent class while "CurrentAccount" is child class. Can I inherit the destructor of "account" class?

Yes

no

Select correct line of code for aggregation relationship between "Person" class and "Address" class.

class Person { Address * a; };

class Address { Person * a; };

class Person { Address a; };

class Address { Person a; };

In ______________constructors of the sub-objects are always executed before the constructors of the master class.

Select correct option:

Aggregation

Composition

Inheritance

Association

What will be most appropriate C++ data type for variable "MinimumBalance"?

Select correct option:

int

long int

float

double

Person" class is composed off "Nationality" class. What will be the order of execution of constructor of "Keyboard" class and "Keys" class
First Constructor:: Nationality..
Second Constructor:: Person..

First Constructor:: Person..
Second Constructor:: Nationality..

The direction specifies which object contains the other object. In aggregation direction is must
Yes
No

Select correct line of code for inheritance relationship between "Account" class and "SavingAccount" class. "Account" is parent class while "SavingAccount" is child clas
class SavingAccount : public Account
class Account: public SavingAccount
class SavingAccount :: public Account
class Account :: public SavingAccount


"Keyboard" class is composed off "keys" class. What will be the order of execution of destructor of "Keyboard" class and "Keys" class
First Detructor::Keys..
Second Destructor::Keyboard..

First Destructor:: Keyboard..
Second Destructor:: Keys..


Select correct line of code for inheritance relationship between "Keys" class and "StandardKeys" class. "Person" is parent class while "StandardKeys" is child class.

class StandardKeys: public Keys
class Keys: public StandardKeys
class StandardKeys:: public Keys
class Keys:: public StandardKeys

Select correct line of code for inheritance relationship between "Gender" class and "Male" class. "Gender" is parent class while "Male" is child class.
class Male: public Gender
class Gender: public Male
class Male:: public Gender
class Gender:: public Male


What will be most appropriate C++ data type for variable "InterestRate
Int
long int
double
float

Select correct line of code for composition relationship between "Keyboard" class and "Keys" class
class keyboard { Keys type;};
class keys{ KeyBoard type; };
class keyboard : private keys
class keys: private KeyBoard

Method "getInterestRate()" should belongs to class
Account()
SavingAccount()
CurrentAccount()
None of the given options

Can we access methods of composed object in the same way as we can access methods of other objects?
Yes
No

Identify which of the following overloaded operator function's declaration is appropriate for the given call? Rational_number_1 + 2.325 Where Rational_number_1 is an object of user defined class Rational_number.

Select correct option:

Rational_number operator+( Rational_number & obj);

None of the given choices

Rational_number operator+(Rational_number &obj, double& num);

operator+(double& obj);

 

In _______________ a pointer or reference to an object is created inside a class

Select correct option:

Aggregation

Composition

Seperation

None of the given

 

Sub-Object can not be initialized using the constructor

Select correct option:

True

False

 

To initialize an array of objects, only _____________ will be called

Select correct option:

Defualt Constructor

Overloaded Constructor

Default Object

None of the above

 

Let Suppose a class Student with objects std1, std2, and std3. For the statement std3 = std1 - std2 to work correctly, if the overloaded - operator must

Select correct option:

take two arguments.

None of the given choices

take single argument

take three arguments

 

Copy constructor is called when:

Select correct option:

An object is created in term of pre existence object

An object is created

An object is initialized

None of the given

 

Which of the following operator doesn't take any argument if overloaded?

Select correct option:

/

-

+

None of the given choices

Object can be declared constant with the use of Constant keyword.

Select correct option:

True

False

 

Always make pointer to null, whenever dynamic memory is deleted.

Select correct option:

True

False

__________ provide the facility to access the data member.

Select correct option:

accesser function

private function

inline function

None of the given

 

_____ is creating objects of one class inside another class.

Association

Composition

Aggregation

Inheritance

 

 

A template provides a convenient way to make a family of
Select correct option:
variables and data members
functions and classes
classes and exceptions
programs and algorithms

 

A class template may inherit from another class template.
Select correct option:
True
False

 

Target of a _____ function call is determined at run time.
Select correct option:
instance
virtual
operator
none of given

 

A class hierarchy
Select correct option:
shows the same relationships as an organization chart.
describes "has a" relationships.
describes "is a kind of" relationships.
shows the same relationships as a family tree.

 

Sender of the message does not need to know the exact class of receiver in______.
Select correct option:
Abstraction
Polymorphism
Inheritance
none of the given

 

A function call is resolved at run-time in_________
Select correct option:
non-virtual member function
virtual member function
Both non-virtual member and virtual member function.
None of given

 

Adding a derived class to a base class requires fundamental changes to the base class.
Select correct option:
True
False

 

 

User can make virtual table explicitly.
Select correct option:
True
False

 

Binding means that target function for a call is selected at compile time.
Select correct option:
Static
Dynamic
Automatic
None of given

 

Target of a _____ function call is determined at run time.
Select correct option:
instance
virtual
operator
none of given

 

 

 

Which line will produce error. Class phone: private Transmit, private Receiver { } 1. int main() 2. { 3. phone obj; 4. Tranmit* obj1 = &obj; 5. Received obj2 = &obj; 6. }
Select correct option:
3rd line will produce error
4th line will produce error
3rd and 4th line will produce error.
5th line will produce error

 

Function overriding is done in context of,
Select correct option:
Single class
Single derived class
Single base class
Derived and base classes

 

Consider the code below, class class1{ public: void func1(); }; class class2 : protected class1 { }; Function func1 of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

the following statements: 1) int iArray[5]; 2) int *pArr = iArray;
Select correct option:
These statements will compile successfully
Error in first statement
Error in second statement
None of given options

 

 

 

 

 

 

Methodologies to the development of reusable software relate to________.
Select correct option:
Structure programming
procedural programming
generic programming
None of the given

 

function template must have a parameter.
Select correct option:
True
False

 

The default inheritance mode is,
Select correct option:
Public inheritance
Protected inheritance
Private inheritance
None of these options

 

Two functions with same names, parameters and return type can exist in,
Select correct option:
Function overloading
Function overriding
Operator overloading
None of these options

 

Consider the code below, class c1{ }; class c2 : public c1 { }; class c3 : public c2 { }; Then c2 is,
Select correct option:

Direct base class of c3
Direct child class of c3
Direct base class of c1
None of these

 

 

 

 

 

Virtual functions allow you to
Select correct option:
create an array of type pointer-to-base class that can hold pointers to derived classes.
create functions that can never be accessed.
group objects of different classes so they can all be accessed by the same function code.
use the same function call to execute member functions of objects from different classes.

 

User can make virtual table explicitly.
Select correct option:
True
False

 

In order to define a class template the first line of definition must be:
Select correct option:
template <typename T>
typename <template T>
Template Class <ClassName>
Class <Template T>

 

Consider the following statements: 1) int iArray[5]; 2) int *pArr = iArray;
Select correct option:
These statements will compile successfully
Error in first statement
Error in second statement
None of given options

 

 

 

 

 

 

In c++ dynamic binding and polymorphism will be achieved when member function will be __.
Select correct option:
private
public
virtual
inline

 

In type in depended function template should be use where code and behavior must be identical.
Select correct option:
True
False

 

Consider the code below, class class1{ protected: int i; }; class class2 : private class1 { }; Then int member i of class1 is ____ in class2,
Select correct option:

public
protected
private
none of the given options

 

In specialization we can,
Select correct option:
Replace child class with its base class
Replace base class with its child class (Not Sure)
Replace both child and base classes interchangeably
None of the given options

 

Consider the code below, class class1{ public: void func1(); }; class class2 : public class1 { }; Function func1 of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

It is illegal to make objects of one class members of another class.
Select correct option:
True
False

 

An abstract class is useful when
Select correct option:
no classes should be derived from it.
there are multiple paths from one derived class to another.
no objects should be instantiated from its.
you want to defer the declaration of the class.

 

In resolution order compiler search firstly _______.
Select correct option:
Generic Template
Partial Specialization
Complete Specialization
Ordinary function

 

 

template<> class Vector{ void** p; //.... void*& operator[] ((int i); };
Select correct option:
This specialization can then be used as the common implimentation for all Vectors of pointers.
This spcialization can then be used as the all type implimentation for one type classes.
This specialization can then be used double type pointers.
This specialization should be used for Vectors of all type int types.

 

 

In private inheritance derived class pointer can be assigned to base class pointer in,
Select correct option:
Main function
In derived class member and friend functions
In base class member and friend functions
None of the given options

 

Which statement will be true for concrete class?
it implements an virtual concept.
it can be instantiated
it cannot be instantiated
none of given

 

Target of a _____ function call is determined at run time.
Select correct option:
instance
virtual
operator
none of given

 

The Specialization pattern after the name says that this specialization is to be used for every___.
Select correct option:
data types
meta types
virtual types
pointers type

 

c++ dynamic binding and polymorphism will be achieved when member function will be __.
Select correct option:
private
public
virtual
inline

 

Consider the code below, class class1{ protected: void func1(); }; class class2 : public class1 { }; Function func1 of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

Consider the code below, class class1{ protected: int i; }; class class2 : protected class1 { }; Then int member i of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

Consider the code below, class class1{ private: void func1(); }; class class2 : private class1 { }; Function func1 of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

Target of a _____ function call is determined at run time.
Select correct option:
instance
virtual
operator
none of given

 

Consider the following statements: 1) int iArray[5]; 2) int *pArr = iArray;
Select correct option:
These statements will compile successfully
Error in first statement
Error in second statement
None of given options

 

Consider the code below, class class1{ private: int i; }; class class2 : private class1 { }; Then int member i of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

If there is a pointer, p, to objects of a base class, and it contains the address of an object of a derived class, and both classes contain a virtual member function, ding(), then the statement p->ding(); will cause the version of ding() in the ___ class to be executed.
Select correct option:
base
derived
virtual
implemented

 

A class template may inherit from another class template.
Select correct option:
True
False

 

Derived class can inherit from public base class as well as private and protected base classes
Select correct option:
True

False

 

Two functions with same names, parameters and return type can exist in,
Select correct option:
Function overloading
Function overriding
Operator overloading
None of these options

 

Consider the code below, class class1{ private: int i; }; class class2 : public class1 { }; Then int member i of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

Target of a _____ function call is determined at run time.
Select correct option:
instance
virtual
operator
none of given

 

 

 

 

 

A class template may inherit from another class template.
Select correct option:
True
False

 

A function call is resolved at run-time in_________
Select correct option:
non-virtual member function
virtual member function
Both non-virtual member and virtual member function.
None of given

hello

 

A class hierarchy
Select correct option:
shows the same relationships as an organization chart.
describes "has a" relationships.
describes "is a kind of" relationships.
shows the same relationships as a family tree.

 

Consider the code below, class class1{ public: int i; }; class class2 : public class1 { }; Then int member i of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

Consider the code below, class c1{ }; class c2 : public c1 { }; class c3 : public c2 { }; Then c1 is,
Select correct option:
Direct base class of c3
Direct child class of c3
Direct base class of c2
Direct child class of c2

 

A class can inherit from more then one class is called.
Select correct option:
Simple inheritance
Multiple inheritances
Single inheritance
Double inheritance

 

 

 

 

 

 

 

 

 

 

 

template<> class Vector{ void** p; //.... void*& operator[] ((int i); };
Select correct option:

This specialization can then be used as the common implimentation for all Vectors of pointers.
This spcialization can then be used as the all type implimentation for one type classes.
This specialization can then be used double type pointers.
This specialization should be used for Vectors of all type int types.

 

Consider the code below, class class1{ public: int i; }; class class2 : protected class1 { }; Then int member i of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

Consider the code below, class class1{ private: void func1(); }; class class2 : public class1 { }; Function func1 of class1 is ____ in class2,
Select correct option:
public
protected
private
none of the given options

 

Templates automatically create different versions of a function, depending on user input.
Select correct option:
True
False

 

_________ Binding means that target function for a call is selected at run time
Select correct option:
Automatic
Dynamic
Static
Dramatic

 

 

When we create objects, then space is allocated to:

Member function

Access specifier

Data member

None of given

 

There is only one form of copy constructor.

True

False

 

 

Which of the following features of OOP is used to deal with only relevant details?

Abstraction

Information hiding

Object

 

 

____________ Binding means that targets function for a call is selected at compile time.

Static

Dynamic

Automatic

None of given

 

A Class hierarchy

Shows the same relationships as an organization chart

Describes "has a" relationships.

Describes "is a kind of" relationships.

Shows the same relationships as a family tree

 

 

 

 

In C++, we declare a function virtual by preceding the function header with keyword "Inline"

True

False

 

It is illegal to make objects of one class members of another class.

True

False

 

In Resolution order compiler search firstly____________.

Generic Template

Partial Specification

Complete Specification

Ordinary function

 

Derived class can inherit from public base class as well as private and protected base classes

True

False

 

Which line will produce error. Class phone: Private Transmit, private Receiver { } 1.int main () 2. { 3.phone obj; 4.Tranmit*obj1 = &obj; 5.Received obj2 = &obj; 6.}

 

3rd line will produce error

4th line will produce error

3rd and 4th line will produce error.

5th line will produce error.

 

Methodologies to the development of reusable software relate to ____________.

Structure programming

Procedural programming

Generic programming

None of the given

 

A template argument is preceded by the keyword__________.

Vector

Class

Template

Type*

 

Friends are used exactly the same for template and non-template classes.

True

False

 

 

 

 

A function template must have a parameter

True

False

 

Child class can call constructor of its,

Direct base class

Indirect base class

Both direct and indirect base classes

None of these.

 

Which statement will be true for concrete class?

It implements an virtual concept.

It can be instantiated

It cannot be instantiated

None of given

 

A class D can be derived from a class C, which is derived froma class B, which is derived from a class A

True

False

 

Adding a derived class to a base class requires fundamental changes to the base class.

True

False

 

A Class or class template can have member ___________ that are themselves templates.

 

Variable

Function

Objects

None of given

 

Which will be the Primary task or tasks of generic programming?

Categorize the abstractions in a domain into concepts

Implement generic algorithms based on the concepts

Build concrete models of the concepts

All of given

 

The default inheritance mode is,

Public inheritance

Protected Inheritance

Private Inheritance

None of these options

 

If there is a pointer, p, to objects of a base class, and it contains the address of an object of a derived class, and both classes contain a virtual member function, ding(), then the statement p->ding(); will cause the version of ding() in the __________class to be executed.

Base

Derived

Virtual

Implemented

 

A class template ____________

Facilitates reuse of class

Does not facilitate reuse of class

 

Sender of the message does not need to know the exact class of receiver in________.

Abstraction

Polymorphism

Inheritance

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