πŸ“Š Advance Database Management System (ADBMS)
Q. Meaningful filename helps in easy file ______ ?
  • (A) Storing
  • (B) Accessing
  • (C) Identification
  • (D) Printing
πŸ’¬ Discuss
βœ… Correct Answer: (B) Accessing

Explanation: The correct answer is (b) Accessing. Meaningful filenames can help in easy file accessing. When files are named descriptively and meaningfully, it becomes easier for users to identify and locate the files they need. This is particularly important when working with large numbers of files or when collaborating with others on a project.

πŸ“Š Advance Database Management System (ADBMS)
Q. The name of the location of a particular piece of data is its __________ ?
  • (A) address
  • (B) memory name
  • (C) storage site
  • (D) data location
πŸ’¬ Discuss
βœ… Correct Answer: (A) address

Explanation: The correct answer is (a) address. The name of the location of a particular piece of data is its address. In computing, data is stored in memory, which is organized into a series of addressable locations, each of which can store a fixed amount of data.

πŸ“Š Advance Database Management System (ADBMS)
Q. Collecting personal information and effectively posing as another individual is known as the crime of __________ ?
  • (A) spooling
  • (B) identity theft
  • (C) spoofing
  • (D) hacking
πŸ’¬ Discuss
βœ… Correct Answer: (C) spoofing

Explanation: Collecting personal information and effectively posing as another individual is known as the crime of spoofing.

πŸ“Š Advance Database Management System (ADBMS)
Q. How many options does a binary choice offer ?
  • (A) One
  • (B) Two
  • (C) Three
  • (D) It depends on the amount of memory in the computer
πŸ’¬ Discuss
βœ… Correct Answer: (B) Two

Explanation: A binary choice offers two options to choose from, typically represented as "yes" or "no", "on" or "off", "true" or "false", or "0" or "1". The term "binary" refers to the use of a two-digit system (base-2) to represent data, in which each digit can only have two possible values (0 or 1).

πŸ“Š Advance Database Management System (ADBMS)
Q. The path of creation of an executable is ?
  • (A) coding, linking, compiling, parsing
  • (B) coding, parsing, compiling, linking
  • (C) coding, compiling, parsing, linking
  • (D) coding, compiling, linking, parsing
πŸ’¬ Discuss
βœ… Correct Answer: (D) coding, compiling, linking, parsing

Explanation: The path of creation of an executable is: (d) coding, compiling, linking, parsing.

πŸ“Š Advance Database Management System (ADBMS)
Q. A data dictionary doesn’t provide information about ?
  • (A) where data is located
  • (B) the size of the disk storage disk
  • (C) who owns or is responsible for the data
  • (D) how the data is used
πŸ’¬ Discuss
βœ… Correct Answer: (B) the size of the disk storage disk

Explanation: Size of storage disk. A data dictionary contains a list of all files in the database, the number of records in each file, and the names and types of each field. Data dictionaries do not contain any actual data from the database, only book-keeping information for managing it.

πŸ“Š Advance Database Management System (ADBMS)
Q. What is a database ?
  • (A) It is a collection of data arranged in rows
  • (B) It is a collection of data arranged in columns
  • (C) It is a collection of data arranged in rows and columns
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) It is a collection of data arranged in rows and columns

Explanation: A database is a collection of data that is organized in a structured format. This collection of data can be arranged in rows and columns, tables, indexes, schemas, and other related components. Therefore, the correct option is (c) It is a collection of data arranged in rows and columns

πŸ“Š Advance Database Management System (ADBMS)
Q. A field that uniquely identifies which person, thing, or event the record describes is a ______ ?
  • (A) file
  • (B) data
  • (C) field
  • (D) key
πŸ’¬ Discuss
βœ… Correct Answer: (D) key

Explanation: The field that uniquely identifies which person, thing, or event the record describes is called a "primary key". The primary key is a column or set of columns in a database table that contains unique values for each record. It is used to identify and retrieve specific records from the table, and it ensures that each record in the table is unique and identifiable.

πŸ“Š Advance Database Management System (ADBMS)
Q. Where will we find the referential integrity command ?
  • (A) Tools
  • (B) View
  • (C) Format
  • (D) Table
πŸ’¬ Discuss
βœ… Correct Answer: (D) Table

Explanation: The referential integrity command is typically found in the Table menu in database management systems. Therefore, the correct option is (d) Table.