Chapter 8 Flow of Control - One Shot | Class 11 Computer Science | IN ENGLISH🎯

Описание к видео Chapter 8 Flow of Control - One Shot | Class 11 Computer Science | IN ENGLISH🎯

🙋‍♀️Welcome to Playlist of CBSE Class 11- Computer Science with Python.
______________________________________
Difference Between Data and Information:    • What is Data and Information? Class 1...  
Difference between Compiler and Interpreter:    • Difference Between Compiler and Inter...  
Imp Questions of Computer System Overview Part 1:    • Computer System Overview Questions | ...  
Imp Questions of Computer System Overview Part 2:    • Computer System Overview Questions | ...  
Difference Between RAM & ROM:    • Difference Between RAM & ROM | Comput...  
Logic Gates in less than 60 Seconds! -    • LOGIC GATES | Boolean Logic | CBSE Cl...  
Number Conversion:    • Number CONVERSION From one NUMBER sys...  
Imp Questions of Introduction to Problem Solving:    • Introduction to Problem Solving | CBS...  
Imp Questions of Getting Started with Python    • Getting Started with Python | CBSE Cl...  
Imp Questions of Python Fundamentals Part 1-   • Python Fundamentals - Important Quest...  
Imp Questions of Python Fundamentals Part 2-   • Python Fundamentals - Important Quest...  
Imp Questions of Python Fundamentals Part 3 -    • Python Fundamentals - Important Quest...  
Imp Questions of FLOW OF CONTROL -    • Flow of Control - Important Questions...  
_________________________________________
🔖Chapter 8 - Flow of Control | ONE SHOT
✅Topics covered -
💻00:00 - Types of Statements
💻04:14 - Statement Control Flow
💻06:44 - Types of 'if' statement
💻18:21- Membership operator and range() function
💻22:10 - Looping Statement - for and while
💻28:13 - Jump Statements - break and continue
💻32:55 - 'loop else' statement
💻37:06 - Python program to check whether the number is even or odd
💻40:15 - Python program to check whether the number is positive, negative or zero
💻42:10 - Python program to calculate total, percentage and print result
💻44:26 - Python program to check eligibility to vote
💻46:33 - Python program to print numbers from 1 to 5
___________________________________________
🎯Correction - Jump statement - 'Continue' (Timestamp 31:11)
🔖Program 1: "jump in a while loop"
Add statement - x=x+1 in 'if' block before 'continue'
if x==3:
x=x+1
continue
🔖Program 2: "jump in a for loop"
for x in range(1,6):
if x==3:
continue
print(x)
print("End of program")
_______________________________________
🐍PYTHON MINI-PROJECT IDEAS:

1.Quiz Game:    • 💻QUIZ GAME in Python | Python PROJECT...  
2. Generate OTP:    • Generate OTP in Python | Python Mini ...  
3. Number Guessing Game:    • Number Guessing GAME in Python | Pyth...  
4. TO-DO List:    • TODO List in Python 📝 PYTHON Project ...  
5. HANGMAN Game:    • HANGMAN Game in Python 🚀| Python PROJ...  
6. DICE ROLLING Simulator:    • DICE ROLLING Simulator in Python🎲PYTH...  
7. ROCK-PAPER-SCISSORS:    • ROCK-PAPER-SCISSORS in Python ✂️ PYTH...  
8. Contact Book:    • CONTACT BOOK in Python - Python Proje...  
9. Generate CAPTCHA:    • Program to Generate CAPTCHA in Python...  
10. Simple Calculator:   • Simple Calculator in Python | Python ...  
________________________________________
Class11 Playlist:    • 🎯Class 11 Computer Science with Python 🐍  
Class 11 Practical List -    • Python Practical List - Class 11 Comp...  
Join this channel:    / @pradnyasclass  
👉Contact - [email protected]
  / pradnyas_class  
✅Channel:    / @pradnyasclass  
________________________________________
#cbseclass11 #python #pythonforbeginners #pythonprogramming

🎆 I wish you a happy, healthy, prosperous, and fulfilling new year.
Welcome to 2023!

🙏Thank you for watching :)
‪@pradnyasclass‬​

Комментарии

Информация по комментариям в разработке