C++ Programming and Space Technology

A quiz covering C++ programming concepts including OOP features, memory management, and streams, along with questions about space technology and ISRO's space missions.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the name of reusable launch vehicle being developed by ISRO?

  1. Avatar
  2. Multiple Re-entry Satellite launch vehicle
  3. Adhunik
  4. Akash
Question 2 Multiple Choice (Single Answer)

Like Chandrayaan -1 , ISRO is planning to send a probe to study Sun, its name is?

  1. Suryayaan -1
  2. Aaditya
  3. Sun Bender
  4. Bhaskar
Question 3 True/False

India is planning a manned space mission.

  1. True
  2. False
Question 4 True/False

India holds the record of maximum simultaneous satellite launches using one launch vehicle.

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

Which of the following is used to group a set of Global classes, objects and functions under a name?

  1. Namedareas
  2. Packages
  3. Global Assembly Cache
  4. Namespaces
Question 6 Multiple Choice (Single Answer)

Which of the following are Stream classes in C++?

  1. ios
  2. fstream
  3. ostream
  4. All the above
Question 7 Multiple Choice (Single Answer)

Which of the following denotes advantages of operator overloading ?

  1. Extensibility
  2. Operator not limited to operate only with primitive Data Type
  3. Both A and B
  4. Operator's Scope is increased
Question 8 Multiple Choice (Single Answer)

The private member in derived class

  1. Cannot be inherited
  2. Can be inherited at all instances
  3. Can be inherited only if the derived class is inheriting from base class with public access level
  4. Can be inherited only if the derived class is inheriting from base class with private access level
Question 9 Multiple Choice (Single Answer)

If an array in C++ is declared as exforsys[10] then exforsys is equal to

  1. &exforsys[0]
  2. &exforsys[9]
  3. *exforsys[0]
  4. *exforsys[1]
Question 10 Multiple Choice (Single Answer)

What is the keyword used to allocate memory in C++?

  1. dalloc
  2. calloc
  3. malloc
  4. new
Question 11 Multiple Choice (Single Answer)

At maximum, How many values can be returned by a C++ function?

  1. 0
  2. 1
  3. morethan 1
  4. depends on number of arguments
Question 12 Multiple Choice (Single Answer)

Virtual functions are defined in ?

  1. Base class
  2. Derived class
  3. Both A and B
  4. Anyone of the above
Question 13 Multiple Choice (Single Answer)

External variables in C++ can also be called as

  1. static variables
  2. register variables
  3. global variables
  4. auto variables
Question 14 Multiple Choice (Single Answer)

Which of the following denote advantages of Inheritance ?

  1. saves program development time
  2. code reusability
  3. data hiding
  4. A and B
Question 15 Multiple Choice (Single Answer)

The member functions of a class can be defined outside the class using

  1. Extraction Operator
  2. Insertion Operator
  3. Questionmark Colon operator
  4. Scope resolution operator
Question 16 Multiple Choice (Single Answer)

What is the Value of EOF in C++ ?

  1. 0
  2. -1
  3. 1
  4. void
Question 17 Multiple Choice (Single Answer)

If hot liquid mixes with cold liquid what happens?

  1. entropy decreases
  2. entropy increases
  3. entropy remains unchanged
  4. entropy varies exponentially
Question 18 Multiple Choice (Single Answer)

During throttling process which one of the following remains constant?

  1. enthalpy
  2. entropy
  3. temperature
  4. pressure
Question 19 Multiple Choice (Single Answer)

Gears which have teeth parallel to the axis of the shaft is

  1. herringbone gear
  2. mitre gear
  3. spur gear
  4. helical gear
Question 20 Multiple Choice (Single Answer)

Tool signature consists of

  1. 6 elements
  2. 7 elements
  3. 4 elements
  4. 5 elements