0% found this document useful (0 votes)
43 views3 pages

X IT Rev3 Anskey

Uploaded by

T. Dharshini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views3 pages

X IT Rev3 Anskey

Uploaded by

T. Dharshini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Heartfulness International School – Omega Branch: Chennai – 600 128 Academic Year 2024-2025

Revision Examination – 3
Subject: Information Technology
Class: X Section: Duration: One Hour
Name: Roll No. Maximum Marks: 25
Date: 27.11.2024
General Instructions:
 Answer all the Questions

I. MCQs 10x1=10

1. While creating a database if you hit ______the database will be made public and hence can be
accessed by other people.
a) ‘Yes, register the database’ b) ‘No, do not register the database’
c) both a) and b) d) None of the above

2. The keyboard shortcut key to open an already existing database is ________


a) Ctrl+O b) Shift+F4 c) Ctrl+N d) Shift+O

3. Which of the following is False about primary key of a table?


a) Every table must have a primary key
b) A primary key field cannot be left blank
c) A default value has to be assigned to primary key field.
d) The data values in primary key field cannot be duplicated.

4. Which of the following is not required to set a relationship between the two tables?
a) Both the tables must be in the same database.
b) Both the tables must have a common field.
c) Both the tables must have the same name.
d) Both a) and c)

5. Which of the following is not a numeric datatypes?


a) float b) int c) date d) decimal

6. In _______ data type there can be only two values - True or False.
a) boolean b) binary c) char d) both a) and b)

7. Which of the following function cannot be applied to text datatype?


a) Maximum b) Minimum c) Sum d) Count

8. Which field property to be set if the field should not be left empty.
a) AutoValue b) Entry Required c) Default Value d) AutoValue

9. Pick the wrong option. A query can be created in three ways.


a) Using a Wizard b) In Design View c) In SQL view d) Using a Menu

10. _____ are special characters that are used as substitutes for one or more characters in a string.
a) Strings b) Wildcard c) Varchar d) Text

Page 1 of 3
Heartfulness International School – Omega Branch: Chennai – 600 128 Academic Year 2024-2025

II. Answer the following in 20-30 words: 5x1=5

11. What are the various rows found in the Design grid of the Query Design window?
Field, Alias, Table, Sort, Visible, Function and Criterion

12. What is the difference between the Static report and Dynamic report?
Dynamic report: The field values in the base table or query change, the report will also change
automatically.
Static report: If you don’t want automatic updation of the report, choose the Static option.

13. Write the steps to print Date and Time in a Report.


Select the Form  Right click  edit
Click the Page Header area  Insert  Date and Time. The date and time will be inserted on the
top left corner of the Page Header area.

14. What is meant by sorting? What are the sorting options available in LibreOffice Base?
The process of arranging the records in particular order on any filed is called as sorting.
Sort Ascending: if the table has to be sorted in descending order of selected field.
Sort Descending: if the table has to be sorted in descending order of selected field.
Sort: Sometimes we may need to sort the table based on more than one fields. In such case, click
Sort

15. Identify the Candidate keys, Alternate keys, Primary key, and Foreign key from the tables given
below.

III. Answer the following in 40-50 words: 3x2=6

16. What is a tool tip in Forms? How will you add a tool tip for a label in Forms?
A tool-tip is a small piece of text that is displayed when the mouse pointer is placed on a
particular control.
Press Ctrl + click on a text box. Right click and select Control Properties option.
In the dialog box, scroll down till Help Text property appears. Type the required text.
Page 2 of 3
Heartfulness International School – Omega Branch: Chennai – 600 128 Academic Year 2024-2025

17. What is the difference between design view and Form view?
Design View is meant for making some modifications in the form. Right click on the form name
and select Edit to enter Design view
Form view is meant to add, edit and view records in a form.
To toggle between Design view and Form view press Design Mode button on the Forms Controls
toolbar.

18. Give the difference between a form and a report.


A form is an object of the database that has a user friendly interface where data can be entered
and seen in an attractive and easy-to-read format.
A report is used to present the retrieved data in an attractive and customized manner. We can
create a report based on a table or a query or both.

IV. Answer the following in 50-80 words: 1x4=4

19. a) Write about relationship between the tables and its types.
While working with multiple tables, you need to check the redundancy and inconsistency of data.
This is done by setting relationship between the tables of a database. The types are
One-to-One relationship :
In this type of relationship, one specific record of a master table has one and only one
corresponding record in the transaction table.
One-to-Many relationship
In this type of relationship, one specific record of the master table has more than one
corresponding records in the related transaction table.
Many-to-Many relationship
In this type of relationship, there will be multiple records in the master table that correspond to
multiple records in the transaction table as well.

b) Write about the four options of relationship between tables to maintain the Referential
Integrity.
• No action –This option states that a user should not be allowed to update or delete any record in
the master table if any related record exists in the transaction table.
• Update cascade – This option allows the user to delete or update the referenced field but along
with it all the related records in any of the transaction tables will also be deleted or updated.
• Set NULL – This option assigns NULL value to all the related fields if the master record is
deleted or updated.
• Set default – This option assigns any fixed default value to all the related fields if the master
record is deleted or updated.

Page 3 of 3

You might also like