Selfstudys Com File (12)
Selfstudys Com File (12)
Marks
No. of
Typical configuration
1 5 4 1 1
of Computer system
2 Boolean algebra 10 8 1 1 1
3 Logic Gates 5 3 1 1
4 Data structures 15 14 1 1 1 1
5 OOP concepts 5 5 1
7 Function Overloading 6 6 1 1
Constructors and
8 8 8 1 1 1
Destructors
9 Inheritance 7 6 1 1
10 Pointers 5 4 1 1
12 Database concepts 12 11 1 3 2 1 1
13 SQL commands 11 10 1 1 1 1
14 Networking Concepts 9 7 1 1 1
Internet and Open
15 5 4 1 1
source concepts
16 Web Designing 5 4 1 1
TOTAL HOURS AND
120 105 7 3 6 3 20 3 2 6 9 10 1 0 2 9 5 4 0 0 0 15
MARKS
GOVERNMENT OF KARNATAKA
KARNATAKA SCHOOL EXAMINATION AND ASSESSMENT BOARD
MODEL QUESTION PAPER-1
Class : II PUC Academic Year: 2024-25
Subject: Computer Science (41) Maximum marks : 70
Time : 03 Hrs. No. of Questions: 44
Instructions:
(a) The question paper has Five parts namely A,B,C,D and E.
(b) For Part-A questions, only the first written answers will be considered for
evaluation.
(c) For question having diagram alternate questions are given at the end of the
question paper in a separate section (Part-E) for visually challenged students.
PART – A
Answer ALL the questions, each question carries ONE mark. 20 x 1 = 20
I Select the correct answer from the choices given.
1. How many bits of data USB can transmit ?
(a) 127 bits (b) 12 megabits (c) 16 megabits (d) 128 bits
5. Identify the reason for the error in the following program segment
class temp
{
private : int x;
};
void main( )
{
temp t;
cout<<”enter the value of X”;
cin>> t.x;
}
(a) A non member function trying to access protected data member
(b) Member function trying to access private data member
(c) A non member function trying to access public data member
(d) The main function trying to access private data member
6. Assertion (A) : Very efficient code can be generated using inline function.
Reason (R) : Inline function has complex data structure.
(a) Both A and R are false (b) A is true and R is false
(c) A is false and R is true (d) Both A and R are true
7. The symbol used with destructor
9. Given int *ptr, x = 100; which is the correct way to assign address of x variable to the pointer
(a) ptr = x; (b) ptr = *x (c) ptr = &x (d) x = ptr;
14. The nonprofit organization created for the purpose of supporting free software movement
(a) OSI (b) W3C (c) FSF (d) GNU
II Fill in the blanks choosing the appropriate word/words from those given in the brackets.
(Secondary, oval, redundancy, datamining, relational, meta data )
20. The candidate key which is not currently selected as primary key is called ________________ key
PART-B
III Answer any FOUR questions. Each question carries TWO marks: 4 x 2 =8
PART-C
PART-D
V Answer any FOUR questions, each question carries Five marks: 4 x 5 = 20
44. Write the SQL query for the following questions based on given employee table
PART-E
3. What is the output of the two input NAND gate for the inputs X = 1 and Y =0?
*************