Deck 5: Database Processing

ملء الشاشة (f)
exit full mode
سؤال
A DBMS is a a collection of tables,relationships,and metadata.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Databases that carry their data in the form of tables and that represent relationships using foreign keys are called foreign relationship databases.
سؤال
A byte is a character of data.
سؤال
A DBMS is a software that helps manage the operating system.
سؤال
The format of metadata depends on the software product that is processing the database.
سؤال
A database application consists of forms,reports,queries,and database programs.
سؤال
A key is a column or group of columns that identifies a unique row in a table.
سؤال
A key is a field that identifies a unique column in a table.
سؤال
Metadata describes the structure of the database.
سؤال
Registries are data that describe data.
سؤال
The purpose of a database is to keep track of things that involve a single theme.
سؤال
Every table in a relational database must have a key.
سؤال
Most organizations develop their own DBMS software.
سؤال
A group of similar records is called a field.
سؤال
A database is a self-describing collection of integrated records.
سؤال
MySQL is an open-source DBMS package which is license-free for most database applications.
سؤال
Elements of the database application system call on the database management system to process the database tables.
سؤال
A column is also referred to as a record.
سؤال
A spreadsheet is used to store data with multiple themes.
سؤال
Relational databases represent relationships through the use of formal keys.
سؤال
Microsoft's SQL Server is an example of a personal DBMS product.
سؤال
Application programs process logic that is specific to a given business need.
سؤال
Data-redundancy exemplifies one of the special characteristics of multi-user database processing.
سؤال
One of the functions of a DBMS is to provide tools to assist in the administration of the database.
سؤال
In order to read,insert,modify,or delete data,applications have to call upon the DBMS in a standardized way.
سؤال
Managing the impact of database structure changes on applications and users is an operational task of the database administrator.
سؤال
To modify an existing table,the developer opens the metadata form for that table and adds a new row of metadata.
سؤال
SQL stands for "Standard Query Language."
سؤال
SQL is an international standard language for processing a database.
سؤال
One of the development tasks of the database administrator is to develop a system to record and manage resolution of problems.
سؤال
Permissions and limits of a DBMS are restricted in options.
سؤال
Instead of using SQL to code queries to the DBMS,an application program can be used to query the DBMS directly.
سؤال
Pure database data are more useful if they are in raw form.
سؤال
Data entry forms show data in a structured context.
سؤال
Application programs enable database processing over the Internet.
سؤال
A database cannot have more than one application processing it.
سؤال
In order to find the data one is looking for in the DBMS,one has to type in the keyword into a query form.
سؤال
Locking to coordinate the activities of users who know nothing of one another is used to prevent the lost-update problem.
سؤال
SQL is used to create databases and database structures.
سؤال
One of the operational tasks of the database administrator is to determine processing rights/restrictions on each table and column.
سؤال
A line in an E-R diagram is used to represent the attributes of the entity.
سؤال
"Name" would be a good identifier for a customer entity in a database application.
سؤال
Database designers use entity-relationship (E-R)diagrams to design databases.
سؤال
1:N,N:M,and 1:1 are common examples of minimum cardinalities.
سؤال
A data model describes the data and relationships that will be stored in the database.
سؤال
In a data model,entities always represent physical objects.
سؤال
In a data model,an identifier refers to a unique characteristic of an entity.
سؤال
Employee number is an example of an identifier in the database of an organization.
سؤال
In an E-R diagram,multiple relationships are represented by "crow's feet."
سؤال
Microsoft Access is both a DBMS and an application development product.
سؤال
Optimization is the process of converting a poorly structured table into two or more well-structured tables.
سؤال
The object-relationship (OR)technique is the most popular tool for creating a data model.
سؤال
Elimination of duplicated data resolves the data integrity problem.
سؤال
"Address" is an example of a customer entity in a database application.
سؤال
Relationships represented using "crow's feet" have an N:M relationship.
سؤال
Inconsistent attribute changes lead to data integrity problems.
سؤال
A crow's foot notation would indicate the maximum cardinality of the relationship.
سؤال
Database requirements are assessed through data gaps identified by the database developers.
سؤال
An N:M relationship can be interpreted to mean that a variable number,greater than one,is allowed on each side of the relationship.
سؤال
If there is a small oval in the crow's foot notation,it means that there might not be any entity.
سؤال
Data aggregators obtain data from public and private sources and store and process it in sophisticated ways.
سؤال
A more formal name for a table is a(n)________.

A)record
B)key
C)relation
D)attribute
سؤال
Columns that belong to a different table than the one in which they reside are called ________.

A)foreign keys
B)parallel records
C)relational files
D)relational databases
سؤال
Storing the attribute of an entity just once eliminates data inconsistencies.
سؤال
A ________ is a self-describing collection of integrated records.

A)grid network
B)database
C)file system
D)storage folder
سؤال
Bytes are grouped into columns,which in turn are grouped into ________.

A)rows
B)fields
C)files
D)bits
سؤال
Normalization is the only criterion for evaluating database designs.
سؤال
"The tables are not normalized" means that the tables have irregular,not-normal data.
سؤال
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.
سؤال
Adjustments to a database should be done before the modeling stage,as they cannot be done at or after this stage.
سؤال
A(n)________ is a column or group of columns that identifies a unique row in a table.

A)record
B)key
C)metadata
D)attribute
سؤال
In a database system,a ________ is the smallest piece of data.

A)field
B)record
C)byte
D)file
سؤال
A group of columns that identify a unique table row is a ________.

A)column
B)record
C)field
D)key
سؤال
The general goal of normalization is to construct tables such that every table has at least two topics or themes.
سؤال
________ softwares assist in creating,maintaining,and manipulating databases.

A)DBMS
B)KMS
C)Operating system
D)Database application
سؤال
A byte is a ________.

A)character of data
B)file system
C)primary memory system
D)record of data
سؤال
Metadata are ________.

A)data on the main server
B)binaries that encode data on to the memory
C)data that describe data
D)a collection of data over a period of time
سؤال
In a relational database,a collection of related records is a(n)________.

A)file
B)table
C)application
D)field
سؤال
Users access databases through a(n)________.

A)operating system
B)database application program
C)relational database system
D)relational report system
سؤال
A collection of similar records is called a ________.

A)field
B)matrix
C)file
D)database
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/138
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 5: Database Processing
1
A DBMS is a a collection of tables,relationships,and metadata.
False
2
Databases that carry their data in the form of tables and that represent relationships using foreign keys are called foreign relationship databases.
False
3
A byte is a character of data.
True
4
A DBMS is a software that helps manage the operating system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
5
The format of metadata depends on the software product that is processing the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
6
A database application consists of forms,reports,queries,and database programs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
7
A key is a column or group of columns that identifies a unique row in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
8
A key is a field that identifies a unique column in a table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
9
Metadata describes the structure of the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
10
Registries are data that describe data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
11
The purpose of a database is to keep track of things that involve a single theme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
12
Every table in a relational database must have a key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
13
Most organizations develop their own DBMS software.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
14
A group of similar records is called a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
15
A database is a self-describing collection of integrated records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
16
MySQL is an open-source DBMS package which is license-free for most database applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
17
Elements of the database application system call on the database management system to process the database tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
18
A column is also referred to as a record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
19
A spreadsheet is used to store data with multiple themes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
20
Relational databases represent relationships through the use of formal keys.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
21
Microsoft's SQL Server is an example of a personal DBMS product.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
22
Application programs process logic that is specific to a given business need.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
23
Data-redundancy exemplifies one of the special characteristics of multi-user database processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
24
One of the functions of a DBMS is to provide tools to assist in the administration of the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
25
In order to read,insert,modify,or delete data,applications have to call upon the DBMS in a standardized way.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
26
Managing the impact of database structure changes on applications and users is an operational task of the database administrator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
27
To modify an existing table,the developer opens the metadata form for that table and adds a new row of metadata.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
28
SQL stands for "Standard Query Language."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
29
SQL is an international standard language for processing a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
30
One of the development tasks of the database administrator is to develop a system to record and manage resolution of problems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
31
Permissions and limits of a DBMS are restricted in options.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
32
Instead of using SQL to code queries to the DBMS,an application program can be used to query the DBMS directly.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
33
Pure database data are more useful if they are in raw form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
34
Data entry forms show data in a structured context.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
35
Application programs enable database processing over the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
36
A database cannot have more than one application processing it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
37
In order to find the data one is looking for in the DBMS,one has to type in the keyword into a query form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
38
Locking to coordinate the activities of users who know nothing of one another is used to prevent the lost-update problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
39
SQL is used to create databases and database structures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
40
One of the operational tasks of the database administrator is to determine processing rights/restrictions on each table and column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
41
A line in an E-R diagram is used to represent the attributes of the entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
42
"Name" would be a good identifier for a customer entity in a database application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
43
Database designers use entity-relationship (E-R)diagrams to design databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
44
1:N,N:M,and 1:1 are common examples of minimum cardinalities.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
45
A data model describes the data and relationships that will be stored in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
46
In a data model,entities always represent physical objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
47
In a data model,an identifier refers to a unique characteristic of an entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
48
Employee number is an example of an identifier in the database of an organization.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
49
In an E-R diagram,multiple relationships are represented by "crow's feet."
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
50
Microsoft Access is both a DBMS and an application development product.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
51
Optimization is the process of converting a poorly structured table into two or more well-structured tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
52
The object-relationship (OR)technique is the most popular tool for creating a data model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
53
Elimination of duplicated data resolves the data integrity problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
54
"Address" is an example of a customer entity in a database application.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
55
Relationships represented using "crow's feet" have an N:M relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
56
Inconsistent attribute changes lead to data integrity problems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
57
A crow's foot notation would indicate the maximum cardinality of the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
58
Database requirements are assessed through data gaps identified by the database developers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
59
An N:M relationship can be interpreted to mean that a variable number,greater than one,is allowed on each side of the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
60
If there is a small oval in the crow's foot notation,it means that there might not be any entity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
61
Data aggregators obtain data from public and private sources and store and process it in sophisticated ways.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
62
A more formal name for a table is a(n)________.

A)record
B)key
C)relation
D)attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
63
Columns that belong to a different table than the one in which they reside are called ________.

A)foreign keys
B)parallel records
C)relational files
D)relational databases
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
64
Storing the attribute of an entity just once eliminates data inconsistencies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
65
A ________ is a self-describing collection of integrated records.

A)grid network
B)database
C)file system
D)storage folder
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
66
Bytes are grouped into columns,which in turn are grouped into ________.

A)rows
B)fields
C)files
D)bits
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
67
Normalization is the only criterion for evaluating database designs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
68
"The tables are not normalized" means that the tables have irregular,not-normal data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
69
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
70
Adjustments to a database should be done before the modeling stage,as they cannot be done at or after this stage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
71
A(n)________ is a column or group of columns that identifies a unique row in a table.

A)record
B)key
C)metadata
D)attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
72
In a database system,a ________ is the smallest piece of data.

A)field
B)record
C)byte
D)file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
73
A group of columns that identify a unique table row is a ________.

A)column
B)record
C)field
D)key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
74
The general goal of normalization is to construct tables such that every table has at least two topics or themes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
75
________ softwares assist in creating,maintaining,and manipulating databases.

A)DBMS
B)KMS
C)Operating system
D)Database application
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
76
A byte is a ________.

A)character of data
B)file system
C)primary memory system
D)record of data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
77
Metadata are ________.

A)data on the main server
B)binaries that encode data on to the memory
C)data that describe data
D)a collection of data over a period of time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
78
In a relational database,a collection of related records is a(n)________.

A)file
B)table
C)application
D)field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
79
Users access databases through a(n)________.

A)operating system
B)database application program
C)relational database system
D)relational report system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
80
A collection of similar records is called a ________.

A)field
B)matrix
C)file
D)database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 138 في هذه المجموعة.