Updated ICS - II C.S Practical Model Paper
Updated ICS - II C.S Practical Model Paper
Updated ICS - II C.S Practical Model Paper
Procedure
• Choose the shape you want to draw e.g. Star, Bang or Smiley shape.
• Click and drag on the document to draw the selected shape. Adjust size as needed.
• Once you’ve completed your document. Save it against your roll no (e.g. 2224614.docx),
PUNJAB GROUP OF COLLEGES RAWALPINDI
Question#2: Prepare the following document and save it against your Roll No.
Type and Perform the following operations on the below paragraph:
i. Apply font size 11.5 and line spacing 1.5.
ii. Paragraph apply justify and effect emboss.
iii. Background color yellow.
Compiler A Software-development tool that translate high-level language programs into the machine language
instructions that a particular processor can understand and execute. However, the object code that results is not
yet ready to be run; at least a linker or link-step must yellow.
Procedure
• First of all, open Microsoft Word and type the above paragraph then apply the specified formatting’s.
• Select the paragraph then from “Home tab” find the "Paragraph" group.
• Click on the "Justify" icon to justify the selected paragraph(s).
• After that within font tab locate “text effect and typography” and select any emboss effect of your own
choice.
• Select the paragraph and from “Home tab” locate "Shading" icon in the "Paragraph" group.
• Dropdown the shading menu and choose yellow shade from the color palette.
• The selected text or area will now have a yellow background.
• Click on File Tab, then click on Save as, select the preferred location where you want to store your file rename
the file by your roll no and click save. (e.g. 2224614.docx)
PUNJAB GROUP OF COLLEGES RAWALPINDI
MS Excel
Question#2: Prepare the following worksheet and save it against your Roll No.
Discount Shop
Item Trade Discount
S.No Profit
Name Price 15.5%
1 LCD 9000
2 CPU 10000
3 LED 15000
Procedure
• In E3 cell = (C3 * D3) / 100 ( “ =C3 (Trade Price) * D3 (Discount) / 100 “.)
• Then click on the bottom right corner of first cell where formula is entered and drag down the formula from
E3 to E5.
• Highlight the cells containing the data you want to represent in the bar chart.
• Go to the "Insert" tab on the Excel ribbon.
• In the Charts group, select "Bar Chart."
• Choose the specific bar chart type you want (e.g., clustered bar, stacked bar).
• Once you’ve completed your document. Save it against your roll no (e.g,2224614.docx)
PUNJAB GROUP OF COLLEGES RAWALPINDI
Question#3: Prepare the following worksheet and save it against your Roll No.
E-Bill
Per unit Amount Bill
Name Unit
Cost Due Payable
MCB 1500 15 4568
PSO 2530 15 6587
OGDC 5800 15 4258
PTC 6500 15 4587
Total
Average
1. Calculate Bill's.
2. Calculate Amount Due= Units *cost
3. Draw chart.
Procedure
• In E3 cell = (B3 * C3) + D3. ( B3 (Unit) * C3 (per unit cost) ) +D3 (Amount Due)
• Then click on the bottom right corner of first cell where formula is entered and drag down the formula from
E3 to E6.
• Now click the cell next to the “Total” and apply this formula in B7 = SUM(B3:B6).
• Now, head over to average tab and apply this formula in B8 =AVERAGE(B3:B6).
Drawing Chart:
• Highlight the cells containing the data you want to represent in the bar chart.
• Go to the "Insert" tab on the Excel ribbon.
• In the Charts group, select "Bar Chart."
• Choose the specific chart type you want.
• Once you’ve completed your document. Save it against your roll no (e.g,2224614.docx)
PUNJAB GROUP OF COLLEGES RAWALPINDI
Section # 2
C Language
Question#3: Write a program that takes 5 input from user and Sum all of them.
Program
#incude<stdio.h>
void main() {
sum= a1+a2+a3+a4+a5;
Program
#include <stdio.h>
void main()
}
PUNJAB GROUP OF COLLEGES RAWALPINDI
Question#5: Write a program that takes 4 digits input and displays minimum number
on screen.
Program
#include <stdio.h>
#include <conio.h>
void main()
min = a1;
min = a2;
min = a3;
min = a4;
Good Luck