Computational Thinking and Programming-I Quiz 6
Topics- Errors- syntax errors, logical errors, and run-time errors
Topics- Errors- syntax errors, logical errors, and run-time errors
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
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 February 19th, 2024 at 10:50 pmHere’s a 15-question “Structured Query Language Quiz Class 12” based on the topics “Structured Query Language (SQL): Introduction, Data Definition Language (DDL), Data Manipulation Language (DML), Data Types (CHAR(n), VARCHAR(n), INT, FLOAT, DATE), Constraints (NOT NULL, UNIQUE, PRIMARY KEY), Create Database, Use Database, Show Databases, Drop 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…
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- Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: e.g.: absolute value, sort 3 numbers and divisibility of a number.