Tag: General

  • List of Indian States and Capitals

    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

    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…

  • Business & Finance Case Study – Projections, NPV, Compilation

    Business & Finance Case Study – Projections, NPV, Compilation

    Certainly! Let’s create a hypothetical case study focusing on business and finance, involving projections, Net Present Value (NPV) calculations, and compilation of financial data. Case Study: TechStart Inc. – Expansion Decision Background: TechStart Inc. is a rapidly growing technology startup specializing in software development. With its innovative products gaining traction in the market, the company…

  • Variables in JavaScript ll

    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

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

  • C++ Programming Questions and Answers – Namespaces – 2

    C++ Programming Questions and Answers – Namespaces – 2

    C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Namespaces – 2”. Q 1. Pick the incorrect statement for namespaces in C++.A. Namespace declarations are always global scopeB. Keyword namespace is used at the starting of a namespace definitionC. Namespace has access specifiers like private or publicD. Namespace definitions can be nested Show Answer…

  • C++ Programming Questions and Answers – Conversion Operators

    C++ Programming Questions and Answers – Conversion Operators

    C++ Multiple Choice Questions focuses on “Conversion Operators”. One shall practice these questions 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 can be a beginner, fresher,…

  • C++ Programming Questions and Answers – Operator Overloading – 1

    C++ Programming Questions and Answers – Operator Overloading – 1

    C++ Programming Multiple Choice Questions & Answers (MCQs) focuses on “Operator Overloading – 1”. Q 1. What will be the output of the following C++ code? #include <iostream> #include <string> using namespace std; class A { static int a; public: void show() { a++; cout<<“a: “<<a<<endl; } };   int A::a = 5;   int…

  • Current Affairs Quizs Question – September, 2024

    Current Affairs Quizs Question – September, 2024

    Q 1. What is the name of the cyclone that recently formed over the Kutch coast in Gujarat? A. Cyclone GulabiB. Cyclone JawarC. Cyclone AsnaD. Cyclone Satrang Show Answer Answer:- C. Cyclone Asna Explanation Cyclone Asna formed from a deep depression over Gujarat’s Kutch region and is set to become a tropical cyclone over the…

You cannot copy content of this page