Question
Easy
A Database Management System (DBMS) is:
1
Collection of interrelated data
2
Collection of programs to access data
3
Collection of data describing one particular enterprise
4
All of the three
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation
The correct option is (4): A Database Management System (DBMS) is defined not by a single component, but by the synergistic combination of several key elements. The fundamental purpose of a DBMS is to act as a system for defining, creating, maintaining, and controlling access to the database. Therefore, the complete and accurate definition must encompass the data itself—the "Collection of interrelated data" and the "Collection of data describing one…Read More
Similar Questions from HTET Exam - Level 3 - Year 2020
Question 1
Easy
Source :
HTET 2020
From which of the following is HTML derived ?
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 2
Easy
Source :
HTET 2020
The outcome of a SQL SELECT statement is a:
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL
Question 3
Easy
Source :
HTET 2020
OCR stands for:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Computer System
Question 4
Easy
Source :
HTET 2020
In C program, what is the right syntax to access value of structure variable book {price, page}?
Chapter :
Data Structures (Through C++)
Topic :
Arrays & Structure