Deck 5: Database Processing

ملء الشاشة (f)
exit full mode
سؤال
A database is a self-describing collection of integrated records.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
DBMS is used to set up security systems involving user accounts, passwords, permissions, and limits for processing the database.
سؤال
Special data that describes the structure of a database is called metadata.
سؤال
The purpose of a database is to keep track of things that involve a single theme.
سؤال
To modify an existing table, a developer opens the metadata form for that table and adds a new row of metadata.
سؤال
One of the developmental tasks of a database administrator is to create a system to record and manage the resolution of problems.
سؤال
Most organizations develop their own DBMS software in order to obtain control over data.
سؤال
SQL is an international standard language for processing a database.
سؤال
One of the functions of a DBMS is to provide tools to assist in the administration of the database.
سؤال
Metadata refer to entities that users of a database want to process.
سؤال
Managing the impact of database structure changes on applications and users is an operational task for a database administrator.
سؤال
A database application is a collection of forms, reports, queries, and application programs that process a database.
سؤال
The format of metadata depends on the software product that is processing the database.
سؤال
A spreadsheet should be used to store data if the structure of the list is simple.
سؤال
MySQL is an open source DBMS product which is license-free for most database applications.
سؤال
A key is a column or group of columns that identifies a unique row in a table.
سؤال
A DBMS is a software that helps to manage the operating system.
سؤال
A group of similar rows or records is called a field.
سؤال
The rows in a database need to have two or more primary keys.
سؤال
A database is best described as a collection of tables which are not related to each other.
سؤال
A data model describes data, whereas a database explains the relationships among the data that will be stored in the database.
سؤال
A crow's foot notation would indicate the minimum cardinality of a relationship.
سؤال
The crow's-foot notation of an E-R diagram shows the maximum number of entities that can be involved in a relationship.
سؤال
Some type of locking must be used to coordinate the activities of users who know nothing about one another in order to prevent the lost-update problem.
سؤال
In data models, physical objects are represented as entities, whereas logical constructs and transactions are represented as attributes.
سؤال
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.
سؤال
In an E-R diagram, an entity is represented by a single triangle and the relationships between entities are represented by dotted lines.
سؤال
Microsoft Access is both a DBMS and an application development product.
سؤال
Minimum cardinalities are a measure of the constraints on the number of entities required in a relationship.
سؤال
Microsoft's SQL Server is an example of a personal DBMS product.
سؤال
Application programs process logic that is specific to a given business need.
سؤال
Developers need to construct a data model before building a database.
سؤال
1:N, N:M, and 1:1 are common examples of minimum cardinalities.
سؤال
A drawback of DBMS programs is that they do not provide comprehensive and robust features for querying database data.
سؤال
The lost-update problem can be resolved by implementing multi-user database processing.
سؤال
Data entry forms are used to read, insert, modify, and delete data.
سؤال
A database must have only one application, though the application can have one or more users.
سؤال
A line in an E-R diagram is used to represent the attributes of the entities.
سؤال
In order to find the data one is looking for in a DBMS, one has to type in the keyword into a query form.
سؤال
Which of the following data elements is placed higher than records in the data hierarchy?

A)file
B)field
C)character
D)byte
سؤال
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)identifier
C)foreign key
D)primary record
سؤال
Normalized tables are faster to process than denormalized tables.
سؤال
The easiest time to change the database structure is immediately before the data modeling stage.
سؤال
Which of the following is the smallest data element in a database?

A)field
B)record
C)byte
D)file
سؤال
The tables that appear in a database are known as ________.

A)records
B)files
C)fields
D)applications
سؤال
Google developed a nonrelational data store called Dynamo.
سؤال
The general goal of normalization is to construct tables such that every table has a single topic or theme.
سؤال
A primary key used in a database is a ________.

A)group of rows that are formed to identify a unique table or file
B)column or group of columns that identifies a unique row in a table
C)character or byte that represents fields or columns
D)group of tables or files formed to identify a unique field or row
سؤال
The data integrity problem occurs if data are duplicated.
سؤال
The columns in a database are called ________.

A)records
B)tables
C)files
D)fields
سؤال
The accuracy of a database design is independent of the corresponding data model.
سؤال
Normalization is the process of combining two or more tables into a single table.
سؤال
The purpose of a(n)________ is to keep track of things.

A)cloud
B)database
C)storage folder
D)application software
سؤال
Columns that belong to a different table than the one in which they reside are called ________.

A)attributes
B)foreign keys
C)primary keys
D)internal records
سؤال
Facebook developed a nonrelational data store called Bigtable.
سؤال
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
سؤال
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.
سؤال
The small oval on a line in an E-R diagram means that the entity is optional.
سؤال
A ________ is a collection of forms, reports, queries, and programs that process a database.

A)database application
B)database design
C)data field
D)data model
سؤال
Relational databases represent relationships using ________.

A)foreign keys
B)file systems
C)metadata
D)unique identifiers
سؤال
A ________ is a request for data from a database.

A)data entry
B)report
C)query
D)command
سؤال
Which of the following is a valid observation of MySQL?

A)It is offered by Oracle.
B)It is license-free for most applications.
C)It is a closed-source database product.
D)It is yet to be widely adopted.
سؤال
The 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
سؤال
Which of the following is an international standard language for processing a database?

A)Paradox
B)DB2
C)SQL
D)MS Access
سؤال
When you modify or delete data present in a database, you are ________.

A)creating a new database
B)forming a data model
C)simplifying the data structure
D)processing the database
سؤال
From among the following, identify the open source DBMS product.

A)MySQL
B)DB2
C)Access
D)Oracle Database
سؤال
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.After accessing the DBMS, she should type the keyword into a ________ form to obtain the information that she wants.

A)report
B)reference
C)data entry
D)query
سؤال
Which of the following refers to the problem that exists in database applications when two users update the same data item, but only one of those changes is recorded?

A)lost-update problem
B)crow's-foot paradigm
C)bullwhip effect
D)update query problem
سؤال
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 example of an enterprise DBMS?

A)Access
B)SQL Server
C)Paradox
D)FoxPro
سؤال
A(n)________ DBMS is designed to process large organizational and workgroup databases.

A)operational
B)process
C)personal
D)enterprise
سؤال
Metadata are ________.

A)data stored on the main server
B)error logs of databases
C)data that describe data
D)encrypted data transmissions
سؤال
________ forms are used to read, insert, modify, and delete data.

A)Reporting
B)Data entry
C)Query
D)Request
سؤال
Which of the following is an example of a database management system?

A)MS Excel
B)Unix
C)Ubuntu
D)Access
سؤال
Identify the type of task that a database administrator is performing when validating the data model to be used in a database management system.

A)development
B)adaptation
C)recovery
D)operation
سؤال
An organization buys a proprietary database application to be used by a small workgroup of five people.This is an example of a(n)________ DBMS.

A)enterprise
B)interenterprise
C)personal
D)open source
سؤال
Which of the following is a developmental task of database administration?

A)creating and staffing the DBA function
B)monitoring backup procedures
C)conducting training for users
D)managing configuration changes in systems
سؤال
A(n)________ is a program used to create, process, and administer a database.

A)operating system
B)DBMS
C)KMS
D)data mart
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/120
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Database Processing
1
A database is a self-describing collection of integrated records.
True
2
DBMS is used to set up security systems involving user accounts, passwords, permissions, and limits for processing the database.
True
3
Special data that describes the structure of a database is called metadata.
True
4
The purpose of a database is to keep track of things that involve a single theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
5
To modify an existing table, a developer opens the metadata form for that table and adds a new row of metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
6
One of the developmental tasks of a database administrator is to create a system to record and manage the resolution of problems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
7
Most organizations develop their own DBMS software in order to obtain control over data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
8
SQL is an international standard language for processing a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
9
One of the functions of a DBMS is to provide tools to assist in the administration of the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
10
Metadata refer to entities that users of a database want to process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
11
Managing the impact of database structure changes on applications and users is an operational task for a database administrator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
12
A database application is a collection of forms, reports, queries, and application programs that process a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
13
The format of metadata depends on the software product that is processing the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
14
A spreadsheet should be used to store data if the structure of the list is simple.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
15
MySQL is an open source DBMS product which is license-free for most database applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
16
A key is a column or group of columns that identifies a unique row in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
17
A DBMS is a software that helps to manage the operating system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
18
A group of similar rows or records is called a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
19
The rows in a database need to have two or more primary keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
20
A database is best described as a collection of tables which are not related to each other.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
21
A data model describes data, whereas a database explains the relationships among the data that will be stored in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
22
A crow's foot notation would indicate the minimum cardinality of a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
23
The crow's-foot notation of an E-R diagram shows the maximum number of entities that can be involved in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
24
Some type of locking must be used to coordinate the activities of users who know nothing about one another in order to prevent the lost-update problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
25
In data models, physical objects are represented as entities, whereas logical constructs and transactions are represented as attributes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
26
Attributes are used to describe characteristics of entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
27
An identifier is an attribute or a group of attributes whose value is associated with one, and only one, entity instance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
28
In an E-R diagram, an entity is represented by a single triangle and the relationships between entities are represented by dotted lines.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
29
Microsoft Access is both a DBMS and an application development product.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
30
Minimum cardinalities are a measure of the constraints on the number of entities required in a relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
31
Microsoft's SQL Server is an example of a personal DBMS product.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
32
Application programs process logic that is specific to a given business need.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
33
Developers need to construct a data model before building a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
34
1:N, N:M, and 1:1 are common examples of minimum cardinalities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
35
A drawback of DBMS programs is that they do not provide comprehensive and robust features for querying database data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
36
The lost-update problem can be resolved by implementing multi-user database processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
37
Data entry forms are used to read, insert, modify, and delete data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
38
A database must have only one application, though the application can have one or more users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
39
A line in an E-R diagram is used to represent the attributes of the entities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
40
In order to find the data one is looking for in a DBMS, one has to type in the keyword into a query form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
41
Which of the following data elements is placed higher than records in the data hierarchy?

A)file
B)field
C)character
D)byte
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
42
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)identifier
C)foreign key
D)primary record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
43
Normalized tables are faster to process than denormalized tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
44
The easiest time to change the database structure is immediately before the data modeling stage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
45
Which of the following is the smallest data element in a database?

A)field
B)record
C)byte
D)file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
46
The tables that appear in a database are known as ________.

A)records
B)files
C)fields
D)applications
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
47
Google developed a nonrelational data store called Dynamo.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
48
The general goal of normalization is to construct tables such that every table has a single topic or theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
49
A primary key used in a database is a ________.

A)group of rows that are formed to identify a unique table or file
B)column or group of columns that identifies a unique row in a table
C)character or byte that represents fields or columns
D)group of tables or files formed to identify a unique field or row
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
50
The data integrity problem occurs if data are duplicated.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
51
The columns in a database are called ________.

A)records
B)tables
C)files
D)fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
52
The accuracy of a database design is independent of the corresponding data model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
53
Normalization is the process of combining two or more tables into a single table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
54
The purpose of a(n)________ is to keep track of things.

A)cloud
B)database
C)storage folder
D)application software
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
55
Columns that belong to a different table than the one in which they reside are called ________.

A)attributes
B)foreign keys
C)primary keys
D)internal records
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
56
Facebook developed a nonrelational data store called Bigtable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
57
A foreign key is essential in relational databases to represent the relationship between two tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
58
The rows in a database are called ________.

A)records
B)tables
C)files
D)fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
59
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
60
The small oval on a line in an E-R diagram means that the entity is optional.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
61
A ________ is a collection of forms, reports, queries, and programs that process a database.

A)database application
B)database design
C)data field
D)data model
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
62
Relational databases represent relationships using ________.

A)foreign keys
B)file systems
C)metadata
D)unique identifiers
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
63
A ________ is a request for data from a database.

A)data entry
B)report
C)query
D)command
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following is a valid observation of MySQL?

A)It is offered by Oracle.
B)It is license-free for most applications.
C)It is a closed-source database product.
D)It is yet to be widely adopted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
65
The 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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
66
Which of the following is an international standard language for processing a database?

A)Paradox
B)DB2
C)SQL
D)MS Access
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
67
When you modify or delete data present in a database, you are ________.

A)creating a new database
B)forming a data model
C)simplifying the data structure
D)processing the database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
68
From among the following, identify the open source DBMS product.

A)MySQL
B)DB2
C)Access
D)Oracle Database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
69
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.After accessing the DBMS, she should type the keyword into a ________ form to obtain the information that she wants.

A)report
B)reference
C)data entry
D)query
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
70
Which of the following refers to the problem that exists in database applications when two users update the same data item, but only one of those changes is recorded?

A)lost-update problem
B)crow's-foot paradigm
C)bullwhip effect
D)update query problem
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
72
Which of the following is an example of an enterprise DBMS?

A)Access
B)SQL Server
C)Paradox
D)FoxPro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
73
A(n)________ DBMS is designed to process large organizational and workgroup databases.

A)operational
B)process
C)personal
D)enterprise
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
74
Metadata are ________.

A)data stored on the main server
B)error logs of databases
C)data that describe data
D)encrypted data transmissions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
75
________ forms are used to read, insert, modify, and delete data.

A)Reporting
B)Data entry
C)Query
D)Request
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
76
Which of the following is an example of a database management system?

A)MS Excel
B)Unix
C)Ubuntu
D)Access
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
77
Identify the type of task that a database administrator is performing when validating the data model to be used in a database management system.

A)development
B)adaptation
C)recovery
D)operation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
78
An organization buys a proprietary database application to be used by a small workgroup of five people.This is an example of a(n)________ DBMS.

A)enterprise
B)interenterprise
C)personal
D)open source
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
79
Which of the following is a developmental task of database administration?

A)creating and staffing the DBA function
B)monitoring backup procedures
C)conducting training for users
D)managing configuration changes in systems
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
80
A(n)________ is a program used to create, process, and administer a database.

A)operating system
B)DBMS
C)KMS
D)data mart
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 120 في هذه المجموعة.