Answer:
lst=["H", "wor", "o w"]
s='Hello world'
contains = True
for i in range (0, len(lst)):
if not lst[i] in s:
contains = False
break
Explanation:
Above code works fine if you make sure that identation is correct.
Answer:
C) Hardware, Software, People
Explanation:
System design is the determination of the overall system architecture-consisting of a set of physical processing components, Hardware, Software, People and the communication among them-that will satisfy the system’s essential requirements.
The fourth choice is correct.
Answer: All devices are connected to a central cable or backbone.
Explanation:
"All devices are connected to a central cable or backbone". Bus Topology refers to a logical or physical network's design. Bus Topology is also the network setup for a LAN (Local Area Network) nodes connected to a "backbone" or cable. The Bus setup connects every single computer and network to a single cable. Among others, the type of cable implemented for bus topology is usually a coaxial cable.
Answer:
As the total bytes are L, when h bytes out of L are sent from client to router the router immediately send these h bytes forward to next router. Thus simultaneously another set of h bytes reaches the router and therefore many actions are being performed in a simultaneous way.
Explanation:
For finding end to end delay, calculations are done and briefed.
All the paper work along with explanation is attached for better understanding.