0% found this document useful (0 votes)
58 views6 pages

11th Computer CH-9

Uploaded by

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

11th Computer CH-9

Uploaded by

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

Sub: Computer Std.

:11th EC

Chapter: 9 Intro to Database Management System

9.1 data and information


Here students will get idea about data, process and information. And he will
know the importance of information.
1. All kinds of facts, figures and details related of people, places, things or events is known as _______ .
A information B data
C decisions D process
2. _______ can be described as the required result obtained from processing of data.
A Information B Data
C Decisions D Process
3. _______ is nothing but processed data.
A Information B Data
C Decisions D Process
4. _______ is a collection of related data items stored in an organized manner.
A Data B Office
C Database D Library
5. _______ arrangement of things always makes searching easier as and when required.
A Database B Information
C Simple D Logical
6. The underlying structure of database is known as _______ .
A Data design B Data model
C Data structure D None of these
7. All tasks related to database handling is known as _______ .
A Work system B Tasks
C Data transaction D Database management system
8. To work with computerized database, a _______ has to be first defined and created.
A field B table
C database D query
9. Oracle, Ingress, DB2, SQL Server, MS Access are examples of _______.
A HDD B DBMS
C OpenOffice D Base
10. To keep the database ready with latest up-to-date data, _______ tasks are expected to be performed
regularly.
A Adding data into database. B Editing the content.
C Removing unnecessary data. D All of these
11. OpenOffice Base is based on a _______ .
A Relational data model B Relational table
C Office model D None of these
12. Base is a collection of related data objects known as _______.
A Tables B Queries
C Reports D All of these
13. ______ is the basic unit for storing data in database.
A Desk B Chair
C Table D Report
14. _______ are real world objects about which information is to be stored in database.
A Tables B Entities
C Queries D Reports
15. Attributes of an entity are represented in the form of _______.
A Columns B Rows
C Tables D Fields
16. Attributes of an entity are also termed as _______.
A Columns B Rows
C Tables D Fields
17. Collection of all these fields forms a _______.
A record B form
C tables D reports
18. _______ is an object which allows entering the data in the table and editing or deleting existing data in
the tale.
A Record B Form
C Tables D Reports
19. A question asked within the database environment is known as _______.
A table B form
C query D report
20. The presentation of information in an organized and readable format as per user requirement is
known as _______
A table B form
C query D report
21. Data can be in any form,_______.
A Written B Oral
C Computerized D All of these
22. Data helps in decision-making _______.
A Process B Work
C Relation D None of them
23. _______ forms the foundation for decision making
A Data B Information
C Database D A Network
24. A school attendance record is a _______.
A field B record
C database D collection
25. The words _______ and Organized form a very important part in definition of database.
A Hierarchical B Network
C Related D Database
26. A _______ describes the way of storing and retrieving data.
A Data base B Data record
C Data store D Data model
27. _______ is a type of data model.
A Hierarchical B Network
C Relational D All of these
28. All tasks related to database handling is known as _______ management.
A Database B Information
C Computerized D Process
9.2 database & DBMS
Here students will know about DATABASE & DBMS.
29. ___can be defined as system designed for efficient storage, maintenance and retrieval of data.
A Base B DBMS
C Database D Data Model
30. _______ is a Relational Database Management System (RDBMS).
A BASE B Office
C MS Word D Excel
31. _______ is the organization of data into collections of two dimensional tables.
A RDBMS B Database
C Relations D Base
32. Relational model is based on the theory of sets and relations of mathematics were designed by _______.
A F.G.Codd B A.B.Codd
C F.E.Codd D E.F.Codd
33. A _______ consists format, style and widgets like radio button, list box that provide easy and systematic
way to populate table with data.
A record B form
C tables D reports
34. A _______ display subset of data contained in various tables of a database.
A table B form
C query D report
35. Base has a facility to prepare effective professional _______.
A report B database
C relations D button
36. _______ can be defined as characteristics of an entity.
A Attributes B Properties
C Decisions D Forms
37. The _______ name of the attributes will always have to confirm to the conventions imposed by the
software.
A physical B logical
C format D first
38. _______ is the convention to name the attributes in Base.
A Start all attributes names with a B Do not use space between words
letter
C Only use underscore as a special D All of the above
character
9.3 data types in base
Here students will remember different data types used in base.
39._______ is a way to define storage structure of the field.
A Accuracy B Data type
C Design type D All of these
40.There are _______ categories of Data Types in Base.
A one B two
C three D four
41.Text (VARCHAR) data type accepts _______ data.
A numeric B alphanumeric
C binary D calendar
42.The _______ data type has a limitation o number of characters that can be used.
A character B alphanumeric
C numeric D binary
43.To score descriptive data _______ data type is used.
A character B memo
C descriptive D alphanumeric
44.The _______ code needs only one bye to store a character.
A ASCII B Unicode
C Variable D None of these
45._______ standard uses more byes per character.
A ASCII B Unicode
C UTF-8 D None of these
46.Base uses _______ to store alphanumeric characters.
A ASCII B Unicode
C UTF-8 D All of these
47._______ data type attributes are described by the number of bytes they used and whether they are
signed or unsigned.
A Numeric B Alphanumeric
C Binary D Calendar
48. A _______ number uses just one bit.
A Boolean B ASCII
C Unicode D UF-8
49. The range for SmallInt is _______.
A -123456 to 123456 B -32768 to 32768
C Unlimited D 0 - 255
50. _______ is a Numeric Type attribute.
A Real B Decimal
C BigInt D All of these
51. _______ data type is used to store information like year, month, day.
A Numeric B Alphanumeric
C Binary D Calendar
52. _______ data type attributes stored the time of the day.
A Time B Day
C Calendar D Timestamps
53. The _______ type attribute stores that comes as a long string of zeros and ones.
A image B binary
C array D byte
54. Maximum length of a Var Binary data type is ______.
A 1GB B 1.5 GB
C 2 GB D 2.5 GB
55. Field names like “Pincode” or “Mobile Number” should be assigned ___ data type.
A numeric B alphanumeric
C text D binary
56. Base sorts numbers in a Text field from _______ .
A Right to left B Left to right
C Bottom to top D Top to bottom
57. The field that has a unique importance in a table is known as _______ field.
A key B main
C unique D important
9.4 primary key
Here students will know what is primary key and how to use it.
58. In terms of database, a field or combination of fields capable of identifying each record uniquely is
known as ______ .
A Main key B Unique key
C Primary key D All of these
59. A _______ value means unknown or missing value.
A empty B void
C null D zero
60. _______ is a combination of more than one field serving as Primary Key.
A Composite Primary Key B Complete Primary Key
C Compulsory Primary Key D Unique Primary Key
61. _______ is an example of an attribute.
A SupplierName B Descriptive
C Entity D None of these
62. _______ is the correct format of writing field name.
A Firstname B First_name
C FName D All of these
63. The name actually used in the internal structure of our tables is called a ___ name .
A mental B physical
C hypothetical D theoretical
64. _______ is a special character used in naming of an attribute.
A Underscore B Hash
C Dollar D Dash
65. In _______ back notations, each word in field name starts with capital letter.
A Tiger B Horse
C Camel D Lion
66. FirstName, LastName, AddressLine1 are example of ______ notations.
A Tiger B Horse
C Camel D Lion
67. Alphanumeric type, Calendar type or Binary type are all __ types available in Base.
A Data B Information
C Database D A Network
68. The data type of Memo is _______ .
A Char B Long Var Char
C Var Char D Var Char Ignore Case
69. The data type of Text(fix) is _______.
A Char B Long Var Char
C Var Char D Var Char Ignore Care
70. The data type of Text is _______.
A Long Var Char B Var Char
C Var Char Ignore Case D Both (b) and (c)
71. _______ data type stores more than 255 characters.
A Text B Memo
C Numeric D Text(fix)
72. _______ data type stores information like marks, salary or balance in bank account.
A Text B Memo
C Numeric D Text(fix)
73. The range for Boolean is _______ .
A 0-100 B 0-1
C Unlimited D 0-255
74. The range for TinyInt is _______.
A 0-100 B 0-1
C Unlimited D 0-255
75. The range for Numeric is _______.
A 0-100 B 0-1
C Unlimited D 0-255
76. The fields Joining_date, Birth-date etc. should be assigned to _______ data type.
A Calendar B Time
C Date D Timestamp
77. A JPEG or an MP3 file will be stored under _______ data type.
A binary B calendar
C image D music
78. Defining a _______ key is a must for each table.
A Main B Unique
C Primary D All of these
79. In a table “Supplier”, there are fields called “Scode”, “SupplierName”, “SupplierAddress”. _______ field
should be taken as a Primary key for being unique.
A SupplierName B SupplierAddress
C Supplier D Scode
80. To start Base, _______ .
A Select Applications’Office ‘Base B Select Applications → Office →
OpenOffice.org 3.2 Base
C Select Applications → Base D Any of these
81. Base gives us _______ options to start working with database.
A One B Two
C Three D Four
82. In Table Wizard of Base software readymade tables divided into __ categories.
A one B two
C three D four
83. Tables like Photographs, Recipes, Plants etc are available under _______ tables list.
A personal B business
C samples D available
84. Text [VARCHAR], Text(fix) [CHAR], Number [Numeric] are all kinds of ___ types.
A name B properties
C description D field
85. While defining each field, it is associated with _______ terms.
A one B two
C three D four
86. Creating tables using _______ view is more beneficial.
A Design B Wizard
C Personal D Name
87. To designate a Primary key _______ click on the field 0 open a sub-menu.
A left B right
C top D bottom
88. Full form of DBMS is _______ .
A Database Management Software B Database Management System
C Design Management Software D None of these
89. To create a new database, the user has to choose _______ option.
A Create a new database B Open an existing database file
C Connect to an existing database file D None of these
90. To not to make the database public, select the option _______ .
A Yes, register the database B No, do not register the database
C Open database for editing D None of these
91. Table Wizard of Base software consists of readymade tables like __ and Personal.
A Official B Non-official
C Business D All of these
92. The _______ button helps in selecting all the fields under available fields.
A > B <
C >> D <<
93. The _______ button helps in selecting only the desired fields under available fields.
A > B <
C >> D <<
94. In __pane of Database objects like Tables, Queries, Forms and Reports can be seen.
A left B right
C top D bottom
95. While creating a table, entering the _______ of each field is a good practice.
A text B number
C details D description

You might also like