Information Technology
Information Technology
Information Technology
1. ____ offers the ability to query the data and insert, alter, and delete tuples.
a. Transaction Control Language (TCL) b. Data Control Language (DCL)
c. Data Definition Language (DDL) d. Data Manipulation Language (DML)
Answer: (d) Data Manipulation Language (DML)
2. We can add or remove the user IDs using which of these fixed roles?
a. db_setupadmin b. db_securityadmin c. db_accessadmin d. db_sysadmin
Answer: (c) db_accessadmin
3. Section (sect name, wing, expenses) and Student (student_ID, name, sect name, fees).
Here in both of these relations, the sect_name attribute appears commonly. In this case, using common attributes in the
relation schema is a way in which we can relate the _____ relations.
a. Tuple of common b. Attributes of common c. Attributes of distinct d. Tuple of distinct
Answer: (d) Tuple of distinct
4. SELECT title
FROM teacher
WHERE fees <= 200000 AND fees >= 80000;
We can replace this query by which of these?
a. SELECT title
FROM teacher
WHERE fees BETWEEN 200000 AND 80000;
b.SELECT title
FROM staff
WHERE fees BETWEEN 80000 AND 200000;
c. SELECT title
FROM staff
WHERE fees <= 80000 AND fees >=200000;
d. SELECT title
FROM teacher
WHERE fees BETWEEN 80000 AND 200000;
Answer: (d)
a. ~ b. ¬ c. V d. ^
Answer: (b) ¬
9. The ___ system does not require a password to travel across the internet.
a. Response b. Challenge-response c. Manipulation d. Readable
Answer: (b) Challenge-response
13. The node pointing towards another node in a B+ tree is known as:
a. External node b. Leaf node c. Internal node d. Final node
Answer: (c) Internal node
15. A transaction enters into its ___ state when it finishes the final statement.
a. Abort state b. Partially committed state c. Committed state d. Active state
Answer: (b) Partially committed state
16. An operator shall provide the transaction file’s name, and the file consisting of the edited transactions (that are ready
for execution) must be called:
a. Trans. Exe b. Batch. Exe c. Edit. Exe d. Opt. Exe
Answer: (d) Opt. Exe
18. The name of the very first microprocessor chip available commercially was:
a. Intel 4004 b. Intel 639 c. Intel 308 d. Motorola 33
Answer: (a) Intel 4004
19. The easiest way in which we can transfer control is when the old backup site sends ____ to the old primary.
a. Redo logs b. Primary Logs c. Undo Logs d. All of the above
Answer: (b) Primary Logs
24. ___ provides total solutions to reduce data redundancy, inconsistency, dependence and unauthorized access of data ?
a) DBMS b) Tables c) Database d) Protection passwords
Answer : A
26. The software that is used to create text-based documents are referred to as _____ ?
a) DBMS b) suites c) spreadsheets d) word processors
Answer : D
28. ___ search method is conducted for a specific title, domain, URL, or host ?
a) Keyword b) Field c) Boolean d) Miscellaneous
Answer : B
29. Where will we find the referential integrity command ?
a) Tools b) View c) Format d) Table
Answer : D
31. The name of the location of a particular piece of data is its ____ ?
a) address b) memory name c) storage site d) data location
Answer : A
32. Which command we will give if we want to show the database objects with it's decription ?
a) Details b) Show c) List d) None of the above
Answer : D
38. The DBMS acts as an interface between what two components of an enterprise-class database system ?
a) Database application and the database b) Data and the database
c) The user and the database application d) Database application and SQL
Answer : A
40. A tuple is a ?
a) column of a table b) two-dimensional table c) row of a table d) key of a table
Answer : C
41. Grouping and processing all of a firm’s transactions at one time is called ?
a) a database management system b) batch processing
c) a real-time system d) an on-line system
Answer : B
43. Part number, part description, and number of parts ordered are examples of ?
a) control b) output c) processing d) input
Answer : D
47. A ____ provides the user a systematic way of storing information into the database.
a) Query b) Form c) Table d) None of the above
Answer : B
50. Which field property in Base must be set to “Yes” in order to require a value to be entered in a field?
a) Entry Required b) Auto Value c) Format d) Length
Answer : A
52. ____ will help you to display summarized data from the database.
a) Report b) Form c) Table d) None of the above
Answer : A
55. Which query will display the details of all the students in increasing order of Roll number?
a) Select * from student order by ‘Rollno’;
b) Select * student order by ‘Rollno’;
c) Select all from student order by ‘Rollno’;
d) Select * from student orderby ‘Rollno’;
Answer : A
57. Which toolbar helps us move from one record to another in a form in a database?
a) Formatting Toolbar b) Image Toolbar c) Standard Toolbar d) Form Navigation Toolbar
Answer : D
58. What is the correct query to increase the salary of all employees by Rs.10000 in a table named Employee with a
column name of Salary?
a) Update Employee set Salary = Salary + 10000;
b) Update * Employee set Salary = Salary + 10000.
c) Update table Employee set Salary = Salary + 10000;
d) Update table Employee set Salary = 10000;
Answer : A
64. In which of the following formats data is stored in the database management system?
a) Image b) Text c) Table d) Graph
Answer : C
71. The DBMS acts as an interface between ______ and ______ of an enterprise-class system.
a) Data and the DBMS b) Application and SQL
c) Database application and the database d) The user and the software
Answer c
72. The ability to query data, as well as insert, delete, and alter tuples, is offered by ____
a) TCL (Transaction Control Language) b) DCL (Data Control Language)
c) DDL (Data Definition Langauge) d) DML (Data Manipulation Langauge)
Answer: d
74. ______ is a set of one or more attributes taken collectively to uniquely identify a record.
a) Primary Key b) Foreign key c) Super key d) Candidate key
Answer: c