0% found this document useful (0 votes)
49 views

Sub: Information Technology: Periodic Assessment 2 - 2023-2024

Question paper- Grade 10

Uploaded by

ramyashan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Sub: Information Technology: Periodic Assessment 2 - 2023-2024

Question paper- Grade 10

Uploaded by

ramyashan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Periodic

Assessment 2 – 2023-2024
Sub: Information Technology
Class: X Total Marks: 30
Date: 23/08/2023 Time: 60 minutes

SECTION A

I. Choose the correct answer (4x1=4)

1. ___________ is not the quality of self-confident people.

a) Dependent b) Positive attitude c) Hard working d) Commitment


2. An entrepreneur does the things as ___________.
a) others are doing b) different from others c) a lazy person d) None of the
above
3. __________ refers to focusing human efforts for maintaining a healthy body and mind,
capable of withstanding stressful situations.
a) Artificial Intelligence b) Stress management
c) Motivation d) Emotional Intelligence
4. Entrepreneurship skills helps
a) to develop critical thinking b) in making difference to the society
c) to develop ability to handle failure d) All of the above
SECTION B
II. Fill in the blanks (4x1=4)
1. _____________ means the query uses criteria you provide to hide some data and

display only required data.


2. ___________is a myth about entrepreneur.

3. The full form of SQL is ___________ .

4. ______________ is usually suitable for less amount of data.


SECTION C
III. Answer the following questions shortly: (5x2=10)
1. What are the ways to perform queries?
2. Trishala is learning SQL Queries. She wants to know what a query will do in SQL,
Support her by writing the answer.

3. Distinguish between forms and reports.

4. Write SQL query to create the Table Books with the following structure.
Book id Sample values (B102, B33, etc.,)
Name- Sample values (‘Pride and Prejudice’, ‘Alchemist’ etc.,)
Price- Sample values (199.0,488.5,62.5)
Qty- Sample values (12,1,5 etc.,)

5. What is the primary key? How is it different from foreign key?

SECTION D
IV. Answer the following questions briefly: (3x4=12)
1. Define the following:

1. Sorting (with respect to DBMS)


2. Referential Integrity
3. Many- to – Many Relationship (with respect to DBMS)
4. Foreign Key

2. A man is working in a multinational company. He wants to maintain records of


employees in the database and create a database to keep track of all the records.
Help him to write the following commands:
i) Create a table emp with the following structure:

Field Data Type Constraint

Emp no Int (4) Primary Key

Emp name Varchar (20) Not Null

Designation Varchar (20)

Salary Decimal (7,2)

Date of Joining date

Dept no Int (2)

ii) Write SQL command to insert a record of your choice

iii) Write SQL command to add new column comm with int datatype.

3. Consider the following table – candidate and write queries given below:

Sno Name Fees Subject Marks Status

1 Preet 350 PCM 68 pending

2 Vansh 450 PCB 52 pending

3 Dhwanil 350 PCM 89 admitte


d

4 Kirsha 450 PCM 75 pending

admitte
5 Diya 350 PCB 72
d

i) Display the candidates for PCM subject

ii) Display names of candidates whose admission is pending in ascending order of


name.

iii) Display the records of PCB candidates whose marks are less than 70.

iv) Display the name, fees and subject of candidates whose fees are more than
400.

You might also like