Answer:
ABBB
Explanation:
The first bit is sent and read at the same time, and thus, it is "A".
The second bit is sent after 2 seconds, but the reader reads after each second. So, the second, third and fourth terms are all B.
Hence, the overall message is ABBB, and the above option is the correct answer. The others are showing five bits and thus, those options are not the correct ones.
counter = 1
sum = 0
while counter <= 6:
sum = sum + counter
counter = counter + 2
print(sum)
A. 12
B. 9
C. 7
D. 8
✔️ Correct! This loop executes 3 times. After the first loop sum = 1 and counter = 3, after the second loop sum = 4 and counter = 5, and after the third loop sum = 9 and counter = 7.
Answer:
select Control Panel, then Network Protocols, then Internet