Virtual University VU Solved Assignments/Quizzes/GDBs, Past Solved Papers/Assignments/Online Quizzes Solutions.

Friday, June 4, 2010

at last "Interwood" apologized

Dear Virtulians,


A good news for you, Interwood's managment at last apologized to VU as well as all the students of VU for their CHEAP publication of advertisement last month.


See the below letter from Interwood and NEW advertisement from Interwood.


Congratulations and best of luck for all of you.


VUsolutions..


Regret letter from Interwood to VU
Click on image for LARGE view

at last "Interwood" apologized

Dear Virtulians,


A good news for you, Interwood's managment at last apologized to VU as well as all the students of VU for their CHEAP publication of advertisement last month.


See the below letter from Interwood and NEW advertisement from Interwood.


Congratulations and best of luck for all of you.


VUsolutions..


Regret letter from Interwood to VU
Click on image for LARGE view

Wednesday, June 2, 2010

why should not BOYCOTT facebook??

Dear visitors,

If you think that we should not BOYCOTT facebook then please read the following column and re-think about your opinion.

Must read it, it takes just 5 minutes.

If you feel difficulty to read the following column you may visit this link:





why should not BOYCOTT facebook??

Dear visitors,

If you think that we should not BOYCOTT facebook then please read the following column and re-think about your opinion.

Must read it, it takes just 5 minutes.

If you feel difficulty to read the following column you may visit this link:





Monday, May 31, 2010

FIN623 current paper (may 2010)

I had done TAX paper today 
pattern same 32 questions wala tha.

Q. what is PermanentEstablishment ? 3 marks
Q. computation of income which is partially agricultural and partly business.3 maks
Q. Tax treatment of Non resident income according to Pakistan source income ? why it is like this ? 5 marks
Q. computation of total income of non resident person according to 2009.
(is swal k liye ch 19 aur 20 ki nexamples solve kr lein)

FIN623 current paper (may 2010)

I had done TAX paper today 
pattern same 32 questions wala tha.

Q. what is PermanentEstablishment ? 3 marks
Q. computation of income which is partially agricultural and partly business.3 maks
Q. Tax treatment of Non resident income according to Pakistan source income ? why it is like this ? 5 marks
Q. computation of total income of non resident person according to 2009.
(is swal k liye ch 19 aur 20 ki nexamples solve kr lein)

mgt601 current paper (May 2010

Total 32 question thy
28 MCQ,s
2 question 5 marks n 2 (2) marks
Envirnoment post operative problems(5 marks)
The benefits that SME enjoy in envirnmental issues(5 marks)
The benifits that SME not enjoy(2 marks)

mgt601 current paper (May 2010

Total 32 question thy
28 MCQ,s
2 question 5 marks n 2 (2) marks
Envirnoment post operative problems(5 marks)
The benefits that SME enjoy in envirnmental issues(5 marks)
The benifits that SME not enjoy(2 marks)

IT430 current paper (May 2010

31 May 2010
Check it

1. At the end of all process what will be variable t contain 

Var S1=”made”

Var S2=”U”

Var S3=”and me”

t =Si+”4”+S2+S3 2marks 

2. Suppose there is applet at “http//www.vu.edu.pk/demo.class” write code to include this applet in your browser page 2marks

3. How would you change a date “MyDate” to one week later? 3marks

4. Note on Application Gate way firewalls. 3marks 

5. Essential feature of E-commerce software 5marks 

6. Write HTML for Input field, reset button and submit button 5marks

IT430 current paper (May 2010

31 May 2010
Check it

1. At the end of all process what will be variable t contain 

Var S1=”made”

Var S2=”U”

Var S3=”and me”

t =Si+”4”+S2+S3 2marks 

2. Suppose there is applet at “http//www.vu.edu.pk/demo.class” write code to include this applet in your browser page 2marks

3. How would you change a date “MyDate” to one week later? 3marks

4. Note on Application Gate way firewalls. 3marks 

5. Essential feature of E-commerce software 5marks 

6. Write HTML for Input field, reset button and submit button 5marks

Sunday, May 30, 2010

CS201 current paper (May 2010)

6 to 7 MCQs came form past papers

1 or 2 short questions came from past papers.

Some of the short questions that I remember were:

1. What is the difference between pre-increment and post-increment operator
2. One major use of pointer
3. If an array has elements 2^n, then what would be the maximum number of iterations required to search by binary and linear search? (I don't remember the exact statement of the question) (answer is on page # 118)
4. Write the procedure of data insertion in middle of the files by Merge Method practiced in older systems? (answer is given in page # 218, in handouts)
5. Functions used to read/write more than a single character or a single line while using Files? (read chapter # 19, on page 221 i think this concept has been discussed)

In the long question, a program was given and we were required to point out the compilation errors and correct them.
It was easy.



....


Q1: Write down the general syntax of switch statement. 2 Marks

Q2: Why we close a file after use? 2 Marks

Q3: When a pointer is incremented then how many bytes will it move to change its address? 
2 Marks

Q4: If there are 2n element in an array then what would be the number of iterations required to search a number using binary and linear search? 3 Marks

Q5: write down the functions definition if we want to pass the argument to a function by reference without changing the values stored at address. 5 Marks

Q6: What will be the output of the following code segment 5 Marks

, int x= 6;
int y;
x = x << 1;
y = x >> 1;
cout << “x = ” << x << “\n”;
cout << “y = ” << y;

.....



6 mcqs the


which bit is used as a single bits? 2 marks
write one major use of pointer? 2 marks
write general syntax of function? 2marks
what is file handing and it is used in c++? 3 marks
program from pointer or function ? 5 marks
what is file,and explain the concept of file handling? 5 marks
.........
16 MCQs. 80% from past papers. 
difference between random access ans sequential access file? (10 marks)
which bit is used as a single bits? 2 marks
what is file handing?(3 marks)
aik program ki output btani thi.(3 marks)
aik program bana tha jis ki vlue n ho oor usy matrix ma banan tha smthing like that. (ya mjy nai ata tha) [10 marks]

............

CS201 current paper (May 2010)

6 to 7 MCQs came form past papers

1 or 2 short questions came from past papers.

Some of the short questions that I remember were:

1. What is the difference between pre-increment and post-increment operator
2. One major use of pointer
3. If an array has elements 2^n, then what would be the maximum number of iterations required to search by binary and linear search? (I don't remember the exact statement of the question) (answer is on page # 118)
4. Write the procedure of data insertion in middle of the files by Merge Method practiced in older systems? (answer is given in page # 218, in handouts)
5. Functions used to read/write more than a single character or a single line while using Files? (read chapter # 19, on page 221 i think this concept has been discussed)

In the long question, a program was given and we were required to point out the compilation errors and correct them.
It was easy.



....


Q1: Write down the general syntax of switch statement. 2 Marks

Q2: Why we close a file after use? 2 Marks

Q3: When a pointer is incremented then how many bytes will it move to change its address? 
2 Marks

Q4: If there are 2n element in an array then what would be the number of iterations required to search a number using binary and linear search? 3 Marks

Q5: write down the functions definition if we want to pass the argument to a function by reference without changing the values stored at address. 5 Marks

Q6: What will be the output of the following code segment 5 Marks

, int x= 6;
int y;
x = x << 1;
y = x >> 1;
cout << “x = ” << x << “\n”;
cout << “y = ” << y;

.....



6 mcqs the


which bit is used as a single bits? 2 marks
write one major use of pointer? 2 marks
write general syntax of function? 2marks
what is file handing and it is used in c++? 3 marks
program from pointer or function ? 5 marks
what is file,and explain the concept of file handling? 5 marks
.........
16 MCQs. 80% from past papers. 
difference between random access ans sequential access file? (10 marks)
which bit is used as a single bits? 2 marks
what is file handing?(3 marks)
aik program ki output btani thi.(3 marks)
aik program bana tha jis ki vlue n ho oor usy matrix ma banan tha smthing like that. (ya mjy nai ata tha) [10 marks]

............

ACC311 current paper (May 2010)

28 mcqs 
enlist the categories of risk assessment procedure ( 3 marks)
definition of internal control and enlist the procedure of audit ? (3 marks)
what is the purpose of substantive procedure and define the "timing"? (5 marks)
what is the information system and what is the importance in the accounting systems (5 marks)

ACC311 current paper (May 2010)

28 mcqs 
enlist the categories of risk assessment procedure ( 3 marks)
definition of internal control and enlist the procedure of audit ? (3 marks)
what is the purpose of substantive procedure and define the "timing"? (5 marks)
what is the information system and what is the importance in the accounting systems (5 marks)

mkt501 current paper (May 2010

Shared with us Mr. Qasim Javed (Thanks Qasim)
paper time today at 6:00PM


28 mcqs
q 1 (3 Marks)
q2 (3 marks)
q3(5 marks)
q4(5 marks)

Q1
you are manger of mutinational firm that is going to launch new product what will be your strategy as manager of that caompany (3 marks)


Q: What is price st ablisation and i t,s objectivees( 3 Marks),
Q: what is premium pricing why do people p refer premium pr icin(5 Marks),
Q: defina type of pro duct with logica l reasons ,Furni ture,car,soap,ma ngo,rice(5Marks)

mkt501 current paper (May 2010

Shared with us Mr. Qasim Javed (Thanks Qasim)
paper time today at 6:00PM


28 mcqs
q 1 (3 Marks)
q2 (3 marks)
q3(5 marks)
q4(5 marks)

Q1
you are manger of mutinational firm that is going to launch new product what will be your strategy as manager of that caompany (3 marks)


Q: What is price st ablisation and i t,s objectivees( 3 Marks),
Q: what is premium pricing why do people p refer premium pr icin(5 Marks),
Q: defina type of pro duct with logica l reasons ,Furni ture,car,soap,ma ngo,rice(5Marks)