Search This Blog

Monday, May 21, 2018

Computer gk 21 may

Q.1. Snapshot of the data in the database at a given instant of time is called _____.

(1) Database Schema 

(2) Database Instance 

(3) Database Snapshot 

(4) All of the above 

(5) None of these 

Q.2. Which of the following is not Unary operation?

(1) Select 

(2) Project 

(3) Rename 

(4) Union 

(5) None of these 

Q.3. Which of the following is not binary operation?

(1) Union 

(2) Project 

(3) Set Difference 

(4) Cartesian Product 

(5) None of these 

Q.4. The raw facts and figures are:

(1) Program 

(2) Information 

(3) Snapshot 

(4) Reports 

(5) None of these 

Q.5. A command to remove a relation from an SQL database is ____.

(1) Delete table  

(2) Drop table  

(3) Erase table  

(4) Alter table  

(5) None of these 

Q.6. Entities having primary key are called?

(1) Primary Entities 

(2) Strong Entities 

(3) Weak Entities 

(4) Primary Key 

(5) None of these 

Q.7. In the E-R diagrams, the term cardinality is a synonym for the term?

(1) Attribute 

(2) Degree 

(3) Entities 

(4) Cartesian 

(5) None of these 

Q.8. TRUNCATE statement in SQL is a ____.

(1) DML statement 

(2) DDL statement 

(3) DCL statement 

(4) TCL statement 

(5) None of above 

Q.9. The default date format in SQL is?

(1) DD-MON-YY 

(2) DD-MM-YY 

(3) DD-MM-YYY 

(4) DD-MM-YYYY 

(5) None of these 

Q.10. For adding number of hours to a date, which of the following statement is used ? 

(1) Date + Number 

(2) Date + Number/24 

(3) Date+Number of Hours 

(4) Date +Hour/30 

(5) None of above 

ANSWERS

Q.1. (2) Snapshot of the data in the database at a given instant of time is called Database Instance.

Q.2. (4) Union is not Unary operation.

Q.3. (5) Project is not binary operation.

Q.4. (5) None of these

Q.5. (2) Drop table

Q.6. (2) Strong Entities

Q.7. (4) Cartesian

Q.8. (2) TRUNCATE statement in SQL removes all records from table, including all spaces allocated for the records are removed.

Q.9. (4) The default date format in SQL is DD-MM-YYYY.

Q.10. (2) Date + Number/24

Sunday, May 20, 2018

Computer gk 20 may

Q.1. Which of the following is a type of DBMS Software?

(1) Data 

(2) My SQL 

(3) MS-office 

(4) utility 

(5) None of these 

Q.2. Which of the following is NOT a type of Microsoft Access database object?

(1) Queries 

(2) Workbooks 

(3) Forms 

(4) Tables 

(5) None of these 

Q.3. The complete picture of data stored in database is known as

(1) System flowchart 

(2) Schema 

(3) record 

(4) DBMS 

(5) None of these 

Q.4. A subset of characters within a data field is known as

(1) Record 

(2) File 

(3) Data string 

(4) Byte 

(5) None of these 

Q.15. Data items grouped together for storage purposes are called-

(1) Record 

(2) Title 

(3) List 

(4) string 

(5) None of these

Q.6. Which of the following terms does not describe a database structure used by a DBMS to link data from several files?

(1) Relational 

(2) Structural 

(3) Network 

(4) All of the above 

(5) None of these 

Q.7. The feature that database allows to access only certain records in database is:

(1) Forms 

(2) Reports 

(3) Queries 

(4) Tables 

(5) None of these 

Q.8. Set of permitted values of each attribute is called ______.

(1) Domain 

(2) Relation 

(3) Tuple 

(4) Schema 

(5) None of these 

Q.9. The primary key must be ____.

(1) Unique 

(2) Not null 

(3) Both 1 and 2 

(4) Either 1 or 2 

(5) None of these 

Q.10. Logical design of the database is called ______.

(1) Database Snapshot 

(2) Database Instance 

(3) Database Schema 

(4) All of the above 

(5) None of these 

ANSWERS

Q.1. (2) My SQL

Q.2. (2) Workbooks

Q.3. (2) Schema

Q.4. (3) Data string

Q.5. (1) Record

Q.6. (2) Structural

Q.7. (3) Queries

Q.8. (1) Domain

Q.9. (3) Primary key must satisfy unique and not null condition for sure.

Q.10. (3) Logical design of database is called Database Schema.