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(), startswith(), isalnum(), isalpha(), isdigit(), islower(), isupper(), isspace(),lstrip(), rstrip(), strip(), replace(), join(), partition(), split()

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, CPU, and Memory. Take Quiz 2 Topics- Types of software: System software (Operating systems, system utilities, device drivers),programming … Read more

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 Quiz 2

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, Python tokens( keyword, identifier, literal, operator, punctuator), variables, concept of l-value and r-value, use of comments