PYQs and Sure Shot Questions of Functions in Python | Target 70/70 Class 12 Computer Science

preview_player
Показать описание
PYQs and Sure Shot Questions of Functions in Python | Target 70/70 Class 12 Computer Science
Programming Based Questions

Previous Year Questions

-------------------------------------------------------------------------------------------------------------------
Follow us On:
-------------------------------------------------------------------------------------------------------------

Rock in Board Series (2022-23)

Join this channel to get access to perks:

Click on this link to visit the online store to buy the customised products.
------------------------------------------------------------------------------------------------------------------------------------

📗 Class 12 Computer Science with Python

✅ Access Channel’s Playlist

✅ LIVE Sessions (2021 – 22)

✅NCERT Solutions Class 12

✅Objective Type Questions (1 Mark Questions Chapterwise)

✅Functions in Python

✅Using Python Libraries:

✅Data Structures: Stack and Queue

✅File Handling:

✅Computer Networks:

✅Interface Python with MYSQL:

✅MYSQL

✅ Programs for Practical File

✅Programming Corner:

✅Output Based Questions:

✅1 Shot Revision Series

✅Important Questions and Previous Year Questions Chapterwise
---------------------------------------------------------------------------------------------------------------------------------
📘 Class 11 Computer Science with Python

📘 NCERT Solutions Class 11

📘 Basics of Python

📘 Flow of Control

📘 String Manipulation

📘 List Manipulation

📘 Dictionaries

📘 Python Modules
Рекомендации по теме
Комментарии
Автор

Ma'am literally no one in YouTube is revising concepts and MCQ in a very scheduled way like you are teaching
With the help of your channels I scored 48/70 in Preboard 2 whereas I scored 27/70 in Preboard1
Now I am hoping to be able to score 65+ with this series
Thanku ma'am for amazing sessions like this

akshattiwari
Автор

found your channel just before 2 days of cs boards exam enough to attempt code questions now due to organised pyq sessions of yours ....best cs channel for class 12 cbse boards....pls help itt groww.

vishalgoel
Автор

def Lshift(arr, n):
old=[]
new=[]
for i in range (0, len(arr)):
if i>=n:
new.append(arr[i])
elif i<n:
old.append(arr[i])
f=new+old
return f

tate_motivation
Автор

at 1:25:42 the code alternate short form is
Arr = [10, 20, 30, 40, 12, 11]
n =2
for i in range(n):
Arr.append(Arr.pop(0))
print(Arr)

dkbose
Автор

Mam I always left code questions in exam but now I can confidently attempt it correctly..All because of You Mam.. I am so grateful to have a teacher like you .. thank you so much Mam for your efforts 😊🙏❤

shravanimb
Автор

Thank you ma’am, I once feared writing programs and with your tricks I m able to solve them ✌️

ncamarnath
Автор

Wonderful session mam
Thank you for ur hardwork and efforts 🙏

pianomastershruti
Автор

Mam don't you think at 1:52:02 we have been asked to display the sum of those digits in the list which are at the odd position so we should apply the condition that if i%2==0 because the values of i start from 0 which makes the 0th, 2th, 4th i value odd?

nevilledope
Автор

Thank you mam due to you now I am able to solve output questions 🙏

Ashok-sogf
Автор

Thank you mam all the efforts you made for us

raunaksingh
Автор

Mam truly saying. Mujhe aise codes pahle samaj me nhi aate the but your explanation is too nice ki Sab kuch ekdam makkhan ki tarah samaj me aa rha hai. Thank you very much Mam

amardeep
Автор

1:27:30
for this question can we solve this question like this,
arr=[10, 20, 30, 40, 12, 11]

def Lshift(arr, n):
lst=[]

for i in range(len(arr)):
lst.insert((i-n), arr[i])
print("Output Array:", lst)

Lshift(arr, 2)

AyushKumar-pkqj
Автор

thankkk uuu so muchh mammm..you are the most amazing teacher...computer science has become a piece of cake for me just because of u...thank u so much for the efforts you are making for us... thanks again

udhamsingh
Автор

Best video of PYQ'S

THANK YOU MAM 😊

Divishtmudgal
Автор

Tussi great ho ji 🥹🙏mza aagya bhai saal bhr ni pdha aaj sb smjh me aa bhi gya functions ka💀👍

ayushnagrath
Автор

Thank You Ma'am 🙏🙏🙌❤️
💙💛💛💛💚💜💚💛💛💛💙

riyakumari
Автор

Ma'am answer sheet me output based wale questions ka driven bhi krke batana hota hai yah direct output likh skte hai



Aur ma'am plzz ek video answer presentation pr bhi bana dijiye ga 🙏🏻🙏🏻

nandinisahu
Автор

Your are extremely hard working teacher. Thankyou so much ma'am.god bless you ❤❤❤❤❤❤❤❤❤❤❤❤❤

MrashutoshKushwaha-xmef
Автор

You're great mam. Thank you so much for taking such awesome sessions.

anjr
Автор

39:55 in this if return comes the fuction execution stops right? so else part wont execute ryt?

sujaidhussain
welcome to shbcf.ru