0% found this document useful (0 votes)
106 views7 pages

Computer Passing Formula Guess Papers 2025

Computer Final Board Guess paper
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)
106 views7 pages

Computer Passing Formula Guess Papers 2025

Computer Final Board Guess paper
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

Computer Passing Formula Guess Papers 2025

Chapter 1
1 What is the difference between data
and information?
2 Describe Data Capturing.
3 Define record?
4 what is file?
5 Define program file with example.
6 what is meant by database?
OR Define database?
7 Define data integrity ?
8 what is data dictionary?
OR Describe the role and function of a data dictionary in a DBMS.
9 What is Data Integration, and how does it work in a database?
OR Define Data Integration?
10 describe the file type uses point point of view ?
OR what is file processing system? describe any three problems in traditional file?
OR what is file ? explain three types of file From uses point of view?
11 describe data base system ? What are four major components of database system?
12 what is meant by file organization?

Chapter 2
1 define the termtable or relation?
2 list , only three properties of relation?
OR Enlist two/four different properties of a relation.
OR List the properties or characteristics of relations in a relational database.
3 What are the properties of a relation?
There are some properties of a relation:
4 Define a "view" in the context of a database.
OR what is view?
5 what is index?
OR Define an "index" in the context of a database management system.
6 Differentiate between primary key and secondary key.
7 what is primary key?
OR what is primary key in database?
8 what is secondary key?
Can you explain what a "secondary key" does?
9 what is composite/Concatenate key?
10 what is Foreign key?
OR define foreign key attributes in database?
11 what is the role of data administrator?
OR Describe the role of a Data Administrator (D(A) in an organization.
12 what is the purpose of view in MS Access ?
OR Write down the basic purpose of using views.
13 What is key?
OR Define key/field.
14 List different types of keys.
15 Define candidate key?
16 What do you know about database system users?
OR define and user?

Chapter 3
1 what is the purpose of a facility study?
2 what is entity / object?
3 define attributes?Give an example.
OR Explain the term "Attributes."
4 differentiate between cardinality and modality?
4 differentiate between cardinality and modality?
6 Define Modality. Describe its purpose.?

Chapter 4
1 what do you mean by Entity integrity? OR How is Entity integrity achieved?
2 Differentiate between Entity Integrity and Referential Integrity.
3 define synonyms?
4 What is Homonym?
5 what are database anomalies?
6 Define database integrity.
7 what is normalization?
8 Define referential integrity.

Chapter 5
1 what is meant by rational data base management system RDBMS?
2 what do you mean by redundancy?
OR Describe the data Redunancy?
3 Differentiate between Toolbar and Menu bar.
4 Define query.
5 Write two advantages of form.
6 What is a form?
7 Define Database Objects.
8 Write definition of Reports.
9 Write any two uses of reports.

Chapter 6
1 Explain the concept of "degree" in a relational database.
OR define the term degree of a relation?
2 What does "cardinality" refer to in the context of a relation in a database?
OR what is cardinality?
3 what do you mean by integrated Development environment (IDE)?
4 list four data types available in MS access
OR What are some commonly used data types in MS Access?
5 what is shorting?
6 State the use of wild cards?
7 List some advantages of IDE?

Chpater 7
1 Differentiate between combo box and list boxes?
2 what is checkbox ?
3 what is sub form?
OR what is the concept of Sab form?
4 define combo box?
5 Define list box. Why a list box is used in forms?
6 Write the purpose of radio button?

Chapter 8
1 what is meant by computer programmer?
OR define Computer program ?
2 write the use of turbo C++? OR Define the IDE ( integrated development
environment)idea of turbo C++?
3 What is opject code ?
4 What is source program ?
5 Define linking
OR what is the purchase of linking in C programs?
6 what is Linker?
7 Differentrate between and loader and linking ?
8 What is preprocessor directives?
9 what is meant by constant macro ?
OR Explain constant, Marco with example?
OR What is meant by define directives or Constant Macro?
OR What is meant by define directives or Constant Macro?
10 why the main function is important in C language?
OR what is meant by main function?
11 what is syntax errors?
12 what is runtime errors?
13 define assembly language?
14 what is high-level language? give any four examples of high-level language.
15 What are programming Languages?
16 What is a "compiler?" Give its purpose.
17 What is #define directives?
18 what is header file / Library files.?
19 define delimiters ?
20 What is meant by Statement Terminator?
OR what is statement terminator?
21 what are logical errors?
22 what is Machine language?

Chapter 9
1 what is identifiers? Give an example.
2 what is keywords reserved words with examples.?
3 define variables?
OR what is a variable in C?
4 define variable declaration?
5 what is variable initiallizing?
6 what is garbage value?
7 Differentiate between constant and variable?
8 What is a relational operator?
OR What are relational operators used for in programming?
9 Define logical operator? give example.
OR What are logical operators used for in programming?
OR What are the primary logical operators in C?
10 What do you know by assignment operator?
OR What is the syntax of an assignment statement?
11 Define expression with example?
12 Why are comments used in C programs?
OR Why are comments used in the C program also give an example.
13 Write down an expression in C that represents speed is not greater than eighty.

Chapter 10
1 define standard output?
2 what is the function of printer function?
OR What is the purpose of printf function?
3 stay the purpose of escape sequence?
3 stay the purpose of escape sequence?
OR What is meant by escape sequence?
4 what is the use of getch function?
What is the purpose of getch function?
5 What is the output of the following code? printf ("ILoveprogramming");
6 Trace the output
float f= 3.14159;

Chapter 11
1 what is control structure?
2 describe sequence structure?
3 write the Suntex of if else statement?
4 Why a default label is used in switch statements?
5 Why break statement is used in switch statement?
6 Write a program that input a number and finds whether it is even or odd using if-else
structure.
7 Write a program in C that inputs a number by the user and checks whether it is even or
odd.
8 Write a program that inputs a number from user and finds it is positive, negative or
zero.
9 Write a program in C - Language to accept a Year from the keyboard. Find out it is
“leap year”OR “Not leap Year".
10 Write a program which inputs two numbers and tells whether these numbers are
equal or not equal.
11 Write a program that inputs a character and not vowel whether it is vowel or
consonant using if statement.

What is Control Structure? Briefly describe the basic control structures for writing
Programs.

Write the general form of if statement with multiple alternatives. Draw flow chart and
explain its working?

What is if-else statement? Draw its flow chart, also explain its working with an example.

Explain nested if statement with its purpose, syntax, flow chart and sunable program
example.

What is switch statement? Explain its working with the help of example.
Chpater 12
1 Define sentinel control loop?
2 Define While Loop.
3 Define infinite loop.
4 Write the syntax of for loop.
5 Define nested loop.
6 What is goto statement?
OR define goto statement?
OR state the use of goto statement?
7 Write a program that input a number from the user and display its table.

Define while loop. Write its syntax and flow chart. Also explain its working with the help
of an example.

What is do-while loop? Write its syntax. Explain its working with example.

Define for loop. Write its syntax and flow chart. Explain its working with example.

Define nested loop. Write its syntax. Explain its working with the help of example.

Chapter 13
1 List three advantages of using functions in programming.
OR What is the advantage of using a function?
2 why is function used in program?
3 defined the term function ?
OR What is a function in programming?
4 what are the two types of functions in C language?
5 What are built-in function?
OR describe built function?
6 Describe user defined function?
OR What are user-defined functions?
7 what is meant by function definition?
8 Define function body?
9 write the syntax for function declaration?
10 what do you meant by function call?
11 define local variable?
12 what is meant by scope of variable?
OR What does the scope of a variable refer to?
13 What is the lifetime of a variable?
14 Differentiate between local and global variables?
Chapter 14
1 Define the stream in C language?
2 what is binary stream?
OR What do you mean by binary stream?
3 what is the end of text file indicated?
4 what do you mean by text streme?
5 Compare binary and text stream?
6 What is text file?
7 Write the use of End line Maker or End of file ?
OR Write the use of a new line marker.
8 Why is it important to close a file? How it is closed?

You might also like