IT lab file
IT lab file
IT lab file
Assignment 1
Objective: Creating templates in MS word and saving for distribution.
Task: Create a document that looks like a screenshot and save as a template. Follow
below-given instructions:
Instructions:
• Apply page borders as displayed in the screenshot. Apply border
colour as per your choice.
• Page orientation must be landscape.
• Give your desired formatting for school name, school address, and text
written in the certificate.
• Save your file as a template and give the name certificate template.
Assignment 2
Objective: Changing the template from default to custom
Task: Open MS Word change the default template to custom template using the
following formatting:
• Font: Verdana, Font Size: 14 pt, Font colour: Automatic
• Main Headings in the template: Font – Verdana, Size – 24 pt, Font
colour – Blue
• Heading level 2: Font – Verdana, Size – 20 pt, Font colour – Maroon
• Heading level 3: Font – Verdana, Size – 18 pt, Font colour – Red
Electronic Spreadsheet
Excel Fundamentals:
Excel is a tool that allows you to enter quantitative data into an electronic
spreadsheet to apply one or many mathematical computations. These
computations ultimately convert that quantitative data into information.
The information produced in Excel can be used to make decisions in both
professional and personal context.
To enable the what-if analysis tool go to the Data menu tab and
click on the What-If Analysis option under the Forecast section.
Scenario Manager
o A scenario can have multiple variables, but it can
accommodate only up to 32 values.
o You can also create a scenario summary report, which
combines all the scenarios on one worksheet. For example,
you can create several different budget scenarios that
compare various possible income levels and expenses, and
then create a report that lets you compare the scenarios side-
by-side.
o Goal Seek
o Goal Seek is useful if you want to know the formula's result
but unsure what input value the formula needs to get that
result.
o Goal Seek can be used only with one variable input value. If
you have more than one variable for input values, you can
use the Solver add-in.
o Data Table
o A Data Table is a range of cells where you can change values
in some of the cells and answer different answers to a
problem.
o It works only with one or two variables, but it can accept many
different values for those variables.
o Now below are the following steps for setting up the initial
values for Scenarios:
o Step 1: Define the cells that contain the input values.
o Step 2: Name the cells Metals_name and Cost.
o Step 3: Define the cells that contain the results.
o Step 4: Name the result cell Total_cost.
o Step 5: place the formula in the result cell
o
After clicking on the Add button, the add scenario dialog box
appears again.
o Similarly in the scenario name box, create scenario 2 and
scenario 3.
o Select the prevent changes.
o And click on the Ok
Select Scenario summary under Report type and click Ok. Scenario
Mail merge
Do you have a long list of names and addresses that you need to send letters to?
The Mail Merge process combines a Word document with a data source to
quickly create letters that feel personal.
Set up and Choose Document Type
To begin the mail merge process, you first need to choose what sort of
document you want to create.
1. Click the Mailings tab.
2. Click the Start Mail Merge button.
3. Select Step-by-Step Mail Merge Wizard.
The Mail Merge pane appears on the right, ready to walk you
through the mail merge.
4. Select a type of document to create.
5. Click Next: Starting document.
The Mail Merge wizard advances to the next step.
Select a Document
This next step is to select a starting document.
1. Select a starting document.
You can use the current document as the basis for the mail merge,
or you can select a template or existing document instead.
2. Click Next: Select recipients.
The Mail Merge wizard moves on to step 3.
Select Recipients
Now, you will need to choose where you’ll get your list of addresses from. This
example uses an existing list from a database, but you can also select Outlook
contacts or manually create your own list.
1. Select Use an existing list.
2. Click Browse.
3. Select your data file.
The Mail Merge Recipients dialog box displays the addresses that
will be used. If you’re using an Excel spreadsheet as a data source,
you may also be prompted to select a worksheet containing the
addresses.
If there's an address you don't want to use, you can uncheck it.
5. Make sure the right recipients are selected and click OK.
6. Click Next: Write your letter.
The Mail Merge wizard moves on to step 4.
Write Your Letter
After the main document is set and the recipient list is connected and edited,
you are ready to insert the merge fields in the document. The merge fields are
placeholders in the document for unique information from the recipients list.
When you put a merge field in the main document, information from that field
will appear for the document that is unique to that recipient.
1. Click where you want the information.
2. Select one of the placeholder options.
You can add merge fields from the wizard, or from the Write & Insert
Fields group on the ribbon:
o Address Block: This is a combination of fields to insert the
document. You are free to edit the results of the mail merge and save
and print them, just like any other document.
• Print Documents: Merges records and sends them directly to the
printer.
1. Select the option you want to use to finish the mail merge.
You can also click the Finish & Merge button on the ribbon and
select a merge option there.
• SYNTAX:
• select <field name> from <table name> where <search condition>;
• EXPLANATION:
• This select command is used to retrieve the particular field values,
• stored in the table, which satisfy a required condition.
• EXAMPLE:
• SQL> select name from student where vt=4169;
• OUTPUT:
• NAME
• RAMEEZE
• UPDATE COMMAND
• SYNTAX:
• update <table name> set column1=expression, column 2=expression, ……,
• column n=expression where <search condition>;
• EXPLANATION:
• This command is used to update (changing values in) one or two columns of
a row in a table. Specific rows can be updated based on some condition.
EXAMPLE:
OUTPUT:
1 row updated.
VT NAME
4169 RIYA
DELETE COMMAND
SYNTAX:
EXPLANATION:
EXAMPLE:
OUTPUT:
1 row deleted.
no rows selected.
RESULT:
• Thus, the data manipulation language commands were executed and their
• outputs were verified.
MS-Access is application software for managing the databases. It is
released by Microsoft in November 1992.
The Form Wizard gives you more control over your results than one-click forms do.
The wizard lets you make decisions about certain aspects of a form's design and
produces a form based on your instructions. To create a form based on a single
table using the Form Wizard, follow these nine steps.
This feature works the same in all modern versions of Microsoft Access: 2010, 2013,
and 2016.
1. On the Create tab in the Forms group, click Form Wizard. The wizard starts.
2. From the Tables/Queries drop-down list, select the table (or query) to base
the form on. The fields for the selected table load in the Available Fields list
box.
3. Move the fields to include on the form from the Available Fields list box to
the Selected Fields list box. To do so, double-click a field name to move it or
highlight the field name and click >. To move all fields at once, click >>.
4. Click Next >.
5. Select the layout for the form. Your options are "Columnar", "Tabular",
"Datasheet", and "Justified".
Tip: Select each of the options to see a preview of the form layout before
you make a final selection.
6. Click Next >.
What is a report?
1. A report is the final outcome of any computerized system. Suppose you are giving online order
from any online shopping website after completion of the payment and delivery you will get an
invoice of the order. This invoice is one of the example of report.On the Create tab in
the Reports group, click Report Wizard. The wizard starts.
2. From the Tables/Queries drop-down list, select the table (or query) to base the report on. The
fields for the selected table load in the Available Fields list box.
3. Move the fields to include on the report from the Available Fields list box to the Selected
Fields list box. To do so, double-click a field name to move it or highlight the field name and
click >. To move all fields at once, click >>.
6. Add more grouping levels if desired. You can use the arrows to change the order of the grouping
levels if needed.
7. When you finish defining how you want records grouped, click Next >.
8. In the first drop-down list, select the field to sort records by. By default, records will be sorted in
ascending order by the field you select. If you want to sort in descending order, click
the Ascending button to change its label to "Descending".
9. You can specify up to four levels of sorting. When you finish specifying sorting options,