Income Tax Slabs for FY 2024-25 (New & Old Regime Tax Rates) The income tax is a direct tax which follows a progressive slab rate, where the rate of tax increases as…
Category: Uncategorized
What is capital gain Tax and Changes in Budget 2024 ?
What is capital gain Tax and Changes in Budget 2024 ? A capital gain refers to the increase in the value of a capital asset when it is sold. It occurs when…
Rectification/ Revised Returns under GST : What You need to know ?
Rectification/ Revised Returns under GST In an effort to assist taxpayers and reduce litigation under the indirect tax system, the government is thinking of permitting the filing of updated or amended returns…
TOP 20+ MCQs on Queue using Stacks Data Structure with Answers
1. A Double-ended queue supports operations such as adding and removing items from both the sides of the queue. They support four operations like addFront(adding item to top of the queue), addRear(adding…
TOP 20+ MCQs on Double Ended Queue (Dequeue) Data Structure with Answers
1. What is a dequeue? A. A queue with insert/delete defined for both front and rear ends of the queueB. A queue implemented with a doubly linked listC. A queue implemented with…
TOP 20+ MCQs on Priority Queue Data Structure with Answers
1. With what data structure can a priority queue be implemented? A. ArrayB. ListC. HeapD. Tree View Answer Answer: C Explanation: Priority queue can be implemented using an array, a list, a…
20+ MCQs on Queue using Linked Lis Data Structure with Answers
1. In linked list implementation of queue, if only front pointer is maintained, which of the following operation take worst case linear time? A. InsertionB. DeletionC. To empty a queueD. Both Insertion…
TOP 20+ MCQs on Queue using Array Data Structure with Answers
1. Which of the following properties is associated with a queue? A. First In Last OutB. First In First OutC. Last In First OutD. Last In Last Out View Answer Answer: B…
Section 139A – Permanent Account Number (PAN)
What is PAN (Permanent Account Number) ? The provisions of Section 139A of the Income Tax Act, to be read with Rule 114 of the Income Tax Rules deal with the…
Filing Return of Loss [Section 139(3) read with Section 80]
Section 139(3) deals with filing income tax returns in the case of a loss. It is usually quite useful to file for the return in the case of losses, as the loss…
Advanced Survey MCQs For 2023
You May Also Like… LATEST NEET MCQs on DNA Replication [EXAM ORIENTED] EXAM NEET MCQs on Amniocentesis [LATEST Q&A] Human Brain NEET MCQs [ BIOLOGY LATEST Q&A ] Structure of Eye EXAM…
Section 194C-TDS on payment to Contractor
What is section 194C of Income Tax Act ? As per section 194C of Income Tax Act, any person who pays money to the resident contractor (or subcontractor) for carrying out any…
10+ TOP MCQs on writing console outputs in Java Programming
1. Which exception is thrown by read() method? A. All Window Tools B. All Writing Tools C. Abstract Window Toolkit D. Abstract Writing Toolkit . View AnswerAnswer: Option A Explanation: read method…
10+ TOP MCQs on Reading Console Inputs in Java Programming
1. Which exception is thrown by read() method? A. All Window ToolsB. All Writing ToolsC. Abstract Window ToolkitD. Abstract Writing Toolkit . View Answer Answer: Option A Explanation: read method throws IOException….
10+ TOP MCQs on Creating Threads in Java Programming Language
1. What does AWT stands for? A. All Window ToolsB. All Writing ToolsC. Abstract Window ToolkitD. Abstract Writing Toolkit . View Answer Answer: Option C Explanation: AWT stands for Abstract Window Toolkit,…