Answer:
Code and Commands have similar programs coding has only one thing to do or done but commands can be told anytime by an input device.
Explanation:
hope this helps.
Answer:
Flat web architecture
Explanation: A flat web architecture is a type of web Structure where to link chain exists, in this type of web architecture,users can access the web site with few number of clicks such as in one, two or three clicks with a maximum of four clicks.
One of the basic importance when dealing with web pages is the number of clicks before the page requested can be reached. The lower the number of clicks the better.
Def countUppercase(s):
count=0
for i in s:
if i.isupper():
count+=1
s=s.replace(i, "")
else:
s=s.replace(i, "")
countUppercase(s)
return count
element=input("Enter the string: ")
string=countUppercase(element)
print("\nNumber of upper letter in the string: ",string)
Answer:
Peer to Peer Network
Explanation:
In a peer to peer network, the 'peers' are computer systems which are connected to each other via the Internet. Files can be shared directly between systems on the network without the need of a central server. In other words, each computer on a peer to peer network becomes a file server as well as a client.
The only requirements for a computer to join a peer-to-peer network are an Internet connection and a peer to peer software.