INSPIREWEBSOFT
Home
CS-Revision-XI
CS-Theory
CS-Board-Questions
CS-Practice-Questions
📂
Topics
📘 Classs XI : Revision of Python
📝 Chapter 1: Basics of Python
👉
Introduction to Python
👉
Character Set in Python
👉
Tokens in Python
👉
Comment Print Sep End in python
👉
Expressions in Python
👉
Variables in Python
👉
Assignments in Python
👉
Datatypes in Python
👉
Input from the User
👉
Boolean Datatype in Python
👉
Input Through eval() function in Python
📝 Chapter 2: Operators in Python
👉
Operators Precedence & Associativity in Python
👉
Arithmetic Operators in Python
👉
Relational Operators in Python
👉
Logical Operators in Python
📝 Chapter 3: Decision-Control in Python
👉
Introduction to Conditional Statements
👉
if Statement
👉
if-else Statement
👉
if-elif-else Statement
👉
Nested if-elif-else Statement
👉
Some Points to Remember
📝 Chapter 4: Loops in Python
👉
Introduction to Loop
👉
while Loop
👉
range() Function in Python
👉
for Loop
👉
Nested Loop
👉
Jump Statements
📝 Chapter 5: String in Python
👉
Introduction to String
👉
Traversing & Accessing a String
👉
Operators in String
👉
Some Functions of String
👉
Slicing a String
👉
Converting Python Objects Into String
👉
Inputting A String By User
👉
del Command
📝 Chapter 6: List in Python
👉
Introduction to List
👉
Traversing & Accessing a List
👉
Operators in List
👉
Some Functions of List
👉
Slicing in List
👉
Converting Python Object into List
👉
Inputting a List
👉
del Command
👉
Making True Copy
👉
Similarity and Difference between List and String
📝 Chapter 7: Tuples in Python
👉
Introduction to Tuple
👉
Traversing & Accessing a Tuple
👉
Operators in Tuple
👉
Some Functions of Tuple
👉
Slicing a Tuple
👉
Converting Python Objects Into Tuple
👉
Inputting a Tuple
👉
del Command
👉
Packing and Unpacking a Tuple
👉
Similarity and Difference Between List & Tuple
📝 Chapter 8: Dictionary in Python
👉
Introduction to Dictionary
👉
Accessing & Traversing a Dictionary
👉
Appending Values to a Dictionary
👉
Updating Elements in a Dictionary
👉
Operators in Dictionary
👉
Some Functions of Dictionary
👉
Inputting a Dictionary by User
👉
del Command
📘 Unit 1: Computational Thinking & Programming-2
📝 Chapter 1: Functions in Python
👉
Functions in Python
👉
Function Definition And Function Call
👉
Nature of Functions
👉
Types of Functions
👉
Flow of Execution in a Function Call
👉
Arguments and Parameters in Python
👉
Positional / Required / Mandatory Argument in Functions
👉
Default Arguments in Functions
👉
Keyword / Named Arguments in Function
👉
Scope of Variable and LEGB Rule
📝 Chapter 2: Exception Handling in Python
👉
Errors and Debugging in Python
👉
Exception Handling
👉
try-except Block
👉
try with multiple except Block
👉
try-except-finally Block
📝 Chapter 3: File Handling in Python
👉
Introduction To File
👉
Introduction to Text Files
👉
File Modes in Python
👉
Relative Path And Absolute Path
👉
Introduction to Read and Write Data in Files
👉
Text File - write() function
👉
Text File - writelines() Function
👉
Text File - read() Function
👉
Text File - readline() Function
👉
Text File - readlines() Function
👉
Introduction to Binary File
👉
Binary File - dump() Function
👉
Binary File - load() Function
👉
Introduction to CSV File
👉
CSV File - writer(), writerow() and writerows() function
👉
CSV File - reader( ) function
📝 Chapter 4: Data Structure in Python
👉
Introduction
👉
Stack
👉
Stack Implementation
👉
Example using List
👉
Example using Dictionary
📘 Unit 2: Database Management
📝 Chapter 1: DBMS-MySQL
👉
Introduction
👉
Types of Database
👉
Advantages
👉
Application Areas
👉
Basic Terminologies
👉
Keys
👉
SQL and MYSQL
👉
SQL Statements
👉
SQL Datatypes
👉
SQL Constraints
👉
Database Commands
👉
Table Commands
👉
ALTER Table Commands
👉
INSERT RECORD
👉
MODIFY RECORD
👉
REMOVE RECORD
👉
SELECT Statement
👉
DISTINCT Clause
👉
SQL Operators
👉
Arithmetic Operators
👉
Relational Operators
👉
Logical Operators
👉
Special Operators
👉
LIKE keyword
👉
ORDER BY
👉
AGGREGATE FUNCTIONS
👉
GROUP BY
👉
JOINS
📝 Chapter 2: Interface of Python with SQL
👉
Introduction To Connectivity
👉
Establishing a Connection
👉
Creating a Database
👉
Creating a table
👉
USE OF %s format specifier OR format() TO PERFORM QUERIES
👉
Inserting data into table
👉
Updating record
👉
Deleting record
👉
Fetching data from the table
📘 Unit 3: Computer Network
📝 Chapter 1: Computer Networks
👉
Introduction to Computer Networks
👉
Elementary Terminology of Network
👉
Data Communication
👉
Network Devices
👉
Network Switching
👉
Transmission Media
👉
Types of Network
👉
Network Topologies
👉
Network Protocols
👉
Web Services
Previous Topic
Next Topic
SQL Operators
☞ There are four types of SQL operators:
Arithmetic Operators
Relational Operators
Logical Operators
Special Operators
Previous Topic
Next Topic