Computational Thinking and Programming-I Quiz 11
Topics-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(),…
Computational Thinking and Programming-I Quiz 10
Topics-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(),…
Computational Thinking and Programming-I Quiz 9
Topics- 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.
Computational Thinking and Programming-I Quiz 8
Topics- Conditional statements: if, if-else, if-elif-else, flowcharts, simple programs: e.g.: absolute value, sort 3 numbers and divisibility of a number.
Class 11 Computer Science Topic Wise Quiz
Class 11 Computer Science Topic Wise Quiz Unit I: Computer Systems and Organisation S No. Topics Covered Click Below to take Quiz 1 Basic Computer Organization, Introduction to Computer System, Hardware, Software, Input Devices, Output Devices,…
Computational Thinking and Programming-I Quiz 7
Topics- Flow of Control: introduction, use of indentation, sequential flow, conditional and iterative flow
Computational Thinking and Programming-I Quiz 6
Topics- Errors- syntax errors, logical errors, and run-time errors
Computational Thinking and Programming-I Quiz 5
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.
Computational Thinking and Programming-I Quiz 4
Topics- Operators: arithmetic operators, relational operators, logical operators, assignment operators, augmented assignment operators, identity operators (is, is not), membership operators (in not in)
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.