Category: Programming

  • CSS Quizs Question & Answers – CSS Versions

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

  • CSS Quizs Question & Answers – CSS Fonts

    CSS Quizs Question & Answers – CSS Fonts

    Q 1. Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute? A. empasizeB. lightC. lighterD. dark Show Answer Answer:-D. dark Explanation Self-explainatory. Q 2. Which of the following property allows contextual adjustment of inter-glyph spacing, i.e. the spaces between the characters in text?A. font-styleB. font-familyC.…

  • CSS Quizs Question & Answers – CSS Functions

    CSS Quizs Question & Answers – CSS Functions

    Q 1. Which of the following function flips an element’s colors, for use by the filter property? A. flip() B. invert() C. contrast() D. image() Show Answer Answer:- B. invert() Explanation Q 2.Which of the following function applies a saturation effect to an element’s color, making it appear more or less vivid, for use by…

  • CSS Quizs Question & Answers – Introduction to CSS

    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

    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…

  • Maths Quizs Question for Practice 

    Maths Quizs Question for Practice 

    Q1. A man is currently 4 times older than his son. In 10 years, the man will be three times older than his son. What is the man’s age presently? A. 110 B. 80 C. 70 D. 30 Show Answer Answer:- 80  Q 2. Which prime number is closest to 100?  A. 20 B. 60 C. 60 D.…

  • Java Interview Quizs Questions 2

    Java Interview Quizs Questions 2

    Q1. What is the action of rint() in Java A. Returns the absolute value of the argument B. Returns the smallest of the two arguments C. Returns the double value that is closest in value to the argument D. Returns the largest integer that is less than or equal to the argument Show Answer Answer:-C.…

  • Java Interview Quizs Question

    Computer Exam Java Interview Questions Q1. Java was developed by A. Apple B. IBM C. Ericsson D. Sun Microsystems Show Answer Answer:-D. Sun Microsystems Q 2. In which year Java programming language was developed A. 1991 B. 1993 C. 1995 D. 1996 Show Answer Answer:-A. 1991 Q 3. Which one was the initial name of…

  • Python Quizs Question and Answers – Bitwise – 2

    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…

  • Python Quizs Question and Answers – Boolean

    Python Quizs Question and Answers – Boolean

    Q 1. What will be the output of the following Python code snippet? bool(‘False’) bool() A. True True B. False True C. False False D. True False Show Answer Answer:- D. True False Explanation The Boolean function returns true if the argument passed to the bool function does not amount to zero. In the first…