No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 2 answers

Riya Bisht 4 years, 5 months ago

Kamlesh a/c Dr.. 15000 To cash a/c 15000

Santoshi Verma 4 years, 5 months ago

Kamlesh a/c dr.. 15000 To cash a/c 15000
  • 1 answers

Preeti Dabral 4 years, 5 months ago

  • One of the biggest and most famous forms of international based competitions launched for athletics is that of Olympics competitions.
  • This type of international event involves many events like that of 100 meter race, 400 meter race, middle distance running, long distance running, hurdling, relays, walking, his jumps, pole vault.
  • So Olympic world cup is an international based event. Athletes have  to work very hard and travel internationally to participate in this type of competition.
  • Some of the other important events held in this kind of competition are weight lifting, etc.
  • 2 answers

Preeti Dabral 4 years, 5 months ago

# python program to find the sum of series: 1 + x² + x³ + ... + xⁿ

n = int(input('Enter the value of n: '))

x = int(input('Enter the value of x: '))

sum_of_series = 0

for i in range(n+1):

   sum_of_series += pow(x,i)

print('Sum of the series is:', sum_of_series)  

  • Input the value of x and n from user as integer type
  • define a variable with value of zero to add up till the sum of series, this must be outside the loop, else each time the loop repeats value will set to zero defeating the purpose.
  • we use for loop with range of i varying from 0 to n (remember this is not for infinite series)  giving the power of x from 0 to n
  • evey iteration we add x^i to the sum
  • finally print the sum of series

Anmol Chawla 4 years, 5 months ago

x = int(input("Enter a value of x")) y = int(input("Enter a value of y(for x**n)")) sum = 0 for i in range(n+1): sum+ = x**i print("The sum total of ",n,"Terms:-" sum)
  • 0 answers
  • 2 answers

Preeti Dabral 4 years, 5 months ago

A lump-sum payment is an amount paid all at once, as opposed to an amount that is divvied up and paid in installments.

Palak Bansal 4 years, 4 months ago

A lump sum payment is payment which is made at all once
  • 2 answers

Mannu Dahiya 4 years, 5 months ago

A= belongs to vowels in alphabets

Prajwal Shivasimpar 4 years, 5 months ago

A={a,e,i,o,u}.
  • 1 answers

Anjan Karthi 4 years, 5 months ago

The Garoghlanian family is an Armenian refugee family.
  • 0 answers
  • 1 answers

Sia ? 4 years, 5 months ago

The word derived from the Greek language geo = earth, graphia = description. Some scholars defined geography as the description of the earth as the adobe of human beings.

  • 1 answers

Sia ? 4 years, 5 months ago

Biofertilizers are living microbes that enhance plant nutrition by either by mobilizing or increasing nutrient availability in soils. Various microbial taxa including beneficial bacteria and fungi are currently used as biofertilizers, as they successfully colonize the rhizosphere, rhizoplane or root interior.

  • 1 answers

Sia ? 4 years, 5 months ago

The narrator thinks that the English language and the English way of life haven’t made any good influence on Indian life. Those Indians who come to know a little of English develop a superiority complex. They want to make a display of their knowledge. They never care whether the person they are talking to understands them or not. Though they profess to be quite advanced in their outlook yet they fail to get out of their traditional moorings. This is what happens in the story. Ranga professes to have quite progressive views on marriage. But he is so charmed by the beauty of an eleven-year-old girl that he at once consents to marry her. Thus the narrator shows that the English language and the English way of life have made us hypocrites.

  • 2 answers

Aditya Yadav 4 years, 5 months ago

Poem name?

Sia ? 4 years, 5 months ago

Poem name ?

  • 1 answers

Sia ? 4 years, 5 months ago

The Mediterranean Sea was important to the Roman Empire in that it was a vital trade link with other parts of the Empire, especially the Middle East and North Africa. As Rome grew, it needed the grains and other food from the Levant, and African animals were considered status symbols in the Roman royal courts.

  • 1 answers

Kannu Manhas 4 years, 5 months ago

About bhimbetka paintings
  • 1 answers

Sia ? 4 years, 5 months ago

The salt of carbonic acids are called carbonates and are characterized by the carbonate ion, CO32-. The carbonate ion is the simplest oxocarbon anion, consisting of one carbon atom surrounded by three oxygen atoms in a trigonal planar arrangement.

  • 2 answers

Sia ? 4 years, 5 months ago

The Harvard step test, in scientific literature sometimes referred to as the Brouha Test, is a type of cardiac stress test for detecting and diagnosing cardiovascular disease. It is also a good measurement of fitness and a person's ability to recover after a strenuous exercise by checking the recovery rate.

Aman Yadav 4 years, 5 months ago

What is geography?
  • 1 answers

Sia ? 4 years, 5 months ago

num = int(input("Enter a number: "))  

sum = 0  

temp = num    

while temp > 0:  

   digit = temp % 10  

   sum += digit ** 3  

   temp //= 10    

if num == sum:  

   print(num,"is an Armstrong number")  

else:  

   print(num,"is not an Armstrong number")  

  • 1 answers

Sia ? 4 years, 5 months ago

n = int(input("Enter any number: ")) sum1 = 0 for i in range(1, n): if(n % i == 0): sum1 = sum1 + i if (sum1 == n): print("The number is a Perfect number! ") else: print("The number is not a Perfect number! ")

  • 1 answers

Sia ? 4 years, 5 months ago

Phagocytosis is a cellular process for ingesting and eliminating particles larger than 0.5 μm in diameter, including microorganisms, foreign substances, and apoptotic cells. Phagocytosis is found in many types of cells and it is, in consequence an essential process for tissue homeostasis.

  • 1 answers

Sia ? 4 years, 5 months ago

A departmental store is a large establishment, which sells a wide variety of products and aim to satisfy all needs of the customers under one roof.

  • 1 answers

Sia ? 4 years, 5 months ago

Plasma Serum
The liquid part of the blood is called plasma which is a solution in water of many compounds. It contains many organic and inorganic substances. In the plasma, digested food, CO2 and excretory products are carried around the body. It is the blood plasma from which the fibrinogen has been removed. It contains antibodies to overcome the toxic effect of micro-organisms.
  • 1 answers

Krishna. Yadav 4 years, 5 months ago

It gives the magnitude or absolute value of a number irrespective of the number being positive or negative. Modulus function is denoted as y = |x| or f(x) = |
  • 1 answers

Rihan Khan 4 years, 5 months ago

Learn topic table
  • 1 answers

Manish Thakur 4 years, 4 months ago

डॉक्टर. डी. यू. लिव द्वारा कहा गया था
  • 2 answers

Sia ? 4 years, 5 months ago

(J.B. Say) के अनुसार-“अर्थशास्त्र वह विज्ञान है जो धन का अध्ययन करता है।" लिया गया है, जबकि धन की प्राप्ति साध्य नहीं अपितु साधन है, जिसके द्वारा मनुष्य अपनी आवश्यकताओं की पूर्ति करता है। आर्थिक मानव की कल्पना अनुचित -प्राचीन अर्थशास्त्रियों के अनुसार मनुष्य धन की प्रेरणा एवं अपने स्वार्थ से प्रेरित होकर कार्य करता है।

Arti Verma 4 years, 4 months ago

Thank you

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App