4.python
4.python
print("")
print(" TIMPANY
STEEL CITY SCHOOL")
print("")
print("
MANAGED BY ETASI")
print("")
print("
VISAKHAPATNAM")
print("")
print("
COMPUTER QUIZ")
print("")
print(" L-1,
NETWORKING CONCEPTS")
print("")
print("")
print("")
print("SECTION-A")
print("A. FILL IN THE BLANKS")
print("")
print("1. __________ IS A COMPUTER NETWORK CREATED FOR A INDUVIDUAL PERSON")
a=input("A. ")
if a=="PAN":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS pan")
print("2. ___________ system alows us to talk to anyone in the world at any time")
b=input("A. ")
if b=="COMMUNICATION":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS communication")
print("3. Network cards are used used to physicaliy attach a computer with a
network.")
cc=input("A. ")
if cc=="T":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS T ")
print("4. WAN stands for wide area network ")
dd=input("A. ")
if dd=="T":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS T ")
print("")
print("")
print("C. APPLICATION BASED QUESTIONS")
print("")
print("1. MR Hemanth has set up his office with 50 computers.He wants to connect
computers and peripheral devices within his office buildings with wires The
network")
print(" he should use is ?")
aaa=input("A. ")
if aaa=="LAN":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS LAN ")
print("2. Which type of network architecture is the most sutable, when a few
computers,having similar power and capacity to be networked together ?")
bbb=input("A. ")
if bbb=="PEER TO PEER":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS PEER TO PEER ")
print("3. Arpita wants to attach her computer to a network so that it can
participate in network communication. With card should she use")
ccc=input("A. ")
if ccc=="NETWORK CARD":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS NETWORK CARD ")
print("4. Rama wanted to send a few photos and songs to his friends by
interconnecting mobile phones, using short-range wireless connection .which
technology would be")
print(" the most sutable for him ?")
ddd=input("A. ")
if ddd=="BLUETOOTH":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS BLUETOOTH ")
print("")
print("")
print("
SECTION-B")
print("")
print("A. MCQ ")
print("")
print("1. WHICH IS THE MOST COMMONY USED NETWORK CARD")
print(" A. WIFI B. BLUETOOTH C. ETHERNET NETWORK CARD")
aaaa=input("A. ")
if aaaa=="C":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS C ")
print("6. WHICH AMOUNG THE FOLLOWING REQURIES A SINGLE COMMUNICATION LINE OR ONE
MAIN CABLE")
print(" A. BUS TOPOLOGY B. STAR TOPOLOGY C. TREE TOPOLOGY")
ffff=input("A. ")
if ffff=="A":
print("CORRECT ANSWER")
else:
print("WRONG ANSWER")
print("THE ANSWER IS A ")