Answer:
c. all of these choices
Explanation:
all of them are correct. i took a quiz on this like 2 days ago and that was the answer.
<em>hope this helpsssssssss!!!!!!!!!!! :):):)</em>
In your question whereas there is a class named window and it would be like this:
class window {
//code here
}
Next is there is a function called close and freeresource and it goes like this:
class window{
function close( ){
//code here
}
function freeresource( ){
// code here
}
public destruct (){
this.close();
this.freeresource();
}
}
The last code function destruct invokes the function close and freeresource. Hope this would help
Answer:
(a) yes, this protocol allows only serializable schedules for transactions as due to this the system maintains it's consistency. As in this protocol a unique transaction id is being assigned and with the help of that transaction id the system would be able to identify the process which has taken place in what particular order. For example, in case of bank transfers
balance = 1000 transaction id 100
write ADD 200 transaction id 101
write SUB 1100 transaction id 102
write ADD 900 transaction id 103
in here with the help of transaction id we can check which operation has happened in which order, if not then some operation will not happen like 102 immediately after 100 and skipping 101
(b) the modified version of this protocol would be to also consider the time of transaction and take this factor in the consideration
The publisher tab in the application control allows you to manage the various certificates that are used to sign to binaries. Publisher allow executables of a particular vendor, signed by a security certificate issued
to the vendor by a Certificate Authority. Also, all applications and binary files either added
to or modified on an endpoint that are signed by the certificate are automatically added to
the whitelist.