Question
Consider the following statements about Central Consumer
Protection Authority (CCPA): I. It is a constitutional body under the Consumer Protection Act (CPA) 2019. II. National Commission has pecuniary jurisdiction over goods and services worth more than two crores. III. E-commerce platforms are under the jurisdiction of the CCPA. Which of the statements given above is/are not correct?Solution
Statement 1 is not correct -: The Consumer Protection Act, 2019 established the Central Consumer Protection Authority (CCPA) as a statutory body (not a constitutional body). Statement 2 is correct -:The new pecuniary jurisdiction, subject to other provisions of the Act, shall be as under: District Commissions shall have jurisdiction to entertain complaints where the value of the goods or services paid as consideration does not exceed 50 lakh rupees. State Commissions shall have jurisdiction to entertain complaints where value of the goods or services paid as consideration exceeds 50 lakh rupees but does not exceed 2 crore rupees. The National Commission shall have jurisdiction to entertain complaints where value of the goods or services paid as consideration exceeds 2 crore rupees. Statement 3 is correct -: The Ministry of Consumer Affairs, Food, and Public Distribution notified and made effective the provisions of the Consumer Protection (E-Commerce) Rules, 2020 under the Consumer Protection Act, 2019.
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What is an algorithm?
Which SQL keyword is used to modify existing rows in a table?
the functions of data warehouse tools and utilities.
In the Entity-Relationship (ER) model, what does an entity represent?
What does the "Projection" operation in relational algebra do?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What is the binary representation of the decimal number 25?
What is depth in deep learning?
What does the "Model" represent in the MVC architecture?