Answer:
Please the code snippet below, the code was writen in Kotlin Language
Explanation:
const val inches:Int= 12 . //This is the const value
fun main(args: Array<String>) {
//this will ask the user for input
print("Enter a number")
//this will do the conversion
var valueInFeet= Integer.valueOf(readLine())*inches
print("The value in feet is $valueInFeet feet(s)")
}
Answer:
STP mainly uses 5 states in a network, in which some states are replaced in RSTP which improves the time efficiency.
Explanation:
STP mainly uses five states i.e. Learning, Listening, Blocking, Disabling and Forwarding to overcome the problem of collision in a network.
RSTP replaced the three states of STP i.e listening, learning, and blocking by Discarding, which results in the time efficiency as compared to STP.
As STP takes minutes to complete the network inter connectivity, RSTP completes it in seconds.
This is one of the main reason why an administrator want to change to RSTP.
Answer: One backup router
Explanation:
A stub network is the type of the packet network that basically describe the computer notwork. It typically capable for sending the complex data in the single network path when the network aware about its destination.
A stub network contain the one backup router as the stub routing is the typically designed for conserve the resources of the local router like the central processing unit (CPU) and the memory. It basically improve the stability of the network in the system.
Answer:
If( on_time == True) {
print("Coffee")
} else {
print("No Coffee")
}
Explanation:
Step 1 evaluate with a boolean variable if you are on time
If( on_time == True) {
Step 2 if true you have coffee
print("Coffee")
Step 3 if false you have not coffee
print("No Coffee")
Advantages
>fast processing
disadvantages
>limited service temperature performance