πŸ“Š Advance Database Management System (ADBMS)
Q. What refers to a set of characters of a particular design ?
  • (A) keyface
  • (B) formation
  • (C) calligraph
  • (D) typeface
πŸ’¬ Discuss
βœ… Correct Answer: (D) typeface

Explanation: A typeface refers to a set of characters, letters, and symbols that share a common design. Examples of typefaces include Times New Roman, Arial, and Helvetica. The term "keyface" is not commonly used in the context of typography, while "formation" and "calligraph" do not specifically refer to sets of characters. A stencil is a type of template used to create a repeated design.

πŸ“Š Advance Database Management System (ADBMS)
Q. The software that is used to create text-based documents are referred to as ___________ ?
  • (A) DBMS
  • (B) suites
  • (C) spreadsheets
  • (D) word processors
πŸ’¬ Discuss
βœ… Correct Answer: (D) word processors

Explanation: The software that is used to create text-based documents are referred to as word processors. Therefore, the correct option is (d) word processors.

πŸ“Š Advance Database Management System (ADBMS)
Q. The simultaneous execution of two or more instructions is called ?
  • (A) sequential access
  • (B) reduced instruction set computing
  • (C) multiprocessing
  • (D) disk mirroring
πŸ’¬ Discuss
βœ… Correct Answer: (C) multiprocessing

Explanation: The correct answer is (c) multiprocessing. The simultaneous execution of two or more instructions is called multiprocessing. Multiprocessing refers to the ability of a computer system to execute multiple processes or threads at the same time, using multiple CPUs or cores.

πŸ“Š Advance Database Management System (ADBMS)
Q. A collection of conceptual tools for describing data, relationships, semantics and constraints is referred to as ?
  • (A) ER model
  • (B) Data base
  • (C) Data Model
  • (D) DBMS
πŸ’¬ Discuss
βœ… Correct Answer: (C) Data Model

Explanation: A collection of conceptual tools for describing data, relationships, semantics, and constraints is referred to as a Data Model. Therefore, the correct option is (c) Data Model.

πŸ“Š Advance Database Management System (ADBMS)
Q. ______ is one reason for problems of data integrity ?
  • (A) Data availability constraints
  • (B) Data inconsistency
  • (C) Security constraints
  • (D) Unauthorized access of data
πŸ’¬ Discuss
βœ… Correct Answer: (B) Data inconsistency

Explanation: Data inconsistency is one reason for problems of data integrity. Data inconsistency occurs when the same data is stored in different locations in the database and the data values do not match. This can happen due to errors in data entry, incomplete or outdated data, or software bugs. Data inconsistency can lead to incorrect and unreliable results when data is queried or processed. It can also make it difficult to maintain data quality and accuracy over time. Ensuring data consistency is an important aspect of maintaining data integrity in a database.

πŸ“Š Advance Database Management System (ADBMS)
Q. _______ provides total solutions to reduce data redundancy, inconsistency, dependence and unauthorized access of data ?
  • (A) DBMS
  • (B) Tables
  • (C) Database
  • (D) Database Protection passwords
πŸ’¬ Discuss
βœ… Correct Answer: (A) DBMS

Explanation: DBMS (Database Management System) provides total solutions to reduce data redundancy, inconsistency, dependence, and unauthorized access of data. DBMS is a software system that enables users to define, create, maintain, and control access to the database. It provides mechanisms for data integration, data sharing, data security, and data consistency. The DBMS manages the storage, retrieval, and modification of data in the database. It reduces data redundancy by eliminating duplicate data and ensures data consistency by enforcing data integrity constraints. It also provides tools for data backup and recovery in case of data loss or corruption.

πŸ“Š Advance Database Management System (ADBMS)
Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (B) batch processing

Explanation: Batch processing is a technique in which a large volume of data or transactions is collected over a period of time and then processed all at once, usually overnight or during a period of low activity. This is in contrast to real-time or online systems, which process data immediately as it is entered or received. A database management system is a software system used to manage and organize data in a database.

πŸ“Š Advance Database Management System (ADBMS)
Q. Forms that are used to organize business data into rows and columns are called __________ ?
  • (A) transaction sheets
  • (B) registers
  • (C) business forms
  • (D) spreadsheets
πŸ’¬ Discuss
βœ… Correct Answer: (D) spreadsheets

Explanation: (d) spreadsheets. Spreadsheets are computer programs that allow users to organize data into rows and columns, and perform calculations and analyses on that data. They are commonly used in business for tasks such as budgeting, financial analysis, and record-keeping. Transaction sheets and registers are types of forms used to record specific types of business transactions, while "business forms" and "sheet-spreads" are not commonly used terms in this context.