Deck 5: Database Processing

ملء الشاشة (f)
exit full mode
سؤال
The purpose of a database is to keep track of lists of data that involve a single theme.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Metadata refers to special data that describes the structure of a database.
سؤال
MySQL is an open source DBMS product that is license-free for most database applications.
سؤال
Most organizations develop their own database management system (DBMS) in order to obtain control over data.
سؤال
A database is best described as a collection of unrelated tables.
سؤال
A spreadsheet can be used to store data if the structure of a list is simple.
سؤال
Metadata refers to entities of a database that users want to process.
سؤال
A database management system (DBMS) is a program used to create, process, and administer a database.
سؤال
A user does not need user account credentials to access and process a database.
سؤال
Managing the impact of database structural changes on applications and users is an operational task for a database administrator.
سؤال
A DBMS and database are synonymous terms that can be used interchangeably.
سؤال
A key is a column or group of columns that identifies a unique row in a table.
سؤال
To modify an existing table, a developer can open the metadata form for that table and add a new row of metadata.
سؤال
One of the functions of a DBMS is to provide tools to assist in the administration of a database.
سؤال
SQL is an international standard language for processing a database.
سؤال
Each table in a database must have two or more primary keys.
سؤال
The format of metadata depends on the software product that processes the database.
سؤال
A group of similar rows or records in a table is called a field.
سؤال
Creating a system to record and manage the resolution of problems is the development task of a database administrator.
سؤال
A database is a self-describing collection of integrated records.
سؤال
A database application is a collection of forms, reports, queries, and application programs that serves as an intermediary between users and database data.
سؤال
Database applications must present data to the users in the same format as the database table.
سؤال
The crow's-foot notation in an E-R diagram shows the maximum number of entities that can be involved in a relationship.
سؤال
A line in an entity-relationship (E-R) diagram is used to represent the attributes of an entity.
سؤال
Most traditional databases use the Internet to transmit traffic back and forth between the users' computers and the DBMS server.
سؤال
A many-to-many (N:M) relationship means that more than one entity is allowed on each side of the relationship and that the number of entities on each side can be different.
سؤال
In an entity-relationship data model, physical objects are represented as entities, whereas logical constructs and transactions are represented as attributes.
سؤال
Minimum cardinalities represent the lower limit on the number of entities required in a relationship.
سؤال
Locking must be used to coordinate the activities of users in order to prevent the lost-update problem.
سؤال
Browser-based applications are more dynamic and better suited in today's world than older database applications.
سؤال
Attributes are used to describe characteristics of entities.
سؤال
An identifier is an attribute or a group of attributes whose value is associated with one and only one entity instance.
سؤال
Browser applications are thin-client applications that need to be pre-installed on the users' computers.
سؤال
A logical representation of database data, called the data model, is constructed by developers after building a database.
سؤال
Reports refer to the structured presentation of data using sorting, grouping, filtering, and other operations.
سؤال
A data model describes data and relationships that will be stored in the database.
سؤال
In an entity-relationship (E-R) diagram, an entity is represented by a triangle, and the relationships between entities are represented by dotted lines.
سؤال
Browser database application forms, reports, and queries are displayed and processed using html5, css3, and JavaScript.
سؤال
The lost-update problem can be resolved by implementing single-user database processing.
سؤال
In single-user databases, the application, the DBMS, and the database all reside on the user's computer.
سؤال
A foreign key is essential in relational databases to represent the relationship between two tables.
سؤال
The rows in a database are called ________.

A) records
B) tables
C) files
D) fields
سؤال
Normalized tables are faster to process than tables that haven't been normalized.
سؤال
The general goal of normalization is to construct tables such that every table has a single topic or theme.
سؤال
The accuracy of a database design is not dependent on the corresponding data model.
سؤال
Which of the following data elements is placed higher than records in the database hierarchy?

A) file
B) field
C) character
D) byte
سؤال
A primary key in a database is a ________.

A) group of rows that identifies a unique table or file
B) column or group of columns that identifies a unique row in a table
C) group of fields or columns that represent metadata
D) group of tables or files formed to identify a unique field or row
سؤال
In a database, ________ are grouped into columns.

A) fields
B) records
C) bytes
D) files
سؤال
Normalization is the process of combining two or more tables into a single table.
سؤال
The small oval on a line in an E-R diagram means that the relationship must have an entity of that type.
سؤال
NoSQL databases refer to nonrelational databases that support very high transaction rates processing relatively simple data structures, replicated on many servers in the cloud.
سؤال
The easiest time to change the database structure is after the data modeling stage.
سؤال
Changing a relationship from one-to-many to many-to-many in a functional database is simply a matter of changing the N:N notation to N:M.
سؤال
The columns in a database are called ________.

A) records
B) tables
C) files
D) fields
سؤال
The data integrity problem occurs only if data are duplicated.
سؤال
1:N, N:M, and 1:1 are common examples of minimum cardinalities, where N and M represent many relationships for two different entities.
سؤال
Users are the final judges as to what data the database should contain and how the records in that database should be related to one another.
سؤال
A group of similar rows or records is known as ________.

A) a prototype
B) a file
C) a field
D) an attribute
سؤال
A database is used instead of a spreadsheet when ________.

A) lists of data involve a single theme
B) structures of data lists are simple
C) lists involve data with multiple themes
D) users do not want to store all data in one place
سؤال
Which of the following is the smallest element in a database?

A) field
B) record
C) byte
D) metadata
سؤال
A ________ is a collection of forms, reports, queries, and programs that serves as an intermediary between users and database data.

A) database application
B) database design
C) data field
D) data model
سؤال
Which of the following is True of traditional database application programs?

A) Application forms, reports, and queries are displayed and processed using a browser application.
B) The application logic is contained in a program on the client-side computer.
C) They are written in object-oriented languages such as C++ and VisualBasic.
D) They are thin-client applications that need not be pre-installed on the users' computers.
سؤال
Which of the following is True of MySQL?

A) It is a Microsoft product.
B) It is license-free for most applications.
C) It is a paid and proprietary database product.
D) It uses Static Query Language (SQL) to manage database.
سؤال
Which of the following is True of single-user databases?

A) They are displayed and processed using html5, css3, and JavaScript.
B) They use JavaScript for user-side processing.
C) The Internet is used to access the DBMS server computer.
D) The application, the DBMS, and the database all reside on the user's computer.
سؤال
Identify the type of task performed by a database administrator when validating the data model to be used in a database management system.

A) development
B) adaptation
C) backup and recovery
D) operation
سؤال
Which of the following is an example of a database management system?

A) MS Excel
B) BigData
C) NoSQL
D) Access
سؤال
Brenda, the sales manager of a firm, wants to generate a particular report containing sales analyses of the second and third quarter of the year. She should use a ________ to obtain the information that she wants from the database.

A) report
B) data model
C) database administrative function
D) query
سؤال
Metadata are ________.

A) codes used for server-side processing
B) error logs of databases
C) data that describe data
D) data that are encrypted
سؤال
Which of the following is a developmental task of database administration?

A) evaluating an application design
B) monitoring backup procedures
C) conducting training for users
D) managing configuration changes in systems
سؤال
________ allow users to read, insert, modify, and delete data in a database.

A) Reports
B) Forms
C) Queries
D) Operations
سؤال
Which of the following database administration tasks is related to adaptation?

A) monitoring backup procedures
B) conducting training for users
C) monitoring database performance
D) managing configuration changes in systems
سؤال
Which of the following is an international standard language for processing a database?

A) Cassandra
B) DB2
C) SQL
D) MS Access
سؤال
Albert creates a relational database to store employee performance statistics. He stores each employee's data in independent rows and creates a column named "Employee Number" to assign unique numbers to each employee. This column is referred to as a(n) ________.

A) primary key
B) key attribute
C) foreign key
D) functionally dependent record
سؤال
Columns that are keys to different tables than the ones in which they reside are called ________.

A) attributes
B) foreign keys
C) primary keys
D) internal records
سؤال
Relational databases represent relationships using ________.

A) foreign keys
B) file systems
C) metadata
D) primary keys
سؤال
Identify an open source DBMS product.

A) MySQL
B) DB2
C) Access
D) Oracle Database
سؤال
The data in a database are modified and deleted. These operations of DBMS are known as ________.

A) statistical operations
B) analytical operations
C) administrative operations
D) processing operations
سؤال
A database administrator of an organization constantly manages the processing rights and responsibilities of employees. This is an example of a(n) ________ task.

A) development
B) recovery
C) adaptation
D) operational
سؤال
A(n) ________ is a request for data from a database.

A) form
B) report
C) query
D) application
سؤال
A(n) ________ is a program used to create, process, and administer a database.

A) operating system
B) database management system
C) information system
D) database system
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/123
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Database Processing
1
The purpose of a database is to keep track of lists of data that involve a single theme.
False
2
Metadata refers to special data that describes the structure of a database.
True
3
MySQL is an open source DBMS product that is license-free for most database applications.
True
4
Most organizations develop their own database management system (DBMS) in order to obtain control over data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
5
A database is best described as a collection of unrelated tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
6
A spreadsheet can be used to store data if the structure of a list is simple.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
7
Metadata refers to entities of a database that users want to process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
8
A database management system (DBMS) is a program used to create, process, and administer a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
9
A user does not need user account credentials to access and process a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
10
Managing the impact of database structural changes on applications and users is an operational task for a database administrator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
11
A DBMS and database are synonymous terms that can be used interchangeably.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
12
A key is a column or group of columns that identifies a unique row in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
13
To modify an existing table, a developer can open the metadata form for that table and add a new row of metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
14
One of the functions of a DBMS is to provide tools to assist in the administration of a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
15
SQL is an international standard language for processing a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
16
Each table in a database must have two or more primary keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
17
The format of metadata depends on the software product that processes the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
18
A group of similar rows or records in a table is called a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
19
Creating a system to record and manage the resolution of problems is the development task of a database administrator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
20
A database is a self-describing collection of integrated records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
21
A database application is a collection of forms, reports, queries, and application programs that serves as an intermediary between users and database data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
22
Database applications must present data to the users in the same format as the database table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
23
The crow's-foot notation in an E-R diagram shows the maximum number of entities that can be involved in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
24
A line in an entity-relationship (E-R) diagram is used to represent the attributes of an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
25
Most traditional databases use the Internet to transmit traffic back and forth between the users' computers and the DBMS server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
26
A many-to-many (N:M) relationship means that more than one entity is allowed on each side of the relationship and that the number of entities on each side can be different.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
27
In an entity-relationship data model, physical objects are represented as entities, whereas logical constructs and transactions are represented as attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
28
Minimum cardinalities represent the lower limit on the number of entities required in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
29
Locking must be used to coordinate the activities of users in order to prevent the lost-update problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
30
Browser-based applications are more dynamic and better suited in today's world than older database applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
31
Attributes are used to describe characteristics of entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
32
An identifier is an attribute or a group of attributes whose value is associated with one and only one entity instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
33
Browser applications are thin-client applications that need to be pre-installed on the users' computers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
34
A logical representation of database data, called the data model, is constructed by developers after building a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
35
Reports refer to the structured presentation of data using sorting, grouping, filtering, and other operations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
36
A data model describes data and relationships that will be stored in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
37
In an entity-relationship (E-R) diagram, an entity is represented by a triangle, and the relationships between entities are represented by dotted lines.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
38
Browser database application forms, reports, and queries are displayed and processed using html5, css3, and JavaScript.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
39
The lost-update problem can be resolved by implementing single-user database processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
40
In single-user databases, the application, the DBMS, and the database all reside on the user's computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
41
A foreign key is essential in relational databases to represent the relationship between two tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
42
The rows in a database are called ________.

A) records
B) tables
C) files
D) fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
43
Normalized tables are faster to process than tables that haven't been normalized.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
44
The general goal of normalization is to construct tables such that every table has a single topic or theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
45
The accuracy of a database design is not dependent on the corresponding data model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
46
Which of the following data elements is placed higher than records in the database hierarchy?

A) file
B) field
C) character
D) byte
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
47
A primary key in a database is a ________.

A) group of rows that identifies a unique table or file
B) column or group of columns that identifies a unique row in a table
C) group of fields or columns that represent metadata
D) group of tables or files formed to identify a unique field or row
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
48
In a database, ________ are grouped into columns.

A) fields
B) records
C) bytes
D) files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
49
Normalization is the process of combining two or more tables into a single table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
50
The small oval on a line in an E-R diagram means that the relationship must have an entity of that type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
51
NoSQL databases refer to nonrelational databases that support very high transaction rates processing relatively simple data structures, replicated on many servers in the cloud.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
52
The easiest time to change the database structure is after the data modeling stage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
53
Changing a relationship from one-to-many to many-to-many in a functional database is simply a matter of changing the N:N notation to N:M.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
54
The columns in a database are called ________.

A) records
B) tables
C) files
D) fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
55
The data integrity problem occurs only if data are duplicated.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
56
1:N, N:M, and 1:1 are common examples of minimum cardinalities, where N and M represent many relationships for two different entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
57
Users are the final judges as to what data the database should contain and how the records in that database should be related to one another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
58
A group of similar rows or records is known as ________.

A) a prototype
B) a file
C) a field
D) an attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
59
A database is used instead of a spreadsheet when ________.

A) lists of data involve a single theme
B) structures of data lists are simple
C) lists involve data with multiple themes
D) users do not want to store all data in one place
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
60
Which of the following is the smallest element in a database?

A) field
B) record
C) byte
D) metadata
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
61
A ________ is a collection of forms, reports, queries, and programs that serves as an intermediary between users and database data.

A) database application
B) database design
C) data field
D) data model
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
62
Which of the following is True of traditional database application programs?

A) Application forms, reports, and queries are displayed and processed using a browser application.
B) The application logic is contained in a program on the client-side computer.
C) They are written in object-oriented languages such as C++ and VisualBasic.
D) They are thin-client applications that need not be pre-installed on the users' computers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
63
Which of the following is True of MySQL?

A) It is a Microsoft product.
B) It is license-free for most applications.
C) It is a paid and proprietary database product.
D) It uses Static Query Language (SQL) to manage database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following is True of single-user databases?

A) They are displayed and processed using html5, css3, and JavaScript.
B) They use JavaScript for user-side processing.
C) The Internet is used to access the DBMS server computer.
D) The application, the DBMS, and the database all reside on the user's computer.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
65
Identify the type of task performed by a database administrator when validating the data model to be used in a database management system.

A) development
B) adaptation
C) backup and recovery
D) operation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
66
Which of the following is an example of a database management system?

A) MS Excel
B) BigData
C) NoSQL
D) Access
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
67
Brenda, the sales manager of a firm, wants to generate a particular report containing sales analyses of the second and third quarter of the year. She should use a ________ to obtain the information that she wants from the database.

A) report
B) data model
C) database administrative function
D) query
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
68
Metadata are ________.

A) codes used for server-side processing
B) error logs of databases
C) data that describe data
D) data that are encrypted
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
69
Which of the following is a developmental task of database administration?

A) evaluating an application design
B) monitoring backup procedures
C) conducting training for users
D) managing configuration changes in systems
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
70
________ allow users to read, insert, modify, and delete data in a database.

A) Reports
B) Forms
C) Queries
D) Operations
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
71
Which of the following database administration tasks is related to adaptation?

A) monitoring backup procedures
B) conducting training for users
C) monitoring database performance
D) managing configuration changes in systems
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
72
Which of the following is an international standard language for processing a database?

A) Cassandra
B) DB2
C) SQL
D) MS Access
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
73
Albert creates a relational database to store employee performance statistics. He stores each employee's data in independent rows and creates a column named "Employee Number" to assign unique numbers to each employee. This column is referred to as a(n) ________.

A) primary key
B) key attribute
C) foreign key
D) functionally dependent record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
74
Columns that are keys to different tables than the ones in which they reside are called ________.

A) attributes
B) foreign keys
C) primary keys
D) internal records
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
75
Relational databases represent relationships using ________.

A) foreign keys
B) file systems
C) metadata
D) primary keys
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
76
Identify an open source DBMS product.

A) MySQL
B) DB2
C) Access
D) Oracle Database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
77
The data in a database are modified and deleted. These operations of DBMS are known as ________.

A) statistical operations
B) analytical operations
C) administrative operations
D) processing operations
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
78
A database administrator of an organization constantly manages the processing rights and responsibilities of employees. This is an example of a(n) ________ task.

A) development
B) recovery
C) adaptation
D) operational
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
79
A(n) ________ is a request for data from a database.

A) form
B) report
C) query
D) application
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
80
A(n) ________ is a program used to create, process, and administer a database.

A) operating system
B) database management system
C) information system
D) database system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 123 في هذه المجموعة.