Exception Handling Quiz Class 12
Here is a 10 question Exception Handling Quiz for class 12. It covers Introduction, handling exceptions using try-except-finally blocks.
Exception Handling Quiz
Here is a 10 question Exception Handling Quiz for class 12. It covers Introduction, handling exceptions using try-except-finally blocks.
Exception Handling Quiz
Last updated on August 9th, 2023 at 12:38 pmTopics-Dictionary: introduction, accessing items in a dictionary using keys, mutability of a dictionary (adding a new term, modifying an existing item), traversing a dictionary, built-in functions/methods – len(), dict(), keys(), values(), items(), get(), update(), del(), del, clear(), fromkeys(), copy(), pop(), popitem(), setdefault(), max(), min(), sorted(); Suggested programs:…
Last updated on May 29th, 2023 at 10:35 amTopics- Operators: arithmetic operators, relational operators, logical operators, assignment operators, augmented assignment operators, identity operators (is, is not), membership operators (in not in)
File Handling Quiz 1 Here’s a set of 10 questions based on the topic “Introduction to files, types of files (Text file, Binary file, CSV file), relative and absolute paths”:
Last updated on February 19th, 2024 at 10:48 pmInterface of python with SQL Quiz Class 12 Here’s a 15-question quiz based on the topic “Interface of Python with an SQL Database: Connecting SQL with Python, Performing Insert, Update, Delete Queries Using Cursor, Display Data by Using connect(), cursor(), execute(), commit(), fetchone(), fetchall(), rowcount, Creating Database…
Last updated on July 4th, 2024 at 07:59 amComputer Networks Quiz on Transmission Media Here’s a 15-question quiz based on the topics “Transmission media: Wired communication media (Twisted pair cable, Co-axial cable, Fiber-optic cable), Wireless media (Radio waves, Micro waves, Infrared waves) and Network devices (Modem, Ethernet card, RJ45, Repeater, Hub, Switch, Router, Gateway, WiFi…
Topics- Introduction to Problem-solving: Steps for Problem-solving (Analyzing the problem, developing an algorithm, coding, testing, and debugging), representation of algorithms using flowchart and pseudocode, decomposition