0% found this document useful (0 votes)
897 views3 pages

Project File Question 2022-23

The document provides instructions and questions for a practical IT exam. It includes: 1) General instructions for the exam which has three components: an IT project, practical exam, and viva. Students must submit their IT project on the exam date to appear for the practical. 2) 15 practical questions related to word processing, spreadsheets, databases, and macros. Questions involve tasks like finding and replacing text, inserting images, creating formulas, writing SQL queries, and designing database tables and relationships. 3) The last question provides instructions to design the structure of a table in a new Access database called "Employee" with fields like TeacherID, Name, Address, Date of Birth, and Phone. TeacherID

Uploaded by

Rahul Sahay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
897 views3 pages

Project File Question 2022-23

The document provides instructions and questions for a practical IT exam. It includes: 1) General instructions for the exam which has three components: an IT project, practical exam, and viva. Students must submit their IT project on the exam date to appear for the practical. 2) 15 practical questions related to word processing, spreadsheets, databases, and macros. Questions involve tasks like finding and replacing text, inserting images, creating formulas, writing SQL queries, and designing database tables and relationships. 3) The last question provides instructions to design the structure of a table in a new Access database called "Employee" with fields like TeacherID, Name, Address, Date of Birth, and Phone. TeacherID

Uploaded by

Rahul Sahay
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Practical Work

Class: X Subject: IT (402)


Practical Work Marks
Advanced Documentation 5
Advanced Spreadsheets 5
Database 10
Viva 10
PROJECT WORK/FIELD VISIT
Any Interdisciplinary Real-World Case Study to be taken. Summarized
data reports of same can be presented in base. Input should be taken 10
using forms and output should be done using reports using base.
Documentation of the case study should be presented using writer,
PORTFOLIO/ PRACTICAL FILE:
(Portfolio should contain printouts of the practical done using Writer, 10
Calc and Base with minimum 5 problems of each)
Total 50

General Instructions:
 Computer practical examination has been sub-divided into three components.
a. IT Project
b. Practical Examination
c. Viva
 Students are required to submit their IT project (A4 Sheet) on the date of
examination.
 Students failing to submit their IT Project will not be allowed to appear in the
practical examination.

Practical Questions for IT Project


1.Write down the steps to display the configuration of your computer. (Print and
paste screenshot).
2. Write down the steps to check the performance of your PC using task manager.
3. Write down the steps to delete the temporary file using temp and %temp.
4. In a word processor, show the use of find and replace text. (Print and paste the
screenshot)
5. In a word processor, display how to use Superscript and Subscript.
6. In a word processor, display how to insert images, align images and work with
the images.
7. In a word processor, how to insert mathematical equation and symbol.
8. In a word processor, display how to use the Bulleted and Numbered list?
9. Write down the steps to use Header and Footer in word document.
10. Write down the steps to convert text file into pdf file.
11. Given a worksheet that stores the top 5 students marks. The final marks are
calculated as 25% of Term-I marks + 30% of Term-II marks and 45% of Term-
III marks. =b2*0.25+c2*0.3+d2*0.45
The Term-III marks entered in the worksheet are estimated marks.
In order to avail the scholarship, student must obtain final % as > 80%.
A B C D E F =e2/500%
1 Maximum Marks: 500
2 Name Term-I Term-II Term-III Final Final %
3 Nikhil 360 389 410 391.2 78.24
4 Rajeev 370 355 430 394.25 78.85
5 Mukesh 410 390 460 426.5 85.3
6 Priya 390 360 450 408 81.6
7 Anusha 380 368 410 389.9 77.98

Estimate how much term-III marks would be required by each student to meet
this condition. For this:
A. Either use Goal Seek by taking target cell from Final % column and variable
cell from Term-III column.
B. Or use Scenario for Term-III values to get desired result in Final%.
(Paste your screenshot in your practical file before and after the result)
12. Create a Macro for adding two number with Screenshot. (Print/Paste
Screenshot in Practical file)
13. Create a Macro for calculating simple Interest with Screenshot.

14. Consider the following database table and write down the SQL command
and paste the screenshot.
Student
Adm No Name Grade DOB Marks House Gender
1001 Rupal 9 10/04/2006 76 Green M
1002 Rashmi 9 08/12/2005 87 Red F
1003 Arnav 10 25/05/2004 81 Green M
1004 Sumona 9 23/08/2006 68 Red F
1005 Arun 9 16/07/2005 72 Green M
1006 Tia 9 22/09/2005 91 Yellow F
1007 Roshan 10 26/08/2004 89 Blue M

Write SQL commands:


i. To display the details of all students of Green House.
ii. To increase the marks by 5 whose admission number is 1005.
iii. To display the details of all students whose Marks are less than 80.
iv. Display the list of all students in descending order of Marks.
15. Create a database file for crating the database of students and add two tables
names Stud_Info and Stud_Marks and show the relationship.
16. Start Base and open new database named Employee.
Define structure of first table of your data base as follow in design view.
Structure of a Table
Field Name Data Type
TeacherID TINYINT
Firstname Text(20 Character)
Lastname Text(20 Character)
Address Text
DOB Date
Phone Text
Specify TeacherID as Primary Key and save this table as Table1.

You might also like