Deck 9: Database Management Approaches

ملء الشاشة (f)
exit full mode
سؤال
A distributed database is a single logical database that is physically divided among computers at several sites on a network.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A DDBMS effectively contains a local DBMS at each site.
سؤال
Access delay refers to the fixed amount of time that is required for every message.
سؤال
An advantage of a distributed database is that the database can handle more complex query processing.
سؤال
Accessing data using messages over a network is substantially faster than accessing data on a disk.
سؤال
The server in a client/server system is also known as a front-end processor.
سؤال
A subclass inherits the structure of a class but not its methods.
سؤال
When relational databases store complex objects, these special data types are known as BLOBs.
سؤال
The beginning of a URL specifies the data communication method used by clients and servers to exchange data on the Internet.
سؤال
Access to a data warehouse is accomplished through the use of OLAP software.
سؤال
The term domain refers to the general structure of an object.
سؤال
The main purpose of data fragmentation is to place data at the location where the data is least often accessed.
سؤال
When you use thin clients in a two-tier architecture, you have a potential client maintenance problem.
سؤال
The actions defined for a class are known as methods.
سؤال
A characteristic of a DDBMS that states that users do not need to be aware of the location of the data in a database is known as replication transparency.
سؤال
A homogeneous database is one where there are at least two sites at which the local DBMSs are different.
سؤال
Systems that are record-at-a-time-oriented can create performance problems in distributed systems.
سؤال
The use of a three-tier architecture can help solve the scalability problem of the two-tier architecture.
سؤال
A local deadlock involves one transaction that requires a record held by a second transaction at one site, while the second transaction requires a record held by the first transaction at a different site.
سؤال
If data is loaded into a data warehouse periodically, but users cannot update a data warehouse directly, the data is said to be volatile.
سؤال
Which arrangement of client/server architecture uses thin clients to perform only presentation functions while a single server performs database and business functions?

A) single-tier architecture
B) two-tier architecture
C) three-tier architecture
D) multi-tier architecture
سؤال
When users are unaware of the steps taken by the DDBMS to update the various copies of data, what is this characteristic of the DDBMS called?

A) location transparency
B) fragmentation transparency
C) replication transparency
D) location site license
سؤال
Which of the following is an advantage of distributed databases?

A) local control of data
B) easier updates of replicated data
C) more complex query processing
D) more complex treatment of concurrent updates
سؤال
Which rule for distributed databases states that the performance of functions such as adding sites, changing versions of DBMSs, creating backups, and modifying hardware should not require planned shutdowns of the entire distributed database?

A) Continuous operation
B) Local autonomy
C) Location transparency
D) Fragmentation transparency
سؤال
Which of the following is true about distributed databases?

A) it is preferable to send a large number of short messages rather than a small number of lengthy messages
B) it is preferable to send a small number of lengthy messages rather than a large number of short messages
C) it is preferable to send a large number of lengthy messages rather than a small number of short messages
D) it is preferable to send a large number of short messages rather than a small number of short messages
سؤال
It is possible for local DBMSs to commit updates at some sites and undo updates at other sites. How can this inconsistency be prevented?

A) using a two-step rollback
B) using a two-phase commit
C) using a two-phase rollback
D) using a two-phase transaction
سؤال
In a two-phase commit, what is the site that initiates the update known as?

A) director
B) initiator
C) coordinator
D) leader
سؤال
The formula for message transmission time is: communication time = access delay + (data volume / X). What does X represent in the formula?

A) transmission rate
B) length of transmission
C) lag time
D) seek time
سؤال
What is the main purpose of data fragmentation?

A) to make it easier for users to access remote data
B) to place data at the location where the data is least often accessed
C) to place data at the location where the data is most often accessed
D) to make data access faster, whether it is local or remote
سؤال
Which rule for distributed databases states that no site should depend on another site to perform its database functions?

A) Distributed transaction management
B) Local autonomy
C) Operating system independence
D) Network independence
سؤال
In a three-tier system, what type of computer performs the business functions and serves as an interface for clients?

A) database server
B) fat client
C) network server
D) application server
سؤال
In a centralized database design, what should you try to minimize to increase data access speed?

A) the speed of the disk drive
B) the number of network messages
C) the number of disk accesses
D) the amount of memory used
سؤال
When users interact with an RDBMS, they use transactions. What are these types of systems called?

A) OLTP
B) ODBMS
C) OLAP
D) ODBC
سؤال
Which of the following is a metalanguage and is designed for the exchange of data on the web?

A) UML
B) URL
C) XML
D) HTTP
سؤال
Which type of DDBMS has at least two sites at which the local DBMS are different?

A) homogeneous DDBMS
B) heterogeneous DDBMS
C) holistic DDBMS
D) DDBMS
سؤال
What characteristic of a computer system allows it to continue to function well as utilization of the system increases?

A) Reliability
B) Adaptability
C) Scalability
D) Polymorphism
سؤال
What is it called when the data is organized by entity rather than by the application that uses the data?

A) table-oriented
B) row-oriented
C) column-oriented
D) subject-oriented
سؤال
If the client, in a client/server system, performs the business functions (calculations, etc.), what is this type of client known as?

A) external client
B) fat client
C) virtual client
D) thin client
سؤال
What is the data communication method used by Web clients and Web servers to exchange data on the Internet?

A) UML
B) HTTP
C) URL
D) IIS
سؤال
Which rule for distributed databases states that users should feel as if the entire database is stored locally?

A) Fragmentation transparency
B) Replication transparency
C) Location transparency
D) Distributed query processing
سؤال
With respect to the definition of data warehouse, which of the following means that data in a data warehouse represents periodic snapshots of the data, such as at the end of each month?

A) nonvolatile
B) time-variant
C) subject-oriented
D) integrated
سؤال
A(n) ____________________ DDBMS is a database that has the same local DBMS at each site.
سؤال
When users access a data warehouse, their queries usually involve aggregate data. What type of software is used to perform these queries?

A) XSLT
B) XSL
C) OOXML
D) OLAP
سؤال
To execute the steps in a(n) ____________________, the user sends a message to the object.
سؤال
Which of the following contains a multipart primary key, each part of which is a foreign key to the surrounding dimension tables?

A) fact table
B) primary table
C) dimension table
D) star table
سؤال
With respect to the definition of data warehouse, which of the following means that the data is read-only?

A) time-variant
B) integrated
C) nonvolatile
D) subject-oriented
سؤال
The steps taken by the DDBMS to update the various copies of data should be done behind the scenes; this is called _____________________ transparency.
سؤال
Methods are defined during the ___________________ process.
سؤال
____________________ means that you define an object to contain both the data and its associated actions.
سؤال
In which type of system are the data and actions encapsulated?

A) relational
B) object-oriented
C) network
D) parallel
سؤال
Which of the following refers to the association of an operation to actual program code?

A) attaching
B) matching
C) linking
D) binding
سؤال
In the object-oriented representation of a database, each _______________ is represented as an object rather than a relation.
سؤال
Which of the following contains a single-part primary key that serves as an index for the fact table and also contains other fields associated with the primary key value?

A) primary table
B) fact table
C) dimension table
D) star table
سؤال
What is the overall structure of the fact table and dimension tables called?

A) class schema
B) data model
C) star schema
D) object model
سؤال
What is the process of uncovering new knowledge, patterns, trends, and rules from the data stored in a data warehouse known as?

A) fragmentation transparency
B) replication transparency
C) polymorphism
D) data mining
سؤال
A DDBMS is a DBMS capable of supporting and manipulating ____________________ databases.
سؤال
Where does a user send a message to execute steps in a method?

A) to the method
B) to the object
C) to a class
D) to a subclass
سؤال
Web pages that display the same content for all Web clients are called ____________________ Web pages.
سؤال
Transmission Control Protocol/____________________ Protocol is the standard protocol for all communication on the Internet.
سؤال
A(n) ____________________ is the set of values that are permitted for an attribute.
سؤال
The relationship between a superclass and a subclass is called a ____________________.
سؤال
Explain the difference between a Web page, a Web server, and a Web client.
سؤال
What are the advantages of distributed databases?
سؤال
Late binding lets you use the same name for different operations, which is called ____________________ in object-oriented systems.
سؤال
With ____________________ visibility, only the class itself can view or update the value.
سؤال
On a class diagram, a(n) ____________________ symbol precedes each attribute.
سؤال
When one class is a subclass of a second class, you call the second class a ____________________ of the first class.
سؤال
The subclass ____________________ the structure of the class as well as its methods.
سؤال
On a class diagram, the lines joining the classes represent the relationships and are called ____________________.
سؤال
Describe a client-side and a server-side technique used by organizations to remember key data supplied by a web client.
سؤال
With ____________________ visibility, any other class can view or update the value of an attribute.
سؤال
____________________ indicates the number of objects that can be related to an individual object at the other end of the relationship.
سؤال
An OODBMS must provide a way to ____________________ objects; that is, the OODBMS must provide a way to distinguish between one object and another.
سؤال
What are the advantages of a client/server system?
سؤال
Discuss the differences between how client-side extensions and server-side extensions are created and executed, including the kinds of languages used to create them.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Database Management Approaches
1
A distributed database is a single logical database that is physically divided among computers at several sites on a network.
True
2
A DDBMS effectively contains a local DBMS at each site.
True
3
Access delay refers to the fixed amount of time that is required for every message.
True
4
An advantage of a distributed database is that the database can handle more complex query processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
5
Accessing data using messages over a network is substantially faster than accessing data on a disk.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
6
The server in a client/server system is also known as a front-end processor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
7
A subclass inherits the structure of a class but not its methods.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
8
When relational databases store complex objects, these special data types are known as BLOBs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
9
The beginning of a URL specifies the data communication method used by clients and servers to exchange data on the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
10
Access to a data warehouse is accomplished through the use of OLAP software.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
11
The term domain refers to the general structure of an object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
12
The main purpose of data fragmentation is to place data at the location where the data is least often accessed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
13
When you use thin clients in a two-tier architecture, you have a potential client maintenance problem.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
14
The actions defined for a class are known as methods.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
15
A characteristic of a DDBMS that states that users do not need to be aware of the location of the data in a database is known as replication transparency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
16
A homogeneous database is one where there are at least two sites at which the local DBMSs are different.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
17
Systems that are record-at-a-time-oriented can create performance problems in distributed systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
18
The use of a three-tier architecture can help solve the scalability problem of the two-tier architecture.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
19
A local deadlock involves one transaction that requires a record held by a second transaction at one site, while the second transaction requires a record held by the first transaction at a different site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
20
If data is loaded into a data warehouse periodically, but users cannot update a data warehouse directly, the data is said to be volatile.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which arrangement of client/server architecture uses thin clients to perform only presentation functions while a single server performs database and business functions?

A) single-tier architecture
B) two-tier architecture
C) three-tier architecture
D) multi-tier architecture
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
22
When users are unaware of the steps taken by the DDBMS to update the various copies of data, what is this characteristic of the DDBMS called?

A) location transparency
B) fragmentation transparency
C) replication transparency
D) location site license
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
23
Which of the following is an advantage of distributed databases?

A) local control of data
B) easier updates of replicated data
C) more complex query processing
D) more complex treatment of concurrent updates
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
24
Which rule for distributed databases states that the performance of functions such as adding sites, changing versions of DBMSs, creating backups, and modifying hardware should not require planned shutdowns of the entire distributed database?

A) Continuous operation
B) Local autonomy
C) Location transparency
D) Fragmentation transparency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which of the following is true about distributed databases?

A) it is preferable to send a large number of short messages rather than a small number of lengthy messages
B) it is preferable to send a small number of lengthy messages rather than a large number of short messages
C) it is preferable to send a large number of lengthy messages rather than a small number of short messages
D) it is preferable to send a large number of short messages rather than a small number of short messages
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
26
It is possible for local DBMSs to commit updates at some sites and undo updates at other sites. How can this inconsistency be prevented?

A) using a two-step rollback
B) using a two-phase commit
C) using a two-phase rollback
D) using a two-phase transaction
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
27
In a two-phase commit, what is the site that initiates the update known as?

A) director
B) initiator
C) coordinator
D) leader
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
28
The formula for message transmission time is: communication time = access delay + (data volume / X). What does X represent in the formula?

A) transmission rate
B) length of transmission
C) lag time
D) seek time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
29
What is the main purpose of data fragmentation?

A) to make it easier for users to access remote data
B) to place data at the location where the data is least often accessed
C) to place data at the location where the data is most often accessed
D) to make data access faster, whether it is local or remote
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which rule for distributed databases states that no site should depend on another site to perform its database functions?

A) Distributed transaction management
B) Local autonomy
C) Operating system independence
D) Network independence
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
31
In a three-tier system, what type of computer performs the business functions and serves as an interface for clients?

A) database server
B) fat client
C) network server
D) application server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
32
In a centralized database design, what should you try to minimize to increase data access speed?

A) the speed of the disk drive
B) the number of network messages
C) the number of disk accesses
D) the amount of memory used
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
33
When users interact with an RDBMS, they use transactions. What are these types of systems called?

A) OLTP
B) ODBMS
C) OLAP
D) ODBC
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which of the following is a metalanguage and is designed for the exchange of data on the web?

A) UML
B) URL
C) XML
D) HTTP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which type of DDBMS has at least two sites at which the local DBMS are different?

A) homogeneous DDBMS
B) heterogeneous DDBMS
C) holistic DDBMS
D) DDBMS
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
36
What characteristic of a computer system allows it to continue to function well as utilization of the system increases?

A) Reliability
B) Adaptability
C) Scalability
D) Polymorphism
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
37
What is it called when the data is organized by entity rather than by the application that uses the data?

A) table-oriented
B) row-oriented
C) column-oriented
D) subject-oriented
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
38
If the client, in a client/server system, performs the business functions (calculations, etc.), what is this type of client known as?

A) external client
B) fat client
C) virtual client
D) thin client
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
39
What is the data communication method used by Web clients and Web servers to exchange data on the Internet?

A) UML
B) HTTP
C) URL
D) IIS
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
40
Which rule for distributed databases states that users should feel as if the entire database is stored locally?

A) Fragmentation transparency
B) Replication transparency
C) Location transparency
D) Distributed query processing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
41
With respect to the definition of data warehouse, which of the following means that data in a data warehouse represents periodic snapshots of the data, such as at the end of each month?

A) nonvolatile
B) time-variant
C) subject-oriented
D) integrated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
42
A(n) ____________________ DDBMS is a database that has the same local DBMS at each site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
43
When users access a data warehouse, their queries usually involve aggregate data. What type of software is used to perform these queries?

A) XSLT
B) XSL
C) OOXML
D) OLAP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
44
To execute the steps in a(n) ____________________, the user sends a message to the object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
45
Which of the following contains a multipart primary key, each part of which is a foreign key to the surrounding dimension tables?

A) fact table
B) primary table
C) dimension table
D) star table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
46
With respect to the definition of data warehouse, which of the following means that the data is read-only?

A) time-variant
B) integrated
C) nonvolatile
D) subject-oriented
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
47
The steps taken by the DDBMS to update the various copies of data should be done behind the scenes; this is called _____________________ transparency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
48
Methods are defined during the ___________________ process.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
49
____________________ means that you define an object to contain both the data and its associated actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
50
In which type of system are the data and actions encapsulated?

A) relational
B) object-oriented
C) network
D) parallel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
51
Which of the following refers to the association of an operation to actual program code?

A) attaching
B) matching
C) linking
D) binding
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
52
In the object-oriented representation of a database, each _______________ is represented as an object rather than a relation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
53
Which of the following contains a single-part primary key that serves as an index for the fact table and also contains other fields associated with the primary key value?

A) primary table
B) fact table
C) dimension table
D) star table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
54
What is the overall structure of the fact table and dimension tables called?

A) class schema
B) data model
C) star schema
D) object model
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
55
What is the process of uncovering new knowledge, patterns, trends, and rules from the data stored in a data warehouse known as?

A) fragmentation transparency
B) replication transparency
C) polymorphism
D) data mining
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
56
A DDBMS is a DBMS capable of supporting and manipulating ____________________ databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
57
Where does a user send a message to execute steps in a method?

A) to the method
B) to the object
C) to a class
D) to a subclass
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
58
Web pages that display the same content for all Web clients are called ____________________ Web pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
59
Transmission Control Protocol/____________________ Protocol is the standard protocol for all communication on the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
60
A(n) ____________________ is the set of values that are permitted for an attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
61
The relationship between a superclass and a subclass is called a ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
62
Explain the difference between a Web page, a Web server, and a Web client.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
63
What are the advantages of distributed databases?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
64
Late binding lets you use the same name for different operations, which is called ____________________ in object-oriented systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
65
With ____________________ visibility, only the class itself can view or update the value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
66
On a class diagram, a(n) ____________________ symbol precedes each attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
67
When one class is a subclass of a second class, you call the second class a ____________________ of the first class.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
68
The subclass ____________________ the structure of the class as well as its methods.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
69
On a class diagram, the lines joining the classes represent the relationships and are called ____________________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
70
Describe a client-side and a server-side technique used by organizations to remember key data supplied by a web client.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
71
With ____________________ visibility, any other class can view or update the value of an attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
72
____________________ indicates the number of objects that can be related to an individual object at the other end of the relationship.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
73
An OODBMS must provide a way to ____________________ objects; that is, the OODBMS must provide a way to distinguish between one object and another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
74
What are the advantages of a client/server system?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
75
Discuss the differences between how client-side extensions and server-side extensions are created and executed, including the kinds of languages used to create them.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.