You are on page 1of 2

th

COMPUTER 10 Guess Papers, Very important Questions AND (All Boards Papers 2014-2023)

10 TH COMPUTER SCIENCE

M.TAHIR MATH WALA 0308-1398986

Chapter 1

Define computer programming?, text editor, define constants and many types of constants?, variable,
programming languages and five types of programming languages , how we can initialize a variable?,
what stands for IDE? How can we declare a variable? Purpose of compiler, define the char data type?
who invented c programming language? Main section of a program, l

Chapter 2

What is not operator !., precedence of operators, draw the truth table for AND operator, main parts of
scanf function, what is assignment operator , division operator, modulus operator, use of scanf ,define
terminator, difference b/w == operator and = operator, define escape sequence , why we use format
specifer ?

Chapter 3

3 define control statement, selection statement, use of sequential control? Nested selection structures,
what is condition? Difference b/w sequential and selection statements, write the structure of if
statement , common mistake, types of selection statement, conditional logic, compound statement,
switch case structure, use of if else statement?

Chapter 4

Data structure, array initialization, nested loop, important features of array, data type, use of data
structure, how to access an array element? How many kind of loop? Use of an array, purpose of loop
structure, Chapter 5

Define functions, what are functions parameters, what is mean by calling a function, use of return key
word, advantages of functions, define built in functions, use of reusability, enlist the parts of a function
definition, how many types of functions, What is readability of function,

Long Questions: Long Questions:


What is program; explain different types of What is if statement? Explain the structure of if
programming language? statement in C language.
What is data type? Explain different data types of Write a program that takes two numbers as input
variable. and displays their greatest common divisor using
Define variable .write rules for naming variable. Euclidean method, how loops can be used to write
what are arithmetic operators, which operators are and read values in array?
used for arithmetic operations, What is readability of function,
Format specifer and write the associated data types. Long what is function and its types ,
Define Operators? And explain the assignment and Writ a function int square (int x) to calculate the
relational operators? square of an integer x?
Nested selection structure? Use of nested selection Discuss about signature of a function ,
structure?
Describe the structure of for loop?
th
COMPUTER 10 Guess Papers, Very important Questions AND (All Boards Papers 2014-2023)

10 TH COMPUTER SCIENCE

M.TAHIR MATH WALA 0308-1398986

You might also like