You are on page 1of 3

SERIES EXAM - I (2022-2023)

Class: - X Subject: - Information Technology (402)


Max. Marks: -50 Time : - 120 Minutes

Name :- ______________________________________ Sec._______________ Roll No. ___________

 The question paper consists of 3 sections


 First section, Section - I is 16 MCQ questions, each question carrying 1 mark
 Second section, Section – II is 16 short answer questions, each question carrying 2 marks
 Third section, Section – III is 1 long answer question having 10 sub questions carrying 1 mark each
 All the questions are mandatory. There are no optional questions
 Read every questions properly and then choose or write your answer

SECTION – I
Questions 1 – 16, 16 Questions, Each Question Carrying 1 Mark 1 X 16 = 16
1. How do you receive information on a phone?
i) Listening ii) Speaking iii) Reading iv) writing
2. What does an upright (straight) body posture convey/show?
i) Shyness ii) Fear iii) Confidence iv) Intelligence
3. Which of these is not an appropriate non-verbal communication at work?
i) Putting an arm around a coworker’s shoulder
ii) Shaking hands firmly
iii) Looking at the speaker with a smile
iv) Standing with an upright posture
4. Non-verbal communication includes
i) Tone of voice ii) Body language iii) Posture iv) All of the above
5. Which of the following is not a medium of transmission?
i) Memos ii) Policy statements iii) Discussions iv) None of the above
6. Identify the type of sentence.
The police caught the criminals who looted the mall.
i) Simple sentence ii) Compound sentence
ii) iii) Complex sentence iv) Passive sentence
7. Which of the following word is an example of preposition?
i) into ii) if iii) many iv) you
8. Which of the following word is an example of interjection?
i) soon ii) when iii) ouch iv) within
9. Which of the following is an adverb?
i) Stand ii) Short iii) Quickly iv) Smart
10. The word communication is derived from communis (Latin) which means:
i) Community ii) Oral Speech iii) Message iv) Common
11. …. Statement is used to retrieve records in a table
i) Alter ii) Update iii) Select iv) Create
12. A …. Represents a single, data item in a table
i) Row ii) Column iii) Datatype iv) Primary Key
13. Which of the following fields would not make a suitable primary key?
i) A date field ii) An invoice number
iii) An auto number field iv) A customers social security number
14. RDBMS stands for
i) Relation Data Module System ii) Relational Database Management System
iii) Right Database Management System iv) None of the above
15. An identification field in a record is called
i) Record ii) File iii) Database iv) Key field
16. A table in a database:
i) Must have a primary key ii) May have a primary key
iii) Has multiple primary keys iv) May have multiple primary keys

SECTION – II
Questions 17-28, 12 Questions, Each Question Carrying 2 Marks 2 X 12 = 24
17. Explain any two 7C’s of communication
18. What are elements of communication cycle?
19. What do you mean by effective communication? List any two barriers to communication
20. What is the difference between conjunction and interjection? Explain with proper example
21. How past experiences impacts the perspectives in communication? Explain
22. Define database management system. Write an example
23. What do you mean by data redundancy? Explain how it is handled in databases
24. Define Foreign key and its usage
25. Differentiate between char and varchar datatypes in database
26. List down any 4 advantages of database management systems over conventional file systems
27. Define the following terminologies
i) tuple ii) schema
28. What is DDL and DML give one example for each

SECTION – III
Question 29 - 10 Sub Questions, Each Sub Question Carrying 1 Mark 1 X 10 = 10
29. Rollno int, Name Varchar(25), M1 int, M2 int, M3 int, Total int, Grade Char(2), Result Char
Student

Rollno Name M1 M2 M3 Total Grade Result


1 abc 90 95 100 285 A1 P
2 pqr 60 70 75 205 B2 P
3 tuv 40 20 10 70 D2 F
4 xyz 20 30 10 60 E1 F
5 mno 98 99 100 297 A1 P

i) What is the degree and cardinality of given table?


ii) Write an SQL query to create the above table named Student
iii) Write an SQL query to insert a record into the table Student
iv) Write an SQL query to update the column Total with appropriate expression
v) Write an SQL query to set the Grade column value as A1 for all those students whose total is
greater than or equal to 270
vi) Write an SQL query to retrieve details of students whom are passed with appropriate condition
vii) Write an SQL query to delete record of the student whose Rollno is 1
Predict the Outputs of Following SQL Queries
viii) SELECT Rollno,Name from Student Where Grade=”A1”;
ix) SELECT Total FROM STUDENT WHERE Total = (SELECT MAX(Total) From Student);
x) SELECT COUNT (*) FROM Student Where Result=”F”;

You might also like