CS201 Past Papers: Students If you are seeking the past papers for the CS201 book so we welcome you to this website because here you will see or you can read many students' papers that students share with us so now we are uploading them on this website for the future students who will join our Virtual University and easily find this CS201 Past Papers without any cost. Students these are papers questions or notes only for the midterm papers but if you want to find  so please keep patient we will upload them on your website very soon after collecting CS201 papers from the Virtual University students. Students these papers will help you during the preparation of the CS201 paper because in this post we will share you almost 15 students' papers along with the Important questions that students attempt in their papers. Students if you are worried about these CS201 midterm papers so don't worry please read these complete papers and find the answers to these questions from google or your CS201 book then learn properly we hope you will get good marks in your CS201 midterm exams. Students we did not add any Download links and PDF Files so please read online on our website. Also, Read CS201 Important Topics.
![]() |
CS201 Past Papers Midterm |
The topic of this post is CS201 Past Papers Midterm and we add this post in the CS201 book Introduction to Programming category where we upload CS201 book study solutions we have already uploaded many solutions of this CS201 which you can find in the above category. Students if you have any queries or require any solutions to this CS201 book so please visit the above category and find all your desired solutions.
CS201 Past Papers Midterm | CS201 Midterm Past Papers
Post Title | CS201 Past Papers Midterm |
Book Code | CS201 |
Current/Past | Current CS201 Past Papers |
Mid/Final | CS201 Past Papers For Midterm |
Related | CS201 Highlighted Handouts |
Also, Read | CS201 Practical Quiz |
CS201 Past Papers Midterm
Time :11:30
Paper CS201
Total questions 23
Mcqs 18
Short 2 (3mrks)Â
Long 3 (5marks)Â
Mcqs:
- 1:Raid stnd for(Redundant array of inexpensive devices)Â
- 2:New line ky liye kon sa option use hota ;Ans(/n)Â
- 3:In c programing is a set of instruction that is used___? Ans(What to do)
- 4:
- Convert one type to another type that header file is used? (Stdlib.h)Â
- 5:utility is a type of software _?Ans (system software)Â
- Baqi jitny b mcqs thy sary handouts sy aye thy koi mcq na past sy aya aur naa hee recently quiz mein syÂ
- Long question:
- Question 1:
- In c++ program which calculate and display sum of first ten positive integer using while loop.Â
- Question 2:
- Write a function with no return type to calculate a number is prime or not?Â
- Baqi jo questions thy wo sary program waly thy output btana tha
Papers Midterm No 2
- CS201 mid Term Paper 18-07-2022
- Â Subjective portion:
- 1. Write the functions to Sort the given arr[10] and also write minimum and maximum value where array[10]= {2,1,4,3,7,9,6,5,8} (5 marks)
- 2. Write a function for given statementÂ
- A) if age is less than 18 display "you are child"
- B) if age is between 18 to 65 display "you are adult"
- C) if age is greater than 65 display "you are old".(5 marks)
Papers Midterm No 3
- 3. Write the output of the following functionsÂ
- Union Sizeof()..... complete function given tha for given values of int i=15, char c= 'A'. (5 marks)
- 4. Write output of function cout"welcome to Virtual University" aisa simple tha (3 marks)
- Â Objective portion:
- Concept of
- •Two dimension array
- •Def. of function and •program def.
- •Return def.
- •Const int *ptr shows
- •If () used for
- •**Ptr me
- •how u write 6 in 4th col and 3rd row of Array
- •While () runs _ of more times
Papers Midterm No 4
- Cs201....paper time 11.30Am Â
- subjective all programs
- 1.convert while loop into for loop
- 2.write a program of My text file
- 3.code of String copyÂ
- 4.matrix of NxN where n rows and n colonms whose values are a11,a22,a33...
- objectives:
- 5.seekg(),tellg(),tellp(),seekp()
- 6. while((i<10)&&(i>24))
Papers Midterm No 5
- Cs201 .25july
- Mcqs conceptual thy. Khaliq Mirza k Lec Len to ho jay gy sary
- Ak me Syntex error btana tha. Ak function wala q tha 5 marks Ka.Â
- Ak me program given tha out put nekalni thi
- Ak program likhna tha.Â
- Bs ye he yad hy
Papers Midterm No 6
Today my cs201 paperÂ
- 7:00 pm
- 18 msqs from past papes. almost.
- 2 shortÂ
- 3 long
- 1. How many elements in the array days[]={1,2,3,4,5,6,7} and days[7]={1,2,3,4,5,6,7}
- 2. Output batani thi program ki.
- 3. Program likhna tha jis me user telephone no enter kary agar number ka code 042 ho to show kary 'This is lahore number' other wise 'unknown number'.
- 4. Program likhna tha jis me user se input leni thi jis me agar user koi number enter kary wo ye show kary k this is an even number.
Papers Midterm No 7
19 July, 2022, Tuesday
CS201
- 1) Write a Recursive Function code! Your function should find the sum of positive integers from 1 to 100!
- 2) Write a code that should do the following!
- A) It should accept an integer from the user
- B) calculate all of its factors
- C) Display all the factors of integer on the console
- 3) Write a code that should calculate the tax on the salary. The salary will be 50,000 and the tax rate will be 5%. Display the total tax on the salary and the remaining salary on the colsole
- 4) write the output of the following code!
#include <iostream>
using namespace std;
void myFunction()
{
    cout<<"Virtual Learning Management System!";
}
int main()
{
    myFunction();
    return 0;
}
5) write a code that should tell whether a number is positive, Zero or negative! Must use nested if-else statements
Papers Midterm No 8
Cs201 Mid Term Paper 2022 Date 18 July 2022
- Mcqs
- Rand valueÂ
- Eof
- C/C++ main function include (float** like that )
- Error in program
- Application software
- Or basic quiz general mcqs
- Â Â Long question
- Q1: program swap the values generate output
- Q2: TwainÂ
- CD ROMÂ
- Disk fragmentaationÂ
- GPSÂ
- Which type of softwares
- Short Question
- Twain stand for and it's drives
- Error in program const ptr
- Another question isÂ
- Convert program if and else if into switch statement
- Cs201 Today Paper.
- Msqs mostly past paperÂ
- Long Question
- Find logical error
- Program array[10] ..Store value at fith 6 th position ..
- Program Array [10] find second maximum value..
- Program total salary 50000Â and deduct 5% ..find total tax ..or remaning salary...
- Cs201 paper. 11.30
- 21 July 2022
- Mcqs were easy all from Waqar Sidhu and muaz file
- Short question program is given and u have to write it's output..
- Long question is also relatd to programmingÂ
- U have to check wheather the no Is positive, negative or zero
- Baqi yad ni
Papers Midterm No 9
- Mid Term Exam of CS201 Course is from Lecture 1 to 22. There will be MCQs, and descriptive questions in exam. DevC++ or any other software will not be allowed for coding. You will write answers in a text box.
- The duration of the Midterm paper will be 60 minutes (1 hour).Â
- The paper will consist of:
- Eighteen (18) MCQ type questions
- Two (2) Questions of 5-marks
- Three (3) Questions of 3-marks
- You are therefore advised to prepare for the midterm exam accordingly.
- Work hard and get good grades.
- Today my cs201 paperÂ
- 7:00 pm
- 18 msqs from past papes. almost.
- 2 shortÂ
- 3 long
- 1. How many elements in the array days[]={1,2,3,4,5,6,7} and days[7]={1,2,3,4,5,6,7}
- 2. Output batani thi program ki.
- 3. Program likhna tha jis me user telephone no enter kary agar number ka code 042 ho to show kary 'This is lahore number' other wise 'unknown number'.
- 4. Program likhna tha jis me user se input leni thi jis me agar user koi number enter kary wo ye show kary k this is an even number.
Papers Midterm No 10
Today my cs201 paperÂ
7:00 pm
18 msqs from past papes. almost.
2 shortÂ
3 long
1. How many elements in the array days[]={1,2,3,4,5,6,7} and days[7]={1,2,3,4,5,6,7}
2. Output batani thi program ki.
3. Program likhna tha jis me user telephone no enter kary agar number ka code 042 ho to show kary 'This is lahore number' other wise 'unknown number'.
4. Program likhna tha jis me user se input leni thi jis me agar user koi number enter kary wo ye show kary k this is an even number.
Long question
Q1: program swap the values generate output
Q2: TwainÂ
CD ROMÂ
Disk fragmentationÂ
GPSÂ
Which type of softwares
Short :
Twain stand for and it's drives
Error in program const ptr
Another question isÂ
Convert program if and else if into switch statement
Papers Midterm No 11
CS201 paper today:
Almost all mcqs are from past papers.
Subjective mei 2 coding wale aaye or baaqi defination thi variables ki or if else ko switch mei convert karna tha
Today*cs201 Paper* Time 4:00pm
1.Write the out of 0, 1(2)
2.Describe the why the following programsÂ
3.Findout the input for given programÂ
#include <iostream>
Using namespace std;
Int mainÂ
Int 2;
Cout <<"Ali"<<endli;
Cout <<"ahmad"<<endli;
Cout <<"usman"<<endli;
Cout<<Welcom<<endli;
 Return 0;
}
4 WRITE A PROGRAM WHERE DISPPLAY THE AVERAGE MARKS OF 3 STUDENT INTRODUCTION TO PROGRAMMING *Â
5.PROGRAMÂ
FIND THE OUTPUT OFÂ
P1=1566
P0=1-566
AndÂ
P0=57
P0=1+57
Papers Midterm No 12
CS201 Current Paper (12-01-2022)
Paper was very easy and general.Â
Mcqs easy thy or basic thy programming ya output errors waly mcqs nahi thyÂ
Short questions 3 marks Mai error find karny thyÂ
Or long question 5 marksÂ
Errors wala program tha 1 or 2nd programm likhna hai jis Mai user say values Leni thi or book ki net income find Karni thi easy tha wo b
Today cs201 paper...
Mcqs total past papers say
- 1..system software types
- 2...aik chota sa prgram dya us man name ki bytes btani thi...
- 3...program bnana thaa 4.7.9.3.5 inkaa squar lenaa thaa wo prgram bnana thaa.
- 4...zakat 2.5% di hoi thi iskaa prgram bnana thaa.
- 5...or aik prgraam only if and else wala prgram thaa
Papers Midterm No 13
Cs201 Current Paper
mcqs past paperz main thy
short question
why program is evaluated?two techniques of evaluation?
write three type of systm software
and how system software control all the .....
2 progrms thy ....aik weight in kg convert it in pounds kuch
is trha ka
aur aik array wala tha
...bs yhi yad h..
#
Paper_2
CS 201 Paper Done
Paper Bohat Easy Tha .......Asaaan C Coding Thii .......Errors Puchay Thy Aur kuch ki
Outp
ut Show Karna thi....Handsout main jo programs diye hai examples unko b daikh
lena aik 5 number ka program aya tha un main sey
Mcqs sary past papers sey aye thy .......But agar handsout parhi ho kisi ney to sabhi
handsout main sey thy mcqs.....
#
Paper_3
Cs201 paper
almost past paper sy thy...2 Q. of 3 marks, 3 Q. of 5 marks ...write the functionality of
following function: strcpy & strncpy(3 marks) ... using
not operator write the output: true?
false?(3 marks)....write a program of 4 digits which gives the first and last digit:(5
marks)....code given tha error find krny thy:(5 marks)...program likhna tha:(5 marks)
Papers Midterm No 14
Hi Guys This is mine CS201 Paper.
Date: 12 Jan 2022
Timing: 12:00 PM
MCQ's ( Multiple Choice Questions)
 1. <. <=.> .>= are called ____ operators.
Relational (Answer)
2. The ___ is an unconditional branch of execution.
Goto statement (Answer)
3. What will be the correct syntax to declare two-dimensional array of float data type ?
float arr[2][2] ;Â (Answer)
4. The size of int data type is ____ ?
4 bytes (Answer)
5. Structure is a collection of ____ ?
Data elements (Answer)
6.  What is equivalent of X++ ?
X= X+1 (Answer)
7.  Which of the following is not a loop ?
Goto (Answer)
8.  Both compiler and _____ are used to translate programming into machine language.Â
Interpreter (Answer)
9.  What is used at the end of string?
 Null character (Answer)
12 to 13 MCQ's are from past papers and others are from handouts.
3 Short Questions
1.  Function is declared and you have to give the output of program.
2.  Program in given you have to write the output.
  string x= "20";
  string y= "19";
 string z;
y = y + 1;
 z = y + x;
Cout << z;
3. Take the values from user and initialized the values.
int name [2] [2] ;
2 Long Questions
1.  Take 2 values from user and find the reminder and quotient . Display the reminder and quotient.
2. Take single value from user and indicate the value is positive , negative or zero ?
a. If value is positive display the value entered is positive.
b. If value is negative display the value entered is negative.
c. If value is zero display the value entered is zero.
Papers Midterm No 15
Paper CS201 Time 7pm
90 percent mcqs moaz wali file sa ahe tha aur subject ma program ka output btana tha asa 3 queation ahe tha short bi long bi aur single aur doubel dimension array ki defination bi ahe thi
Cs201 12:00pm
Exclusive or k bary main apko kia pta ha nd aagy table thaÂ
bit 1Â Â bit 2Â Â bit1^bit2
 0     1      ?
Nd soo on
2) array[10] is k odd numbers main value save krni thi 1,35,7,9
3) file.txt ko open krwana tha
4)syntax error or program ka error find...
Post a Comment