You are on page 1of 4

Subject: Computer Science Part-II BISE 2023 Questions

Short Questions (Assignment part II Sendup Exams)


2023

S.NO
CHAPTERNAME Short Question Portal
BOARD

Data Basics 1 Differentiate between data and information? Lahore-2023 20

Data Basics 2 Define DBMS. Multan-2023 10

Data Basics 3 What is meant by Data Independence? Sargodha-2023 55

Getting started with C 4 Define unstructured programming language. Lahore-2023, Sargodha-2023, Faisalabad 41
Lahore-2023, Faisalbad-2023, DGKhan-
Getting started with C 5 What is constant macro?/ write use of "define" directive. 33
2023

Getting started with C 6 What is synatx error, Logical Error ? Lahore-2023, Rawalpindi-2023 11

Rawalpindi-2023, DGKhan-2023, Sahiwal-


Getting started with C 7 Which error is most difficult to locate and why? 23
2023

Getting started with C 8 Distinguish between compiler and Interpreter. Rawalpindi-2024 new

Getting started with C 9 Differentiate between linker and loader. Multan-2023, Gujranwala-2023 new

Getting started with C 10 Define runtime errors./ Give two examples of run time errors. Multan-2023, Gujranwala-2023 5

Sargodha-2023, Sahiwal-2023,
Getting started with C 11 Why main function is important in every C language? 19
Bahawalpur-2023

Getting started with C 12 Distinguish between Source code and Object code. Faisalabad-2023, AJK-2023 27

Getting started with C 13 Write down any two causes of syntax error. Faisalabad-2023 37

Getting started with C 14 Define the term machine independence. Faisalabad-2023, Bahawalpur-2023 40

Getting started with C 15 Why do you include “stdio.h” header file in C - program? Gujranwala-2023 32

Gujranwala-2023, DGKhan-2023,
Getting started with C 16 What are uses of preprocessor directives? 20
Sahiwal-2023, AJK-2023

Getting started with C 17 What is Assembly Language? DGKhan-2023, Bahawalpur-2023 39

Getting started with C 18 What is an assembler? AJK-2023 new

Getting started with C 19 Write short cut key for saving & compiling a C program. Bahawalpur-2023 new
Rawalpindi-2023, Multan-2023, Lahore-
Elements of C 20 What is standard identifier?/ write legal character for an identifier 32
2023

Elements of C 21 What is user-defined identifier? Sargodha-2023 32

Elements of C 22 What is meant by variable? Faisalabad-2023 37

What is meant by garbage value?


Elements of C 23 Bahawalpur-2023 19

Elements of C 24 Differentiat between constant and variable. Gujranwala-2023 12

Elements of C 25 Why are comments used in C program? AJK-2023 26

Elements of C 26 Describe L value and R value. Sahiwal-2023 new

Lahore-2023, Sargodha-2023,
Input and output 27 Why format specifiers are important to be specified in I / O operations? 18
Gujranwala-2023, sahiwal-2023
Lahore-2023, Gujranwala-2023, DGKhan-
Input and output 28 What is getch() function? 24
2023, Sahiwal-2023
Input and output 29 Define clrscr()? Rawalpindi-2023, Bahawalpur-2023 8
Input and output 30 What is the use of scanf() function? Rawalpindi-2023, Sargodha-2023 12

Input and output 31 What does happens if address operator is missed in scanf() function? Multan-2023 23

List any four input functions?


Input and output 32 Multan-2023 7
Enlist three types of format specifier.
Input and output 33 Faisalabad-2023 4
Input and output 34 Discuss the role of \t, \n and \b. DGKhan-2023 new

Input and output 35 What do you mean by standard output statement? AJK-2022 10

Decision structure 36 What are limitations of simple if statement? Lahore-2023 14

Decision structure 37 What happens if the break statement is missing in switch structure? Rawalpindi-2023 1
Multan-2023, AJK-2023, Bahawalpur-
Decision structure 38 Define Control structure 10
2023
Sargodha-2023, Faisalabad - 2023,
Decision structure 39 What is conditional operator? Also write down its syntax. 17
DGKhan-2023
Decision structure 40 What is compound statement? Gujranwala-2023 2

Decision structure 41 How are instructions executed in sequence structure? Sahiwal-2023 7

Loop Constructs 42 Write down the uses of loop Lahore-2023 2

Loop Constructs 43 What is the use of goto statement? Lahore-2023 15


Rawalpindi-2023, DGKhan-2023, AJK-
Loop Constructs 44 What is nested loop? 13
2023
Loop Constructs 45 What is counter controlled loop? Multan-2023 11

Loop Constructs 46 Which part of loop contains the statements to be repeated? Multan-2023, Gujranwala-2023 new

Loop Constructs 47 Which part of loop contains the statements to be repeated? Gujranwala-2023 new

Loop Constructs 48 Define infinite loop Sahiwal-2023 7

Subject: Computer Science Part-II BISE 2023 Questions


Long Questions (Assignment part II Sendup Exams)
CHAPTER 2023
S.NO Long Question Portal
NAME (PTB) BOARD
What is file Processing system? Discuss any three problems in traditional file
Data Basics Chap # 01 1 lahore-2023, Multan-2023 4
processing approach.
Data Basics Chap # 01 2 Expalin features of Database Management systems. Rawalpindi, AJK 10

Data Basics Chap # 01 3 Describe the file types from usage point of view. Sargodha 2
Define data processing.What activities are involved in data processing?
Data Basics Chap # 01 4 Faisalabad 1
Discuss in detail.
Define database system. What are four major components of database
Data Basics Chap # 01 5 Gujranwala 5
systems? Write in detail.
Data Basics Chap # 01 6 Define database model.Describe different types of database models. DG khan, Sahiwal 7

Data Basics Chap # 01 7 Discuss different objectives of DBMS. Bahawalpur 6


Decisions Construct
Define "if-else-if" statement. Explain its working with syntax, flowchart and Rawalpindi, Lahore, AJK
chapter 11 8 7
example. Gujranwala
Decisions Construct
What is a Switch statement? Explain its working with flowchart and
chapter 11 9 Multan, Faisalabad, Bahawalpur 8
example.
Decisions Construct
Define Nested if statement. Explain its working with syntax,flowchart and
chapter 11 10 Sargodha new
example.
Loop Construct Write a program that prints the following series using loop. 19 16 13 10 7
11 Lahore, Dgkhan, AJK 2
Chapter 12 4 1 OR 1 4 9 16 25 OR 10 9 8 7 6 5 4 3 2 1
Write a program in C language which prints the sum of the following series
Loop Construct Rawalpindi, Multan, Sargodha,
12 by using loop. 1+1/2+1/3+1/4+……+1/n OR 1+4+9+16+25+……+256 OR 0 3 new
Chapter 12 Sahiwal, Gujranwala
6 9 12 15 18 OR 2+4+6+8+…….+40
Loop Construct Write a program that get starting and ending point from the user and
13 Faisalabad-2023 new
Chapter 12 display all odd numbers in the given range using loop.
Loop Construct
14
Chapter 12 What is for loop? Explain with working, syntax, flowchart with example
Loop Construct
15
Chapter 12 What is While loop? Explain with working, syntax, flowchart with example

You might also like