Computational Thinking and Programming-I Quiz 3
Topics- Knowledge of data types: Number(integer, floating point,complex), boolean, sequence(string, list, tuple), None, Mapping(dictionary), mutable and immutable data types.
Topics- Knowledge of data types: Number(integer, floating point,complex), boolean, sequence(string, list, tuple), None, Mapping(dictionary), mutable and immutable data types.
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 February 19th, 2024 at 10:51 pmComputer Network Quiz 3 Here’s a 15-question quiz based on the topics “Network Topologies and Types (PAN, LAN, MAN, WAN), Networking Topologies (Bus, Star, Tree), Network Protocols (HTTP, FTP, PPP, SMTP, TCP/IP, POP3, HTTPS, TELNET, VoIP), and Introduction to Web Services (WWW, HTML, XML, Domain Names, URL,…
Last updated on June 20th, 2023 at 09:03 pmTopics- Iterative Statement: for loop, range(), while loop, break and continue statements, nested loops, suggested programs: generating pattern, summation of series, finding the factorial of a positive number, etc.
Last updated on August 9th, 2023 at 12:39 pmTopics-Tuples: introduction, indexing, tuple operations (concatenation, repetition, membership and slicing); built-in functions/methods – len(), tuple(), count(), index(), sorted(), min(), max(), sum(); tuple assignment, nested tuple; suggested programs: finding the minimum, maximum, mean of values stored in a tuple; linear search on a tuple of numbers, counting the…
Last updated on February 19th, 2024 at 10:53 pmComputational Thinking and Programming – 2 Functions Quiz for Class 12: Topics covered: Types of function (built-in functions, functions defined in module, user defined functions), creating user defined function, arguments and parameters, default parameters, positional parameters, function returning value(s), flow of execution, scope of a variable (global…
Topics- Expressions, statement, type conversion, and input/output: precedence of operators, expression, evaluation of an expression, type-conversion (explicit and implicit conversion), accepting data as input from the console and displaying output.