Tag: Australia

  • Python Quizs Question and Answers – Formatting – 2

    Q 1. The output of which of the codes shown below will be: “There are 4 blue birds.”?A. ‘There are %g %d birds.’ %4 %blueB. ‘There are %d %s birds.’ %(4, blue)C. ‘There are %s %d birds.’ %[4, blue]D. ‘There are %d %s birds.’ 4, blue Show Answer Answer:-B. ‘There are %d %s birds.’ %(4,…

  • Python Quizs Question and Answers – Advanced Formatting Tools

    Q 1. The formatting method {1:<10} represents the ___________ positional argument, _________ justified in a 10 character wide field.A. first, rightB. second, leftC. first, leftD. second, right Show Answer Answer:-B. second, left Explanation The formatting method {1:>> ‘%s’ %((1.23,),). Q 10. What will be the output of the following two codes? i. ‘{0}’.format(4.56) ii. ‘{0}’.format([4.56,])…

  • Python Quizs Question and Answers – Bitwise – 2

    Q 1. It is not possible for the two’s complement value to be equal to the original value in any case.A. TrueB. False Show Answer Answer:-B. False Explanation In most cases the value of two’s complement is different from the original value. However, there are cases in which the two’s complement value may be equal…

  • CSS Quizs Question & Answers – CSS Border

    Q 1. Which CSS property can be used to set the image as border instead of the border style?A. background-imageB. border-imageC. background-image-sourceD. border-image-source Show Answer Answer:-D. border-image-source Explanation The border-image-source property specifies the path to the image to be used as a border (instead of the normal border around an element). Q 2. In how…

  • CSS Quizs Question & Answers – Specification of CSS

    Q 1. What will be the output of below mentioned code snippet? h1 {color: “green”;} A. heading becomes greenB. heading becomes dark-greenC. error occorsD. nothings happen Show Answer Answer:-D. nothings happen Explanation Output of above code snippet won’t happen as the declaration syntax is wrong. The correct declaration is : h1 { color: green; }…

  • CSS Quizs Question & Answers – CSS Versions

    Q1 . Which of the following CSS property is used to give a line over the text?A. text-decoration: underlineB. text-decoration: overlineC. text-decoration: line-throughD. text-decoration: none Show Answer Answer:-B. text-decoration: overline Explanation Text-decoration is a CSS property used to decorate the text. The text-decoration property takes many values such as overline, underline, line-through, none, inherit, etc.…

  • Top15 Australia Quizs Question

    Q 1. Who did Prime Minister John Howard call the ‘greatest living Australian’ in 2001? Show Answer Answer:-Don Bradman Q 2. The original lyrics of Waltzing Matilda were written by which Australian poet? Show Answer Answer:-Banjo Paterson Q 3.In Australian slang, what is a matilda? Show Answer Answer:-A bundle of belongings or sleeping equipment Q4.…

  • CSS Quizs Question & Answers – Introduction to CSS

    CSS Problems focuses on “Introduction to CSS”. Q1. CSS stands for __________A. Color Style SheetsB. Cascade Sheets StyleC. Cascade Style SheetD. Cascading Style Sheets Show Answer Answer:-D. Cascading Style Sheets Explanation CSS is a style sheet language which stands for Cascading Style Sheet. Q 2. In CSS, h1 can be called as _______A. SelectorB. AttributeC.…

  • 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…

  • World Geography Quizs Question

    Q 1. In which type of rocks, Fossil Fuel can be found?A. IgneousB. SedimenatryC. MetamorphicD. None of the above Show Answer Answer:-B. Sedimenatry Explanation Sedimentary rocks are types of rock that are formed by the accumulation or deposition of small particles and subsequent cementation of mineral or organic particles. The fossils can be found in…

You cannot copy content of this page