Question
Who has the power to suspend the business of recognized
stock exchange in case of emergency?Solution
Section 12 of SC(R ) A - Power to suspend business of recognised stock exchanges. If in the opinion of the Central Government an emergency has arisen and for the purpose of meeting the emergency the Central Government considers it expedient so to do, it may, by notification in the Official Gazette, for reasons to be set out therein, direct a recognised stock exchange to suspend such of its business for such period not exceeding seven days and subject to such conditions as may be specified in the notification.Â
What is the scope of a variable declared inside a block of code (e.g., within curly braces)?
In natural language processing (NLP), what does TF-IDF stand for?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
Which type of flip-flop is most commonly used for storing the state of synchronous digital systems?
A read bit can be read
Which property of a transaction is known as atomicity?
Which data visualization technique is best suited for displaying hierarchical data with a tree-like structure?
In Hadoop, what is the purpose of the MapReduce paradigm?
What is the primary purpose of lexical analysis in a compiler?