X Term 1 It
X Term 1 It
CLASS X
INFORMATION TECHNOLOGY
Max. Time: 2 Hours Max. Marks: 50
General Instructions:
1. Please read the instructions carefully.
2. This Question Paper consists of 21 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 (5 + 16 =) 21 questions, a candidate has to answer (5 + 10 =) 15 questions in the allotted (maximum)
time of 2 hours.
5. All questions of a particular section must be attempted in the correct order.
6. SECTION A – Objective Type Questions (24 Marks):
(i) This section has 05 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 (26 Marks):
(i) This section has 16 questions.
(ii) A candidate has to do 10 questions.
(iii) Do as per the instructions given.
(iv) Marks allotted are mentioned against each question/part.
(iv) High expectations from self can leave with chronic anxiety and stress, thus leading to ...........................
stress.
(a) Physical (b) Emotional
(c) Mental (d) Financial (1)
2. Answer any 5 : (1 × 5 = 5 marks)
(i) Which SQL command is use to remove existing records from a table?
(a) Create (b) Remove
(c) Delete (d) Drop (1)
(ii) What does a query in a relational database management system allow user to do?
(a) Update data (b) Retrieve data
(c) Delete data (d) All of the above (1)
(iv) Which SQL command is use to remove an existing table from a database?
(a) REMOVE (b) DELETE TABLE
(c) DROP TABLE (d) REMOVE TABLE (1)
(iv) which wildcard character in LibreOffice base matched zero or more character .
(a) _ (b) ?
(c) (d) % (1)
%]
(1)
(iii) A Relational database uses ........................... commands which is a standard user application that provides an
easy programming interface for database interaction.
(a) Access (b) Python
(c) SQL (d) Protocol (1)
(iv) Suraj wants to create a database for his clients. For this purpose, he needs to store the email IDs of his
clients. Which datatype should he use to accomplish this purpose?
(a) Numeric (b) Varchar
(c) Binary (d) Boolean (1)
(v) Geet has written a SQL query in SQL view. But he doesn’t know how to execute the query using keyboard keys.
Suggest him the shortcut key to complete the task.
(a) Enter (b) Ctrl + E
(c) Space bar (d) F5 (1)
(ii) Which of the following is the process in which the receiver interprets and understand the message?
(a) Decoding (b) Encoding
(c) Feedback (d) None of these (1)
(iv) Speaking louder to drown out the noise is a …………. barrier to communication?
(a) type of (b) Factor causing a
(c) Measure to overcome a (d) None of the above (1)
(v) The sentences “I am going to outside and may take some time to return. “which of the following types of
sentences is this?
(a) Simple (b) Compound
(c) Complex (d) Compound Complex (1)
Answer any 3 out of the given 4 questions in 50–80 words each. (4 × 3 = 12 marks)
17. What are the primary types of data types used in database and how the classified? (4)
18. Explain the term “Referential Integrity”. Why is it important in a database? (4)
19. Consider the following Vendor table and write the queries for the following:
Table Datesheet
Sub_code Sub_Name DateofExam Days
E001 English 11-03-2021 Monday
H002 Hindi 15-03-2021 Friday
S003 Social Sci. 18-03-2021 Monday
S004 Science 21-03-2021 Thursday
(i) Write a SQL command to display the records in ascending order by date of exam.
(ii) Write a query to display the above date sheet.
(iii) Write a query to display the subject name and date of the exam held on ‘Monday’.
(iv) Write a SQL command to display the date of exam and Sub_Name of Science subject. (4)