Class 12 Unsolved Computer Guess Paper
Class 12 Unsolved Computer Guess Paper
E
En
gl
ish
Ce
nt
er
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
3) in a preparing program one should first
● plan the solution
nt
● document the program
● code the program Ce
● define the problem
4) which of the following is used to design a program using english like statement
En
● algorithm
● program flowchart
● control structures
E
● none
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
● syntax errors
er
● compiling
nt
● translating
● linking Ce
● documenting
● cobol
● fortran
gl
● pascal
● basic
En
● c
E
● pascal
M
● fortran
● cobol
13) specifying the kind of input, processing,and output required for a program occurs
when
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
● basic
● fortran
nt
18) in developing a program documentation should be done
Ce
● as the last ste p
● only to explain errors
● throgh out the process
ish
● cobol
● c
En
● c++
● pascal
● pascal,cobol
M
● c+,fortran
● c++,small talk
● cobol,basic
ANSWER 1 basics
ANSWER 2 syntax
ANSWER 5 Algorithm
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
ANSWER 7 syntax
ANSWER 9 coding
ANSWER 11 documenting
ANSWER 12 fortran
ANSWER 13 pascal
er
ANSWER 15 translations
nt
ANSWER 16 Implement the program
Ce
ANSWER 17 assembler
ANSWER 18 cobol
ish
ANSWER 20 C++
En
SHORT QUESTIONS
E
Q1 diffrence between
● syntax vs logical error
M
● compiler vs interpreter
● human language vs computer language
Q2 what is definition of program ? also define programming?
Q3 difference between source code vs object code (2021-2024)
LONG QUESTIONS
Q1explain steps involves in programming project?
Q2explain all debugging process?
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
recipe
structure chart
nt
syntax
algorithm Ce
4) what does the symbol in a flowchart represent
decision
process
ish
start/stop
predefined process
gl
terminal
input/output
prdefined process
E
sequence
selection
iterartion
None
ANSWER 1 flowchart
ANSWER 2 goto
ANSWER 3 algorithm
ANSWER 4 decision
ANSWER 5 Input/output
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
ANSWER 6 iteration
ANSWER 7
ANSWER 8
ANSWER 9
ANSWER 10
SHORT QUESTIONS
Q1what is an algorithm?
Q2what is flowchart ? how many types of flowchart are there ?
Q3difference between while loop vs do while loop ?(2024)
er
Q4 define advantages and disadvantages of flowchart?
nt
LONG QUESTIONS
Q1 explain control structure ? also define sequence , selection, iteration structures ?
Ce
Q2 explain flowchart and its symbols ?
ish
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
3) all c program consists of one or more
nt
● function
● scanf() statement Ce
● printf statement()
pointers
ish
● primary function
● elementry function
En
● */
● /*
M
● \*
● none
6) borland international inc , usa released its own version c++ in 1992 and called its
compiler as
● turbo c++
● r and k c++
● super soft c++
● dbs c++
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
● %d
nt
11) this sub directory contain header files
● lib Ce
● bin
● include
● Hgi
ish
ANSWER 3 function
ANSWER 5 \*
M
ANSWER 7 ;(semicolon)
ANSWER 9 Clrscr()
ANSWER 10 %e
ANSWER 11 include
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
SHORT QUESTIONS
Q1 why c is called case sensitive ? also write about statement terminator(2022-2023)
Q2 what are escape sequences ? give some examples ?
Q3 what are comments in c language ?
Q4 what is ide ? few shortcuts keys and their function in ide ?
Q5 what is c processor directive ? define “define” “include”(2023-2024)
LONG QUESTIONS
Q1 breifly explain history of c also define its characteristics ?
Q2 explain basic struture of c?
er
nt
Ce
ish
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
CHAP # 4 C FUNDAMENTAL
1) char constant values
● must be enc
● losed in double quotes
● must be enclosed in single quotes
● can be enclosed in either double and single quotes
● none
er
3) symbolic constant
● must appear in capital leters
nt
● are disliked bys erious p;rogrammer
● enchanced the redeability of program Ce
● can include keywords
4) variables
● are created using the #define directive
ish
6) this data type in c occupies 4 times as many bytes of memory as type char
● int
● float
● double
● longh float
7) a variable that can hold the value 234 having a data type
● char
● float
● int
● double
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
● none
9) this will be output of 22%3
● 3
● 1
● 22
● 0
●
10) quantities whose value can be changed during program execution
● constant
● variables
● switches
● none
11)this data type is uesd when the function does not written a value
● char
● double
● void
er
● None
nt
ANSWER 1 Must be enclosed in single quotes
ANSWER 2
Ce
Can consists of only digit
ANSWER 6 int
ANSWER 7 int
E
ANSWER 9 1
ANSWER 10 Variable
Answer 11 void
SHORT QUESTIONS
Q1 state the rules which must be observed while constructing identifiers?
Q2 local variable vs global variables ?(2024)
Q3 what are keyword in c ? what restriction apply to thir use ?(2022)
Q4 list five keyword explain thir use ?
Q5 difference between constant vs variables ?
LONG QUESTION
Q1 explain all data types in “c” with examples?(2024-2021)
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
● +
● &
nt
● &&
● < Ce
4) precedence define which operator
● is most important
● is used first
ish
● is fastest
● operates on largest number
gl
● compares value
● distinguish different type of variables
● none
E
● initial functions
● basic functions
● libraray command
● library function
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
● -5
nt
Answer 1
Ce
Int num:
number
ANSWER 3 +
gl
ANSWER 7 &
M
ANSWER 8 32
ANSWER 9 !
ANSWER 10 %d
ANSWER 11 0
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
SHORT QUESTIONS
Q1 define
1) operators 2) expression 3) operand
Q2 what is meant by associativity? aithmetic operators?
Q3 define increment and decrement operators with examples ?(2022)
Q4 what are library function ? name any four?(2021)
Q5 what is an address operator and relational operators give examples ?(2021)
LONG QUESTIONS
Q1explain operators with its types and examples ?(2023-2022)
er
nt
Ce
ish
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
ANSWER 1 gets()
er
ANSWER 2 any possible variable type
nt
ANSWER 3 Ce
ANSWER 4
ANSWER 5
ish
ANSWER 6
gl
ANSWER 7
En
ANSWER 8
ANSWER 9
E
M
ANSWER 10
SHORT QUESTIONS
Q1 what is format specifiers ? give some examples ?
Q2 define scanf() with examples and syntax?(2022)
Q3 what are the commonly used inpiit/output function in c ? how are they accessed?
LONG QUESTIONS
Q1 explain formatted and unformatted input/output function in c ? (2024-2023)
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
● is incorrect syntax
● is correct syntax but x=0 will never point
nt
● causes a run -time error
● has no effect on the program Ce
4) in a simple if statement with no else , what happen if the condition following the if
is false
● the program scearches for the last else in program
ish
● the conditional expression following the if-else is true and all previous condition
are true
● the conditional expression following the if-else is true and all previous condition
E
are false
● the conditional expression following the if-else is false and all previous
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
● getch()
nt
ANSWER 1 relies heavily on if -else statements
Ce
ANSWER 2 all
ish
ANSWER 9 sequence,selection,iteration
ANSWER 10 Switch()
SHORT QUESTIONS
Q1 how does the else-if ladder differ from switch statement?
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
LONG QUESTIONS
Q1 What are control structures? explain selection control structures with its types and
program example (also include nested loops)(2024-2021)
Q2 explain switch statement with one program exammple and also give
syntax?((2021-2022-2023)
er
nt
Ce
ish
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
3) a do-while loopis useful when
● the body of the loop will never be executed
nt
● the body of the loop will be exceuted at least once
● the body of the loop may never be executed Ce
● none
● middle
● end
● none
gl
6) the advantage of putting com plete assignments statements inside loop expression
is
● to avoid akward program constructions
● to simplify the flow of control in a program
● to reduce the no of program statement
● none
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
10) assuming x does not equal to 0 the statement do printf (“x=0”) while (x==0)
● is an infinte loop
● will never output
er
● causes a syntax error
● will output once
nt
11) this sttatement causes an exist from the inner most switch
Ce
● continue
● goto
● break
ish
● default
● nested loop
● looping
En
● for loop
● none
● continue
M
● break
● switch
● none
15) the loop will be executed at least once whhther its condition false
● for
● while
● do while
● continious loop
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
ANSWER 2 semicolon
ANSWER 4 end
er
ANSWER 7 Will output once
nt
ANSWER 8 Will never output
Ce
ANSWER 9 Will never output
ish
ANSWER 11 break
gl
ANSWER 13 break
E
ANSWER 14 ,
M
ANSWER 15 Do while
SHORT QUESTIONS
Q1 explain break and continue statement with syntax and examples ?
Q2 what is loop/iteration?
Q3 define with syntax and examples
1)for 2) while 3) do while
LONG QUESTIONS
Q1 defines loop and detailed explanation and its types with its syntax and examples
?also includes all nested loops?
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
CHAP # 9 FUNCTIONS
1) according to the principle of software design , functions
● should complete at least two result to be worth the overhead
● should be short and compute one result
● are not really necessary for good softwrae design
● none
3) a function prototype
er
● is the same a as the function header
● is the same as the function call
nt
● is not necessary as a turbo c++
● none Ce
4) a global variable is defined in a declaration
● in main() only
● in the first function that uses it
ish
6) which of the following are valid reason for using arguments in functions
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
● function definition
● function decalaration
● function calling
● none
er
● three values
● none
nt
12) this is statement can only test for equality Ce
● break
● switch
● return
ish
● if
result
En
ANSWER 7 all
ANSWER 9 Function
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
Answer 12 switch
SHORT QUESTIONS
Q1 what is functions ?
Q2 advantages of function?
Q3 what is function prototype?
Q4 difference between actual parametere vs formal parametere?
Q5 define following functions
1) abs() 2) pow() 3) sqrt()
long questions
LONG QUESTION
er
Q1 what is function classification of functions also define general form of function?
Q2 difference between predefined function vs user defined function?
nt
Ce
ish
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
CHAP # 10 ARRAY
1) an array is a collection of variables of
● the same data typed placed next to each other in memory
● different data types scattered throughout memeory
● the same data type scattered throughout memeory
● none
3) what will happen if you try to put so many elements in to an array when you
er
initialize it that the size of the array is exceded
● nothing
nt
● possible
● error message from the compiler Ce
● none
4) when you pass an array as an argument toa a function what is actually passed
● the address of the array
ish
5) what will happen if you put to few elements in an array when you initialize it
En
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
ANSWER 7
ANSWER 8
ANSWER 9
ANSWER 10
er
nt
SHORT QUESTION Ce
Q1 what is an array ? how do you declare an array?
Q2 define 2d array with syntax?
ish
LONG QUESTION
Q1define array with its examples and its types?
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
CHAP # 11 STRINGS
1) a string is a collection of
● a list of character
● an array of chararacter
● a collection of charaacters
● none
er
● return the length of string including the null character
● return the length of string excluding the null character
nt
● return the length of the string as specified in its declaration
● none Ce
4).the statement strcpy(string1, string2)
● add string1 to the end of string 2
● add string 2 to the end of string 1
ish
● //
● \n
● \\
E
ANSWER 2 Gets()
ANSWER 5 \0
ANSWER 6
ANSWER 7
ANSWER 8
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
ANSWER 9
ANSWER 10
SHORT QUESTIONS
Q1 what are strings ? how do you compare two strings ?
Q2 define strings declaration?
LONG QUESTIONS
there are no long questions from this chapter
er
nt
Ce
ish
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
2) how many structure variables of given type can you use in a program
● one
● none
● as many as you like
● as many as there are members in the structure
● none
er
3) a union consists of a number of elements that
● all have the same type
nt
● must be structure
● are grouped next to each memory location Ce
● all occupy the same space in memory
ANSWER 4
En
ANSWER 5
E
ANSWER 6
M
ANSWER 7
ANSWER 8
ANSWER 9
ANSWER 10
SHORT QUESTIONS
Q1 what are structures ? how is s a struture declared?
LONG QUESTIONS
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
CHAP # 13 POINTERS
1) which of these reason for using pointers?
● to mainpulate part of the array
● to refer to keyyword such as for anf if
● to return more than one value from a function
● to refer to particular program more convenientlly
er
ANSWER 2 Int*ptr;
nt
ANSWER 3 Ce
ANSWER 4
ANSWER 5
ish
ANSWER 6
gl
ANSWER 7
En
ANSWER 8
ANSWER 9
E
M
ANSWER 10
SHORT QUESTIONS
Q1 what is pointers used in c program ?how it is intialized?
Q2 why pointers used in c program?
LONG QUESTIONS
there is no long questions from this chapters
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
MOST IMPORTANT DIFFERENCES
nt
1) syntax vs logic error Ce
2) compiler vs interpreter
3) source code vs object code
4) human language vs computer language
5) while loop vs do while loop
ish
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
er
3) to extract data from a database and display it or print it to in a performagtted form
nt
user can use
● dbms utility
● qbe
Ce
● report generator
● shared database
ish
● none
● relational model
● flat model
● reading is possible
M
● writing is possible
● appending is possible
● none
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
8) in this database model data is organised in to related groups much like family tree
● hierarchical model
● network
● relation
● flat
9)rdbms consist of
● collection of record
● collection of tables
● collection of keys
● collection of fields
er
● macro
nt
11) key field must contain
same values Ce
unique values
double values
none
ish
● join
● union
En
● cardinality
● query
M
● form
● report
15) to retrive information from a database user can use this, an easy to use computer
language
● data dictonary
● report generator
● query language
● none
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
ANSWER 6 tables
ANSWER 7 memo
er
ANSWER 9 Collection of tables
nt
ANSWER 10
Ce
report
ANSWER 12 cardinality
ANSWER 13 table
gl
ANSWER 14 text
En
SHORT QUESTIONS
Q1 what is dbms (data base management system)? write its advantages
(2022-2023-2024)
Q2 difference between primary key vs secondry key?(2022)
Q3 difference between primary key vs foreign key?(2024)
Q4 define database relationship?write their uses?(2023)
Q5 main objective of ms access?at least four (2023)
Q6 what is data redundancy?(2022) also define refrential integrity?
Q7 define
1) table 2) query 3) data dictonary 4) field 5) entity 6) record 7) sql 8) file
9) designview 10) report (2022)
Q8 advantages and disadvanatges of dbms
Q9 define
1) fopen() 2) fscanf() 3) fprintf() (2023)
Q10 define data type in ms access ?
Q11 write a character of composite key?
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN
ME ENGLISH CENTER COMPUTER GUESS PAPER
LONG QUESTIONS
Q1 what is table in database ? explain different types of table relationships in database
with examples ?
Q2 explain data types used in ms access?
er
Q3 explain different types of database model with diagram (2022-2023-2024)
Q4 what is relationship in database ?define three types of relationship data type with
nt
examples?(2024)
Q5 explain objective of dbms? Ce
Q6 explain components of data base managemnet system?(this question is already
cover in short)
ish
gl
En
E
M
For getting all subjects pdf notes and guess paper for classes 9 to 12 , contact on whatsapp
number(03408057780)
Prepared by: FAIZ UR REHMAN