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)
Showing posts with label .Midterm May 2010. Show all posts
Showing posts with label .Midterm May 2010. Show all posts
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)
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)
Labels:
.Midterm May 2010,
Fin
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)
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)
Labels:
.Midterm May 2010,
MGT
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)
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)
Labels:
.Midterm May 2010,
MGT
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
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
Labels:
.Midterm May 2010,
CS and IT
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
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
Labels:
.Midterm May 2010,
CS and IT
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;
.....
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
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]
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]
............
Labels:
.Midterm May 2010,
CS and IT
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;
.....
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
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]
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]
............
Labels:
.Midterm May 2010,
CS and IT
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)
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)
Labels:
.Midterm May 2010,
Acc
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)
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)
Labels:
.Midterm May 2010,
Acc
mkt501 current paper (May 2010
Shared with us Mr. Qasim Javed (Thanks Qasim)
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)
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)
Labels:
.Midterm May 2010,
Mkt
mkt501 current paper (May 2010
Shared with us Mr. Qasim Javed (Thanks Qasim)
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)
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)
Labels:
.Midterm May 2010,
Mkt
Friday, May 28, 2010
Useful data Mid term Exams - Download it and prepare Mid Term
Dear students,
Thanks to visit us.
Here are VUsolutions providing you some useful files which are really very helpful to you in connection with your Mid-term Exams.
Please must download these files and study it. (Just see the code of ur course in these links and download your required file. you may also gather past data from our blog, just enter your required subject code in 'search box of VUsolutions' which is located in left side of our blog below the profile).
Best of luck to you all for your Mid-Term Exams:-), you may please share your papers in VUsolutions Chat-Box and as well as send us on "virtual.uni.help@gmail.com" we shall publish your papers with your names with LOT OF THANKS. Please helps others and share your papers.
VUsolutions Help Desk..
....................................................
Useful MCQs + Past Papers files
....................................................
Labels:
.Midterm May 2010,
Download,
Important Notices
Useful data Mid term Exams - Download it and prepare Mid Term
Dear students,
Thanks to visit us.
Here are VUsolutions providing you some useful files which are really very helpful to you in connection with your Mid-term Exams.
Please must download these files and study it. (Just see the code of ur course in these links and download your required file. you may also gather past data from our blog, just enter your required subject code in 'search box of VUsolutions' which is located in left side of our blog below the profile).
Best of luck to you all for your Mid-Term Exams:-), you may please share your papers in VUsolutions Chat-Box and as well as send us on "virtual.uni.help@gmail.com" we shall publish your papers with your names with LOT OF THANKS. Please helps others and share your papers.
VUsolutions Help Desk..
....................................................
Useful MCQs + Past Papers files
....................................................
Labels:
.Midterm May 2010,
Download,
Important Notices