Correct this code, there are some mistakes while(True): s=0 Final…

Question Answered step-by-step Correct this code, there are some mistakes while(True): s=0 Final… Correct this code, there are some mistakeswhile(True): s=0Final Summativeprint(“Quiz on computer components”) print(“enter true or false “) print(“Question 1”)print(“Printer is a hardware”) ch=input()if(ch==”true”): print(“answer is correct”) s+=1else:print(“answer is incorrect”)print(“correct answer is true,printer is electronic device so it is a hardware”)print(“Question 2″)print(” Msword is a hardware”) ch=input()if(ch==”false”):print(“answer is correct”)s+=1 else:print(“answer is incorrect”)print(“correct answer is false,msword is an app ,it is a software”) print(“Question 3”)print(“Home networks connects devices wireless network only”) ch=input()if(ch==”false”): print(“answer is correct”) s+=1else:print(“answer is incorrect”)print(“correct ans is false , because home networks connects both wired and wirelessnetworks”)print(“Question 4”)print(“The first operating system was invented by oracle company”) ch=input() if(ch==”false”): print(“answer is correct”) s+=1else:print(“answer is incorrect”)print(“correct ans is The first operating system was invented by IBM in 1964 “)print(“Question 5″)print(” Avast is one of the antivirus software”) ch=input()if(ch==”true”):print(“answer is correct”)s+=1 else:print(“answer is incorrect”)print(“correct ans is true, avast is a software which is used to remove viruses from a system “)print(“Questions on computer & society”)print(” enter true or false “)print(“Question 1”)print(“Technology helps to create globalization”) ch=input()if(ch==”true”): print(“answer is correct”) s+=1else:print(“answer is incorrect”)print(“correct answer is true,it impacts a lot on society.it helps to make things faster andeasier and to connect with people easily throughout the world”) print(“Question 2”)print(“Rules for computing are called as commandments”) ch=input()if(ch==”true”): print(“answer is correct”) s+=1else:print(“answer is incorrect”)print(” correct answer is true,because it is known as commandments”)print(“Question 3″)print(” Cyber crime refers to all the legal and regulatory aspects of the internet and WWW.”)ch=input() if(ch==”false”): print(“answer is correct”)s+=1 else:print(“answer is incorrect”)print(“correct ans is false , cybercrime does not mean legal aspects,it refers to illegal activities”)print(“Question 4”)print(“There is no scope for computer technology in future”) ch=input()if(ch==”false”):print(“answer is correct”)s+=1 else:print(“answer is incorrect”)print(“correct ans is false, In future ,everything might becomes computer based technology”)print(“your score is”,s)print(“do you want to continue enter 1 for yes 2 for no”); c=int(input())if(c==2):Break; Computer Science Engineering & Technology Python Programming MATH ICS3U0 Share QuestionEmailCopy link Comments (0)