Tag: university

  • Python Quizs Question and Answers – While and For Loops – 2

    Q 1. What will be the output of the following Python code? x = “abcdef” while i in x: print(i, end=” “) A. a b c d e fB. abcdefC. i i i i i i …D. error Show Answer Answer:-D. error Explanation NameError, i is not defined. Q 2. What will be the output…

  • Css Basics Quizs Question and Answer

    Q 1. What is CSS?A. CSS is a style sheet languageB. CSS is designed to separate the presentation and content, including layout, colors, and fontsC. CSS is the language used to style the HTML documentsD. All of the mentioned Show Answer Answer:-D. All of the mentioned Explanation CSS is a style sheet language that stands…

  • English Grammar Quizs Question and Answers

    Q 1.  Groups of four words are given. In each group, one word is correctly spelt. Find the correctly spelt word and mark your answer in the Answer Sheet. A. Eccumenikal B. Ecumenical C. Ecuemenicel D. Ekumanical Show Answer Answer:-B. Ecumenical Q 2.  Groups of four words are given. In each group, one word is…

  • Current Affairs Quiz – May, 2023

    Q 1. ‘Washington Declaration’ is a bilateral agreement that was signed between the US and which country? A. Canada B. South Korea C. Australia D. UK Show Answer Answer:-B.South Korea Explanation Explanation:- Washington Declaration is a bilateral agreement that was recently signed between the US and South Korea. According to this agreement, while South Korea…

  • Python Questions and Answers – Numeric Types

    Q 1. What is the output of print 0.1 + 0.2 == 0.3?A. TrueB. FalseC. Machine dependentD. Error Show Answer Answer:-B. False Explanation Explanation:- Neither of 0.1, 0.2 and 0.3 can be represented accurately in binary. The round off errors from 0.1 and 0.2 accumulate and hence there is a difference of 5.5511e-17 between (0.1…

You cannot copy content of this page