ANSWER KEY-Grade 10-IT - Prelims 1 (Revision Sheet)
ANSWER KEY-Grade 10-IT - Prelims 1 (Revision Sheet)
Q1 Answer any 4 out of the given 6 questions on Employability Skills (1×4=4 marks)
i. A/An _____ has to create a spirit of team work and motivate them. 1
a)government policy b) entrepreneur c) Both (a) and (b) d) none of these
Ans: b) entrepreneur
iii. Which of the following is necessary for the maintenance of the environment? 1
a)Sustainable development b) man made resources
c) poor management d) none of these
Ans: a)Sustainable development
pg. 2
iv. Ananya is making a table in Base to store data of all the employees working in her 1
organization. She has decided on the various information that she needs to store in that
table. She also ha to have a field in which only unique data can be entered. Out of the given
fields suggest the best field suitable that can be used as a primary key, so that it can accept
only unique data.
a)Emp_dept b) Emp_number c) Emp_DOB d) Emp_name
ANS: b) Emp_number
v. According to Open Office Calc which of the following is not a What-if analysis tool? 1
a)Scenarios b) Solver c) conditional formatting d) Goal Seek
ANS: d) Goal Seek
vi. Computer connected with LAN 1
a)can go online b) can E-mail c) can work fast
d) can share information or peripheral devices
ANS: d) can share information or peripheral devices
Answer any 3 out of the given 5 questions on Employability Skills (2×3=6 marks)
Answer each question in 20-30 words.
Q6. Write the steps to remove the password from a file. 2
ANS;
The steps to remove a password from a file are:
Click “file” and “Save as”. Choose the option that saves the file with the “.xlt” extension.
Uncheck the option in the bottom left corner that says “Save with password”. Press “Save”.
Q7. Explain any two functions of an entrepreneur. 2
ANS: Two functions of an entrepreneur are as follows:
(i)Innovation: It includes introducing new products, opening new markets, new sources
of raw material and new organization structure.
(ii) Risk-Taking: Choosing one among various alternatives, the end results of which are
unpredictable.
Q8. How does yoga to manage stress? 2
ANS: Yoga is a mind-body practice that combine physical poses, controlled breathing
and meditation or relaxation. It helps in stress management by relaxing the body and
mind, develop a connection between them releasing emotional energy and helping to
breathe more effectively.
Q9. What are the disadvantages of non-verbal communication? 2
ANS:
(a)In the absence of language, this type of communication does not convey actual
meaning of the message. This makes the communication imprecise.
b) It can be confusing as no clear message is conveyed.
c) Long conversations are not possible in non-verbal communication.
d) It can be costly as Neon signs, PowerPoint presentation movies involve huge cost.
Q10. What do you mean by entrepreneur? 2
ANS:
An entrepreneur is an individual who creates a new business, bearing most of the risks
and enjoying most of the rewards. Entrepreneurs are innovators, who use the process of
pg. 4
entrepreneurship to shatter the status quo of existing products and services, in order to set
and new products, new services.
\
Answer any 4 out of the given 6 questions in 20-30 words each (2×4=8 marks)
Q11. What is the use of Scenario tool? 2
ANS:
A Scenario is a set of values that Calc saves for a group of cells. Whenever we run a
scenario, Calc automatically substitutes the saved cell values into a connected formula to
give us an output. By having different scenarios for a same group of cells we can get
different results from the formula and compare these results to know which is the most
suitable set of values for us.
Q12. What is the use of grouping objects in a digital documentation application? 2
ANS:
Grouping drawing objects make it easier to handle several objects as a single entity, while
preserving their relatives sizes and positions. When objects are grouped, any editing
operations carried out on that group are viewed to all members of the group. If you click
on one member of the group, the whole group is selected.
Q13. Name any two two ways of wireless connections of Internet. Ramya wants to connect all 2
the computer of her office wirelessly in order to avoid uncoordinated cables. Which
wireless technology would be best suitable for her office?
ANS:
Wi-Fi and WiMax are the two ways of wireless connections of Internet. Wi-Fi technology
would be best suitable for her office to avoid cabling. Because, it allows high speed
Internet connections without the use of cables or wires.
Q14. Write the steps for text-fitting in Word document. 2
ANS;
There are several text fitting/wrapping options in Open Office Writer.
On the main menu, click Format>Wrap. The Wrap menu options provide several
possibilities:
a)Alternate paragraphs and graphics, maintaining a separation between them (Wrap Off).
b) Wrap text around the graphics (Page Wrap or Optimal Page Wrap)
c) Put a semi-transparent graphic over the text (Wrap Through)
d) Add a graphic in the background.
Often you need to insert graphics with no text around them. To set the position of an
image to the Wrap Off format, follow the following steps:
(i) Select a graphic by clicking on it
(ii) Right-click to display the context menu and move the mouse pointer to Wrap
to display the various modes.
(iii) Select No Wrap
pg. 5
Data is a raw numbers, characters or facts represented by a value. Most of the
organizations generate, store and process large amounts of data. The data acts as a bridge
between the hardware and the software. Data may be of different types such as User data,
metadata and application metadata.
Answer any 3 out of the given 5 questions in 20-30 words each (4×3=12 marks)
Q17. Lavish wants to know the following points about database. 4
a)Definition of a Database Management System
b) Any two advantages of using database management system for school.
(i)How many fields and records are there in the table Summer Camp?
(ii) Write SQL queries for the following:
(a) Display all the record of table Summer Camp whose DOB is between 02/02/18 and
13/04/19.
(b) Display all the records having Gender F.
(c) Display all the records according to the First Name
ANS:
(i)There are 6 fields and 6 records in the table summer camp.
(ii)
a)SELECT * FRO SummerCamp WHERE DOB BETWEEN 02/02/18 AND 13/04/19;
b) SELECT * FROM SummerCamp WHERE Gender-‘F’;
c) SELECT * FROM SummerCamp ORDER BY First Name;
Q20. Ojas had prepared a Table of Contents of the project work he has done in a 4
documentation.
a)Teel him the different steps to update the TOC.
b) Tell him the different steps to delete the TOC.
Q21. Manya is studying about the different topologies available in networking. Tell her the 4
difference between Star Topology and Bus Topology with the help of a suitable diagram.
pg. 6