0% found this document useful (0 votes)
12 views10 pages

Lab Exam Question

The document contains a series of tasks related to HTML coding and Excel worksheet creation. It includes instructions for generating various outputs using HTML, such as lists, styled text, and web pages, as well as tasks for calculating profits, averages, and other statistical measures in Excel. The tasks range from simple HTML structures to more complex data analysis and calculations.

Uploaded by

qrahman623
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views10 pages

Lab Exam Question

The document contains a series of tasks related to HTML coding and Excel worksheet creation. It includes instructions for generating various outputs using HTML, such as lists, styled text, and web pages, as well as tasks for calculating profits, averages, and other statistical measures in Excel. The tasks range from simple HTML structures to more complex data analysis and calculations.

Uploaded by

qrahman623
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

1. Write html code to generate following output.

• Coffee
• Tea
o Black Tea
o Green Tea
• Milk

2. Write a HTML code to generate following output

3. Create a web page of your University (AIBA) with following


specifications Place your University name at the top of the page in
large text followed by address in smaller size Add names of courses
offered each in a different color, style.

4. Create an html page with 7 separate lines in different colors. State


color of each line in its text.
5. Create an html page with all the different text styles (bold, italic and
Underlined) and its combinations on separate lines .State style of
each line in its text.

6. Create following output.

• Milk
A. Paneer
B. Ghee
C. Ice Cream
• Coffee
a. Hot Coffee
b. Cold Coffee

7. Write html code to generate following output.


•1
•2
o 2.1
o 2.2
•3

8. Write html code:


9. Write html code :

10. Write html code

11. Write html code:


12. Write html code
14. The best formula to calculate Profits for January is:

a) =SUM (B2:B3)
b) =SUBTRACT (B2:B3)

15.

The best formula to calculate the Average for Profits is:


a) =MEAN (B4:E4)
b) =AVERAGE (B4:D4)
16. The following worksheet contains Customer No. , Number of units
consumed for 10 customers.
Calculate their bill amount as per the following :
Number of units Rate
< 200 Rs. 3
>=200, < 500 Rs. 6
>= 500 Rs. 10

17. From the given data, find the following:

a) Count the number of blank cells?


b) Count how many “Water” observations in the second column?
18. From the table given below,

a) Sum of speed for Type – Grass

b) Sum of speed for Type – Water


19. The file Mobile Loyalty contains spending on products ($) during a
three month period by a sample of 15 customers receiving incentives
through a mobile loyalty program.

a) Find Mean and Average.

20. The file SUV contains the overall miles per gallon
(MPG) of 2015 small SUVs.

a) Compute Maximum and minimum values

21. Enter the 5 Student details with the following columns:


Student no, Student name, Subjects marks in first semester.
a) Calculate the Total Marks and Average.
22. Enter the 10 Student details with the following columns:
Student no, Student name, Subjects marks in first semester.
a) Calculate the Sum of Total Marks.

23.

Create an Excel worksheet with the following format:

Employees Salary
A 50000
B 25000
C 30000
D 40000

a) Create a new column beside salary and increment the salary by


10K for Employee above or equal 40000

24.

Create the following table:

ROLL NO NAME S1 S2 S3

1 A 80 60 70

2 B 60 50 80

3 C 40 50 30

4 D 70 50 40

i) Find out the Maximum score in S1, Minimum score in S2 and use

Count S3
25.

Create the following table:

ROLL NO NAME S1 S2 S3

1 A 80 60 70

2 B 60 50 80

3 C 40 50 30

4 D 70 50 40

ii) Find out Median of S1 scores and Mode of S2 scores

You might also like