Tag: daily knowledge
-
GK Quiz on Birds india
Q 1. Is birds among the animals that give birth to their young ones alive? Show Answer Answer:- No Q 2. The only bird with its nostril at the end of its beak is called? Show Answer Answer:-Kiwi Q 3. Do birds eat worm? Show Answer Answer:-Yes Q 4. Which bird is known for its big…
-
GK Quiz on Birds of India: Do You Know Indian Birds? Take Our GK Quiz!
Q 1. Which is the national bird of India? A. Pigeon B. Parrot C. Peacock D. Eagle Show Answer Answer:-C. Peacock Q 2. Where is the Salim Ali Bird Sanctuary located? A. Kerala B. Goa C. Rajasthan D. Tamil Nadu Show Answer Answer:-B. Goa Q 3. Which bird is known for its excellent mimicry skills?…
-
C++ Programming Questions and Answers – Subscripting
C++ interview questions and answers focuses on “Subscripting”. One shall practice these interview questions to improve their C++ programming skills needed for various interviews (campus interviews, walk in interviews, company interviews)entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher,…
-
Current Affairs Quiz – October, 2024
Q 1.Which ships are part of the First Training Squadron (1TS), recently arrived in Bandar Abbas, Iran? A. INS Tir, INS Shardul, ICGS VeeraB. INS Vikrant, INS Kora, ICGS VishwastC. INS Karanj, INS Kulish, ICGS SarangD. INS Kochi, INS Chennai, ICGS Banshee Show Answer Answer:-A. INS Tir, INS Shardul, ICGS Veera Explanation The INS Tir,…
-
List of Indian States and Capitals
List of Indian States and Capitals List of Indian States and Capitals S.NO State Capitals CM Governor 1 Andhra Pradesh Amaravati YS Jagan Mohan Reddy Biswa Bhusan Harichandan 2 Arunachal Pradesh Itanagar Pema Khandu B. D. Mishra 3 Assam Dispur Himanta Biswa Sarma Jagdish Mukhi 4 Bihar Patna Nitish Kumar Phagu Chauhan 5 Chhattisgarh Raipur…
-
Operators and expressions of JavaScript
Q 1. See the given code of JavaScript and choose the correct output from the following: var string1 = “40”; varvalueinit=50; alert( string1 +intvalue); A. 90 B. 4050 C. 4090 D. Exception Show Answer Answer:-B. 4050 Explanation In JavaScript, the alert method does the typecasting and converts the value of the variable “valueinit” to a string after that it concatenates…
-
Variables in JavaScript ll
Q 1. Which of the following variables takes precedence over the others if the names are the same? A. Global variable B. The two of the above C. The local element D. None of the above Show Answer Answer:-C. The local element Explanation In JavaScript, the local variable takes precedence over the global variable if…
-
JavaScript MCQ
Q 1. Which type of JavaScript language is ___ A. Object-Based B. Object-Oriented C. Assembly-language D. High-level Show Answer Answer:-A. Object-Based Explanation JavaScript is not a pure OOP’s (object oriented programming) based languages such as PHP, java or many other languages, although it is an object-based language. It is not OOP’s based language, because it…
-
C++ Programming Questions and Answers – Complex Number Type
C++ interview questions and answers focuses on “Complex Number Type”. One shall practice these interview questions to improve their C++ programming skills needed for various interviews placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or…