Class 11th Question Paper for Information Technology of Sahodaya Board
Section - A [EMPLOYABILITY SKILL] (10 MARKS)
Part A (Attempt any four questions out of six questions) (1x4=4)
1. Give two benefits of Teamwork.
2. Having conscious knowledge of your own self, capabilities, feelings and one's own character is called a) Self-awareness b) Self-motivation c) Self-control
4. What are components of Green economy?
5. What is the shortcut key for spell check?
6. Track changes are suggestions. If you want to make the changes permanent, you have to them.
a) Underline
Part-B/Attempt any three questions out of five questions) (2x3=6)
7. Explain the verbal method of communication.
8. Explain the three main principles which can be followed to grow a business.
9. Explain any three types of customer needs.
11. How to set Goals using a model?
Section-B [SUBJECT SKILL: IT] (50 MARKS)
Part-A (Attempt any 26 questions out of 30 questions (1 x26=26)
1. How to make TextField uneditable?
2. Which SQL command is used to view the tables in the database?
3. What is the use of DISTINCT keyword in SQL queries?
4. Define record.
5. Explain IN operator.
a) DROP
b) NULL
c) DELETE
9. QUERY: select * from student where roll_no=10;
10. What do you mean by OOP concept?
11. List any two features of MySQL
c) Multiprocessing
d) Real Time Processing
20. Which of the following is not the characteristic of ROM:
a) It is generally used in startup operations of computer.
b) It is a non-volatile
c) Read Only Memory
d) It is generally placed between CPU and Primary memory and acts as a buffer.
21. Which of the following is not a popular word processor?
a) Wordpad
b) Google Docs
c) Notepad
d) Libre Office Writer
22. Antus is software that aims to protect your system against malicious and potentially unwanted programs.
23. What is the use of autofill option in spreadsheet software?
24. Define Phishing.
25. What is the difference between wrapping the text and shrinking the text in OpenOffice Calc?
26. What do you mean by digital literacy?
27. Name any four types of charts which can be used in OpenOffice Calc.
28. Hacking may be described as having computer system. access to someone's
a) malicious
b) unauthorized
c) permanent
d) permitted
29. Which software of OpenOffice is used to make presentations?
30. Shortcut key to start slide show is
a) F4
b) FS
c) F6
d) FS
Part-B (Attempt any three questions out of five questions) (2x3=6)
31. Table-EMPLOYEE
Emp_ID |
Emp_Dept_ID |
EMP_Name |
Emp_City |
Emp_Salary |
EM1 |
D1 |
Ananya |
Ludhiana |
40000 |
EM2 |
D4 |
Priyanka |
Jaipur |
28600 |
EM3 |
D3 |
Prabh |
Delhi |
35000 |
EM4 |
D2 |
Kavita |
Delhi |
40000 |
a) Identify candidate Key(s) in a table.
b) Identify Alternate Key(s) in a table.
c) Which Key will be considered as a Primary Key in a table?
32. Give the rules and conventions for naming a variable in Java. (Any 4)
33. Explain any two types of operating system
34. What is the difference between Save and Save As in OpenOffice Writer?
42 Follow the table and answer the questions in the form of queries:
PLAYER_SN |
PLAYER_NAME |
PLAYER_CITY |
PLAYER_SCORE |
PLAYER_SALARY |
2 |
Rajesh |
Jaipur |
100 |
10000 |
3 |
Suresh |
Delhi |
90 |
20000 |
4 |
Aman |
Jaipur |
50 |
40000 |
5 |
Rajni |
Tonk |
39 |
50000 |
6 |
Harsih |
Barmer |
69 |
20000 |
7 |
Pjiu |
Sikar |
77 |
80000 |
a) To increase the salary of Player by 50% if he scored a century.
b) To display unique city from table Player.
(8, piyush, kota, 90, 14000)