.
Print settings
author off document
how many times it has been viewed
Answer:
The answer is "ICANN"
Explanation:
In the given question some information is missing, that is option, which can be described as follows:
A) IAB
B) ICANN
C) W3C
D) ISOC
It manages the installation and processes of multiple databases concerning the Network domain and provides a stable and safe networking service, and wrong choices were explained as follows:
- IAB, It provides a protocol to manage IETF, that's why it is wrong.
- W3C is used in web development.
- ISOC is used to provide internet accessibility.
Answer:
Answered below
Explanation:
//Python code
numberOfCasts = 3
j = 0
fishingPoints = 0
sum = 0
while j < numberOfCasts:
dieNum = randint(1 , 6)
if dieNum ==1:
fishingPoints = 2
elif dieNum == 2:
fishingPoints = 4
elif dieNum == 3:
fishingPoints = 6
elif dieNum == 4:
fishingPoints = 8
elif dieNum == 5:
fishingPoints = 10
elif dieNum ==6:
fishingPoints = 12
sum += fishingPoints
j++
if sum > 30:
print ("Great catch")
elif sum > 10 and sum <= 30:
print("Good catch")
else:
print ("Bad day")
Answer:
see attached
Vin -5V- +5V
Input current : 500 x 10^-6 A
V_r: 0V 5V
I_r: 1 mA
Explanation:
Step 1: Circuit Designing: you have to address the question what is your proposed circuit going to do (its function).
Step 2: Decide on circuit components that can address each such circuit functions.
Step 3: Decide on the operational specification for the circuit: voltages, currents, frequencies etc.
Step 4: Simulate your circuit to confirm if it works as expected with simulation software such as Multisim.