0% found this document useful (0 votes)
29 views2 pages

Model Paper Computer Science SSC-Practical

This document is a model question paper for the Federal Board SSC Examination in Computer Science, detailing practical tasks across four sections. Students are required to complete tasks in MS-Word, MS-Excel, and InPage, as well as write C programs. The total marks for the examination are 40, including sections for practical tasks and a viva voce.

Uploaded by

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

Model Paper Computer Science SSC-Practical

This document is a model question paper for the Federal Board SSC Examination in Computer Science, detailing practical tasks across four sections. Students are required to complete tasks in MS-Word, MS-Excel, and InPage, as well as write C programs. The total marks for the examination are 40, including sections for practical tasks and a viva voce.

Uploaded by

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

Federal Board SSC Examination

Computer Science Practical Model Question Paper


(Reduced Curriculum 2009 NBF)

Time allowed: 3 hours Total Marks: 40

NOTE: ATTEMPT ALL SECTIONS.

SECTION – A (Marks: 05)


Type the following paragraph in MS-Word and do the following practical tasks.

System Software
System software includes the programs which control the operation of the computer
system. They direct the fundamental operations of the computer system like; displaying
information on the screen, storing data on disk, sending data to the printer, interpreting
the typed commands and communicate with peripheral devices.
i. Type the paragraph. (01)
ii. Save the document with your name on desktop. (01)
iii. Use drop caps to drop the first letter of the paragraph. (01)
iv. Add the header “System Software”. (01)
v. Change the orientation of the page as landscape. (01)

SECTION – B (Marks: 05)


A school keeps a spreadsheet of examination results in four subjects. Create the
sheet in MS-Excel and do the following practical tasks.
A B C D E F G
Total
1 Name Class Maths Science Computer English Marks
2 Ali X 65 88 67 83
3 Saqib X 77 65 90 67
4 Munir X 89 85 56 75
5 Ahsan X 90 90 85 65

i. Create the sheet. (01)


ii. Insert the formula/function in cell G2 to calculate Ali’s Total marks. Copy the
formula and paste it from cells G3 to G5. (02)
iii. Create bar chart of the sheet. (02)

SECTION – C (Marks: 05)


Type the following lines in InPage and do the following practical tasks.

1
i. Type the lines and save the file with your name. (03)
ii. Make the font size to 15. (01)
iii. Bold and Underline the first line. (01)

SECTION – D (Marks: 15)


Not: Attempt all questions.
i. Write a C – program to read temperature in Celsius (c) and convert it to Fahrenheit
(F) using the formula, f=(1.8)c + 32. (05)
ii. Write a C – program to resolve the following series using for() loop and print the
sum. (05)
sum = 1 + 2 + 3 + …. + 1000
iii. Write a C – program that inputs a number and prints “even” if it is even or “odd” if
it is odd. (05)

Viva Voce = 05 Marks


Practical Note Book = 05 Marks

You might also like