State which of the following schedules are serializable.

a. r1(x) r2(y) r1(z ) r3(z ) r2(x) r1(y)
b. r1(x) w2(y) r1(z ) r3(z ) w2(x) r1(y)
c. r1(x) w2(y) r1(z ) r3(z ) w1(x) r2(y)
d. r1(x) r2(y) r1(z ) r3(z ) w1(x) w2(y)
e. r1(x) r2(y) w2(x) w3(x) w3(y) r1(y)
f. w1(x) r2(y) r1(z ) r3(z ) r1(x) w2(y)
g. r1(z ) w2(x) r2(z ) r2(y) w1(x) w3(z ) w1(y) r3(x)


a. Yes. all reads
b. No. T1 before T2 on x and after T2 on y
c. Yes
d. Yes
e. No. T1 before T2 and T2 before T3 on x; T2 before T3 and T3 before T1 on y.
f. Yes
g. Yes

Computer Science & Information Technology

You might also like to view...

If you have a(n) ____ sound, it may continue to play even after all of the frames in the Timeline have finished playing.

A. event B. stream C. action D. index

Computer Science & Information Technology

The Internet is the largest network in the world, with millions of computers connected together

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following properties of DHCP would Lisa, a technician, use to ensure an IP address is not leased out from the active scope?

A. Reservations B. Lease times C. Removing IPs from the active leases D. Configuring the DNS options

Computer Science & Information Technology

Which data set(s) will produce frequent itemsets with highest maximum support?

Answer the following questions using the data sets shown in Figure 6.6. Note that each data set contains 1000 items and 10,000 transactions. Dark cells indicate the presence of items and white cells indicate the absence of items. We will apply the Apriori algorithm to extract frequent itemsets with minsup = 10% (i.e., itemsets must be contained in at least 1000 transac- tions)?

Computer Science & Information Technology