Computational Thinking and Programming-I Quiz 7
Topics- Flow of Control: introduction, use of indentation, sequential flow, conditional and iterative flow
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
Topics- Flow of Control: introduction, use of indentation, sequential flow, conditional and iterative flow
Topics- Errors- syntax errors, logical errors, and run-time errors
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.
Topics- Operators: arithmetic operators, relational operators, logical operators, assignment operators, augmented assignment operators, identity operators (is, is not), membership operators (in not in)
Topics- Knowledge of data types: Number(integer, floating point,complex), boolean, sequence(string, list, tuple), None, Mapping(dictionary), mutable and immutable data types.
Topics- Familiarization with the basics of Python programming: Introduction to Python, Features of Python, executing a simple “hello world” program, execution modes: interactive mode and script mode, Python character set,…
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)
Topics- Types of software: System software (Operating systems, system utilities, device drivers), programming tools and language translators ( assembler, compiler, and interpreter), application software
Topics- Basic Computer Organization, Introduction to Computer System, Hardware, Software, Input Devices, Output Devices, CPU, and Memory.