Information - Tech - Class 10
Information - Tech - Class 10
Information technology
CLASS: X Max Marks: 30
Date : Max.Time : ½ hrs
General Instructions:
Page 1 of 7
SECTION A: OBJECTIVE TYPE QUESTIONS
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
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
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 2 out of the given 4 questions in 50– 80 words each (4 x 2 = 8 marks)
Page 3 of 7
Q.15 Consider the following table: Shop 4
Sale_Id Prod_Name Price Discount
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
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
Page 4 of 7