Advertisements
Online Mock Tests
Chapters
▶ 1: Review of Phython
2: Concept of Object Oriented Programming
3: Classes in Python
4: Inheritance
Unit -2 : Advanced Programming with Python
1: Liner List Manipulation
2: Stacks & Queues in list
3: Data File Handling
4: Exception Handling & Generate Functions
Unit -3 : Databases Management Systems and SQL
1: Databases Concepts and SQL
2: Structure Query Language
Unit -4 : Introduction to Boolean Algebra
1: Boolean Algebra
2: Boolean Functions and Reduce Forms
Chapter 3: Application of Boolean Logic
Unit -5 : Communication Technologies
Chapter 1: Networking Concepts Part I
Chapter 2: Networking Concepts Part II
Chapter 3: Networking Protocols
Chapter 4: Mobile Telecommunication Technologies, Network Security and Internet Services
![CBSE solutions for कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ chapter 1 - Review of Phython CBSE solutions for कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ chapter 1 - Review of Phython - Shaalaa.com](/images/computer-science-with-python-english-class-12_6:c0c1e36c6bb846c19fd1bb8caad8e289.jpg)
Advertisements
Solutions for Chapter 1: Review of Phython
Below listed, you can find solutions for Chapter 1 of CBSE CBSE for कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२.
CBSE solutions for कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ 1 Review of Phython EXERCISE [Pages 24 - 27]
Write the output from the following code:
x = 10
y = 20
if (x>y):
print x+y
else:
print x-yWrite the output from the following code:
print "Inspirational stories \n for \t Children"Write the output from the following code:
s = 0
for I in range(10,2,-2):
s+=I
print "sum= ",sWrite the output from the following code:
n = 50
i = 5
s = 0
while i<n:
s+ = i
i+ = 10
print "i=",i
print "sum=",sWrite the output from the following code:
y = 2000
if (i%4==0):
print "Leep Year"
else:
print "Not leep year"Write for statement to print the following series:
10, 20, 30, ..., 300
Write for statement to print the following series:
105, 98, 91, ..., 7
Write the while loop to print the following series:
5, 10, 15, ...100
Write the while loop to print the following series:
100, 98, 96, ...2
How many times are the following loop executed?
for a in range(100,10,-10):
print aHow many times are the following loop executed?
i = 100
while(i<=200):
print i
i + =20How many times are the following loop executed?
for b in (1,10):
print bHow many times are the following loop executed?
i = 4
while (i>=4):
print i
i+ = 10How many times are the following loop executed?
i=2
while (i<=25)
print iRewrite the following for loop into while loop.
for a in range(25,500,25):
print aRewrite the following for loop into while loop.
for a in range(90,9,-9):
print aRewrite the following while loop into for loop.
i = 10
while i<250:
print i
i = i+50Rewrite the following while loop into for loop.
i=88
while(i>=8):
print i
i- = 8Which command is used to convert text into integer value?
Find the errors from the given code.
T=[a,b,c]
PrinTFind the errors from the given code.
for i in 1 to 100 :
printIFind the errors from the given code.
i=10 ;
while [i<=n] :
print i
i+=1Find the errors from the given code.
if (a>b)
print a:
else if (a<b)
print b:
else
print "both are equal"
Find the output from the following code:
L=[100,200,300,400,500]
L1=L[2:4]
print L1
L2=L[1:5]
print L2
L2. .extend(L1)
print L2Write program to input any number and print all factors of that number.
Write a program to input any number and check whether given number is Armstrong or not.
Write a program to input employee no, name, basic pay and find HRA, DA and netpay.
| Basic pay | Hra | Da |
|---|---|---|
| >100000 | 15% | 8% |
| <=100000&>50000 | 10% | 5% |
| <=50000 | 5% | 3% |
Write a program to find all prime numbers up to given number.
Write a program to convert decimal number to binary.
Write a program to convert binary to decimal.
Write a program to input two complex numbers and to find sum of the given complex numbers.
Write a program to input two complex numbers and implement multiplication of the given complex numbers.
Write a program to find sum of two distances with feet and inches.
Write a program to find difference between two times with hours, minutes and seconds.
Write a program to find the sum of all digits of the given number.
Write a program to find the reverse of that number.
Write a program to input username and password and to check whether the given username and password are correct or not.
Which string method is used to implement the following?
To count the number of characters in the string.
Which string method is used to implement the following?
To change the first character of the string in capital letter.
Which string method is used to implement the following?
To check whether given character is letter or a number.
Which string method is used to implement the following?
To change lower case to upper case letter.
Which string method is used to implement the following?
Change one character into another character.
Write a program to input any string and find number of words in the string.
Write a program to input any two strings and to check whether given strings are equal are not.
Differentiate between tuple and list.
Write a program to input n numbers and to insert any number in a particular position.
Write a program to input n numbers and to search any number from the list.
Write a program to input n customer name and phone numbers.
Write a program to search input any customer name and display customer phone number if the customer name is exist in the list.
Explain in detail about cmp() function.
Write a program to input n numbers and reverse the set of numbers without using functions.
Solutions for 1: Review of Phython
![CBSE solutions for कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ chapter 1 - Review of Phython CBSE solutions for कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ chapter 1 - Review of Phython - Shaalaa.com](/images/computer-science-with-python-english-class-12_6:c0c1e36c6bb846c19fd1bb8caad8e289.jpg)
CBSE solutions for कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ chapter 1 - Review of Phython
Shaalaa.com has the CBSE Mathematics कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ CBSE solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. CBSE solutions for Mathematics कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ CBSE 1 (Review of Phython) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.
Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. CBSE textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.
Concepts covered in कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ chapter 1 Review of Phython are .
Using CBSE कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ solutions Review of Phython exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in CBSE Solutions are essential questions that can be asked in the final exam. Maximum CBSE कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ students prefer CBSE Textbook Solutions to score more in exams.
Get the free view of Chapter 1, Review of Phython कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ additional questions for Mathematics कम्प्यूटर साइंस विद पाइथान [अंग्रेजी] कक्षा १२ CBSE, and you can use Shaalaa.com to keep it handy for your exam preparation.
