CBSE Question Bank for Class 12 Accountancy (055)
Last updated on May 28th, 2021 at 09:53 am
Question Bank for Class 12 Accountancy
Also Check : Another Subject’s Question Banks Below
>>>English Core
>>>Mathematics
>>>Chemistry
>>>Economics
Last updated on May 28th, 2021 at 09:53 am
>>>English Core
>>>Mathematics
>>>Chemistry
>>>Economics
Last updated on November 4th, 2023 at 10:23 amPython Program To Delete a Row in CSV File Method-1 You can delete a row in a CSV file in Python by reading the CSV file, excluding the row you want to delete, and then writing the remaining data back to the file. Here’s a Python…
Last updated on May 8th, 2024 at 11:41 amComputer Networking Terms Full Forms Sr.No. Acronym Definition 1 ACL Access Control List 2 AM Amplitude Modulation 3 ARP Address Resolution Protocol 4 ARPANET Advanced Research Projects Agency Network 5 BGP Border Gateway Protocol 6 CDMA Code Division Multiple Access 7 CSMA/CA Carrier Sense Multiple Access/Collision…
Last updated on January 15th, 2021 at 10:55 amCBSE Sample Paper 12 2020-21 Accountancy Half Yearly Examination (2020-21) Class-XII Time: 3:00 hour Sub- Accountancy M.M.-80 All questions are compulsory. Notes: Ques. 1 to 13 and Ques. 23 to 29 carry 1 mark each Ques. 14 and Ques. 30 carry 3 marks each…
Last updated on June 29th, 2025 at 10:01 pmTerm 1 Sample Paper Computer Science 2021-22 for Class 12 Class: 12 Computer Science (Code 083) (Theory: Term-1) Maximum Marks: 35/Time Allowed: 90 Minutes General Instructions: The question paper is divided into 3 Sections – A, B and Section A, consist of 25 Questions (1-25). Attempt…
Last updated on February 10th, 2022 at 09:29 amImplement a stack using list Python Program #Python Program to implement stack, Stack operation (PUSH, POP, DISPLAY) stack=[] choice=”y” while (choice==”y”): print(“1.Push”) print(“2.Pop”) print(“3.Show”) your_choice=int(input(“Enter your choice”)) if (your_choice==1): num=input(“Input any number”) stack.append(num) elif(your_choice==2): if (stack==[]): print(“Stack is empty”) else: print(“The deleted element is:”,stack.pop()) elif (your_choice==3):…
2022-23 Computer Science Sample Paper for Class 12 Here is CBSE class 12 Sample Question Paper of Computer Science. Subject : Computer Science, Subject Code: 083 Maximum Marks: 70 Time Allowed: 3 hours General Instructions: 1. This question paper contains five sections, Section A to E. 2. All questions are compulsory. 3. Section A have…