Question
SEBI has slapped fines totalling ____ on 15 entities for
indulging in non-genuine trades in the illiquid stock options segment on BSE.Solution
Capital markets regulator SEBI has slapped fines totalling Rs 75 lakh on 15 entities for indulging in non-genuine trades in the illiquid stock options segment on BSE.In fifteen separate orders, the regulator levied a fine of Rs 5 lakh each on Vanshika Gurbani, UNNO Industries, Vaishali Tushar Shah, Varshaben ManojKumar Jadav, Surendra Kumar Bagri HUF, Ketan Desai, Kiran Bhawani and Kiran Gupta .
Write a query to fetch department-wise count of employees sorted by department’s count in ascending order. EmployeeInfo is the table name.
...Write through technique is used in which memory for data updating
What will be the output of the following code snippet?
int num = 10;
int *ptr = #
printf("%d", *ptr);
Arrange the following memory components in the memory hierarchy from the fastest to the slowest: Cache memory, Main memory (RAM), Hard disk.
The dynamic memory allocation is the memory allocation done at the _________.
How does blockchain achieve its tamper-resistant quality?
Which field in the IP header indicates the maximum number of hops a packet can take before being discarded?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
In C, which keyword is used to access memory-mapped registers for DMA configuration?
What is the purpose of a lock in concurrency control?