CLS INPUT 'Enter any number'; N A = N S = 0 WHILE N <> 0 R = N MOD 10 S = S+R^3 N = N\10 WEND IF A=S THEN PRINT "The number is armstrong" ELSE PRINT "The number is not armstrong" END IF END
Network Topology :- Network topology is the arrangement of the elements of a communication network. Network topology can be used to define or describe the arrangement of various types of telecommunication networks, including command and control r adio networks, and computer network . There are five types of topology in computer networks: Mesh Topology . Star Topology . Bus Topology . Ring Topology . Hybrid Topology . Including this all I am gonna explain about bus topology, its advantages and disadvantages uses and some facts about it. Bus topology A bus topology is a topology for a Local Area Network in which all the nodes are connected to a single cable. The cable to which the nodes connect is called a "backbone". If the backbone is broken, the entire segment fails. Bus topologies are relatively easy to install and don't require much cabling compared to the alternatives. On a bus, only one computer can transfer information at a time. The...
My One Day with Police On Thursday 30th May, our school took us to the police community membership.At there we came to know different jobs of the police.There was a counselling program for the students. The counselling program was about the social media.It taught us like: We should use the social media properly, not harm others, and also if we use social media unnecessarily it can harm to us only so we should use it in limit only.For teenagers or we can say us we are being involved in social media most of the time rather than spending time with family, nor studying. We are not being aware about the social media. We are using social media unnecessarily by using facebook, instagram,tiktok and others. Yes we should use this but in limit only because if we dont use in our limit than we can be in...
Comments
Post a Comment