Class 10 Part B - Ans
Class 10 Part B - Ans
Code 402
CLASS – 10
Assessment Time
Assessment Time
Assessment Time
Brain Developer
SECTION 4: APPLICATION BASED QUESTIONS (UNSOLVED)
1. Pooja wants to import a style in her document from another document. What steps
should she follow to accomplish the task?
Ans: To import a style in her document, Pooja should follow the given steps:
Creating new styles in a document with base formatting
Importing styles to another document
Applying the styles
2. Rohan wants to insert some pictures in a document. Suggest any two ways by which he
can insert pictures in the document. Describe the steps also.
Ans: Two methods to insert pictures in a document are:
(i) Inserting an image from a file
(ii) Inserting an image from Clip Art
Click on the Insert tab and select the Picture button in the Illustrations group.
The Insert Picture dialog box appears.
Browse for the picture you wish to insert.
Choose the desired file and click on the Insert button.
Follow the steps given below to insert Clip Art into a document:
Click on the Insert tab. In the Illustrations group, click on the Clip Art option.
The Clip Art gallery appears in the task pane on the right.
Enter keywords in the Search for: field that are related to the image you wish to
insert, or type in the file name of the Clip Art.
To narrow down your search, click on the down arrow in the Result should be:
field and deselect any type of images that you do not wish to see.
Click on the Go button. In the displayed list of results, select the desired Clip Art to
insert it in the document. Or
Click on the drop-down arrow next to an image in the task pane and select Insert, Copy, or
ASSESSMENT TIME
ASSESSMENT TIME
1. Linking spreadsheet data enables you to keep the information................... without editing
multiple locations every time the data changes. (Updated)
2. To insert a new worksheet, click on the ………………………… tab and select the …………………………
option. (Home, Insert)
3. You need to type ........................ manually, if you are entering it using the keyboard.
(Reference)
4. A ....................... is a coloured and underlined text or graphic. (Hyperlink)
5. A........................ is a partial address. (Relative Hyperlink)
ASSESSMENT TIME
1. Some commands are not available when document sharing is activated. (True)
2. All the users will be able to save the shared document while you are resolving the conflicts.
(False)
© Kips Learning Pvt. Ltd. 2020
3. Changes in a spreadsheet are marked by a border around the cells. (True)
4. You can add comments to add some information or provide a feedback. (True)
1. How can a group of people work on the same Excel spreadsheet simultaneously?
Ans: When you share a worksheet, multiple users can work on it simultaneously.
They can enter data, insert rows and columns, add and change formulas, and also
format the same spreadsheet. To share a spreadsheet, follow the given steps:
ASSESSMENT TIME
1. What is a macro?
Ans: Macros are small programs that record your actions as you perform a task in
Excel. When you run the macro later, it repeats your keystrokes and thus actions.
This is why macros are great for automating repetitive tasks. The Macros feature of
Excel allows you to record a set of actions that you perform repeatedly in a
spreadsheet. You can run a macro as many times as you want. They automate the
recorded actions and save your time and efforts. Macros are very useful when you
have to repeat the same task in the same way, over and over again.
2. How can you record a macro?
Ans: Follow these steps to record a simple macro:
a. Click on the View > Macros > Record Macro.
b. The Record Macro dialog box opens as shown in Figure 9.1.
c. Type a name for the macro, for example, KIPS in Macro name field. By
default, Excel gives the name Macro1.
d. Assign a shortcut key Ctrl + Shift + K in the Shortcut key field. This key
combination will be used to execute the macro later on, i.e., when you press
the assigned key combination, the operations recorded in the macro will get
automatically executed.
e. In the Store macro in list box, choose where the macro is to be made
functional. By default, the macro works in the current workbook.
f. You can also provide some description related to the macro in the
Description box. This is optional.
g. Click on OK to start recording the macro.
h. Perform the operations that you want to record in the macro.
i. Click on View > Macros > Stop Recording to finish the recording of the
macro. Press the keyboard shortcut (here, Ctrl + Shift + K) to execute the
macro. Or
j. Click on the View > Macros > View Macros. Select the name of the macro
that is to be executed and click on Run. Observe that the operations
recorded in the macro get automatically performed.
3. Write the syntax to define a macro as a function.
Ans: A function is a line of code that gets executed on function calling. When you
call a function, it gets invoked and returns result as per the code. To define a
macro as a function, use the keyword Function. Each function has a name and
may have parameters whose values you pass when you call the function.
Syntax:
To define a simple function without parameters:
Function Function_Name () Body
of Function
Function_Name=Result
End Function
4. Write a VBA code to access the A4 cell of a worksheet directly using the cell object.
Ans:
Sub
sbGetCellData()
© Kips Learning Pvt. Ltd. 2020
MsgBox Cells (1, 4)
End Sub
1. Ravi is taking part in an election, where he requires 66% of votes to win the election.
Assuming that there are 200 total voting members, and currently he has only 98 votes,
which is not a sufficient number because it only makes 49% of the total voters. He wants
to calculate how many more votes does he need? Suggest a feature of Excel that he
should use to get the value.
Ans: Goal Seek
2. Manish has shared a spreadsheet with his friend Kunal to enter some information.
Help Kunal open the shared spreadsheet in Excel.
Ans: Locate the file in network location and double-click on it to open it.
3. Rani has received a spreadsheet that has been reviewed by her friend Kavyansh who
made all the corrections after turning on the Track Changes. Help Rani to accept or reject
the changes in the spreadsheet.
Ans: Click on Review>Track Changes>Accept/Reject Changes.
4. Suppose, you have sent a worksheet to your friend, and he reviewed the worksheet
without activating the track changes? Which feature of Excel can you use to easily
identify the changes? Ans: Use Compare and Merge Workbook feature.
5. Kanika has created a macro. Suggest how she can run the created macro.
Ans: Click on View> Macro> View Macros, select the macro name from the Macros
dialog box and choose Run.
=Function_Name(Parameter1, Parameter2,...)
Ans: Referential Integrity is implemented when the user wants to fetch data from two or
more tables. This is possible only if all the tables have at least one common field. Referential
Integrity (RI)
© Kips Learning Pvt. Ltd. 2020
is a rule in RDBMS. It states that a foreign key must have a matching primary key, i.e., all its
references must be valid and the users cannot accidentally delete or modify data.
In relational database, there are different types of relationships that can exist between a
given pair of tables. These are listed as follows:
One-to-One
One-to-Many
Many-to-Many
Ans: In this type of relationship, records of one table are associated with several
matching records of another table. For example, different customers can buy different
products.
2. What is the difference between the Query Wizard and Query Design View?
Ans: A Query Wizard provides a quick way to create a query. You choose the contents of
a new query either from an existing list of tables or queries. With Query Wizard you can
quickly add the columns you need to add in a new query. On the other hand, in Query
Design, to create query you need to individually, manually choose each column.
3. What is SQL?
BRAIN DEVELOPER
SECTION 5: SHORT ANSWER TYPE QUESTIONS (UNSOLVED)
Attribute: Columns are referred to as fields. A field describes a specific property of a record,
that is why a field is also known as an attribute. An attribute is a piece of information about
an object. relational database model
Ans: A relational model enables the users to store data in several tables. It has the
capability to retrieve data from the different related tables conveniently, to produce the
answers to questions that cannot be answered from individual tables alone. These tables
are related to one another in such a way that whenever there is a need, the data can be
joined by establishing a relationship between tables and information can be accessed
from them at once.
a. Enforcement of Data Standards: A database always holds data in a standard format. The
standard may relate to the naming of data, format of data, structure of data, etc.
Standardised data facilitates data interchange or migration between different systems.
b. Data Availability: The data of a database can be available anytime and anywhere.
DBMS enables multiuser access to information that is available remotely and 24 hours a
day, 7 days aweek.
c. Reduced Data Redundancy: Data redundancy occurs when the same piece of data is
duplicated unnecessarily multiple times in a database. The chances of data duplicity are very
high. In the database approach, ideally, all the information is kept at only one place and
shared among the users. There is no need to maintain a separate copy of the same data
over and over again. This capability minimises data duplication and redundancy.
2. State the relationship and difference between a primary and foreign key.
Ans: A key plays an important role in relational database. It is used for identifying unique
records (rows or tuples) from a table. It also establishes a relationship among the tables.
Relationships are links that associate a field in one table with a field in another table.
A primary key is a set of one of more fields that uniquely identifies each record in a table. It does
not contain any duplicate data. A table can have only one primary key. The value in the primary
key field is different for every tuple and thus helps in uniquely identifying the records. A foreign key
is a field or set of fields that is used to establish a relation between the two tables. In other words,
it consists of one or more fields whose value matches with a primary key in another table.
Basically, a foreign key in one table is used to point at a primary key in another table. It acts as a
cross-reference between the tables. For maintaining the cross-reference, it makes use of the
primary key.
4. What are tables? List the different ways available in MS Access to create tables.
Ans: Tables store the complete data in a structured manner, in the form of rows and
columns. Every table has a finite number of columns but it can have infinite rows.
Tables are the basic building blocks of a database. Data is stored in it by using
tables.
You can create tables in an existing database by any of the following methods:
a. Using Design View: In the Design View, you can create a table from
scratch by defining the field names and field types.
b. Using Datasheet View: In the Datasheet View, you can enter, edit, or update
the data of the created tables. This view does not allow you to design the
table structure from scratch.
5. What is SQL? Discuss any two DDL and DML commands with their syntax.
Ans: Structured Query Language (SQL) is the language used in RDBMS for writing
queries. Using SQL, a user can create queries to fetch and manipulate data from the
database.
a. The Select command is a DML command. The Select statement is used to retrieve
multiple records from one or more tables of a database. It is the most commonly
used DML command.
The DROP TABLE COMMAND is a DDL command. The DROP TABLE command is
used for removing an existing table from a database.
Syntax: DROP TABLE Table_name;