University of the Punjab
BA/BSc. Part I Computer Science Practical
Group 1 – Annual-2019 Solution
Download Original Papers From:
https://educationhub.pk/pu-ba-bsc-practical-papers-third-year/
Question No 01:
MS Word
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 Word Program opened.
3. I click on Office Button and take new Document.
4. I typed data on the document as given in question paper.
5. I clicked on Insert tab and point to the table group and draw a table of 4 columns and 6 rows.
6. I selected first row of table and right clicked. Menu list appeared. I clicked on border and shading. Border and shading dialog box appeared.
7. From shading tab, I applied grad shade on selected row.
8. I typed data in the table as given in the question.
9. I clicked on home tab and home ribbon appeared.
10. I selected the first line “Daily attendance Report ” and Press CTRL+B to make it bold.
11. I selected second line “Date_____/_____/_____” and Press CTRL+R to make Right Align.
12. I selected last line “Managers Signature” and make it right aligned
13. I wrote a formula to display status as Pass or Fail.
14. I pressed Ctrl + S to save the sheet and give the file name “Daily Attendance Report”.
Question No 02:
Program:
Private Sub Command1_click()
Dim no As Integer , count As Integer
no = InputBox(“Enter a Number”)
While no <> 0
If no >=10 And no<100 Then
If no Mod 2 = 0 Then
count = count+1
End If
End If
no = InputBox(“Enter a Number”)
Wend
Print “Total No. of Even values entered = “& count
End Sub
Please Visit: www.risingeducation.com for more educational stuff.