SEE Practical old questions
SEE PRACTICAL
Examination 2078
Sub: Computer Full Marks: 25
Class: X SET - A Time: 1 Hour
Group –
A MS Access (2*5=10)
Q1. (a) Create a database file “emp.mdb” and create a table “Employee”
under the database with the following structure.
Field Name |
Data Type |
emp_id |
Number |
emp_name |
Short
Text |
mobile_no |
Short
Text |
emp_gender |
Short Text |
(b) Add
two records in the “Employee” table.
(c)
Prepare a query to display all the male .
(d)
Prepare a query to display all the employees whose name start with “S” alphabet.
(e)
Prepare the report of table “Employee”.
Group – B QBASIC Programming (3*3=9)
Q2.
(a) Write a program using
Function .. .End Function to calculate the area of rectangle.
(b) Write a program
using SUB …. END SUB to display the following series: 2, 5, 9, 14,20………. 10th terms.
c) Create a data file named “teldir.dat” which
stores employee name, address and telephone number according to the user’s
want.
Group – C “C Programming” (3*2=6 Marks)
Q3.
(a)
Write C program to check whether the given number is positive, negative or
zero.
(b)
Write C program to calculate and display multiplication table of given number.
The End
SEE PRACTICAL
Examination 2078
Sub: Computer Full Marks: 25
Class: X SET - B Time: 1 Hour
Group –
A MS Access (2*5=10)
Q1. (a) Create a database file “emp.mdb” and create a table “Employee”
under the database with the following structure.
Field Name |
Data Type |
emp_id |
Number |
emp_name |
Short
Text |
mobile_no |
Short
Text |
emp_gender |
Short Text |
(b)
Add two records in the “Employee” table.
(c)
Prepare a query to display all the male .
(d)
Prepare a query to display all the employees whose name start with “S”
alphabet.
(e)
Prepare the report of table “Employee”.
Group – B QBASIC Programming (3*3=9)
Q2.
(a) Write a program
using Function .. .End Function to calculate volume of cuboid. (Hint: V=L*B*H)
(b) Write a program
using SUB …. END SUB to display the following series: 1,2,4,7………. 10th terms.
c) Create a data file named “student.dat” which
stores student name, address and telephone number according to the user’s want.
Group – C “C Programming” (3*2=6 Marks)
Q3.
(a)
Write C program to check whether the given number is exactly divisible by 7 or
not.
(b)
Write C program to calculate factorial of given number.
The End
SEE PRACTICAL
Examination 2078
Sub: Computer Full Marks: 25
Class: X SET - C Time: 1 Hour
Group –
A MS Access (2*5=10)
Q1. (a) Create a database file “emp.mdb” and create a table “Employee”
under the database with the following structure.
Field Name |
Data Type |
emp_id |
Number |
emp_name |
Short
Text |
mobile_no |
Short
Text |
emp_gender |
Short Text |
(b)
Add two records in the “Employee” table.
(c)
Prepare a query to display all the male .
(d)
Prepare a query to display all the employees whose name start with “S”
alphabet.
(e)
Prepare the report of table “Employee”.
Group – B QBASIC Programming (3*3=9)
Q2.
(a) Write a program
using Function .. .End Function to calculate simple interest.
(b) Write a program
using SUB …. END SUB to display the following series: 1,8,27,….. 10th terms.
c) Write a program to
display the male records from the data file “rbs.txt”. It contains the field
name employee number , name , gender and post.
Group – C “C Programming” (3*2=6 Marks)
Q3.
(a)
Write C program to display the middle number among three different numbers.
(b)
Write C program to display first ten odd numbers.
The End
SEE PRACTICAL
Examination 2078
Sub: Computer Full Marks: 25
Class: X SET - D Time: 1 Hour
Group –
A MS Access (2*5=10)
Q1. (a) Create a database file “emp.mdb” and create a table “Employee”
under the database with the following structure.
Field Name |
Data Type |
emp_id |
Number |
emp_name |
Short
Text |
mobile_no |
Short
Text |
emp_gender | Short Text |
(b)
Add two records in the “Employee” table.
(c)
Prepare a query to display all the male .
(d)
Prepare a query to display all the employees whose name start with “S”
alphabet.
(e)
Prepare the report of table “Employee”.
Group – B QBASIC Programming (3*3=9)
Q2.
(a) Write a program
using Function .. .End Function to circumference of circle. (Hint: C=2∏r)
(b) Write a program
using SUB …. END SUB to display the following series: 0,1,1,2,3,5………. 10th terms.
c) Create a data file named “emp.dat” which stores
employee name, address , telephone number and post until user’s choice is Yes.
Group – C “C Programming” (3*2=6 Marks)
Q3.
(a)
Write C program to check whether the input number is odd or even.
(b)
Write C program to display first twenty even numbers.
The End