Answer:
PRINT "Values for Principal (P), Rate (A) and Time (T)"
INPUT P, A, T
I = P * A * T/100
Amount = P + I
PRINT "Interest: ", I
PRINT "Amount: ", Amount
Explanation:
This prompts the user for values for Principal, Rate and Time
PRINT "Values for Principal (P), Rate (A) and Time (T)"
This gets values for Principal (P), Rate (R) and Time (T)
INPUT P, A, T
This calculates the interest (I)
I = P * A * T/100
This calculates the amount (A)
Amount = P + I
This prints the interest (I)
PRINT "Interest: ", I
This prints the amount (A)
PRINT "Amount: ", Amount
The
piston engine uses the crankshaft to convert the reciprocating motion of the
piston into rotary motion.
<span>The
crankshaft is used to convert reciprocating motion of the piston into rotary
motion, while the conversion process is called torque, which is a twisting
force. Aside from crankshaft, there are a total of four parts of the engine
that work together in order to convert the reciprocating motion into rotary
motion namely cylinder, or also called the chamber of the piston, the piston itself,
and the connecting rod.</span>
Answer: SIP Trunk
Explanation:
The SIP is stand for the session initiation protocol trunk is one of the service that is specifically provided by the service provider and the main purpose of the SIP trucking is to manage the VoIP call process (Voice over IP).
According to the given question, SIP is one of the protocol that allow telephony services for the communication purpose and it also offer the video, Message, media and the voice application and these process are control by using this type of technology.
Therefore, SIP Truck is the correct answer.
Layer 3, the Network Layer, just like the OSI model.