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.
Questions
What is the name of reusable launch vehicle being developed by ISRO?
- Avatar
- Multiple Re-entry Satellite launch vehicle
- Adhunik
- Akash
Like Chandrayaan -1 , ISRO is planning to send a probe to study Sun, its name is?
- Suryayaan -1
- Aaditya
- Sun Bender
- Bhaskar
India is planning a manned space mission.
- True
- False
India holds the record of maximum simultaneous satellite launches using one launch vehicle.
- True
- False
Which of the following is used to group a set of Global classes, objects and functions under a name?
- Namedareas
- Packages
- Global Assembly Cache
- Namespaces
Which of the following are Stream classes in C++?
- ios
- fstream
- ostream
- All the above
Which of the following denotes advantages of operator overloading ?
- Extensibility
- Operator not limited to operate only with primitive Data Type
- Both A and B
- Operator's Scope is increased
The private member in derived class
- Cannot be inherited
- Can be inherited at all instances
- Can be inherited only if the derived class is inheriting from base class with public access level
- Can be inherited only if the derived class is inheriting from base class with private access level
If an array in C++ is declared as exforsys[10] then exforsys is equal to
- &exforsys[0]
- &exforsys[9]
- *exforsys[0]
- *exforsys[1]
What is the keyword used to allocate memory in C++?
- dalloc
- calloc
- malloc
- new
At maximum, How many values can be returned by a C++ function?
- 0
- 1
- morethan 1
- depends on number of arguments
Virtual functions are defined in ?
- Base class
- Derived class
- Both A and B
- Anyone of the above
External variables in C++ can also be called as
- static variables
- register variables
- global variables
- auto variables
Which of the following denote advantages of Inheritance ?
- saves program development time
- code reusability
- data hiding
- A and B
The member functions of a class can be defined outside the class using
- Extraction Operator
- Insertion Operator
- Questionmark Colon operator
- Scope resolution operator
What is the Value of EOF in C++ ?
- 0
- -1
- 1
- void
If hot liquid mixes with cold liquid what happens?
- entropy decreases
- entropy increases
- entropy remains unchanged
- entropy varies exponentially
During throttling process which one of the following remains constant?
- enthalpy
- entropy
- temperature
- pressure
Gears which have teeth parallel to the axis of the shaft is
- herringbone gear
- mitre gear
- spur gear
- helical gear
Tool signature consists of
- 6 elements
- 7 elements
- 4 elements
- 5 elements