IT Practical File
IT Practical File
INDEX
Sr.No. Assignment Date Signature
1. Click on format- style and formatting. A dialog box appear with all the existing style
categories.
2. Click on the new style from selection. A dialog box will appears click on new style from
selection. Create style dialog box appears.
4. To modify the style left click on the style click on modify apply modification click on
‘’ok”. Shown below in the screenshot.
Task: Create a document looks like a screenshot and save as a template. Follow
below-given instructions:
Instructions:
1. Apply page borders as displayed in the screenshot. Apply border colour as per your
choice.
3. Give your desired formatting for school name, school address, and text written in the
certificate.
4. Save your file as a template and give the name certificate template.
Solution
Certificate contents
1. Type the school name and give appropriate heading style as per given screen shot.
Instructions
Applying Border
1. Click on Format → Page option. Page Style dialog box will open.
2. Click on border tab. Select various border options and Click on OK button.
1. Click on Format → Page option. Page style dialog box will open.
Task: Write a letter to invite your parents and other guests to attend the annual day
function of your school and merge them. Create a data source with at least 10
addresses.
Solution
1. Type a letter.
2. Click on Tools – Mail Merge wizard. A mail merge dialog box appears.
4. For inserting address list just click on the select different address list option, select the
address list you have prepared, click on Next.
5. Create salutation click on desire salutation click on the next tab.
6. IF you want to adjust your content you adjust you increase the left and the top bar. Click
on next button.
7. Edit document, Click the edit document option to edit you can apply to your document, if
necessary. Click on next button.
8. Click on Edit individual document. If you want to edit or click on Next button.
9. Click on Then, at last, you will get the final step to save, print or send the merged
document.
(Advanced)
Assignment 5
Objective: Creating reference to other document by using keyboard and mouse.
1. Enter the data such as Roll no, GR NO, First Name, Last Name, Date of Birth, Father
3. Insert 3 new worksheets and rename as "Periodic Test I", "Periodic Test II" and "Periodic
4. In the Periodic Test I worksheet create a reference for Roll No, First Name, and Last Name
5. In the Periodic Test II worksheet create a reference for Roll No, First Name, and Last
6. In the Periodic Test III worksheet create a reference for Roll No, First Name, and Last
Setting up worksheets
1. Open spreadsheet software and type the required data as given in the question.
2. Right click on Sheet tab, Choose rename option. Now type “Student Profile”.
3. Click on Insert Sheet option three times and rename them respectively.
Creating Reference
1. Open Periodic Test I worksheet and place the cursor in the first cell.
2. Now type =.
3. Then move or select the student profile and select the cell where rollno is written.
Solution
2. Click on File → Save and Use proper name for the worksheet.
users.
5. Click OK button.
Assignment 7
Solution
1. Click on Start → All Programs → Open Office 4.1.7 → Open Office Base.
2. OO Base window will open with Database Wizard. Select or create the database to work
upon it. I have selected existing database db1. Click on Finish button.
3. Now click on Tables button from Left pane and choose Use Wizard to Create Table…
4. The Table Wizard will open. Follow wizard steps to create a table.
5. In first step of wizard select the Category either Business or Personal, Table from list of
sample tables, and fields from available fields. Click on Finish button.
6. Click on Next and select field types and all if you want to change it. Click on Next.
7. Set a primary key for your table in this step. I have selected EmplyeeID as Primary key.
8. If you wish to change the table name then type new name for the table and click on Insert
Data immediately, and click on Finish.
9. Insert data.
Task: Create table Marksheet (Using SQL Command )and perform the bellow given queries
Stud_No Integer 2
Name Text 15
RollNo Integer 3
1. In the Database file Add these Fields: (Total: Datatype- Number 3 digits, Percentage:
Datatype - Number 3 digits with 2 decimal places, Grade: Datatype- Char with 2 letters)
3. Display name, rollno, marks of 3 subjects, total and percentage using design view.
4. Display name, rollno, grades from the marksheet table using query wizard.
5. Display the maximum marks for Sub101 and minimum marks for Sub102 using design
view.
6. Display the rollno, name and percentage whose percentage are more than 70 using design
view.
7. Display all the record in ascending order of names using design view.
Solution
create table “marksheet” (“Stud_no” tinyint primary key, “Name” varchar(15), “RollNo”
Output
Queries
1. Add Columns
1. Add column Total → alter table "marksheet" add column "Total" tinyint
decimal(5,2)
3. Add column grade → alter table "marksheet" add column "Grade" char(2)
2. Insert records
1. insert into "marksheet" values (101, 'Sagar', 105, 27, 25, 28, 80 , 88 , 'B1')
4. Now select fields given in the question like name, rollno, marks,Sub101, Sub102,
3. Select the table marksheet and Select the fields given the question.
4. Click on finish.
Output
5. Display maximum marks and minimum marks for the fields given in the question, using
design view.
5. Choose the function maximum under Sub101 and Minimum under Sub102.
view
4. Select columns given in the question i.e. Rollno, Name and Percentage.
Output
7. Display all the record in ascending order of names using design view.
1. Click Queries → Create Query in Design View….
2. The query design window will open.
3. Select the marksheet table and click on Add button.
4. Select markesheet.* and name in the column list.
5. Select sort → ascending under name field.
6. Now click on Visible checkbox to hide the name column in result.
Output
Assignment 9
Objective: Creating form using wizard
Task: Create table a form using wizard by selecting all the fields for the table - Marksheet
Solution
3. Select the table from Tables or Queries then add all the fields.
6. Now set data entry step will be there. Ignore this step and click on Next.
7. Choose the styles for the form interface and click on next.
8. Type new name for the form and click on work with the form. Click on Finish
Assignment 10
Task: Create table a report using wizard by selecting all the fields for the table - Marksheet
Solution
1. Click on Reports → Use Wizard to Create report. The report wizard will open in the new
window.
3. Now change the label text that you want in the report. I have changed the label Stud_no
5. Now choose the layout. I have selected Outline-Elegant as Layout of Data, Landscape
Output
Unit 4
Web Applications and Security
Assignment 11
Objective: Signing In into your Google hangout Account and chatting
Task: Create an account in Google and launch Google Talk and Singing in with the account
Solution
2. Find the Sign In button present at the top right corner of the browser screen.
3. Enter the email id you have created, then Click on Next button.
4. Now enter your password. And Click on Next button.
5. Now you will get the scree of Google again. Click on Gmail.
6. Scroll down to the Hangouts. Some usernames are available there, pick anyone of them to
7. Enjoy it.
Assignment 12
Solution
Basic Set up of blog
1. Open your browser and type www.blogger.com
2. Click on Cerate Your Blog button or Sign in button. Enter username and Password for
your Google account.
3. Give the appropriate title for your blog. And click on Next.
4. Now choose an appropriate URL for your blog. Click on Next.
5. Now type display name for your blog and the setup is complete. Click on Finish button.
1. Click on Pages option as displayed in the previous screenshot. The NEW POST button will
2. Now the new page interface will open. Give appropriate Title for your Page and insert
contents like text, images and all. When you finish content typing and all, click on Finish
button.
Similarly you can add posts and other pages. So complete it and attach the screenshots.