Sakshi Pandey 10 A
Sakshi Pandey 10 A
Class -- 10
Section -- A
Roll No. -- 46
Assignment 1
SOLUTION:
Friendship
"A friend in need is a friend indeed"
That is the defination of a true friend who will never leave you during your hardships, success,
and failure. We can choose our friends. Real friends always share and support each other. They
feel joyful when we are happy, and during our sadness, they also share sadness with us. True
friendship is all about sharing things, making mistakes, fighting for silly things, but again
hugging to support each other. Friendship is an essential thing for a happy life. Whenever you
are in worry, a chat with a friend takes out all problems away. That is the strenght of friendship.
SOLUTION:
Assignment 2
STEPS:
[School Name]
School
[School Address]
Logo
Subject: Leave Application for {Reason}
Sincerely Yours,
{Name of Student}
{Class}-{Sec}
Table of Contents
Google Hangout ..................................................................................................................................7
How to Download...............................................................................................................................7
Settings...............................................................................................................................................7
Status Setting.................................................................................................................................7
Notification Setting........................................................................................................................7
Other Settings ...............................................................................................................................8
Sending Messages .............................................................................................................................8
Google Hangout
Google hangout is an instant messaging communication application developed
by Google. It replaces two messaging products by Google.i.e Google Chat and
Google Talk.
How to Download
To download it follow these steps:
1. Launch the Play Store or Google Chrome Browser.
2. Search for Google Hangout.
3. Choose the appropriate link for the app.
4. Download it and install it.
Settings
It provides the following settings.
Status Setting
It allows to set the user's status. It is a message that visible to the saved
contacts.
Notification Setting
Other Settings
Here various options are given to message and customize Google Hangout
app.
Sending Messages
Sending message using Google Hangout is Quite easy. Type your message
after choosing the contact. Send button will be available, press enter or click
on send button.
SOLUTION:
1. Type the contents.
2. Apply appropriate level of headings from the Styles and Formatting
windows.
3. Click on Insert - Indexes and Tables - Indexes and Tables.
4. Select and apply the styles for the Tables of Contents.
5. Click on OK.
Learning Outcome - Implement the mail merge
Assignment 5
1. Type a letter. Click on Tool - Mail Merge wizard. A mail merge dialog box appear.
2. Select Letter option. And click on Next.
3. For inserting address list just click on the select different address list option, select
the address list you have prepared, click on Next.
6. Edit document, Click the edit document option to edit you can apply to your
document, if necessary. Click on next button.
7. Click on Edit individual document. If you want to edit or click on Next button.
8. Click on Then, at last, you will get the final step to save, print or send the merged
document.
Assignment 1
2. Enter the data for Sheet 1 and rename sheet as 2018. To rename the worksheet
right click on sheet tab then type the desired name. Press enter key to accept the
name.
Assignment 2
SOLUTION:
1. Open spreadsheet software and enter the data as following:
2. Select the data. Needs to be grouped using subtotal.
3. Click on Data - Subtotal. The Subtotal dialog box appears.
4. Select column in Group By option then mark the column to count the frequency
for the category and finally select the count function as displayed the following
screenshot.
5. Click on Ok button.
Assignment 3
1. Enter the data such as Roll no, GR NO, First Name, Last Name, Date of Birth,
Father Name, Mother Name. Enter records for at least 10 students.
2. Rename this worksheet as "Student Profile".
3. Insert 3 new worksheets and rename as "Periodic Test I" , "Periodic Test II" ,
and "Periodic Test III" respectively.
4. In the Periodic test I worksheet create a reference for Roll No, First Name, and
Last Name column from Student Profile by using the keyboard.
5. In the Periodic test II worksheet create a reference for Roll No, First Name, and
Last Name column from Student Profile by using the Mouse.
6. In the Periodic test III worksheet create a reference for Roll No, First Name, and
Last Name column from Student Profile as yo wish.
SOLUTION:
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 roll no is
written.
Assignment 4
SOLUTION:
1. Create a new worksheet and enter data.
2. Click on File - Save and Use proper name for the worksheet.
3. Click on Tools - Share Document.
4. The Share Document dialog box will apear. Click on Share this
spreadsheet with other users.
5. Click OK button.
Assignment 5
SOLUTION:
2. Place the cursor to get the result for the marks of term 2.
3. Place the cursor in B5 and write average() formula.
4. Now click on Tools - Goal Seek option.
5. Check the formula cell (it should be B5 only).
6. Now write the target value i.e. 75.
7. Select the cell B4 to see the value to adjust the marks.
8. Repeat the same steps Maths and Science as well.
Unit 3
Database Management System
Learning Outcome - Create and edit tables using wizard
Assignment 1
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... option from the tasks window.
4. The Table Wizard will open. Follow wizard steps to create a table.
5. In first step of wizard select the Cateory 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.
Learning Outcomes - Retrieve data using query
Assignment 2
SOLUTION:
Create table command
create table "marksheet" ("Stud_no" tinyint primary key, "Name" varchat(15),
"RollNo" tinyint, "Sub101" decimal(5,2), "Sub102" decimal(5,2), "Sub103"decimal
(5,2)).
Output
Queries
1. Add Columns
1. Add column Total - alter table "marksheet" add column "Total" tinyint.
2. Add column Percentage - alter table "marksheet" add column "Percentage"
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. Click on finish.
Output
5. Display maximum marks and minimum marks for the fields given in the
question, 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. Now select the field Sub101 and Sub 102.
5. Choose the function Maximum under Sub101 and Minimum under Sub102.
6. Display the rollno, name and percentage whose percentage are more
than 70 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 column given in the question i.e. Rollno, Name and Percentage.
5. Type >70 in the front of criteria under the percentage field.
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 marksheet.* 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.
7. Save the query and check the result.
Output
Assignment 3
SOLUTION:
Steps to create a form using wizard
1. Click on Forms - Use Wizard to Create Form...
2. A Form Wizard appears.
3. Select the table from Table or Queries then add all the fields.
4. Click on Next button. Ignore step 3 abd step 4.
5. Select the first option i.e. Columnar - Labels Left then click on the next button.
6. Now set data entry step will be there. Ignore this step and click on Next. Choose
the styles for the interface and click on next.
7. Type new name for the form and click on work with the form. Click on Finish.
Assignment 4
3. Now chage the label text that you want in the report. I have changed the label
Stud_no into Adm. No. Click on Next.
6. Now type the title of the report and select dynamic report - Create report now
option.