Computer Systems and Organisation Quiz 2
Topics- Types of software: System software (Operating systems, system utilities, device drivers),
programming tools and language translators ( assembler, compiler, and interpreter), application software
Topics- Types of software: System software (Operating systems, system utilities, device drivers),
programming tools and language translators ( assembler, compiler, and interpreter), application software
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)”
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…
Computer Networks Quiz For Class 12 Here’s a 15-question quiz based on the topics “Evolution of networking: introduction to computer networks, evolution of networking (ARPANET, NSFNET, INTERNET) and Data communication terminologies: concept of communication, components of data communication (sender, receiver, message, communication media, protocols), measuring capacity of communication media (bandwidth, data transfer rate), IP address,…
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.
Topics- Flow of Control: introduction, use of indentation, sequential flow, conditional and iterative flow
Topics- Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: e.g.: absolute value, sort 3 numbers and divisibility of a number.