0% found this document useful (0 votes)
13 views

CS201 2020 Final Paper Current by VU Answer

Cs2012020

Uploaded by

danishbizinis
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

CS201 2020 Final Paper Current by VU Answer

Cs2012020

Uploaded by

danishbizinis
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

CS201 CURRENT FINALTERM PAPER FALL 2020


Provide by VU Answer

Dear Students, ap sb in paper ko achi trha prepare krlein q k


current paper hein jo students ky last semester m ay hein.
Mostly kuch question repeated hoty h achi gpa leny ky liye ur best
paper attempt krny kyliye in paper ur question ko zaror dekhein or
more papers ky liye google sy visit krein VUAnswer.com
JazakAllah

cs201 ka papr
Subjective mn totally programing thi, 3 program lkhny thy aik function ka
tha
2 ki output lkhni thi
Static memory ka question tha 3 nmbr ka,
Kon sa arthmetc operatr hm C mn use nhi kr skty or kyon nhi kr skty

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

Past papr mn sy 20 percent tha

Objective to much easy totally from current quizzes


Subjective all question are finding errors and writing output
Only one question is:
What is this pointer?

cs201 9:30AM

1.can we change the behavior of overloaded operator -(minus)?Justfy.

2.what wil be output of program(Mcqs)


int i=23;
int&j=i;
cout<<j;

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

3.what will be output if function will call 5 times


void function()
{int x=0;
x++;
cout<<x<<endl;
}

4.what will be output of programm

cout.setf(ios::floatfield,ios::fixed);
cout<<setprecision(5)<<1234.537<<endl;
cout.setf(ios::floatfield,ios::scientific);
cout<<setprecision(5)<<1234.537<<endl;

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

5. write c++ code to set precision upto 3 decimal places of float value
1.2345678 whichwill give a 9 digit float output with preceding 0s.

6. aik class dii hoi thi or default constructor diyah hoa tha class kay andar
or yh main code likhna tha
write main code which will do following…

Cs201 (1-3-21)
Easy paper Aya Mera...
Mcqs totally from moaz and waqar siddhu files and from VU MULTAN ..
Subjective
This pointer , process of deallocation of memory in case of
(I) malloc
(II) new
Making program for employee salary ...
What is destructor ? Why and how it is called?

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

CS201
MCQs maximum past paper + quiz waly question or Long ma Macro or
program 5 employee ki salary show krwani thi or or
Mera exam ho gya...
Mushkil ni tha , assan tha , mcqs b assan thy....
3 marks ...Difference between" _>" and " ."
3 marks ...Declare 3 ×3 matrix and initialize all elements with 0 using loop
3 marks...use setflag manipulator function to show number in octal and
hexadecimal
3 marks...ak chota sa program tha , us ki output btani thi
3 marks...2 classes di hui thi , un ka two way relation bnana tha
5 marks ....setfill aur setw ma…

Cs201 at 11:00 am
5 to 7 mcqs from past papers of waqar

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

Q1: difference between default and parameterized constructors.


Q2: use three variable to expose the dec, hex, and oct.
Q3, write c++ programs with three variable salary, no. Of days and rate and
salary account by the formula Salary= no.days*rate Take out of no of days
with the daily rate of 1000 per day.
Q4: write c++ program with 2 variable 1- calculate rows and columns 2-
calculate transpose of matrix Q5_ function of default function
Q6_ if you agree prototype of ordinary function and special function of a
class are same. Justify with comment.
3 questions error find
2 questions output btane wale
2 programs
R 3 ese he short short question the Kn knse operator overload ni ho skte
wo btayen Kese pta chlega k new function se memory allocate hue h ya ni

paper cs201
30 to 40% From past papers of Moaaz And Waqar Bhatti

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

2 Question on Finding Errors in code

1 question was on incrementing Date through class

1 question from pointers i.e getting input from user and reverse the order
through pointer

Write a program for array of 10 numbers using float data type and initialize
the first 4 numbers at 1.0,2.0,3.0,4.0 (3 marks) We use Malloc or Calloc to
allocate memory chuck, what should we check against to know if the
allocation of the memory chunk was successful or not. (3 Marks)

Why do we use delete to free memory? write the code to free memory in
the following code (Code consisted new operator but no delete operator to
free it just had to enter that in the code) (3 marks)

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

Suppose an object in Class A is made an object of Class B(don't exactly


remember the wording) For which class the constructor is called for first For
which class the destructor is called for first (3 marks)

Find mistakes in the given code, give reason for the mistakes and also
write the correct code. (the program was about Teacher ID and coding
consisted of class and constructor) (5 Marks)

Suppose we want to write a Macro that swaps 2 numbers, what problems


can we come across and how do we avoid them? Give 5 affects (5 marks)

Past Papers, and Moaaz and Waqar File provide on


VUAnswer.com

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS
VISIT ANY MORE FREELY SOLUTIONS

vuanswer.com

Note:
Past Papers shared by VU Answer or Students.
We Shared only to get an Idea and Prepare these important
questions or MCQs about final term papers.
Current Paper and Important thoughts are recommended there
will be highly chance to ask for exams in repeated questions.

REGARD SARIM
WHATSAPP +923162965677

Current and Previous Past Papers and Solutions


Free to Visit
www.vuanswer.com

SUBSCRIBE OUR CHANNEL


https://www.youtube.com/channel/UCvFS8fAv4bvZsOmWu
WMIg3Q

JOIN WHATSAPP GROUP


https://chat.whatsapp.com/Cbs4WPb2T3aCASMHRaj6FS

You might also like