PYTHON PROGRAMS
(LOOPING)
(CLASS : XI)
list of loop questions | |||
S.No. | List of Programms | ||
Q1. | Write a Program to display all numbers from 1 to 15. | ||
DOWNLOAD | PDF FILE | PYTHON FILE | |
List of More Questions for practice using concept of above program | |||
Download | WAP to display sum of all numbers from 1 to 10. | ||
Download | WAP to display Average of numbers from 1 to 6. | ||
Download | WAP to display multiply all numbers from 1 to 10. | ||
Download | WAP to display Square all numbers from 1to 7. | ||
Download | WAP to display Cube all numbers from 1to 8. | ||
Download | WAP to display all odd numbers from 1to 8 | ||
Download | WAP to display all even numbers from 1to 8 | ||
S.No. | List of Programms | ||
Q2. | Write a program to display all numbers from 1 to N. | ||
DOWNLOAD | PDF FILE | PYTHON FILE | |
List of More Questions for practice using concept of above program | |||
Download | WAP to display Sum number from 1 to N. | ||
Download | WAP to display Average number from 1 to N. | ||
Download | WAP to display Multiply number from 1 to N. | ||
Download | WAP to display Square Number from 1 to N. | ||
Download | WAP to display Cube all numbers from 1to N. | ||
Download | WAP to display all 2 digit numbers from 1to N | ||
S.No. | List of Programms | ||
Q3. | Write a program to display of numbers from N to M. | ||
DOWNLOAD | PDF FILE | PYTHON FILE | |
List of More Questions for practice using concept of above program | |||
Download | WAP to display Sum of numbers from N to M. | ||
Download | WAP to display Average of numbers from N to M. | ||
Download | WAP to display multiply of numbers from N to M. | ||
Download | WAP to display Square of numbers from N to M. | ||
Download | WAP to display Cube number from N to M. | ||
Download | WAP to display all odd numbers from N to M. | ||
Download | WAP to display all even numbers from N to M. | ||
Download | WAP to display all 2 digit numbers from N to M. | ||
S.No. | List of Programms | ||
Q4. | Write a program to display factors of a given number. | ||
DOWNLOAD | PDF FILE | PYTHON FILE | |
List of More Questions for practice using concept of above program | |||
Download | Write a program in python to check the number is perfect number | ||
Download | Write a program in python to check the number is perfect number upto N | ||
Download | Write a program in python to display odd factors of a given number till N | ||
Download | Write a program in python to display even factor of a given number till N | ||
Q5. | Write a program in python to reverse a number. Example: Enter the number: 1234 output----: reverse: 4321 |
||
DOWNLOAD | PDF FILE | PYTHON FILE | |
List of More Questions for practice using concept of above program | |||
Download | WAP in python to check the number is palandrome or not | ||
Download | WAP in python to check the number is armstrong or not | ||
Download | WAP in python to check the number is a strong number or not Example: Strong number is a special number whose sum of factorial of digits is equal to the original number. For example: 145 is strong number. Since, 1! + 4! + 5! = 145 |
||
Download | WAP in python to check the number is armstrong or not upto N numbers | ||
S.No. | List of Programms | ||
Q6. | Write a program in python to convert Binary to Decimal number system. | ||
DOWNLOAD | PDF FILE | PYTHON FILE | |
List of More Questions for practice using concept of above program | |||
Download | Write a program in python to convert Binary to Octal number system. | ||
Download | Write a program in python to convert Binary to Decimal number system. | ||
Download | Write a program in python to convert Binary to Hexadecimal number system. | ||
Download | Write a program in python to convert Octal to Binary number system. | ||
Download | Write a program in python to convert Octal to Decimal number system. | ||
Download | Write a program in python to convert Octal to Hexadecimal number system. | ||
Download | Write a program in python to convert Decimal to Binary number system. | ||
Download | Write a program in python to convert Decimal to Octal number system. | ||
Download | Write a program in python to convert Decimal to Hexadecimal number system. | ||
S.No. | List of Programms | ||
Q7. | Write a program in python to check whether a number is Prime number or not. | ||
DOWNLOAD | PDF FILE | PYTHON FILE | |
List of More Questions for practice using concept of above program | |||
Download | Write a program in python to print all Prime numbers between 1 to n. | ||
Download | Write a program in python to find sum of all prime numbers between 1 to n. |