Computational Thinking and Programming-I Quiz 8
Topics- Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: e.g.: absolute value, sort 3 numbers and divisibility of a number.
Topics- Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: e.g.: absolute value, sort 3 numbers and divisibility of a number.
Last updated on February 19th, 2024 at 10:50 pmDatabase concepts Quiz Class 12 Here’s a 15-question quiz based on the topics “Database Concepts: Introduction to Database Concepts and its Need” and “Relational Data Model: Relation, Attribute, Tuple, Domain, Degree, Cardinality, Keys (Candidate Key, Primary Key, Alternate Key, Foreign Key)”
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:47 pmHere’s a 15-question “Text File Quiz Class 12” based on the topic “Text file: opening a text file, text file open modes (r, r+, w, w+, a, a+), closing a text file, opening a file using with clause, writing/appending data to a text file using write() and…
Topics- Errors- syntax errors, logical errors, and run-time errors
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…
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:…