0% found this document useful (0 votes)
79 views

Computer Programming Notes 1 - Semester 01 - Bahria

This document outlines 5 tasks for a computer programming lab, including drawing flowcharts to: store student records with name, age, grade, and GPA; calculate and display average grade from 3 student grades; calculate and display volume of a rectangular box given height, length, and width; display salary designation based on salary amount for manager, supervisor, and technician; and display grade (A, B, C, or D) based on marks for a computer programming course. The tasks are assigned a total of 5 points.

Uploaded by

andreytagno
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views

Computer Programming Notes 1 - Semester 01 - Bahria

This document outlines 5 tasks for a computer programming lab, including drawing flowcharts to: store student records with name, age, grade, and GPA; calculate and display average grade from 3 student grades; calculate and display volume of a rectangular box given height, length, and width; display salary designation based on salary amount for manager, supervisor, and technician; and display grade (A, B, C, or D) based on marks for a computer programming course. The tasks are assigned a total of 5 points.

Uploaded by

andreytagno
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CSL-113: Computer Programming Lab

Semester : Fall-2021
Lab Engineer : Soomal Fatima

Lab 01
Task 01 0.5
Draw a flowchart of program to store statement record such as
(Name, Age, Grade and CGPA).
Task 02 0.5
Draw a flowchart program to read student’s three grade,
calculate the average of the grade, and then display the average
grade.
Task 03 01
Draw a flowchart that reads the height, length, and width of the
rectangular box, Calculates and displays the volume.
Note: Volume = lwh.
Task 04 01
Draw a flowchart of program to read the salary of an employee
and prints particular designation of the concern person for
example Manager Salary = 500k, Supervisor = 2.50k and
Technician = 120k.
CSL-113: Computer Programming Lab
Semester : Fall-2021
Lab Engineer : Soomal Fatima

Task 05 01
Draw a flowchart of program to print grade for computer
programming course.
Grades Marks

A >80 marks

B >70 marks

C > 60marks

D >40marks

You might also like