Tag: International
-

Physical Geography & Records
Australia, the “Land Down Under,” is the world’s smallest continent but its sixth-largest country. It is a land of extremes, from the tropical Great Barrier Reef to the arid Outback. Here is a comprehensive list of 100 General Knowledge questions focused on Australian geography and landmarks, organized by category for easy study. 🌏 Physical Geography…
-

Python Questions and Answers – Exception Handling – 3
Python Multiple Choice Questions & Answers (MCQs) focuses on “Exception Handling – 3”. Q 1. What happens if the file is not found in the following Python code?a=Falsewhile not a:try:f_n = input(“Enter file name”)i_f = open(f_n, ‘r’)except:print(“Input file not found”)A. Name errorB. Assertion errorC. Input output errorD. No error Show Answer Answer:-D. No error Explanation…
-

Provinces, Symbols & Extra Facts Questions Canadian
Q 1. What is the national winter sport of Canada? A. Lacrosse B. Ice Hockey C. Skiing D. Curling Show Answer Answer:-B. Ice Hockey Q 2. What is the national summer sport of Canada? A. Baseball B. Soccer C. Lacrosse D. Swimming Show Answer Answer:-C. Lacrosse Q 3. Which province is home to the “Calgary…
-

Important Events & History Canadian Multiple Choice Question
Q 1. In what year did Canadian Confederation take place? A. 1776 B. 1812 C. 1867 D. 1982 Show Answer Answer:-C. 1867 Q 2. Which four provinces first joined Confederation in 1867? A. Ontario, Quebec, New Brunswick, Nova Scotia B. Ontario, Quebec, PEI, Manitoba C. BC, Alberta, Saskatchewan, Manitoba D. Newfoundland, Labrador, Yukon, Nunavut Show…
-

Government & Politics Questions Canadian Multiple Choice Questions
Q 1.What type of government does Canada have? A. Republic B. Constitutional Monarchy C. Absolute Monarchy D. Dictatorship Show Answer Answer:-B. Constitutional Monarchy Q 2. Who is the current Head of State in Canada? A. The Prime Minister B. The King C. The Governor General D. The Chief Justice Show Answer Answer:-B. The King Q…
-

Geography & Water Bodies Questions Canadian Multiple Choice Questions.
Q 1. What is the capital city of Canada? A. Toronto B. Vancouver C. Ottawa D. Montreal Show Answer Answer:-C. Ottawa Q 2. Which is the largest province in Canada by land area? A. Ontario B. Quebec C. British Columbia D. Alberta Show Answer Answer:-B. Quebec Q 3. Which Canadian territory is the largest by…
-

C++ Programming Questions and Answers – Exception Handling – 2
C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Exception Handling – 2”. Q 1. Where should we place catch block of the derived class in a try-catch block?A. Before the catch block of Base classB. After the catch block of Base classC. Anywhere in the sequence of catch blocksD. After all the catch…
-

C++ Programming Questions and Answers – Exceptions That Are Not Errors
C++ MCQs (multiple choice questions) focuses on “Exceptions That Are Not Errors”. One shall practice these MCQs to improve their C++ programming skills needed for various interviews (campus interviews, walk in interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They…
-

Python Questions and Answers – Encapsulation
Python Multiple Choice Questions & Answers (MCQs) focuses on “Encapsulation”. Q 1. Which of these is not a fundamental features of OOP?A. EncapsulationB. InstantiationC. InheritanceD. Polymorphism Show Answer Answer:-B. Instantiation Explanation Instantiation simply refers to creation of an instance of class. It is not a fundamental feature of OOP. Q 2. Which of the following…
-

Python Questions and Answers – Polymorphism
Python Multiple Choice Questions & Answers (MCQs) focuses on “Polymorphism”. Q 1. Which of the following best describes polymorphism?A. Ability of a class to derive members of another class as a part of its own definitionB. Means of bundling instance variables and methods in order to restrict access to certain class membersC. Focuses on variables…
