HP Board 12th Class Model Test Paper 2023 Computer Science – Text
Read the full text of this sample paper below — useful to quickly search, copy and reference the content online without downloading the PDF.
📄 View text version (5 pages)
Page 1
Distribution of Marks for 12th Class, Term-2
Sr. Type of No. of Question Marks per Total
No. Questions Questions Number Question Marks
1 True/False 10 Q1 1 10
2 Multiple Choice 10 Q2 1 10
questions
3 Very short Answer 2 Q3 (a), Q6(a) 2 04
Questions
4 Short Answer 3 Q3(b), 3 09
Questions Q4(a), Q4(b)
5 Long Answer 3 Q5(a),Q5(b) 4 12
Questions Q6(b)
6 Very Long Answer 1 Q6(c) 5 05
Questions
Total 29 6 - 50
Page 2
HP BOARD OF SCHOOL EDUCATION DHARAMSHALA
Modal Test Paper (Term-II) Session 2022-23
Subject: Computer Science Class: 10+2
Time: 3 hours Maximum Marks: 50
Instructions to students:
1. Please write your full name, Roll number and page number (format-page number out of total
pages, e.g. page 1 out of 4, page 2 out of 4………) at the top of every page.
2. Candidates are required to give their answers in their own words as far as practicable.
3. Marks allotted to each question are indicated against it.
4. All questions are compulsory.
Q1. State whether the following statements are true or false. 10*1=10
i. DBMS is three level architecture.
DBMS तीन स्तरीय आर्किटे क्चर है |
ii. PL/SQL statements are case sensitive.
PL/SQL स्टे टमें ट केस संवद
े ी होते हैं।
iii. DBMS stands for data manager system.
DBMS का मतलब डेटा मैनज
े र ससस्टम है |
iv. A view is not a subset of the database.
एक view डेटाबेस का सबसेट नहीं है |
v. Iterative control indicates the ability to repeat or skip section of a code block.
पन
ु रावत्ृ तत ननयंत्रण एक कोड ब्लॉक के अनभ
ु ाग को दोहराने या छोड़ने की क्षमता को indicate करता है ।
vi. IF statement is a conditional statement.
IF statement एक सशति बयान है |
vii. The declaration and exception blocks are mandatory in PL/SQL Block structure.
PL/SQL ब्लॉक संरचना में declaration और exception ब्लॉक अननवायि हैं|
Page 3
viii. Net banking is also known as online banking.
नेट बैंर्कं ग को ऑनलाइन बैंर्कं ग के नाम से भी जाना जाता है |
ix. “B2B” stands for business to business.
"B2B" का मतलब बबजनेस टू बबजनेस है |
x. Traditional commerce is faster and efficient than e-commerce.
पारं पररक वाणणज्य ई-कॉमसि की तल
ु ना में तेज और कुशल है |
Q. 2. Multiple Choice questions: 10*1=10
i. ………. commands deals with transactions within database in SQL.
............. कमांड SQL में डेटाबेस के भीतर लेनदे न से संबंधित है |
a. DDL b. DCL c. DML d. TCL
ii. “CREATE TABLE” command is used to ………..structure of the Table.
“CREATE TABLE” कमांड का प्रयोग टे बल के स्रक्चर को ............ करने के सलए
र्कया जाता है |
a. Modify b. Delete c. Select d. None of these
iii. The term………. Refers to a Row in a table.
एक तासलका में एक पंत्क्त को ........... संदसभित करता है |
a. Tuple b. Field c. Attribute d. None of these
iv. PL/SQL block structure consist with …………. blocks.
PL/SQL ब्लॉक संरचना......... ब्लॉक से समलकर बनता है |
a. Three b. Two c. Five d. None of these
v. A cursor is …………….. to context area.
संदभि क्षेत्र के सलए एक कसिर …………….. है |
a. Handler b. Pointer c. Both a and b d. None of these
vi. ………trigger execute the trigger action before the triggering statements.
ट्ररगररंग स्टे टमें ट से पहले ट्ररगर एक्शन ........ ट्ररगर execute करता है |
a. ROW b. BEFORE c. AFTER d. None of these
Page 4
vii. ………….. is an example of social networking site.
………….. सोशल नेटवर्किंग साइट का एक उदाहरण है |
a. Facebook b. Twitter c. both a and b d. none of these
viii. ………….. is an example of online shopping site/app.
………… ऑनलाइन शॉपपंग साइट/ऐप का एक उदाहरण है |
a. Amazon b. Flipkart c. both a and b d. none of these
ix. Which of following is not a type of e-commerce?
ननम्नसलणित में से कौन सा ई-कॉमसि का एक प्रकार नहीं है ?
a. B2B b. B2C c. C2B d. C2D
x. …………… is a kind of online communication service.
.............एक प्रकार की ऑनलाइन संचार सेवा है।
a. E-mail b. Twitter c. WhatsApp d. All of these
Q3.
a. Write the advantages of PL/SQL. 2
PL/SQL के लाभ सलणिए |
b. Write PL/SQL program/code to print first five even numbers. 3
पहली पााँच सम संख्याओं को पप्रंट करने के सलए PL/SQL प्रोग्राम/कोड सलिें।
OR
b. Explain PL/SQL Block structure.
PL/SQL ब्लॉक संरचना की व्याख्या करें ।
Q4.
a. What is Database and RDBMS? Explain 3
डाटाबेस और RDBMS क्या है ? व्याख्या करें ।
b. What is Table? Write the PL/SQL code to create a Table. 3
टे बल क्या है? टे बल बनाने के सलए PL/SQL कोड सलिें।
OR
b. What do you mean by DDL and DML statements? Explain
DDL और DML स्टे टमें ट से आपका क्या मतलब है ? व्याख्या करें ।
Page 5
Q5.
a. Explain role of DBA? 4.
DBA की भूसमका की व्याख्या करें |
b. What do you mean by Trigger? Explain. 4.
ट्ररगर से आप क्या समझते हैं? व्याख्या करें |
OR
a. What do you mean by Constraints? Explain.
Constraints से आप क्या समझते हैं? व्याख्या करें |
b. What do you mean by Cursor? Explain.
Cursor से आप क्या समझते हैं? व्याख्या करें |
Q6.
a. What is E-commerce? 2.
ई-कॉमसि क्या है ?
b. Write the steps to submit any online application form. 4.
र्कसी भी ऑनलाइन आवेदन पत्र को जमा करने के चरणों को सलिें |
OR
b. What is online reservation? Explain it with an example.
ऑनलाइन आरक्षण क्या है ? इसे एक उदाहरण के साथ समझाएं|
c. What is net banking? Explain. 5.
नेट बैंर्कंग क्या है ? व्याख्या करें |
OR
c. What do you mean by online market and shopping? Explain with an example.
ऑनलाइन बाजार और िरीदारी से आप क्या समझते हैं? एक उदाहरण के साथ समझाएं|