University of the Punjab
BA/BSc.
Part I Computer Science Practical
Group 3 – Annual-2020 Solution
Question
No 01:
MS Excel
Procedure:
1.
I clicked on Start Button and point
to the All Programs. All installed programs list appeared.
2.
I pointed to the MS Office Folder
and click on MS Word. MS Excel Program opened.
3.
I click on Office Button and take
new Sheet.
4.
I typed data on the sheet as
given in question paper.
5.
I selected first line and apply
shade form home ribbon and Pressed CTRL+B to make it bold.
6.
I wrot a formula to calculate
Final marks.
Formula
: = (0.2*B2)+(0.3*C2)+(0.5*D2)
7.
I pressed Ctrl + S
to save the sheet and give the file name “Result Card”.
Question
No 02: Write a VB 6 program that takes some number from user and stop when user
enters -1. Program should display largest and smallest no.
Program:
Private
Sub Command1_Click()
Dim
Price As Integer
Price
= InputBox(“Enter Current Price”)
Price
= Price *1.25;
Print
“Price After Second Year: = “& Price
Price
= Price *1.05;
Print
“Price after Third Year: = “& Price
Price
= Price *1.10;
Print
“Price after First Year: = “& Price
End
Sub
ADS/BSc Computer Science-III Practical Past Papers 2022
Complete Practicals Video Tutorial Computer Sci. III 2022 Group-1 Practical
ADS/BSc Computer Science-III Practical Past Papers 2021
Complete Practicals Video Tutorial Computer Sci. III 2021 Group-1 Practical
ADS/BSc Computer Science-III Practical Past Papers 2016
Complete Practicals Video Tutorial Computer Sci. III 2016 Group-1 Practical
ADS Computer Science-III PU Practical Solution Group-3 2020
University of the Punjab BA/BSc. Part I Computer Science Practical Group
ADS/BSc Computer Science-III Practical Past Papers 2020
Complete Practicals Video Tutorial Computer Sci. III 2020 Group-1 Practical
ADS/BSc Computer Science-III Practical Past Papers 2019
Complete Practicals Video Tutorial Computer Sci. III 2019 Group-1 Practical
ADS/BSc Computer Science-III Practical Past Papers 2018
Complete Practicals Video Tutorial Computer Sci. III 2018 Group-1 Practical
ADS/BSc Computer Science-III Practical Past Papers 2017
Complete Practicals Video Tutorial Computer Sci. III 2017 Group-1 Practical
ADS Computer Science-III PU Practical Solution Group-2 2020
https://www.youtube.com/watch?v=XHOmBV4js_E University of the Punjab BA/BSc. Part I Computer Science
ADS Computer Science-III PU Practical Solution Group-1 2020
https://www.youtube.com/watch?v=XHOmBV4js_E University of the Punjab BA/BSc. Part I Computer Science
ADS Computer Science-III PU Practical Solution Group-1 2018
https://www.youtube.com/watch?v=XHOmBV4js_E University of the Punjab BA/BSc. Part I Computer Science
ADS Computer Science-III PU Practical Solution Group-8 2018
https://www.youtube.com/watch?v=XHOmBV4js_E University of the Punjab BA/BSc. Part I Computer Science
ADS Computer Science-III PU Practical Solution Group-4 2018
https://www.youtube.com/watch?v=XHOmBV4js_E University of the Punjab BA/BSc. Part I Computer Science