Tag: South America
-
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.…
-
General Knowledge Quizs Question Answer Aptitude English
Q 1. GHASTLY A. Terrible B. Pretty C. Sanction D. Pleasant Show Answer Answer:-A. Terrible Q 2. GRATUITY A. Disadvantage B. Cash C. Tip D. Pain Show Answer Answer:-C. Tip Q3. LUCID A. Dirty B. Liquid C. Solid D. Clear Show Answer Answer:-D. Clear Q 4. PREVAILING A. Popular B. Implemented C. Existing D. Winning…
-
Python Questions and Answers – Bitwise – 1
Q 1. What will be the output of the following Python code snippet if x=1? x<<2 A. 8B. 1C. 2D. 4 Show Answer Answer:-D. 4 Explanation Explanation:- The binary form of 1 is 0001. The expression x<<2 implies we are performing bitwise left shift on x. This shift yields the value: 0100, which is the…
-
Top 100 Current Affairs Quizs Question and Answers Important
Q 1.In May 2023, Justice T. S. Sivagnana has been appointed as the Chief Justice of which of the following High Courts? A. Calcutta High Court B. Bombay High Court C. Madras High Court D. Delhi High C Show Answer Answer:-A. Calcutta High Court Q 2.According to the ICC ranking released on May 2, 2023,…
-
Top 50 World GK Quizs Question and Answers 2023
Q 1. What is the capital of Iceland? A. Hafnarfjordur B. Reykjavik C. Selfoss D. Vik Show Answer Answer: B. Reykjavik Q 2. What is the national game of Bangladesh? A. Cricket B. Football C. Kabaddi D. Shooting Show Answer Answer: C . Kabaddi Q 3. In which year the First World War begun? A.…
-
Python Quizs Question and Answers – Basic Operators
Q 1. Which is the correct operator for power(xy)?A. X^yB. X**yC. X^^yD. None of the mentioned Show Answer Answer:-B. X**y Explanation Explanation:- In python, power operator is x**y i.e. 2**3=8. Q 2. Which one of these is floor division?A. /B. //C. %D. None of the mentioned Show Answer Answer:-B. // Explanation Explanation:- When both of…
-
Python Quizs Question and Answers – Variable Names
Q 1. Is Python case sensitive when dealing with identifiers?A. machine dependentB. noC. yesD. none of the mentioned Show Answer Answer:-C. yes Explanation Explanation:- Case is always significant while dealing with identifiers in python. Q 2. What is the maximum possible length of an identifier?A. 31 charactersB. 63 charactersC. 79 charactersD. none of the mentioned…
-
PHP Quizs Question & Answers Basics of Object-Oriented PHP- 2
Q 1. Which one of the following functions is used to determine whether a class exists?A. exist()B. exist_class()C. class_exist()D. __exist() Show Answer Answer:-C. class_exist() Explanation The class_exist() function returns true or false according to whether the class exists within the currently executing script content. Q 2. Which one of the following functions is used to…
-
International Quizs Question
Q 1. Which river flowing through the Londoan City, England? A. River Thames B. River Severn C. River Severn D. None of the above Show Answer Answer :-A. River Thames Q 2. Which one is the tallest tower in the world ? A. Canton Tower, China B. CN Tower, Canada C. Tokyo Skytree, Japan D.…