Skip to document

IT 402 Class 10 Practical File Questions

This file is for Class 10 IT 402
Subject

Computetr science

237 Documents
Students shared 237 documents in this course
Academic year: 2022/2023
Uploaded by:
Anonymous Student
This document has been uploaded by a student, just like you, who decided to remain anonymous.
St. Xavier High School, Junagadh

Comments

Please sign in or register to post comments.
  • Student
    nice paper

Preview text

Information Technology (402) - Class X

Practical Records File

Session 2022-

S Practical Activity Marks

1

Practical Examination - Writer Question – 5 - Spreadsheet Questions – 5 - Database – 10

20

2 Project work in OO Base 10 3 Practical File 10 4 Viva Voce 10 Total 50

OO Writer problems for IT 402 Practical file

The practical concepts included for OO writer problems are as following:

  1. Create and apply styles in the digital document
  2. Insert and use images in the digital document
  3. Create and Use templates
  4. Create and customize the table of contents
  5. Implement the mail merge

Create and apply styles in the digital document

[1] Type a paragraph with at least 100 words and create below given styles as instructed:

  1. Headings : Font name: Font name: Times New Roman, Size: 24 , Color: Red. Give the style name: DreamHeading (Use create style from selection command to create style)
  2. Paragraph: Apply Style Text Body from the Style Gallary
  3. Quote: Font Name:Broadway, Size:16, Colour: Blue, Alignment: Center. Give the style name: DreamQuot

More questions on Create and apply styles

Insert and use images in the digital document

[2] Prepare a document in OO writer and do the following:

  1. Create a new document in OO Writer and Type a paragraph.
  2. Insert a picture of your choice.
  3. Adjust the picture at top left to the paragraph.
  4. Insert some shapes and write additional text into the shapes.

The output should be something like this.

More questions Insert and Use Images

Create and Use Template

[3] Create a document in OO writer and do as directed below:

  1. Prepare a template for the leave application writing format. Apply formatting as required.
  2. Set this template as a default template.
  3. Change the default template to custom template. Change the formatting as you wish.

Analyse data using scenarios and goal seek

[1] Prepare worksheet as given below and do as directed:

  1. Create a new file in spreadsheet software and enter data for 10 salesmen.
  2. Add two worksheets in the file and modify the data for all 3 quarters.
  3. Rename all worksheets like sheet1 - 2018, sheet2 - 2019 and sheet3 -
  4. Now add one more worksheet at the end and rename as consolidated sheet.
  5. Now type the serial no and names as displayed, use sum function to add data for 2018, 2019 and 2020 in respective cells using consolidation.

[2] Prepare a worksheet as :

Creating Subtotals

Link data and Spreadsheet

  1. Create a new file in spreadsheet software.
  2. Enter the data such as Roll no, GR NO, First Name, Last Name, Date of Birth, Father Name, Mother Name.
  3. Enter records for at least 15 students.
  4. Rename this worksheet as "Student Profile".
  5. Insert 3 new worksheets and rename as " Periodic Test I ", " Periodic Test II " and " Periodic Test III " respectively.
  6. In the Periodic Test I worksheet create a reference for Roll No, First Name, and Last Name columns from Student Profile by using the keyboard.
  7. In the Periodic Test II worksheet create a reference for Roll No, First Name, and Last Name columns from Student Profile by using the mouse.
  8. In the Periodic Test III worksheet create a reference for Roll No, First Name, and Last Name columns from Student Profile as you wish.
  9. Apply sheet tab color as follows: o Profile - Red o Periodic Test I - Green o Periodic Test II - Blue o Periodic Test III - Yellow
  10. Now enter the marks for different subjects in the worksheets.
  11. Delete the Worksheet Perdioc Text III.

OO Base problems for IT 402 Practical file

The practical concepts are as following: 1. Create and Edit tables using wizard and SQL commands 2. Perform operations on Table 3. Retrieve Data using query 4. Create forms and reports using wizard

Create Table

Instructions: 1. Create table 1,2,3 using design view. 2. Insert records using datasheet view. 3. Create table 4 and 5 using SQL command. 4. Insert records using SQL command. Attach the screenshot of each and every command along with output screens. Attach the outputs and datasheet separately for each question. Write steps wherever applicable. Create following tables in OO base for Database Management System 10. [1] Students

Field Name Data Type Size RollNo Integer 3 Name Text 15 Gender Text 6 City Text 20 DOB Date 8 Blood_Group Text 5 Remark Text 10

Assign RollNo as primary key.

[2] Employee Table

Field Name Data Type Size Constraint EmpNo Integer 5 Primary Key EmpName Text 15 Designation Text 10 Address Text 50 City Text 10 MobileNo Text 10 Salary Decimal 9, Gender Text 6

[3] PhoneDiary

Field Name Data Type Size Cust_ID int 5 CName Text 15 CustomerAddress Text 20 City Text 10 PhoneNo_Res Text 10 PhoneNo_Off Text 10 MobileNo Text 10 Email_Id Text 20

Primary Key - Cust_ID

Queries

  1. In the Marksheet table Add these Fields: (Total: Datatype- Number 3 digits, Percentage: Datatype - Number 3 digits with 2 decimal places, Grade: Datatype- Char with 2 letters)

  2. Insert more 3 records in MARKSHEET using SQL mode.

  3. Update the values for newly added columns i. Total, Percentage, Grade table using UPDATE command. (Grades should be A1 to E2 as per CBSE exam pattern)

  4. Display all records of the marksheet table, write SQL command.

  5. Display name, rollno, marks of 3 subjects, total and percentage using design view.

  6. Write SQL command to display name, rollno, grades from the marksheet table.

  7. Display the maximum and minimum marks for Sub101 using design.

  8. Display the sum of marks for Sub102 using SQL command.

  9. Display the rollno, student name and percentage whose name starts with A using SQL command.

  10. Display the rollno, student name and percentage whose name second letter is i using SQL command.

  11. Display all the records from the marksheet table whose name ends with 'N' using SQL command.

  12. Display the rollno, name and percentage whose percentage are more than 70.

  13. Display the records who secured the grade A1 and A2.

  14. Display all the record in ascending order of names using SQL view.

  15. Display the rollno, name, and grades whose percentage are in between 70 to 100.

  16. Display the rollno, name, sub101, sub102,sub103 with an increment of 5 marks in each subject.

  17. Display all the students record who failed in sub102. (Marks less than 33)

  18. Display all the students records who needs improvement in Sub103. (Marks less than 33 and Greater than 30)

  19. Display all the records in descending order of percentage.

  20. Delete the records from table who is failed in any of the subject. (You can use any mode)

Complete these queries and write SQL commands wherever applicable, write steps for design view queries wherever applicable.

Creating Forms

  1. Create forms by selecting all the fields for the tables - Students, Employee and Marksheet
  2. Add 3 new records into Students table using navigation toolbar.
  3. Change the label backgrounds and fonts formatting as per your choice.
  4. Search records by from form of students for the boys.

Write steps to complete these tasks. Attach the appropriate screenshots with that.

Creating Reports

Create report for the all the tables. Use your own choice of layouts. Save your reports with your title.

Was this document helpful?

IT 402 Class 10 Practical File Questions

Subject: Computetr science

237 Documents
Students shared 237 documents in this course
Was this document helpful?
Downloaded from www.tutorialaicsip.com
Page 1 of 12
Information Technology (402) - Class X
Practical Records File
Session 2022-23
S.No
Practical Activity
Marks
1
Practical Examination
Writer Question 5
Spreadsheet Questions 5
Database 10
20
2
Project work in OO Base
10
3
Practical File
10
4
Viva Voce
10
Total
50
OO Writer problems for IT 402 Practical file
The practical concepts included for OO writer problems are as following:
1. Create and apply styles in the digital document
2. Insert and use images in the digital document
3. Create and Use templates
4. Create and customize the table of contents
5. Implement the mail merge
Create and apply styles in the digital document
[1] Type a paragraph with at least 100 words and create below
given styles as instructed:
1. Headings : Font name: Font name: Times New Roman, Size: 24 ,
Color: Red. Give the style name: DreamHeading (Use create style from
selection command to create style)
2. Paragraph: Apply Style Text Body from the Style Gallary
3. Quote: Font Name:Broadway, Size:16, Colour: Blue, Alignment:
Center. Give the style name: DreamQuot
More questions on Create and apply styles