Answer:
The answer is below
Explanation:
A) The total bandwidth = 1 Mbps = 1000 Kbps
The requirement for each user = 100 Kbps
Total number of users = Total bandwidth / requirement for each user
Total number of users = 1000 Kbps / 100 Kbps = 10 users
B) Since each user transmits only 10 percent of the time, probability that a given user is transmitting is:
Probability = 0.1
C) Binomial distribution formula is given by:
Hence:
Probability=

D) The probability that there are 11 or more is:

Answer: Break statement
Explanation:
In the computer programming language, the break statement is the statement that mainly control the loop statement and it is basically used to terminating the given loop.
When the break explanation is experienced from inside the loop, then the iteration of the loop stops there and control comes back immediately from loop to the main proclamation in the loop. The program fall thorough the case section in the program if it missing the execution of the break statement.
Answer: C. Boolean value
Explanation:
The options are:
A. input
B. output
C. Boolean value
D. conditional statement
Boolean data type refers to the data type which possesses two values which are true and false which shows two truth values of values.
The boolean expression results in a boolean value. Based on the question given, then the answer will be Boolean value. Therefore, the correct option is C.