origina record

Upload: naresh86ch

Post on 09-Apr-2018

221 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/8/2019 Origina Record

    1/33

    EXCERCISE:-1

    Create an Excel Sheet in the Name of xyz show the functioning

    of Editing and Printing of Excel Sheet.Procedure

    STEP-1: Open a Excel Sheet by following procedure. Go to

    START MENU =>PROGRAMS=>

    MSOFFICE=>OPEN MS EXCEL.

    STEP-2: Create an Excel Sheet with the Name of xyz by theField Names.

    STEP-3: Insert 5 records according to the requirement.

    STEP-4: The Excel Sheet can be Edited and Printed by the Following procedure.

    EDITING: CUT OPTION

    Go To EDIT MENU=> Click on CUT (ctrl+X) COPY OPTION

    Go To EDIT MENU=> Click on COPY (ctrl+C) PASTE OPTION

    Go To EDIT MENU=> Click on PASTE (ctrl+V)

    PRINTING: PRINT OPTION

    Go To FILE MENU=> Click on PRINT(ctrl+P)

    S.L.no Name of the employee Address of employee

    1

  • 8/8/2019 Origina Record

    2/33

    STEP-5 : Save the excel sheet after completion.

    OUTPUT-:

    Output showing functions of Editing and Printing.

    2

  • 8/8/2019 Origina Record

    3/33

    EXCERCISE:-2

    Create an Excel Worksheet with the Following Particulars using

    Formula FunctionsROLL NO, NAME, MARKS, AVERAGE, RESULT&DIVISION?

    PROCEDURE

    STEP-1: Open a Excel Sheet by following procedure. Go to

    START MENU => PROGRAMS => MSOFFICE =>

    OPEN MS EXCEL .

    STEP-2: Create columns with the following field names givenbelow.

    STEP-3: Insert the 5 records with values.

    STEP-4: Calculation of Total

    TOTAL=SUM (C2:E2)

    Calculation of Average

    AVERAGE=F2/3

    Calculation of Result

    RESULT=IF (AND (C2>=40, D2>=40, E2>=40),"pass, fail")

    Calculation of Division

    DIVISION=IF (H2="pass, IF(G2>=70,"FD",IF (G2>=60,"FC", IF (G2>=50,"SC","TC"))),

    "Fail")

    ROLL NO NAME MARKS AVERAGE RESULT DIVISION

    3

  • 8/8/2019 Origina Record

    4/33

  • 8/8/2019 Origina Record

    5/33

    EXCERCISE:-3

    Illustrate the Creation of Pie-chart in MS-Excel for totalnumber of accidents in Hyderabad, with the following values.

    30,20,5,7,20,30,40,50,20,30,70,30 PROCEDURE

    STEP-1 : Open a excel sheet by following procedure. Go to

    START MENU => PROGRAMS => MS OFFICE => OPEN MS EXCEL .

    STEP-2: Create an Excel sheet with the following field names andInsert the data.

    MONTH ACCIDENTS

    STEP-3: Select the table created and click on the chart wizard and Select the chart type and click next.

    STEP-4: The next step is selecting the Chart source and click next.

    STEP-5: The next step is to select the chart options that is titles,Legend & labels click next.

    STEP-6: The next step is to give the chart location, select theLocation and click next.

    STEP-7: After selecting the above options the pie-chart will bedisplayed on the excel sheet, save the excel sheet.

    5

  • 8/8/2019 Origina Record

    6/33

  • 8/8/2019 Origina Record

    7/33

    EXCERCISE:-4

    Create a Excel Worksheet with the days of the week and time from9:00to17:00 hrs use auto fill option to create this Work Sheet.

    PROCEDURE

    STEP-1: Open a excel sheet by following procedure. Go to

    START MENU => PROGRAMS => MSOFFICE => OPEN MS EXCEL .

    STEP-2: Create columns with the following field names.

    STEP-3: On the worksheet in the first column insert MONDAY

    And then bring the cursor on the right corner of the cell

    And drag. All the days of week will be displayedAutomatically.

    STEP-4: In the second cell enter the time as 9:00 and drag the CellIn the horizontal way till 17:00 hrs are Displayed usingAuto fill features.

    STEP-5 : Save the excel sheet after completion.

    7

  • 8/8/2019 Origina Record

    8/33

    OUTPUT-:

    Output showing the Preparation of time table using auto fill option.

    8

  • 8/8/2019 Origina Record

    9/33

  • 8/8/2019 Origina Record

    10/33

  • 8/8/2019 Origina Record

    11/33

    STEP-5 : Run macro; To run macro, go to tools then select macroand again select macros from the cascading menu. It will give u listof existing macros. Select the one you need to run. It willautomatically do the task to be performed at the active or theselected cells.

    OUT PUT-:

    11

  • 8/8/2019 Origina Record

    12/33

    12

  • 8/8/2019 Origina Record

    13/33

    13

  • 8/8/2019 Origina Record

    14/33

    EXCERCISE:-8 NPV calculation

    Data Description10% Annual discount rate

    -10,000

    Initial cost of investment

    3,000 Return from first year

    4,200 Return from secondyear

    6,800 Return from third year

    .

    PROCEDURE

    STEP-1 : Open a excel sheet by following procedure. Go to

    START MENU => PROGRAMS => MS OFFICE => OPEN MS EXCEL .

    STEP-2 : NPV is given by:-$1 n years from now = 1/(1+r) n ,$today.(assumer=1)For both the investments enter the data in the first rowAndSecond row.

    The syntax for the Npv function is:

    Npv( discount_rate, value1, value2, ... value_n )

    discount_rate is the discount rate for the period.

    value1, value2, ... value_n are the future payments and income for the investment (ie: cashflows).

    14

  • 8/8/2019 Origina Record

    15/33

    Output:

    15

  • 8/8/2019 Origina Record

    16/33

    MS Access

    Access is a database program that stores information that can be manipulated,sorted, and filtered to meet your specific needs.

    A database is a collection of related information.An object is a competition in the database such as a table, query, form, ormacro.A table is a grouping of related data organized in fields (columns) andrecords (rows) on a datasheet. By using a common field in two tables, thedata can be combined. Many tables can be stored in a single database.A field is a column on a datasheet and defines a data type for a set of valuesin a table. For a mailing list table might include fields for first name, lastname, address, city, state, zip code, and telephone number.A record in a row on a datasheet and is a set of values defined by fields. In amailing list table, each record would contain the data for one person asspecified by the intersecting fields.

    16

  • 8/8/2019 Origina Record

    17/33

    Tables

    17

  • 8/8/2019 Origina Record

    18/33

    1. Create a Employee table in Ms-access with Field names Empid, Ename,Eadd, Edeptno.

    Step: 1 Create a table in Design View

    Step.2: Give the field names with data types and save the table.

    18

  • 8/8/2019 Origina Record

    19/33

    Step 3: Enter the table fields

    19

  • 8/8/2019 Origina Record

    20/33

  • 8/8/2019 Origina Record

    21/33

    Creating a Query in Design View

    2. Create a Query in Ms-accessStep: 1 In the object field select create Query

    Step 2: Add a table

    21

  • 8/8/2019 Origina Record

    22/33

    Step 3: Select the fields to display

    Step 4: select Empid,Ename from the table

    22

  • 8/8/2019 Origina Record

    23/33

    Step 5: After selecting the fields you have to execute the Query in Tools Menu SelectRun Command to Run the Query.

    Step 6: After displaying the query you have to save the query.

    23

  • 8/8/2019 Origina Record

    24/33

  • 8/8/2019 Origina Record

    25/33

    Creating a Form by Using Wizard

    3. Create a form in Ms-access

    Step 1: In the Object Field Select a Form and click on Creating form by Using Wizard.

    And select the Field Names.

    Step 2: Select Layout of Your Form

    25

  • 8/8/2019 Origina Record

    26/33

    Step 3: Select the style of the form

    Step 4: Give the title Name for the Form

    26

  • 8/8/2019 Origina Record

    27/33

  • 8/8/2019 Origina Record

    28/33

    Reports

    Reports will organize and group the information in a table or query and provide away to print the data in a database.

    Creating a Report by Using the Wizard

    28

  • 8/8/2019 Origina Record

    29/33

    4. Create a Report for a Table

    Step: 1 In the Object Field select Report and Click Create a Report by Using Wizard

    Step 2: Select the Fields and Click Next

    Step 3: Do you want to sort the data if you need select sort option, if you dont need Click Next Button.

    29

  • 8/8/2019 Origina Record

    30/33

  • 8/8/2019 Origina Record

    31/33

    Step 6: And Click Next to Display the form

    5. Transfer a Data from Access to Excel

    31

  • 8/8/2019 Origina Record

    32/33

  • 8/8/2019 Origina Record

    33/33

    Click Data MenuClick Import External Data

    Step 4: Select Data Base Name