8.
In Web 3, what technology enables the creation of self-executing contracts with the terms
of the agreement between buyer and seller directly written into code?
a) Artificial intelligence
b) Machine learning
c) Smart contracts
d) Virtual reality
9.
What is the output of the following code?
```
x = [1, 2, 3]
y = x
y[0] = 0
print(x)
```
a) [0, 2, 3]
b) [1, 2, 3]
c) [0, 0, 3]
d) [1, 0, 3]
10.
Which risk management technique involves transferring the risk to another party, such
as through insurance or outsourcing?
a) Risk acceptance
b) Risk avoidance
c) Risk transfer
d) Risk mitigation