Part 2 Computer 2nd Half Book
Part 2 Computer 2nd Half Book
Address:- Punjab Lyceum School building, opposite Shamas surgical hospital, daska road Sambrial
Syllabus (Unit No) : 4, 5, 6, 7, 12, 13, 14
Class Subject Maximum Marks Time Allowed
2nd Half Book
Inter Part-II Computer Name: 75 2 ½ Hours
Subjective Part
Section 1
Section 2
Note: Attempt any one questions from MS Access and two from the C language.
MS Access (1*8=8)
C- Language (2*8=16)
1. Write a program that display back counting from 10 to 1 using do while loop.
2. Write a program in C language that displays the following output using nested loop.
*
**
***
****
3. Write a program in C language, that print 1 – 10 Numbers using While loop.