Programming fundamental all previous/ past question papers
– Partial Differential Equations –Computer Science all subject past paper Partial Differential Equations-Computer Graphics Course Partial Differential Equations Project idea – ICT MCQ -Partial Differential Equations Interview Question –Computer Science all courses -Technology –University Past Paper -Programming language –Question paper –old paper
Q1:
- Write down the difference between compiler and interpreter?
- Write down difference between operator precedence and operator associativity in C++?
- Write down the code for the following output using for loop?
Q2: Write a program that repeatedly collects positive integers from the user, stopping when the user enters a negative number or zero. After that, output the product of all positive entries?
Q3: Input three integer numbers and find the middle number of three integers.
Hint1: 23 54 35 Hint2: 40 23 50 Hint3: 34 54 65
Middle No is: 35 Middle No is: 40 Middle No is: 54
Q4: Write a program in C++ to display the number’s digits in reverse order?
Sample output:
Input a number: 12345
The number in reverse order is: 54321
Postcolonial Literature Sessional I in past paper
ATTEMPT ALL QUESTIONS.
Q1
Write a program that inputs radius from the user and calculates area and circumference of a circle by using the formula Area- pix (radius)² & Circumference = 2 x pi x radius (3)
Q-2
Draw flowchart for a program that inputs three integer numbers and displays the smallest number by using nested if structure.
Q-3
a) Write a code with flowchart that finds the sum of the squares of integers from I to 100.
b) Compare if, if-else-if and nested if structures(3)
Postcolonial Literature Sessional II in past paper
Q1
Write a program that inputs five integers in an array and passes array to a function. The function counts total number of even and odd numbers and returns to main function to display it(10)
Q-2 Write a program that inputs values in a two dimensional array with three rows and two columns, The function returns the maximum value in the array. (5)
Q-3 Write a program for matrix A that inputs following elements & arrange these elements shown in matrix B as under:–.
Q-4 Write a program that inputs ten floating point numbers in an array. It displays the values which are greater or equal or less than average value of this array. (10)
Postcolonial Literature Final paper
Q-1: Study the following code segments and write the output [2.5° 2-5).
int N = 7; int i, x;
for (= 1; i <= N; i++) {
cin >> x; cout <<<< “, ” << X << ” “; if(1 % 3= 0) { cout << endl; }
int arr[5]-{0,1,0,1,1); int sum-0,p=0; for (int i=0;i<5;i++){ sam-sum+pow(2.p) arr[1];
cout << endl what is displayed with the given input? watch the end 1 characters.
p++;
}
cout< Input: 11 12 13 14 15 16 17 18 19 Q-2: Rewrite the following C++ code segments to make it more efficient and to remove any unnecessary code. [2.5* 2-5). if (x “Not good. \n”; } cout << “Carry on.\n”; if (x / y != 0 && y != 0) { cout << x/y << endl; } Q-3: Write a C++ program to find k largest elements in a given array of integers. [5] Data Structure and Algorithms A[K+1] ß A[K] Repeat while (K>=1) A[K+1] ß A[9] Kß K-1 iii. Using binary search technique show how it works when searching for 17 in the following array. (Assume indexing starts from 1 to 9) Question No. 2: Write short answers of questions given bellow: Write difference between traversing and searching # Programming fundamental #Computer Science all subject past paper Programming fundamental #Computer Graphics Course Programming fundamental Project idea #ICT MCQ #Programming fundamental Interview Question #Computer Science all courses #Technology #University Past Paper #Programming language #Question paper # old paper
10
20
30
40
50
60
70
80
90
100
Part-a
Part-b
Repeat for kß1 to 9
Kß 9
1
5
6
9
10
12
14
17
21
Postcolonial Literature Sessional I in past paper