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

preview_player
Показать описание
🙋‍♀️Welcome to Playlist of CBSE Class 11- Computer Science with Python.
______________________________________
_________________________________________
🔖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:

________________________________________
________________________________________
#cbseclass11 #python #pythonforbeginners #pythonprogramming

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

🙏Thank you for watching :)
@pradnyasclass​
Рекомендации по теме
Комментарии
Автор

Give the video a thumbs up and leave a random comment—let's have some fun with the YouTube algorithm together! 😂😂

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

Practice Programs:

pradnyasclass
Автор

this is the video i was looking for, for my exam which is tomorrow. thank you ma'am!!

Manas-ded
Автор

Your enplanation is good mam, dont lose hope. Continue making ur vedios, they are very useful....😄, We need teachers like you😊

Pari-gbwo
Автор

These videos are helpful for tommorow's exam!

maneesh
Автор

In 10th i studied java in detail now im in 11th for half yearly exams i have to study python..now i realise its so similar that i just have to revise amd its easy...thank u mam this helped a lot❤

arganautkun
Автор

Very Nice Explanation Ma'am, Thank You 😊

kanavgarg
Автор

Corrected code for 32:31 ->
x=1
while x<=5:
if x==3:
x=x+1 # This one's Missing mam
continue
print(x)
x=x+1
print("End Of Line")

abiniveshschoolprojects
Автор

This is what i needed as a dummy student and studying one day before.

CubeGamer-rm
Автор

Mam this is the very great explanation i ever seen❤
Keep going mam✨

gamingwithrk
Автор

Hi Ma'am!
at 32:36 I used the same code for while loop but it printed only up to 2. Can you please solve my problem.

shivaryan_
Автор

thanku for your explanation mam
it was really helpfull

reenajain
Автор

mam you are saviour . Found it helpful thank u so much❤❤❤

spcfacts
Автор

maam at 46:28 if we put other nationality then also it will ask age

dipeshthphoddde
Автор

Thanks alot ma'am you are savier for me god bless you

mindblowingfacts
Автор

Hi mam.
Can u put more program so i can understand better.

babymanikumar
Автор

Mam can u solve more programs it will be helpful 🙏

babymanikumar
Автор

Mam you can explain in hindi also and. It will help us to connect with you very well 😊😊

AlphaRudra-dhmq
Автор

nice explanation ma'am but your words per minutes is very less sometimes, we feel sleepy while hearing you. I hope you will take this as a suggestion. But my concept is clear, than you.👍

shobhawativishwakarma
Автор

mam you tought me a chapter in 1 hour for which my teacher took a month

mithinkumara