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

CS XII Objects 2025 V-1

The document outlines the practical examination syllabus for H.S.C. Part II in Computer Science for the year 2025, detailing two options: C Language and Visual Basic. It includes a list of programming tasks for students to complete, such as checking leap years, calculating marks, and generating tables. Additionally, it specifies the marks distribution for each option and lists the examiners involved in the assessment.
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)
25 views

CS XII Objects 2025 V-1

The document outlines the practical examination syllabus for H.S.C. Part II in Computer Science for the year 2025, detailing two options: C Language and Visual Basic. It includes a list of programming tasks for students to complete, such as checking leap years, calculating marks, and generating tables. Additionally, it specifies the marks distribution for each option and lists the examiners involved in the assessment.
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/ 5

BOARD OF INTERMEDIATE EDUCATION KARACHI

H.S.C. PART II COMPUTER SCIENCE PRACTICAL


EXAMINATION 2025
Option I (C Language)

1: Write a program that input a year and then check whether it is leap year or not.

2: Write a program that read marks of five subject ,calculate the total marks ,
percentage and state whether candidate is pass or fail.

3: Write a program to generate the table of an inputted number.

4: Find the factorial of an inputted number.

5: Write a program that finds out the greatest number among three input numbers.

6: Write a program which uses arithmetic operators to calculate the area of triangle
and volume of sphere .

7: Write a program to draw a check-board using if-else statement and nested for loops

8: Write a program that generate characters corresponding to ASCII codes from


32 to 127 (using any loop).

9: Write a program that reads your name and prints that name 10 times.

10: Write a program that takes input a number and then check it is prime or not.
11: Write a program which print a text of four lines consisting of characters, integer
and floating point values using printf() statement and escape sequence.

12: Write a program which uses Switch and break statements.

13: Write a program using nested for loop to print the following output .
*
**
***
****
*****

14: Write a program that input any two number and then pass these numbers as
arguments a function sum1 and then print their sum.

15: Write a program to calculate a pay roll of employees. Read the basic pay from key
board. Calculate medical allowance as 15% of basic pay, conveyance allowance
as 20% and house rent 45% of basic pay and deduction of GP fund 7% of pay.
Calculate gross pay and net pay.
Option II (Visual Basic)

1: Create a simple form to display Bio-data using label and textbox, which includes
Identification No, Name, Father’s name, Address and Qualification etc.

2: Create a simple Form to add and multiply three numbers. Display the result
separately using Labels, Textboxes and Buttons.

3: Create simple form to perform arithmetic operation using Labels and Textboxes,
each operation should be performed by the buttons in the single form.

4: Create a Form to generate and display numbers from 1 to10 using do while/for loop.

5: Create a Form to generate and display, table of given integer by using for loop.

6: Find factorial of number by using any loop statement, read values from Textbox and
write in the other Textbox.

7: Create a function, which returns area of a circle of a given radius.

8: Write a program to read users salary from a Textbox and calculate its tax depending
upon the income and allowances (using is else nested if-else).

9: Using a form to save and receive data from user in Textbox and save it in Ms Access
table.

10: Write a program to print an odd numbers from 101 to 150 (using while loop)
11: Write a program which uses arithmetic operators to calculate the area of triangle
and volume of sphere .

12: Write a program that input two values and then calculate their LCM and GCD
values.
Marks Distribution for Option I (C Language)
Description Marks
Viva Voce 06
Practical File 06
Algorithm 02
Flowchart 03
Source code 05
Output 03
Total 25

Marks Distribution for Option II (Visual Basic)


Description Marks
Viva Voce 06
Practical File 06
Procedure 07
Output 06
Total 25

Head Examiner XII-Computer Sc. Deputy Head Examiner XII-Computer Sc.


Prof. Muneer Ahmed Shaikh Prof. Sameen Athar
Associate Professor (Computer Sc.) Associate Professor (Computer Sc.)
S. M. Govt. Arts and Commerce S. M. Govt. Science College, Karachi
College No. 1, Karachi. Cell # 0334 3728782
Cell # 0333 3911510

Deputy Head Examiner XII-Computer Sc.


Prof. Saima Kousar
Assistant Professor (Computer Sc.)
APWA Govt. College for Women, Karachi
Cell# 0331 3512656

You might also like