Computer Systems and Organisation Quiz 3
Topics- Number System: Binary, Octal, Decimal and Hexadecimal number system; conversion
between number systems, Encoding Schemes: ASCII, ISCII, and Unicode (UTF8, UTF32)
Topics- Number System: Binary, Octal, Decimal and Hexadecimal number system; conversion
between number systems, Encoding Schemes: ASCII, ISCII, and Unicode (UTF8, UTF32)
Topics- Knowledge of data types: Number(integer, floating point,complex), boolean, sequence(string, list, tuple), None, Mapping(dictionary), mutable and immutable data types.
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:56 amHere’s a 15-question “Binary File Quiz Class 12” based on the topic “Binary file: basic operations on a binary file: open using file open modes (rb, rb+, wb, wb+, ab, ab+), close a binary file, import pickle module, dump() and load() method, read, write/create, search, append and…
Last updated on August 9th, 2023 at 12:40 pmTopics-Lists: introduction, indexing, list operations (concatenation, repetition, membership and slicing), traversing a list using loops, built-in functions/methods–len(), list(), append(), extend(), insert(), count(), index(), remove(), pop(), reverse(), sort(), sorted(), min(), max(), sum(); nested lists, suggested programs: finding the maximum, minimum, mean of numeric values stored in a list;…
Last updated on July 4th, 2024 at 07:54 amHere’s a 15-question “CSV File Quiz Class 12” based on the topics “CSV file: import csv module, open/close CSV file, write into a CSV file using writer(), writerow(), writerows() and read from a CSV file using reader(), Data Structure: Stack, operations on a stack (push & pop),…