XII IT Half Yearly QP 2024-25

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

HALF YEARLY EXAMINATION 2024-2025

Class: XII Max. Time: 2:30 Hours


Subject : Information Technology (802) Max. Marks: 60
General Instructions:
1. Please read the instructions carefully.
2. All questions of a particular section must be attempted in the correct order.
Q. 1 Answer the following:

i. What is the size of int and double datatype in Java? 1

ii. Define operators. 1

iii. If a=20 and b=30 What will be the value of a%=b? 1

iv. How can you write multiline comments in a java program? 1

v. Identify the valid variable names from the following 1


Total marks , int , marks$ , marks4

vi. While entering the data in the table, Seema is not able to leave the column age as blank in the 1
table. What can be the possible reason?

vii. What is the need of JVM? 1

viii. In the table teacher, Riya doesn't want repeated values in column marks. Rewrite the correct 1
command.
select marks from teacher;

ix. What do we mean by scope of a project? 2

Q. 2 Answer the following:

i. What is eGovernance? Write advantages of eGovernance. 2

ii. Write types of operators in Java. 1

iii. Ananya is trying to Book an online railway ticket. Mention two precautions she has to take 2
while making online transactions; also write three advantages of online payment.

iv. Consider the following table Doctor and answer the following Queries in SQL 5

TA/XII/IT/Half Yearly Exam/2024


1
a) To display the name of all Doctors who visit OPD on ‘MWF’
b) To display the all the details of Doctors whose Department ends with ‘y’
c) To count the Number of Doctors in ENT Department
d) To display names and the fee of doctors in the descending order of fee
e) To add a new column Phone No to a table Doctor

Q. 3 Answer the following:

i. Pragya has registered herself on www.swayam.gov.in for a free online course on elementary 2
education. Mention any three advantages of eLearning.

ii. Explain main phases of Web Application Development. 2

iii. Sana has given the following query but she is unable to execute it successfully. Write the 2
correct query after rectifying the error.
Select Name, Marks From student Table Where Name =”P%”

iv. Differentiate between DDL and DML. 2

v. Name one front end and one Back end application to create Web Applications 2

Q. 4 Answer the following:

i. a) _____________ command is used to delete the structure of the table 5


b) _______________ command is used to eliminate duplicate values of an attribute in the
select query
c) In order to restrict the values of an attribute within a range, _________constraint to be
used.
d) The number of attributes in a relation is called the ____________of a relation.
e) ________________is the use of electronic i.e. information and communication
technology (ICT) tools for governance by the government for the citizens

ii. Categorize the following as e-Governance and e-Learning applications. 2


i) On-line experiments in a virtual Chemistry lab of a college.
ii) On-line application submission for change of address in the passport.
iii) On-line bill payment of electricity Charges.
iv) On-line tutorials on w3schools.com

iii. Describe how Database management applications can be used in the Banking sector 2

iv. ____________ translates the byte code into machine code and then executes it. 1
TA/XII/IT/Half Yearly Exam/2024
2
Q. 5 Answer the following:

i. Consider the following table and write SQL statements 5


Table Menu

i. To add a new row with the following data “P009”, “Lemon Rice”, “South Indian”, 140
ii. Display details of all Menu items in the descending order of Price
iii. Display Item and Description of those Items whose price is between 100 and 150
iv. Add a new column Rating data type as int to the table Menu
v. Increase the price of all north indian items by 10%.

ii. Aman wants to shop for shoes online. Write detailed Steps/ procedure to be followed while 3
shopping online

iii. Differentiate between = and == operator in JAVA. 2

Q. 6 Answer the following:

i. Consider the following and answer the questions. 2+1


(a) Write a query to create a table TravelAgency. +1

(b) Write a query to add a new row to a table TravelAgency


(“A006”, “John Sharon”, “Sam Ana Travel”, “Domestic”, 45000)
(c) Write a query to add a new column EmailId to a table TravelAgency

ii. What are variables? What are the rules to be followed while naming a variable. Give an 2
example.

iii. List any four advantages of DBMS. 2

iv. Illustrate any two DML commands with the help of suitable examples. 2

*** ALL THE BEST ***

TA/XII/IT/Half Yearly Exam/2024


3

You might also like