unsolved papers
infotech computer institute
Annual Examination July 2012
PGDCPA & DCPA
(FoxPro, C++ )
Paper Third
Time Allowed 3:00Hours
Maximum Mark: 125
Note: Question No. 1 Is Compulsory Series with three
Section A (Visual FoxPro)
1 Select True &False
(a ).ZAP does not delete all record.
(b). screen file extension is .STP
(c).we can create 10 files in foxpro.
2. write short note on the following function with suitable example
a. SET EXACT b. ACTIVATE WINDOW c. SKIP d. BOF
3. Write the difference between INDEX and SORT statement
4. How can create a Report file write the there procedure with suitable
Example
5. What is a DATABASE file?
6. At the status bar display REC: EOF/10 what are means of this
Message.
8. How can delete record no. 50th .
9. What is I/O of the following command line
? len(“MTNL ZONE”,)
11. Write a program to assign EMP_NAME of four your friend to four
Variable and accept there AGE, ADDRESS and SALARY of each
Friend list in following format
NAME AGE ADDRESS SALARY
---------- --- ------------- ----------
---------- --- ------------- ----------
---------- --- ------------- ----------
---------- --- ------------- ----------
12. three input the name, the weight (in kg.) and the height (in ft.) of a
student. The program should print the name of only that student
whose either weight is less than 50 k.g. .
13. what will be output of the following program .
SET TALK OFF
SET EXACT OFF
SET DATE TO BRITISH
?date()
?run date
!date
!time
14.write a program for as perform the following work-
1.disp all record of the dtatabase
2. display the current time
3.arrange the data in ascending order
( use the DO CASE statement)
15. to print all even numbers 1 to 512 .
Section “B”
C++
1.what is variable?
2. how does a inner loop help in a program?
3.to get number when 1 is entered ,the program should end and print the
total numbers entered and also their sum.
4.What does the file MATH.H consist of ?
5. a program to accept your name and print it 100 time.
6. to make a program to add, multiply and subtract ,division by choosing the option.
7. to input the age of the candidate . a driving license should be given to only those candidates whose age is not less than 18 years .
8. What are data type?
9. Find syntax error if any in the following program:
I. #include<iostream.h> ii. #include <stream.h>
void main( ) {int main()
{ int b=5
int a,b float n=3
cin>>a,b c=b+n
cout<c<;
cout>>a>>w; }
}
10. What do you understand by the following-
a. array b. GRAPHICS.H c . float d. public
11. DO statement why a conditional statement ?
12. how can make a EXE file.
13. How can calculate the formula A=P(1+R/100)n .
14. What is a APPEND file ? what its purpose?
15. What is meant by implicit and explicit conversion .
Section C
Ms. Access
1. What is RDBMS ?
2. How can create a database ?
3. How can export data to other database software?
4. What can display in design view ?
5. How can design table.
6. How can create pivot chart ?
7. How can search a record ?
8. What is encode / decode database?
9. How can arrange record in ascending
10. How can decrease the column width.