Answer:
The answer to this question can be defined as follows:
Explanation:
In the given statements there are some mistype errors so, in the explanation section, we define the question with their suitable answer.
In choice A:
The Internet Protocol version 6 (IPv6) Prefix Length is being used to identify however many bits are already in the network part of its Global Unicast IPv6 address. It uses the number 64 for employed to recognize the network part of the very first 64 bits, that's why in Option A answer is "/64".
In choice B:
An IP address is used to represent 8 classes, in which each representing 16 bits, in the representation IP address it uses:: that is unspecified, that's why in Option B answer is "Unspecified".
In choice C:
The global unicast is a single connection on each sender and receiver, it specified from each network address, through one position upon its network to the other, that's why in Option C answer is "global unicast".
In choice D:
The link-local is used to communicate with other devices with the same IPv6 subnet, that's why in Option D answer is "link-local".
Please find the attachment of the question:
Answer:
I'll answer this question with a Pseudocode
<em>1. Start</em>
<em>2. Input Length</em>
<em>3. Surface Area1 = Length * Length</em>
<em>4. Surface Area2 = 6 * Surface Area1</em>
<em>5. Volume = Length * Length * Length</em>
<em>6. Print Surface Area1</em>
<em>7. Print Surface Area2</em>
<em>8. Print Volume</em>
<em>9. Stop</em>
<em />
Explanation:
The first line starts the Pseudocode
The second line accepts input for Length of the cube
The third line calculates the surface area of 1 side
The fourth line calculates the surface area of the cube
The fifth line calculates the volume of the cube
The sixth to ninth line prints the calculated parameters
The Pseudocode ends on line 9
I've included the code in the picture below. Best of luck