πŸ“Š Advance Database Management System (ADBMS)
Q. An ad hoc query is a __________ ?
  • (A) pre-planned question
  • (B) pre-scheduled question
  • (C) spur-of-the-moment question
  • (D) question that will not return any results
πŸ’¬ Discuss
βœ… Correct Answer: (C) spur-of-the-moment question
πŸ“Š Advance Database Management System (ADBMS)
Q. A telephone number, a birth date, and a customer name are all examples of ?
  • (A) a record
  • (B) data
  • (C) a file
  • (D) a database
πŸ’¬ Discuss
βœ… Correct Answer: (D) a database

Explanation: A telephone number, a birth date, and a customer name are all examples of data, which is any piece of information that can be stored and processed by a computer. A record is a collection of related fields in a database that represent a single instance of an entity, such as a customer or an order. So, the customer name, birth date, and telephone number could be fields within a customer record in a database. A file is a collection of data that is stored as a unit on a computer, such as a text file or an image file. A database is a collection of structured data that is organized and stored in a way that allows for efficient retrieval and manipulation of that data. So, while the customer name, birth date, and telephone number could be part of a record in a database, they are more generally examples of data that can be stored in various ways, such as in a file or within a database.

πŸ“Š Advance Database Management System (ADBMS)
Q. The first step in the transaction processing cycle is __________ ?
  • (A) database operations
  • (B) audit
  • (C) data entry
  • (D) user inquiry
πŸ’¬ Discuss
βœ… Correct Answer: (C) data entry

Explanation: The first step in the transaction processing cycle is typically data entry, where data is collected and entered into a system for processing. This may involve manually entering data into a computer system, scanning barcodes or other identifiers, or receiving data from other systems or sources.

πŸ“Š Advance Database Management System (ADBMS)
Q. Numbers in table columns are usually ?
  • (A) right-aligned
  • (B) left-aligned
  • (C) justified
  • (D) centered
πŸ’¬ Discuss
βœ… Correct Answer: (A) right-aligned

Explanation: Numbers in table columns are usually right-aligned. This is because numbers are often used in tables for calculations, and aligning them to the right allows for easier comparison and calculation of values

πŸ“Š Advance Database Management System (ADBMS)
Q. A prescribed set of well-defined instructions for solving mathematical problems is called __________ ?
  • (A) a compiler
  • (B) a code
  • (C) a description
  • (D) an algorithm
πŸ’¬ Discuss
βœ… Correct Answer: (D) an algorithm

Explanation: In computing, an algorithm is a set of well-defined instructions for performing a specific task or solving a problem, typically expressed in a structured or formal language. Algorithms are used in a wide range of applications, from simple calculations to complex data analysis and machine learning tasks. They are a fundamental tool for computer science and programming, and are essential for designing efficient and effective software systems.

πŸ“Š Advance Database Management System (ADBMS)
Q. Files are organised by storing them in ?
  • (A) tables
  • (B) databases
  • (C) folders
  • (D) graphs
πŸ’¬ Discuss
βœ… Correct Answer: (C) folders

Explanation: Files are organized by storing them in folders. Folders are used to group related files together and provide a hierarchical structure for organizing and storing files on a computer or network. Folders can contain files and other folders, allowing for a nested organization system.

πŸ“Š Advance Database Management System (ADBMS)
Q. Distributed processing involves ?
  • (A) solving computer component problems from a different computer
  • (B) solving computing problems by breaking them into smaller parts that are separately processed by different computers
  • (C) allowing users to share files on a network
  • (D) allowing users to access network resources away from the office
πŸ’¬ Discuss
βœ… Correct Answer: (B) solving computing problems by breaking them into smaller parts that are separately processed by different computers

Explanation: The correct answer is (b) solving computing problems by breaking them into smaller parts that are separately processed by different computers. Distributed processing involves the use of multiple computers or processing units to work together to solve a problem or complete a task. In this approach, a large computing problem is broken down into smaller sub-problems, each of which can be solved by a separate computer or processing unit. By distributing the processing workload across multiple computers, distributed processing can provide several benefits, including faster processing times, increased reliability and fault tolerance, and the ability to scale up or down processing power as needed.

πŸ“Š Advance Database Management System (ADBMS)
Q. __________ increase the accuracy of a search by fine-tuning the keywords in the search ?
  • (A) Indexes
  • (B) Italics
  • (C) Compounds
  • (D) Links
πŸ’¬ Discuss
βœ… Correct Answer: (A) Indexes

Explanation: Indexes increase the accuracy of a search by fine-tuning the keywords in the search.

πŸ“Š Advance Database Management System (ADBMS)
Q. The main purpose(s) of a database management program is to ?
  • (A) allow users to retrieve and analyze stored records.
  • (B) provide a way to store information about specified entities.
  • (C) make it possible for users to store information as interrelated records.
  • (D) a, b, and c above
πŸ’¬ Discuss
βœ… Correct Answer: (D) a, b, and c above

Explanation: The correct answer is (d) a, b, and c above. A database management program is designed to help users store, retrieve, and manage information in a structured and organized way. The main purpose of a database management program is to provide a way to store information about specified entities as interrelated records, and to allow users to retrieve and analyze stored records. This is typically done by using a database management system (DBMS), which provides tools and features for creating, managing, and querying databases.