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

Computer Paper Part-II

Uploaded by

apexcollegenv
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Computer Paper Part-II

Uploaded by

apexcollegenv
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

APEX GROUP OF COLLEGES

Paper: Computer Science Pre-Board Examination 2023 Class: Intermediate (Part-II)


Marks: 15 OBJECTIVE TYPE Time: 20 Minutes
Name: _______________________ Paper Code 6 0 4 9

Class/Section: ___________________ Roll No.______________ Date: 17-5-2023

NOTE: Write your Roll No. in space provide Over-writing, Cutting, Erasing, Using lead pencil will result in loss of marks.
Q.No.1: You have four choices for each objective type question as A, B, C and The choice which you think
is correct, fill that circle in front of that question number. Use marker or pen to fill the circle. Cutting or filling
two or more circles will result in zero mark in that question.
Note: Over-writing, cutting, erasing, using lead pencil, will result in loss of marks. (1x15=15)
S.N Statement A B C D

1 A collection of related fields is: File Record Database None

2 The extension of image file is: .JPG .XLE .DOC .TXT

3 The row of table is also called: Cell Entity Attribute Record

In ERD model, the relationships between two


4 Rectangle Ovel Square Dimand
entities are represented by:
Which object is the output of a database
5 application?
form report Query table

Condescend Alphabetic
6 What is Z to A order called? Ascending Descending
ing al

7 C statement end with a: Period Comma Semicolon Colon

8 The name of header file is written between: [] {} <> ()

9 Variable and constant names cannot start with: Number Underscore Letter None

The function that is used to display output on screen


10 Printf Scanf Pow Display
is called:

11 In if statement, false is represented by: 3 2 1 0

12 Loop structure always executes at least once? nested while For Do While

What is the final value of I after executing the


13
following code for (int i=1; i<5;i++)
4 6 7 5

A function that does not return any thing has return


14
type:
float void Int char

Text Binary output


15 The character conversion may occur in: Input stream
stream stream stream
APEX GROUP OF COLLEGES
Paper: Computer Science Pre-Board Examination 2023 Class: Intermediate (Part-II)
Marks: 60 SUBJECTIVE TYPE Time: 2:10 Hrs.
Name: _______________________ Class: ______________________ Roll No.:_______________

(SECTION-I)
Q No. 2: Write short answers to any SIX (6) questions. (2 × 6 = 12)
1) Define Source Code.
2) What is preprocessor directive?
3) Why does machine language program execute faster?
4) Write down two rules for naming variables?
5) What happens when arithmetic under flow occurs?
6) Find any two errors of the following code:
int number = 6
number ++;
printf(%d\n”,number);
7) Trace output
int n=6;
n++;
printf(“%d,”n);
8) What is Escape Sequence? Write down any 3 escape sequeces.
9) Compare “getch()” and “getche()” function.
Q No. 3: Write short answers to any SIX (6) questions. (2 × 6 = 12)
1) What is nested if statement?
2) Determine the output of the following code
if(1!=2)
printf(“OK”);
else
printf(“Correct it ”);
3) Describe sequence structure?
4) Convert the following loop in do while loop:
for (I=3;i<=39;i+=6)
{
Printf(“%d\n”,i);
}
5) What is infinite loop?
6) Write the purpose of continue statement?
7) Define built-in function.
8) What is function declaration/function prototype/function signature with syntax?
9) What is a text file?
Q No. 4: Write short answers to any SIX (6) questions. (2 × 6 = 12)
1) What Is DBMS?
2) Define Term of Relation or Table.
3) Define Composite \Concatenate Key.
4) Discuss One to One Relationship.
5) Identify Entity Name, Primary Key and Attribute in The Following
Student (Student ID, Student Name, Group)
6) Define Synonym.
7) What Is Repeating Group?
8) What is IDE?
9) List any two uses of reports?
Section II
NOTE: Attempt anyOne question. (8 x 1 = 8)
Q5. What is database system? Explain four major components of database system.
Q6. What is query? Explain the types of Queries.
C-Language
NOTE: Attempt any Twoquestion. (8 x 2 = 16)

Q7. What is language processor? Describes different types of language processor.


Q8. Write a program that take number from user and check whether it is even or odd.
Q9.Define while loop? Give its syntax and flow chart and also explain its working with example.

You might also like