X IT Rev3 Anskey
X IT Rev3 Anskey
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
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)
6. In _______ data type there can be only two values - True or False.
a) boolean b) binary c) char d) both a) and b)
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
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
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.
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.
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.
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