UP Board Class 12 Computer Model Paper 2026-27

UP Board Class 12 Model Paper 2026-27

UP Board Class 12 Computer students preparing for the 2026-27 session will find this model paper an essential study tool. It mirrors the actual examination pattern, offering a clear view of the types of questions, their distribution, and the marking scheme. Covering fundamental and advanced Computer Science topics, the paper features a mix of objective questions and in-depth problem-solving tasks. Engaging with this practice paper helps students refine their understanding of core concepts and build confidence. Familiarity with the exam's structure and expected difficulty level, gained through diligent practice, significantly boosts readiness for the final UP Board examinations.

UP Board Class 12 Computer Model Paper 2026-27 page 1
Computer ? UP Board Class 12 Model Paper (page 1)

Quick info

BoardUP Board
Class12
SubjectComputer
Session2026-27
LanguageHindi
PDF typeModel Paper
Duration3 Hours 15 Minutes
Total marks60
Theory marks60
Last updated2026-08-10

The model paper includes objective questions, one-word answers, short answer questions, and long answer questions, with marks allocated for each section.

Model Paper ? full document text

प्रतिदर्श पेपर 2025-26

कंप्यूटर

कक्षा - 12

समय - 3 घंटे 15 मिनट

अधिकतम अंक - 60

नोट –प्रारम्भ के १५ मिनट छात्रों को प्रश्न पत्र पढ़ने के लिए निर्धारित है। निर्देश— सभी प्रश्नो के उत्तर दीजिए।

  1. वस्तुनिष्ठ प्रश्न- <math>5 \times 1 = 5</math>
  1. निम्नलिखित में से कौन जावा में OOPS अवधारणा नहीं है?
  2. इन्हेरिटेंस d) कंपाइलेशन
  1. निम्नलिखित में से कौन कृत्रिम बुद्धिमत्ता के लिए एक सामान्य प्रोग्रामिंग भाषा है?
  2. PHP b) LISP c) पायथन d) जावा
  1. "Hello".length()" का परिणाम क्या है?
  2. 4 b) 5 d) 0
  1. UAV का पूर्ण रूप क्या है?
  2. Unarmed Aircraft Vehicle b) Unmanned Aerial Vehicle
  3. Unmanned Aeroplance Vehicle d) Unarmed Aircraft Vehicle
  1. फोटोग्राफी के दौरान ड्रोन की उड़ान को नियंत्रित करने वाला उपकरण क्या है?
  2. रिमोट कंट्रोल b) कैमरा लेंस c) ड्रोन माउंट d) प्रोपेलर
  1. निम्नलिखित प्रश्नो के उत्तर एक शब्द में दीजिए:- <math>5 \times 1 = 5</math>
  2. निन्मलिखित कोड का आउटपुट लिखिए? int arr[] = <math>\{10, 20, 30, 40, 50\}</math>; System.out.println(arr[2]);
  1. जावा में टोकन क्या है?
  2. किसी भी प्रकार की इन्हेरिटेंस के नाम लिखिए?
  1. AWT का पूरा नाम लिखिए।
  2. रोबोटिक्स का एक अनुप्रयोग लिखिए।
  1. निम्नलिखित प्रश्नो का उत्तर लिखिए:- <math>5 \times 2 = 10</math>
  2. जावा में primitive और non-primitive डेटा प्रकार क्या हैं? अंतरों पर चर्चा करें और प्रत्येक के लिए उदाहरण दीजिए।
  3. यूनरी और बाइनरी ऑपरेटर से आपका क्या तात्पर्य है? एक उदाहरण दीजिए।
  4. OOPs और POP में क्या अंतर है?
  1. print() और println() फ़ंक्शन के बीच अंतर लिखिए।
  2. जावा में प्रीफ़िक्स और पोस्टफ़िक्स ऑपरेटर से आपका क्या तात्पर्य है?
  3. निम्नलिखित प्रश्नो का उत्तर लिखिए:- <math>5 \times 3 = 15</math>
  4. JDK, JRE और JVM की अवधारणा को परिभाषित कीजिए।
  5. क्लास क्या है? जावा में इसके एक्सेस स्पेसिफायर की व्याख्या कीजिए।
  6. रोबोटिक्स के मुख्य घटकों की व्याख्या कीजिए।
  7. निम्नलिखित का आउटपुट दीजिए: int <math>a = 10</math>, <math>b = 5</math>, c; <math>c = a+++++b;</math> System.out.println(c);
  8. स्ट्रिंग क्या है? जावा में किन्हीं दो स्ट्रिंग फ़ंक्शन को परिभाषित कीजिए।
  9. निम्नलिखित प्रश्नो का उत्तर लिखिए: <math>5 \times 5 = 25</math>
  10. जावा में ऑब्जेक्ट-ओरिएंटेड प्रोग्रामिंग (OOP) के प्रमुख सिद्धांत क्या हैं? प्रत्येक को एक उदाहरण सहित समझाइऍ? या एब्स्ट्रक्शन को एक उदाहरण सहित समझाइएँ और एब्स्ट्रक्शन तथा एनकैप्सुलेशन के बीच अंतर स्पष्ट कीजिए।
  11. ऐरे क्या है और इसके प्रकारों को एक उदाहरण सहित समझाइएँ?

या निम्नलिखित प्रोग्राम को सही कर के, आउटपुट दीजिए।

class ArrayDemo { public static void main(String args[])

int arr[] = <math>\{10, 20, 30, 40, 50, 60, 70, 80, 90, 100\}</math>

int <math>c = 0</math>; for (int <math>i = 0</math>; <math>i < 10</math>; <math>i++</math>) { if <math>(arr[i] \% 2 = 0)</math> { C++; } }

System.out.println("Total Number of Even = " + c); } }

  1. रोबोटिक्स क्या है? इसके मुख्य घटक क्या हैं? उनका वर्णन कीजिए। या स्वायत्त (autonomous ) और गैर-स्वायत्त (non-autonomous) रोबोट के बीच क्या अंतर है?
  2. ्रोन क्या है? उनके मुख्य प्रकार क्या हैं? ड्रोन के मुख्य अनुप्रयोग लिखिए। या ड्रोन कैलिब्रेशन क्या है? यह इतना महत्वपूर्ण क्यों है? व्याख्या कीजिए।
  3. इन्हेरिटेंस क्या है? इसके मुख्य प्रकारों को उदाहरण सहित समझाइए। या पॉलीमॉरिफस्म और एनकैप्सुलेशन क्या है? उदाहरण सहित समझाइए।

Frequently asked questions

What is the total marks for the UP Board Class 12 Computer Model Paper?

The total marks for this model paper is 60.

What is the duration of the exam for Class 12 Computer?

The exam duration is 3 hours and 15 minutes.

What are the main topics covered in this model paper?

The paper covers topics like OOPS concepts, Java programming, AI, Robotics, Arrays, and Drones.

Are there objective questions in the paper?

Yes, the paper includes objective questions carrying 1 mark each.

What is the marking scheme for short and long answer questions?

Short answer questions carry 2 marks each, and long answer questions carry 3 and 5 marks each.

What is the purpose of the extra 15 minutes given at the start?

The initial 15 minutes are for students to read the question paper.

Does this model paper include questions on Artificial Intelligence?

Yes, there is a question asking for a common programming language for Artificial Intelligence.

What are the key OOPs concepts tested?

Key OOPs concepts like Inheritance, Encapsulation, Polymorphism, and Abstraction are tested.

Important topics

OOPS Concepts in Java Object-Oriented Programming (OOP) Principles Abstraction vs Encapsulation Inheritance and its types Polymorphism Arrays and their types Robotics components and applications Drones and their applications

Topics covered

OOPS Concepts Artificial Intelligence Java Programming UAV Robotics Data Types Operators JDK, JRE, JVM Access Specifiers String Functions Abstraction Encapsulation

UP Board (UPMSP) Class 12 Model Paper ? Computer. Last updated 10 Aug 2026.