Sei sulla pagina 1di 8

DELHI PUBLIC SCHOOL, BANGALORE- EAST

SUBJECT: VOCATIONAL I.T


REVISION WORKSHEET
NAME: CLASS:X SECTION:
SECTION A
Q1) Fill in the blanks:
a) Autosum option is available in ____________ group under the home tab.
b) A ____________ is the visual motion when one slide changes to the next during a
presentation.
c) To see a section/page break, click the ______________ button.
d) To remove the character formatting, select the text and click on__________________
in the font group Home tab.
e) CREATE, ALTER and DROP are _______________________________statements.
f) I _________________ moved to a new city. (recently, daily)
g) They _______________ (work) hard to win the match. (Future continuous tense)
h) __________________ are text or images included at the bottom of the page and may
repeat in all pages of the document.
i) ___________________ is used to separate the section in a document.
j) __________________ statement is used for modifying records in a database.

SECTION B
Q2) What is DBMS? List three popular DBMS software.
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
Q3) Expand the following:
a) DML:
b) RDBMS:
c) WWW:
Q4) Write the Tab and group names for the following options:
a) Hide/Show: ___________________________________
b) Conditional Formatting ___________________________________
c) Movie ___________________________________
d) Freeze panes __________________________________
e) Sort ___________________________________

Q5) Mention the two ways of inserting a Movie clip.

____________________________________________________________________________
Page 1 of 8
Q6) Which option is used to print multiple slides on a page through the print option in
PowerPoint?
___________________________________________________________________________
Q7)List any four websites that offers free clip arts.
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
Q8) Explain the following:
a) Modem
______________________________________________________________________
______________________________________________________________________
b) Page Break
______________________________________________________________________
______________________________________________________________________
c) Data Types
______________________________________________________________________
______________________________________________________________________

Q9) Write a SQL query to create a table Book_issue with the following structure.

Field Type
Book_ID Char(6)
Student_name Varchar(25)
Date_of_issue Date
Returned Boolean
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
SECTION C
Q10) Name five workbook views.
____________________________________________________________________________
____________________________________________________________________________
Q11) What is the use of speaker notes in a presentation? Also mention in which tab and group
Notes page option available.
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
Page 2 of 8
Q12) Define the following:
a) Foreign Key
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
b) Reports
______________________________________________________________________
______________________________________________________________________

Q13) Explain conditional formatting with the help of an example. List any two formats that can
be used for conditional formatting.
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
Q14) Kanika is a Chartered Accountant. She looks after the accounts of various companies and

keeps their records in MS Excel. Suggest her right option to do the following.

a) To arrange the data in descending order. _______________

b) To extract particular data. ____________________

Q15) You have recently visited a hill station. Describe it using appropriate phrases.
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________
____________________________________________________________________________

Q16)Kartikay is preparing a Digital presentation. Help him to choose the correct option to

a) Insert the table that has already been created in spreadsheet. ________________
b) Add notes to a particular slide. _______________
c) Print only text part of the presentation. _______________
d) To make a single image out of the individual components. ________________

Page 3 of 8
SECTION D
Q17) Study the following table Fabric and answer the following.
FabricID Fname Type Disc
F001 Shirt Woollen 10
F002 Suit Cotton 20
F003 Tunic Cotton 10
F004 Jeans Denim 5
F006 Shorts Cotton 7

a) How many fields are in the table?


_____________________________________________________________________
b) What will be the Primary key for the above table and why?
______________________________________________________________________
______________________________________________________________________
______________________________________________________________________
c) How many records are in the table?
______________________________________________________________________
d) Write a SQL query to insert the following record
(“F005”, “Kurta”, “Woollen”,5)
______________________________________________________________________
______________________________________________________________________
e) Write a SQL query to display all records.
______________________________________________________________________
______________________________________________________________________
f) Write a query to modify the fabric shirt by increasing discount of 10
______________________________________________________________________
______________________________________________________________________
g) Write a query to display only those fabric whose disc is more than 10
______________________________________________________________________
______________________________________________________________________
h) Write a query to display those record whose type is “Woollen”
______________________________________________________________________
______________________________________________________________________
i) To delete the record of fabric F003 from table
______________________________________________________________________
______________________________________________________________________

j) Write a SQL query to display all the data in ascending order of fabric type.
______________________________________________________________________
____________________________________________________________________

***********************

Page 4 of 8
DELHI PUBLIC SCHOOL, BANGALORE- EAST
SUBJECT: VOCATIONAL I.T
REVISION WORKSHEET
NAME: CLASS:X SECTION:
SECTION A
Q1) Fill in the blanks:
a) Autosum option is available in Editing group under the home tab.
b) A Slide Transition is the visual motion when one slide changes to the next during a
presentation.
c) To see a section/page break, click the Show/Hide button.
d) To remove the character formatting, select the text and click on Clear Formatting in
the font group Home tab.
e) CREATE, ALTER and DROP are DDL statements.
f) I recently moved to a new city. (recently, daily)
g) They will be working (work) hard to win the match. (Future continuous tense)
h) Footers are text or images included at the bottom of the page and may repeat in all
pages of the document.
i) Section Break is used to separate the section in a document.
j) Update statement is used for modifying records in a database.

SECTION B
Q2) What is DBMS? List three popular DBMS software.
A database management system is a software package with computer programs that
controls the creation, maintenance, and use of a database.1)Oracle 2)Microsoft SQL
server 3)IBM DB2
Q3) Expand the following:
a) DML: Data Manipulation Language
b) RDBMS: Relational Database Management System
c) WWW: World Wide Web
Q4) Write the Tab and group names for the following options:
a) Hide/Show: Home Tab Paragraph Group
b) Conditional Formatting Home Tab Styles Group
c) Movie Insert Tab Media Clips Group
d) Freeze panes View Tab Window Group
e) Sort Data Tab Sort & Filter Group

Q5) Mention the two ways of inserting a Movie clip.

1)Using Insert Tab 2) Using Title and Content Layout Option

Page 5 of 8
Q6) Which option is used to print multiple slides on a page through the print option in
PowerPoint?
Handouts Option
Q7)List any four websites that offers free clip arts.
www.openclipart.org, www.pdclipart.org, www.clker.com, www.freeclipartnow.com,
www.wpclipart.com
Q8) Explain the following:
a) Modem
A modem is a device that converts digital computer signals into a form that can travel
over phone lines. It also reconverts the analog signals back into digital signals. The
word modem is derived from its function MOdulator/DEModulator
b) Page Break
A page can be inserted anywhere in a document to force the end of a page and the
beginning of a new one.
c) Data Types
Data types are used to identify which type of data (value) we are going to store in
the database. Examples Integer, char, Boolean

Q9) Write a SQL query to create a table Book_issue with the following structure.

Field Type
Book_ID Char(6)
Student_name Varchar(25)
Date_of_issue Date
Returned Boolean
Create Table Book_issue (Book_ID char (6) primary key, Student_name varchar (25),
Date_of_issue date, Returned Boolean);
SECTION C
Q10) Name five workbook views.
1. Normal 2.Page Layout 3.Page Break Preview 4.Custom Views 5.Full Screen
Q11) What is the use of speaker notes in a presentation? Also mention in which tab and group
Notes page option available.
Speaker notes are guided text used by the presenter during presentation. It can be
short or long texts that can be used as a reference by the presenter while making the
presentation. Notes Page option is in View tab Presentation views group

Page 6 of 8
Q12) Define the following:
a) Foreign Key
A foreign key is a column or set of columns in one table that references the
primary key columns in another table. It can be null and duplicate.
b) Reports
A report is used to generate overall work outcome in a clear format. It is an
effective way to organize and summarize data for viewing and printing.

Q13) Explain conditional formatting with the help of an example. List any two formats that can
be used for conditional formatting.
The conditional formatting feature allows to change the formatting of the cells based on the
values and conditions in it. You can specify a condition for the values in the cell, and if the condition
is satisfied then automatically the formatting of the cell change. It helps in analysing the data
visually. For eg. Any example with explanation

1. Number format

2. Font, font style, and font colour (but not font size)

Q14) Kanika is a Chartered Accountant. She looks after the accounts of various companies and

keeps their records in MS Excel. Suggest her right option to do the following.

a) To arrange the data in descending order. Sort

b) To extract particular data. Filter

Q15) You have recently visited a hill station. Describe it using appropriate phrases.
Nainital is a beautiful hill station. It is spread around a splendid lake called Naini.
The lake is surrounded by snow-capped mountains. If you look carefully, you will notice a
large variety of flora and fauna. People can be seen happily participating in adventure
sports in and around the Lake.
Q16)Kartikay is preparing a Digital presentation. Help him to choose the correct option to

a) Insert the table that has already been created in spreadsheet. Object
b) Add notes to a particular slide. Notes Page
c) Print only text part of the presentation. Outline
d) To make a single image out of the individual components. Group

Page 7 of 8
SECTION D
Q17) Study the following table Fabric and answer the following.
FabricID Fname Type Disc
F001 Shirt Woollen 10
F002 Suit Cotton 20
F003 Tunic Cotton 10
F004 Jeans Denim 5
F006 Shorts Cotton 7

a) How many fields are in the table?


4

b) What will be the Primary key for the above table and why?
FabricID because it can uniquely identify each record in the table.
c) How many records are in the table?
5

d) Write a SQL query to insert the following record


(“F005”, “Kurta”, “Woollen”,5)
Insert into “Fabric” (“FabricID”, “Fname”, “Type”, “Disc”) values (‘F005’,
‘Kurta’, ‘Woollen’, 5);
e) Write a SQL query to display all records.
Select * from Fabric;
f) Write a query to modify the fabric shirt by increasing discount of 10
Update Fabric SET “Disc”= ‘Disc+10’ where “Type”= ‘shirt’;
g) Write a query to display only those fabric whose disc is more than 10
Select * from Fabric where Disc>10;
h) Write a query to display those record whose type is “Woollen”
Select * from Fabric where Type= ‘Woollen’;
i) To delete the record of fabric F003 from table
Delete from “Fabric” where “FabricID”= ‘F003’;
j) Write a SQL query to display all the data in ascending order of fabric type.
Select * from Fabric Order By Type ASC;
***********************

Page 8 of 8

Potrebbero piacerti anche