Question
Consider the following statements regarding adjudicating
officers under the IT Act, 2000: 1. They are appointed by the Central Government. 2. They can decide cases where the claim for injury or damage does not exceed a specified monetary limit. 3. They have certain powers of a civil court while holding inquiries. ย Which of the above are correct?Solution
Answer D โ Adjudicating officers are appointed by Central Govt, decide claims up to a limit, and have powers of a civil court (Sec 46โ47).
Which SQL clause is used to group rows based on one or more columns?
What does the โ
What is the maximum number of processes that can be in the Ready state?
In two-phase locking, a transaction releases its locks:
Which of the following concurrency control methods avoids deadlocks entirely but can reduce concurrency by blocking transactions at start?
An RDBMS provides mechanisms for data integrity, such as primary keys and foreign keys, which are generally lacking in:
Consider the following Java-like pseudo-code for inserting a node into a Binary Search Tree (BST):
ย ย ```java
ย ย class Node {
Multiversion Concurrency Control (MVCC) ensures:
Which type of DBMS model organizes data in tables with rows and columns?
A programmer is trying to debug an issue where an `ArrayList` (or equivalent dynamic array) in their Java/Python code unexpectedly throws anย `IndexOut...