0% found this document useful (0 votes)
21 views4 pages

Information - Tech - Class 10

The document is a mid-term examination paper for Class X in Information Technology, consisting of 17 questions divided into two sections: Objective and Subjective. Students are required to answer a total of 10 questions, with specific instructions for each section regarding the number of questions to attempt and the marks allocated. The paper covers topics such as employability skills, data management, and SQL commands.

Uploaded by

Saradha S
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)
21 views4 pages

Information - Tech - Class 10

The document is a mid-term examination paper for Class X in Information Technology, consisting of 17 questions divided into two sections: Objective and Subjective. Students are required to answer a total of 10 questions, with specific instructions for each section regarding the number of questions to attempt and the marks allocated. The paper covers topics such as employability skills, data management, and SQL commands.

Uploaded by

Saradha S
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

MID TERM I EXAMINATION [2023-2024]

Information technology
CLASS: X Max Marks: 30
Date : Max.Time : ½ hrs

General Instructions:

1. Please read the instructions carefully.


2. This Question Paper consists of 17 questions in two sections: Section A & Section B.
3. Section A has Objective type questions whereas Section B contains Subjective type questions.
4. Out of the given (2 + 15 =) 17 questions, a candidate has to answer (2 + 8 =) 10 questions in
the allotted (maximum) time of 1 ½ hours.
5. All questions of a particular section must be attempted in the correct order.
6. SECTION A - OBJECTIVE TYPE QUESTIONS (10 MARKS):
i. This section has 02 questions.
ii. Marks allotted are mentioned against each question/part.
iii. There is no negative marking.
iv. Do as per the instructions given.
7. SECTION B – SUBJECTIVE TYPE QUESTIONS (20 MARKS):
i. This section has 15 questions.
ii. A candidate has to do 8 questions.
iii. Do as per the instructions given.
iv. Marks allotted are mentioned against each question/part.

Page 1 of 7
SECTION A: OBJECTIVE TYPE QUESTIONS

Q. 1 Answer any 5 out of the given 6 questions on Employability Skills (1 x 5 = 5 marks)


i. By what method we can know what the receiver understood or got the message 1
a) Transmitting b)feedback c)message d)listening

ii. ......................... is the exchange of messages in the communication cycle. 1


iii. 1
Which type of feedback supports student development from their current level of
achievement?
a) Specific Feedback
b) Descriptive Feedback
c) Non-Specific Feedback
d) None of the above

iv. _________________stress can help in growth 1

v. The ability to act in our best interest, consistent with our deepest values 1
is........................
a) behavioural self
b) self-motivation
c) emotional self-regulation
d) self-awareness
vi. __________ refers to focusing human efforts for maintaining a healthy body and 1
mind capable of better withstanding stressful situations

Q. 2 Answer any 5 out of the given 6 questions (1 x 5 = 5marks)


i. A ..................helps to display the data in a summarized way. 1
a) Report b)Form c)Query d)Table

ii. What do you mean by Data Redundancy? 1

iii. Which of the following application is not appropriate to store data about ABC Bank 1
customers?
a) Open Office Base c) Open Office Writer
b) MS Access d) MS Excel
iv. Which command is used to display the salary of the employees after incrementing by 1
1000.
a) Select b)Update
b) Modify d)Change
v. In Base, data can be linked between two or more tables with the help 1
a) primary key
b) foreign key
c) primary key and foreign key
d) none of these
vi. Create table EMPLOYEE 1

EMPID Char(4)
EMPNAME Varchar(15)
DESIGN Varchar(20)
SALARY Decimal
Page 2 of 7
SECTION B: SUBJECTIVE TYPE QUESTIONS

Answer any 3 out of the given 5 questions on Employability Skills (2 x 3 = 6 marks)


Answer each question in 20 – 30 words.

Q. 3 Write down the common communication barriers you may come across when you 2
move to a new city or country.
Q. 4 Name the Stress causal agents. 2
Q. 5 What are the traits of self motivated people? 2
Q. 6 List any two factors that affect self-confidence. 2
Q. 7 What are the Steps for effective time management? 2

Answer any 3 out of the given 6 questions in 20 – 30 words each (2 x 3 = 6 marks)

Q. 8 Define a.Data Inconsistency b.referential integrity 2

Q. 9 The structure of a table “ITEM” is given below. 2


Suggest suitable data type and size of each column.
Column name Type Size
Itemno ____________ ______
Iname ____________ ______
Price ____________ ______
Quantity ____________ ______
Q. 10 Differentiate between Primary key and Foreign key. 2
Q. 11 List Numeric and Alphanumeric Datatypes in OpenOffice Base. 2
Q. 12 Which constraint is used to restrict the values of an attribute within a range.? Write 2
an example Query.

Q. 13 Name the different types of keys in a table.What is composite primary key? 2

Answer any 2 out of the given 4 questions in 50– 80 words each (4 x 2 = 8 marks)

Q.14 Consider the following and answer the questions. 2+1+


a) Wrtite a query to create a table TravelAgency. 1

AgenCode Char(4) Primary Key , Not Null


AgentName Varchar(20)
Location Varchar(25)
Package Varchar(30)
Charges Decimal

b) Wtite 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

Page 3 of 7
Q.15 Consider the following table: Shop 4
Sale_Id Prod_Name Price Discount

1101 Laptop 65000 2500

1103 Pen tab 29500 1000

1105 Desktop 50000 1550

1106 Printer 12000 2000

1. How many fields and records are there in Sales table?

2. Write SQL commands for the following:

i. Display Sales ID and price of all products whose discount is more than
1000.
ii. Display the details of the product who’s name starts with ‘P’
iii. Update the price of Laptop as 75000.

Q.16 Explain the three types of relationships that can be created in Base . 4

Q.17 FabricID Fname Type Disc 4

F001 Shirt Woolen 10

F002 Suit Cotton 20

F003 Tunic Cotton 10

F004 Jeans Denim 5

Write the SQL commands to answer the queries based on Fabric table

1. Write a query to display only those fabric whose disc is more than 10
2. To display those record whose type is ‘Woolen’
3. To modify the fabric shirt by increasing discount by 10
4. To delete the record of fabric F003 from table

Teacher Incharge HOD VicePrincipal Principal

Page 4 of 7

You might also like