2nd PUC Karnataka Board Class 12th Computer Science Model Paper 2025: The Karnataka School Examination and Assessment Board (KSEAB) has made available the latest model test papers for 2nd PUC for class 12 students. The model papers are made available on the official website of the Karnataka Board. Students can download the 2nd PUC Karnataka Board Class 12 Computer Science Model Paper 2024-25.
The Board has released the blueprints along with the model paper which provides insights into the question paper structure with a marking scheme. Sample Question Papers prepare the students for upcoming exams. Check and download all the 2nd PUC sample papers with blueprints here.
CHECK:
KSEAB 2nd PUC Computer Science Model Paper 2024-25
Karnataka Board has made available the recent model test papers for class 12. The board has provided three sets of sample papers along with their blueprints as well. These sample papers will help the students to prepare effectively for the exam. Students can take a look at one of the sample papers and download the rest of the sample papers with their blueprints for free.
KSEAB 2nd PUC Computer Science Model Paper 2024-25
1. How many bits of data USB can transmit?
(a)127 bits (b) 12 megabits (c) 16 megabits (d) 128 bits
2. Dual of the expression X + 0 = X is
(a) 𝑋 · 1 = 𝑋 (b) 𝑋 · 0 = 𝑋 (c) X + 1 = X (d) X + 1 = 1
3. Given the logic diagram, the output is
(a) 0 (b) 1, 0 (c) 1 (d) 0, 0
4. In one-dimensional array if LB = 0 and UB = 10 then the array size is
(a) 9 (b) -1 (c) 12 (d) 11
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 the inline function. Reason (R): The inline function has a 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
(a) . (b) :: (c) ~ (d) *
8. The combination of any two types of inheritance is called
(a) Single-level inheritance (b) Hybrid inheritance
(c) Multiple inheritance (d) Hierarchical inheritance
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;
10. Which of the following is the DBMS software?
(a)HTML (b)XML (c) DHTML (d) MySQL
11. Identify the DML command
(a)INSERT (b) CREATE (c) DROP (d) ALTER
12. Correct expansion form of IP
(a)Intranet Protocol (b) Internet Protocol
(c) Interconnect Protocol (d) Information Protocol
13. An example of Half Duplex communication mode
(a) Walkie-talkie (b) Television (c) Telephone (d) Mobile
14. The nonprofit organization was created to support the free software movement
(a)OSI (b) W3C (c) FSF (d) GNU
15. Which one of the following is not a scripting language?
(a)Python (b) XML Script (c) PHP script (d) Java Script
↓
↓
↓
↓
To view and access the complete set of questions, click on the link below to download all three model papers along with blueprints of the PDF for free. Here we have mentioned the link, which will help the students to score well for their upcoming board exams.
Model Paper | Blueprint |
Computer Science Model Paper 2 | Computer Science Blueprint 2 |
The model paper is a valuable resource for students that helps the students to practise and grasp key concepts. By practising these questions, students can build confidence for the exams. These topics not only aid in test preparation but also lay a foundation for future learning.
Comments
All Comments (0)
Join the conversation