Computer Systems and Organisation Quiz 1
Last updated on July 4th, 2024 at 07:52 am
Topics- Basic Computer Organization, Introduction to Computer System, Hardware, Software, Input Devices, Output Devices, CPU, and Memory.
Last updated on July 4th, 2024 at 07:52 am
Topics- Basic Computer Organization, Introduction to Computer System, Hardware, Software, Input Devices, Output Devices, CPU, and Memory.
Topics- Number System: Binary, Octal, Decimal and Hexadecimal number system; conversion between number systems, Encoding Schemes: ASCII, ISCII, and Unicode (UTF8, UTF32)
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
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: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),…
Last updated on June 20th, 2023 at 09:03 pmTopics-Strings: introduction, string operations (concatenation, repetition, membership and slicing), traversing a string using loops, built-in functions/methods–len(), capitalize(), title(), lower(), upper(), count(), find(), index(), endswith(), startswith(), isalnum(), isalpha(), isdigit(), islower(), isupper(), isspace(),lstrip(), rstrip(), strip(), replace(), join(), partition(), split()