Questions

MCQ . (1 Marks)

Take a timed test

125 questions · auto-graded multiple-choice test.

MCQ 11 Mark
Numeric data type attributes are described by the ………………
  • A
    binary value
  • B
    signed 
  • C
    unsigned
  • All of these
Answer
Correct option: D.
All of these
 All of these
View full question & answer
MCQ 21 Mark
………………….  Type is used to store numerical information.
  • A
    Alphabetic type 
  • Numeric type
  • C
    Binary type 
  • D
    calendar type
Answer
Correct option: B.
Numeric type
Numeric type
View full question & answer
MCQ 31 Mark
how much bytes are used by field is decided by whom ?
  • A
    Users  
  • B
    Administrator
  • Software
  • D
    All of these
Answer
Correct option: C.
Software
Software
View full question & answer
MCQ 41 Mark
$UTF -8$ is compatible with both …………
  • A
    ASCII
  • B
    Unicode
  • Both $(A)$ and $(B)$              
  • D
    None of these
Answer
Correct option: C.
Both $(A)$ and $(B)$              
Both $(A)$ and $(B)$
View full question & answer
MCQ 51 Mark
…………… no.  consumes the least memory.
  • A
    Tyny  Integer
  • B
    small integer             
  • Yes / no (Boolean)
  • D
    Decimal
Answer
Correct option: C.
Yes / no (Boolean)
Yes / no (Boolean)
View full question & answer
MCQ 61 Mark
Base stores alphanumeric characters using ………………
  • A
    $ASCII  $
  • B
    Unicode
  • $UTF -8$
  • D
    All of these
Answer
Correct option: C.
$UTF -8$
$UTF -8$
View full question & answer
MCQ 71 Mark
Which of the following code uses more bytes per character ?
  • A
    $ASCII$
  • Unicode
  • C
    Both $(A)$ and $(B)$
  • D
    None
Answer
Correct option: B.
Unicode
Unicode
View full question & answer
MCQ 81 Mark
Maximum storage capacity of Text $[VARCHAR\_IGNORECASE]$ data type is ………. .
  • A
    $1 GB$
  • $2 GB$
  • C
    $3 GB  $
  • D
    $4 GB$
Answer
Correct option: B.
$2 GB$
$2 GB$
View full question & answer
MCQ 91 Mark
Which type of character set Gujarati and Hindi are ?
  • A
    Extra character set 
  • B
    Executable character set
  • C
    Average character set  
  • Extended  character set
Answer
Correct option: D.
Extended  character set
Extended character set
View full question & answer
MCQ 101 Mark
In $ASCII$ code the no of possible character that can be stored is only ………………. .
  • A
    $24$
  • B
    $34$
  • $256$
  • D
    $64000$
Answer
Correct option: C.
$256$
$256$
View full question & answer
MCQ 111 Mark
ASCII code needs only ……….  Type to store a character.
  • $1 $
  • B
    $4$
  • C
    $8$
  • D
    $16$
Answer
Correct option: A.
$1 $
$1$
View full question & answer
MCQ 121 Mark
how many numeric types are data type available in data type in Base?
  • A
    $4 $
  • B
    $8$
  • $10 $
  • D
    $14$
Answer
Correct option: C.
$10 $
$10$
View full question & answer
MCQ 131 Mark
In the following data type more than …………… characters are there then memo data type is used
  • A
    $64$  
  • B
    $124$
  • $255$
  • D
    $64000$
Answer
Correct option: C.
$255$
$255$
View full question & answer
MCQ 141 Mark
Which of the following data type comparison are not case sensitive and stores capital as you type them ?
  • A
    Text [VARCHAR]
  • B
    Text (fix) [CHAR]
  • Text [VARCHAR_IGNORECASE]  
  • D
    All of these
Answer
Correct option: C.
Text [VARCHAR_IGNORECASE]  
Text [VARCHAR_IGNORECASE]
View full question & answer
MCQ 151 Mark
Maximum storage capacity of Text [VARCHAR ] data type is …………….
  • A
    $1 GB$
  • $2 GB$
  • C
    $3 GB$
  • D
    $4 GB$
Answer
Correct option: B.
$2 GB$
$2 GB$
View full question & answer
MCQ 161 Mark
Text (fix) [CHAR] data type accept which type of character ?
  • A
    $UTF – 4$
  • $UTF -8$
  • C
    $UTF – 16$
  • D
    $UTF – 24$
Answer
Correct option: B.
$UTF -8$
$UTF -8$
View full question & answer
MCQ 171 Mark
Which type is useful for storing alphanumeric character ?
  • A
    $ASCII$
  • B
    Unicode  
  • C
    $UTF$
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 181 Mark
How many types are there for storing alphanumeric character ?
  • A
    $2 $
  • $3$
  • C
    $4$
  • D
    $5$
Answer
Correct option: B.
$3$
$3$
View full question & answer
MCQ 191 Mark
First name or last name of person can be stored in …………….
  • A
    Text [VARCHAR]
  • B
    Text (fix) [CHAR]
  • Text [VARCHAR_IGNORECASE]
  • D
    Memo [ LONGVARCHAR]
Answer
Correct option: C.
Text [VARCHAR_IGNORECASE]
Text [VARCHAR_IGNORECASE]
View full question & answer
MCQ 201 Mark
…………. .  is efficient when the fields are used for searching and it is unsure that whether user will enter searching text in lower case or uppar case.
  • A
    Text [VARCHAR]
  • B
    Text (fix) [CHAR]
  • Text [VARCHAR_IGNORECASE]
  • D
    Memo [ LONGVARCHAR]
Answer
Correct option: C.
Text [VARCHAR_IGNORECASE]
Text [VARCHAR_IGNORECASE]
View full question & answer
MCQ 211 Mark
Which form is used for memo data type ?
  • A
    Char
  • B
    VarChar
  • Long VarChar 
  • D
    Var Char IgnoreCase
Answer
Correct option: C.
Long VarChar 
 Long VarChar
View full question & answer
MCQ 221 Mark
The name of …………….  To be allocated to varchar data type depends on the number of character entered by the user.
  • A
    field
  • B
    data   
  • C
    size 
  • bytes
Answer
Correct option: D.
bytes
 bytes
View full question & answer
MCQ 231 Mark
Which type of data type is used for storing up to the specified length ?
  • $\text{Text [VARCHAR]}$
  • B
    $\text{Text (fix) [CHAR]}$
  • C
    $\text{Memo [LONGVARCHAR]}$
  • D
    All of these
Answer
Correct option: A.
$\text{Text [VARCHAR]}$
$\text{Text [VARCHAR]}$
View full question & answer
MCQ 241 Mark
Maximum storage capacity of text (fix) $[CHAR]$ data type is ………………. .
  • A
    $1\ GB $
  • $2\ GB$
  • C
    $3\ GB$
  • D
    $4\ GB$
Answer
Correct option: B.
$2\ GB$
$2\ GB$
View full question & answer
MCQ 251 Mark
Which of the following data type is used for spaces for shorties strings ?
  • A
    $\text{Text [VARCHAR]}$
  • B
    $\text{Text [VARCHAR_ IGNORECASE]}$
  • $\text{text (fix) [CHAR] }$
  • D
    All of these
Answer
Correct option: C.
$\text{text (fix) [CHAR] }$
$\text{text (fix) [CHAR]}$
View full question & answer
MCQ 261 Mark
What is the full form of $UTF\ ?$
  • Unicode Transformation Format    
  • B
    Unicode Transection Format
  • C
    Unicode Timeline Format 
  • D
    Unicode transform Format
Answer
Correct option: A.
Unicode Transformation Format    
Unicode Transformation Format
View full question & answer
MCQ 271 Mark
Memo data type accepts ………. .  character.
  • A
    $UTF – 4$
  • $UTF -8$
  • C
    $UTF – 16 $
  • D
    $UTF – 24$
Answer
Correct option: B.
$UTF -8$
$ UTF -8$
View full question & answer
MCQ 281 Mark
Which data type is used for stores up to the maximum length of number indicated by user ?
  • Memo
  • B
    Number  
  • C
    Currency
  • D
    Text
Answer
Correct option: A.
Memo
 Memo
View full question & answer
MCQ 291 Mark
Maximum storage capacity of memo data type is ………………. .
  • A
    $1\ GB $
  • $2\ GB$
  • C
    $3\ GB$
  • D
    $4 \ GB$
Answer
Correct option: B.
$2\ GB$
$2\ GB$
View full question & answer
MCQ 301 Mark
…………….  Isa way to define storage structure of the field
  • A
    Field name  
  • Data type
  • C
    Description
  • D
    Field properties
Answer
Correct option: B.
Data type
 Data type
View full question & answer
MCQ 311 Mark
We need to decide data type of each field while ………….
  • A
    before creating table   
  • designing the table
  • C
    after creating table  
  • D
    Any one
Answer
Correct option: B.
designing the table
 designing the table
View full question & answer
MCQ 321 Mark
In camel back each word in field name status with ………. .
  • capital
  • B
    small  
  • C
    both $(A)$ and $(B)$
  • D
    symbol
Answer
Correct option: A.
capital
capital
View full question & answer
MCQ 331 Mark
Which option is used for camel back ?
  • A
    FIRST NAME
  • FirstName
  • C
    firstname   
  • D
    fIRSTnAME
Answer
Correct option: B.
FirstName
FirstName
View full question & answer
MCQ 341 Mark
Which type is suitable for address field ?
  • Alpha numeric type 
  • B
    Calendar type
  • C
    Binary type
  • D
    All of these
Answer
Correct option: A.
Alpha numeric type 
Alphanumeric type
View full question & answer
MCQ 351 Mark
Which type of information is available in address field ?
  • A
    Alphabets
  • B
    Special character 
  • C
    Number 
  • Any one of these
Answer
Correct option: D.
Any one of these
Any one of these
View full question & answer
MCQ 361 Mark
To enter which type of information data type is used ?
  • A
    Letter
  • B
    Number  
  • C
    Special character
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 371 Mark
Which of the following option display a type of data type ?
  • A
    Alpha numeric type 
  • B
    Calendar type
  • C
    Binary type
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 381 Mark
Data type available in base can be divided in ……………… category
  • A
    2  
  • 3
  • C
    4
  • D
    5
Answer
Correct option: B.
3
B. 3
View full question & answer
MCQ 391 Mark
The choice of data type will affect the performance of the ………………….
  • A
    object 
  • data base 
  • C
    entity  
  • D
    attribute
Answer
Correct option: B.
data base 
 data base
View full question & answer
MCQ 401 Mark
Base data type be presented with a ……………….  Of options asking as to choose the kind of attribute want to store.
  • drop down menu
  • B
    check box
  • C
    radio button
  • D
    list box
Answer
Correct option: A.
drop down menu
drop down menu
View full question & answer
MCQ 411 Mark
Use ……. .  if needed, to keep the length of attribute name short in data base.  
  • A
    meaningful form
  • B
    short form
  • abbreviation
  • D
    long form
Answer
Correct option: C.
abbreviation
 abbreviation
View full question & answer
MCQ 421 Mark
In data base, do not use …. .  between world of attribute.
  • space 
  • B
    underscore  
  • C
    both (A) and (B) 
  • D
    none of these
Answer
Correct option: A.
space 
space
View full question & answer
MCQ 431 Mark
In data base subsequent characters use either …………
  • A
    letter
  • B
    number
  • C
    underscore   
  • all of these
Answer
Correct option: D.
all of these
 all of these
View full question & answer
MCQ 441 Mark
Start all attributes name with ……… in data base.
  • letter
  • B
    number
  • C
    underscore
  • D
    any one
Answer
Correct option: A.
letter
letter
View full question & answer
MCQ 451 Mark
What is First name in data base ?
  • A
    field name
  • B
    Data entity 
  • Both $(A)$ and $(B)$
  • D
    none of these
Answer
Correct option: C.
Both $(A)$ and $(B)$
Both $(A)$ and $(B)$
View full question & answer
MCQ 461 Mark
……… names are used at the time of designing the data model.
  • Logical name
  • B
    Physical name
  • C
    Both $(A)$ and $(B)$
  • D
    none of these
Answer
Correct option: A.
Logical name
 Logical name
View full question & answer
MCQ 471 Mark
The name actually used in the internal structure of our tables is called as …. .
  • A
    Logical name
  • Physical name
  • C
    Both $(A)$ and $(B)$
  • D
    none of these
Answer
Correct option: B.
Physical name
 Physical name
View full question & answer
MCQ 481 Mark
Attributes can be defined as characteristics of an …….
  • A
    table
  • B
    key field
  • entity  
  • D
    form
Answer
Correct option: C.
entity  
entity
View full question & answer
MCQ 491 Mark
Which option is used for name in data base ?
  • A
    Logical name
  • B
    Physical name
  • Both $(A)$ and $(B)$
  • D
    none of these
Answer
Correct option: C.
Both $(A)$ and $(B)$
Both $(A)$ and $(B)$
View full question & answer
MCQ 501 Mark
Product, Suppliers ,Employees and customers are known as ……. .   in data base.
  • entity
  • B
    form
  • C
    field
  • D
    key field
Answer
Correct option: A.
entity
entity
View full question & answer
MCQ 511 Mark
Which is the third step for preparing a data base ?
  • Decide data type according to the field
  • B
    Decide key field for table
  • C
    Decide entity of table design
  • D
    Decide attribute for entity
Answer
Correct option: A.
Decide data type according to the field
Decide data type according to the field
View full question & answer
MCQ 521 Mark
Which facility is given in base for attractive output ?
  • A
    table
  • B
    form
  • C
    query
  • report
Answer
Correct option: D.
report
  report
View full question & answer
MCQ 531 Mark
On whom you will process to get information ?
  • Data
  • B
    Data base
  • C
    Table 
  • D
    Field
Answer
Correct option: A.
Data
 Data
View full question & answer
MCQ 541 Mark
A questions asked within the data base enviorment is known as ……
  • query
  • B
    entity
  • C
    attribute
  • D
    information
Answer
Correct option: A.
query
 query
View full question & answer
MCQ 551 Mark
Tables are organized in the form of …. .
  • A
    column and field
  • column and row
  • C
    row and attribute 
  • D
    row and entity
Answer
Correct option: B.
column and row
 column and row
View full question & answer
MCQ 561 Mark
How many table design you should made for each entity ?
  • A
    Only one  
  • B
    Fix
  • Separate
  • D
    Any one of these
Answer
Correct option: C.
Separate
 Separate
View full question & answer
MCQ 571 Mark
Entities can be defined as any ………. .
  • A
    person
  • B
    thing
  • C
    place
  • all of these
Answer
Correct option: D.
all of these
 all of these
View full question & answer
MCQ 581 Mark
Which is the second step for preparing a data base ?
  • A
    Decide data type according to the field
  • B
    Decide key field for table
  • C
    Decide entity of table design
  • Decide attribute for entity
Answer
Correct option: D.
Decide attribute for entity
 Decide attribute for entity
View full question & answer
MCQ 591 Mark
Which option is display to create a data base ?
  • A
    Decide entity and than decide attribute
  • B
    Decide data type regarding field
  • C
    Decide key field for table
  • All of these
Answer
Correct option: D.
All of these
 All of these
View full question & answer
MCQ 601 Mark
how many steps are available for creating data base ?
  • A
    $2$
  • B
    $3 $
  • $4 $
  • D
    $5$
Answer
Correct option: C.
$4 $
$ 4$
View full question & answer
MCQ 611 Mark
…….  Can help in taking decisions by management in organizations
  • A
    Query  
  • B
    Table    
  • Report
  • D
    Form
Answer
Correct option: C.
Report
 Report
View full question & answer
MCQ 621 Mark
…….  Help in providing easy and systematic way to populate table with data.
  • A
    table
  • Widgets
  • C
    Data base 
  • D
    Query
Answer
Correct option: B.
Widgets
 Widgets
View full question & answer
MCQ 631 Mark
Which facility is provided by form ?
  • A
    Entering data in table
  • B
    Editing data
  • C
    Deleting  Data     
  • All of these
Answer
Correct option: D.
All of these
 All of these
View full question & answer
MCQ 651 Mark
Which work is needed to do in table ?
  • A
    Entering new record
  • B
    Editing or deleting existing data
  • C
    See the record in table   
  • All of these
Answer
Correct option: D.
All of these
 All of these
View full question & answer
MCQ 661 Mark
Collection of all fields forms a ……
  • A
    column
  • record
  • C
    entity
  • D
    attribute
Answer
Correct option: B.
record
 record
View full question & answer
MCQ 671 Mark
Attributes of an entity are also termed as ….
  • A
    field
  • B
    record
  • C
    table
  • data base
Answer
Correct option: D.
data base
 data base
View full question & answer
MCQ 681 Mark
Each entity generally has collection of ………
  • attribute 
  • B
    data base
  • C
    object
  • D
    row
Answer
Correct option: A.
attribute 
 attribute
View full question & answer
MCQ 691 Mark
Information of objects are to be stored in ……….
  • data base
  • B
    system
  • C
    field
  • D
    attribute
Answer
Correct option: A.
data base
 data base
View full question & answer
MCQ 711 Mark
…. .  are real world objects about which information is to be stored in data base.
  • A
    attribute
  • B
    Field
  • Entity
  • D
    Record
Answer
Correct option: C.
Entity
 Entity
View full question & answer
MCQ 721 Mark
What is column ?
  • Column      
  • B
    Row
  • C
    Entity
  • D
    Attribute
Answer
Correct option: A.
Column      
 Column
View full question & answer
MCQ 731 Mark
In dabase 4 icon displays …….  Object.
  • A
    tables
  • B
    forms
  • reports 
  • D
    queries
Answer
Correct option: C.
reports 
 reports
View full question & answer
MCQ 741 Mark
What is the important factor to store data in base data base ?
  • tables   
  • B
    forms
  • C
    reports
  • D
    queries
Answer
Correct option: A.
tables   
 tables
View full question & answer
MCQ 751 Mark
In database < icon displays …….  Object
  • A
    tables 
  • forms 
  • C
    reports  
  • D
    queries
Answer
Correct option: B.
forms 
 forms
View full question & answer
MCQ 761 Mark
In database . icon displays …. .  objects
  • tables
  • B
    forms 
  • C
    reports   
  • D
    queries
Answer
Correct option: A.
tables
 tables
View full question & answer
MCQ 771 Mark
In base  table, form, query and report are known as ………. .
  • A
    data entity
  • data object  
  • C
    data application
  • D
    data modules
Answer
Correct option: B.
data object  
 data object
View full question & answer
MCQ 781 Mark
From the following which data object is based on base ?
  • A
    Table
  • B
    Query  
  • C
    Form and reports
  • All of these
Answer
Correct option: D.
All of these
 All of these
View full question & answer
MCQ 791 Mark
A $DBMS$ is based on relational model called ……. .
  • A
    $DBMS$
  • B
    $DBSM  $
  • $RDBMS$
  • D
    $RDBSM$
Answer
Correct option: C.
$RDBMS$
$ RDBMS$
View full question & answer
MCQ 801 Mark
RDBMS is based on which model ?
  • A
    Hierarchical  
  • relational 
  • C
    network
  • D
    product base
Answer
Correct option: B.
relational 
 relational
View full question & answer
MCQ 811 Mark
The organization of data into collection of two dimensional tables are called ………. .
  • A
    row
  • B
    column
  • C
    Both $(A)$ and $(B)$
  • relations
Answer
Correct option: D.
relations
 relations
View full question & answer
MCQ 821 Mark
Which model is the organization of data into collections of two dimessional  tables ?
  • A
    Hierarchical
  • Relational
  • C
    Network
  • D
    Product base
Answer
Correct option: B.
Relational
 Relational
View full question & answer
MCQ 831 Mark
Which type of system base is $?$
  • A
    Spread sheet
  • B
    Presentation
  • $RDBMS$
  • D
    Word Processor
Answer
Correct option: C.
$RDBMS$
$ RDBMS$
View full question & answer
MCQ 841 Mark
Data base are designed according to whom ?
  • A
    Data
  • B
    User               
  • rules
  • D
    Place
Answer
Correct option: C.
rules
rules
View full question & answer
MCQ 851 Mark
Which type of arrangement of things always makes it easier for searching when required ?
  • A
    related
  • B
    Physical
  • Logical
  • D
    Relevant
Answer
Correct option: C.
Logical
Logical
View full question & answer
MCQ 861 Mark
Who is a collection of related data items stored in an organized manner ?
  • A
    Data
  • Dat base
  • C
    information
  • D
    datamodel
Answer
Correct option: B.
Dat base
 Dat base
View full question & answer
MCQ 871 Mark
In following option which option is example of data base ?
  • A
    Name, address, diary containing phone no
  • B
    Attendance record of every students
  • C
    Telephone directory
  • All of these
Answer
Correct option: D.
All of these
 All of these
View full question & answer
MCQ 881 Mark
Who is important as it forms the function for decision making ?
  • A
    data
  • B
    Data base
  • C
    Entity
  • information
Answer
Correct option: D.
information
information
View full question & answer
MCQ 891 Mark
Processed data is called ……………
  • A
    datamodel
  • B
    database
  • information
  • D
    entity
Answer
Correct option: C.
information
information
View full question & answer
MCQ 901 Mark
Looking to the importance of ………… for decision making process many business houses consider it as important asset of the business
  • A
    data
  • B
    data base
  • information
  • D
    table
Answer
Correct option: C.
information
information
View full question & answer
MCQ 911 Mark
“base “ , is based on which datamodel ?
  • A
    Network
  • Relational
  • C
    Hierarchical
  • D
    product base
Answer
Correct option: B.
Relational
Relational
View full question & answer
MCQ 921 Mark
Base is the part of …………… officelisuite.
  • A
    MS office
  • Open office
  • C
    Data office
  • D
    Base office
Answer
Correct option: B.
Open office
 Open office
View full question & answer
MCQ 931 Mark
Which type of software base it ?
  • $DBMS$
  • B
    Presentation
  • C
    Spreadsheet
  • D
    Wod processor
Answer
Correct option: A.
$DBMS$
$ DBMS$
View full question & answer
MCQ 941 Mark
From the following which is open source $DBMS ?$
  • All of these
  • B
    Ingress
  • C
    Base
  • D
    $MYSQL$
Answer
Correct option: A.
All of these
 All of these
View full question & answer
MCQ 951 Mark
A data base is useless if there is no …………… associated with it for accessing its data.
  • A
    $DMBS$
  • B
    $ORACLE$
  • $DBMS$
  • D
    $SQL$
Answer
Correct option: C.
$DBMS$
 $DBMS$
View full question & answer
MCQ 961 Mark
Who makes data base practical and more usable ?
  • A
    datamodel
  • $DBMS$
  • C
    Data base management model
  • D
    Data base management source
Answer
Correct option: B.
$DBMS$
$ DBMS$
View full question & answer
MCQ 971 Mark
For data base following basic tasks are expected to be performed regularly with as much as possible.
  • A
    Maintaining the backup of data base
  • B
    Allowing multiple users to access database simultaneously
  • C
    Allowing data to be stored in multiple languages / places
  • all of these
Answer
Correct option: D.
all of these
 all of these
View full question & answer
MCQ 981 Mark
What is the full form of $DBMS\ ?$
  • Data base Management System
  • B
    Data base Management Solution
  • C
    Data base Management Section
  • D
    Data base Management Source
Answer
Correct option: A.
Data base Management System
Data base Management System
View full question & answer
MCQ 991 Mark
All of the tasks related to the data base handling is known as ……………
  • A
    datamodel
  • data base management
  • C
    data base
  • D
    data source
Answer
Correct option: B.
data base management
data base management
View full question & answer
MCQ 1001 Mark
To work with computerized data base one has to first define and create a ………….
  • A
    data
  • B
    information
  • data base
  • D
    datamodel
Answer
Correct option: C.
data base
data base
View full question & answer
MCQ 1011 Mark
In DBMS chapter, we are discussing ……….  Models .
  • A
    network
  • relational
  • C
    hierarchical
  • D
    productive
Answer
Correct option: B.
relational
relational
View full question & answer
MCQ 1021 Mark
From the following which is the type of datamodel ?
  • A
    Hierarchical
  • B
    Network
  • C
    Relational
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1031 Mark
Base is a collection of …. .
  • related data objects
  • B
    related data application
  • C
    related field objects
  • D
    Related entity objects
Answer
Correct option: A.
related data objects
related data objects
View full question & answer
MCQ 1041 Mark
…….  Model is easy to understand the data relationship and very to manipulate.
  • A
    Hierarchical
  • relational 
  • C
    network
  • D
    product base
Answer
Correct option: B.
relational 
relational
View full question & answer
MCQ 1051 Mark
Relational model is successful because of its ……….
  • simplicity 
  • B
    versatility
  • C
    design
  • D
    decision power
Answer
Correct option: A.
simplicity 
simplicity
View full question & answer
MCQ 1061 Mark
Which is the most successful data model ?
  • A
    Hierarchical
  • relational
  • C
    network
  • D
    product base                      
Answer
Correct option: B.
relational
relational
View full question & answer
MCQ 1071 Mark
Data must be processed in a proper way to generate the useful and meaningful……………
  • information
  • B
    data base
  • C
    table
  • D
    field
Answer
Correct option: A.
information
information
View full question & answer
MCQ 1081 Mark
Datamodel describes way of …………
  • A
    storing
  • B
    retrieving
  • Both $(A)$ and $(B)$
  • D
    none of these
Answer
Correct option: C.
Both $(A)$ and $(B)$
Both $(A)$ and $(B)$
View full question & answer
MCQ 1091 Mark
Relational model is designed by …………. .
  • $\text{E.  F.  Codd}$
  • B
    $\text{F.  E.  Code}$
  • C
    $\text{I.  E.  Code}$
  • D
    $\text{I.  F.  Code}$
Answer
Correct option: A.
$\text{E.  F.  Codd}$
$\text{E. F. Codd}$
View full question & answer
MCQ 1101 Mark
Who is storing and retrieving data ?
  • A
    data
  • datamodel
  • C
    $DBMS$
  • D
    information
Answer
Correct option: B.
datamodel
datamodel
View full question & answer
MCQ 1111 Mark
The underlying structure of data base is known as ………….
  • A
    data
  • datamodel
  • C
    $DBMS$
  • D
    information
Answer
Correct option: B.
datamodel
datamodel
View full question & answer
MCQ 1121 Mark
Base has a versatile way to organize information and store it in …………….
  • table
  • B
    form
  • C
    report
  • D
    query
Answer
Correct option: A.
table
table
View full question & answer
MCQ 1131 Mark
Who must be processed in a proper way to make information useful and meaningful ?
  • A
    Field 
  • Data
  • C
    data base
  • D
    Table
Answer
Correct option: B.
Data
Data
View full question & answer
MCQ 1141 Mark
Who is not muc useful in its original form ?
  • Data               
  • B
    Information
  • C
    Both $(A)$ and $(B)$
  • D
    None of these
Answer
Correct option: A.
Data               
Data
View full question & answer
MCQ 1151 Mark
It is obvious that the perfect decision depends on the ………… of information available .
  • A
    process
  • accuracy
  • C
    importance
  • D
    progress
Answer
Correct option: B.
accuracy
accuracy
View full question & answer
MCQ 1161 Mark
Data is in which form ?
  • A
    Oral
  • B
    Written
  • C
    Computrized and non computerized
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1171 Mark
In following option , which option is an example of information system ?
  • A
    Search engine, reservation system
  • B
    Online banking, online text filling
  • C
    Stock trading system               
  • all of these
Answer
Correct option: D.
all of these
all of these
View full question & answer
MCQ 1181 Mark
From the following which is not open source DBMS ?
  • Oracle
  • B
    Ingress
  • C
    Base
  • D
    $MYSQL$
Answer
Correct option: A.
Oracle
Oracle
View full question & answer
MCQ 1191 Mark
In present technology almost all data is stored and manage …………….
  • electronically
  • B
    handwritten
  • C
    mechanical
  • D
    data base
Answer
Correct option: A.
electronically
electronically
View full question & answer
MCQ 1201 Mark
In the current state of affairs with the arrival and reach of which technology the whole information is stored and managed by electronic method ?
  • A
    Micro science 
  • B
    Rocket
  • Digital
  • D
    Internet
Answer
Correct option: C.
Digital
Digital
View full question & answer
MCQ 1211 Mark
Which type of system you define as a DBMS ?
  • A
    Efficient storage
  • B
    Maintenance
  • C
    Retrieval of data
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1221 Mark
what is data ?
  • A
    Facts, figure
  • B
    Details related to people, places
  • C
    things, events
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1231 Mark
” Row informationor Numbers “ are used for …………. .
  • A
    variable
  • B
    field
  • data
  • D
    information
Answer
Correct option: C.
data
data
View full question & answer
MCQ 1241 Mark
information is the output generated through processing of which ?
  • data
  • B
    table
  • C
    Field
  • D
    Column
Answer
Correct option: A.
data
data
View full question & answer