No products in the cart.

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

Ask Question
  • 1 answers

Yogita Ingle 5 years, 6 months ago

The Olympic ideals that Cubertin set before the world are enshrined in these words.
“The important thing in the Olympics is not to win but to take part. The important thing in life is not the triumph but to struggle. The essential thing is not to have conquered but fought well”.

  • 1 answers

Tec Om 5 years, 6 months ago

1. sleep 2. diet 3.sitting posture 4.standing posture
  • 2 answers

Yogita Ingle 5 years, 6 months ago

Red soil develops on crytalline igneous rocks in areas of low rainfall in the eastern and southern part of the Deccan Plateau. Along the piedmont zone of the Western Ghat, long stretch of area is occupied by red loamy soil. Yellow and red soils are also found in parts of Odisha and Chattisgarh and in the southern parts of the middle Ganga plain.
Characteristics:
1. The soil develops a reddish colour due to a wide diffusion of iron in crystalline and metamorphic rocks.
2. It looks yellow when it occurs in a hydrated form.
3. The fine-grained red and yellow soils are normally fertile,
4. whereas coarse-grained soils found in dry upland areas are poor in fertility.
5. They are generally poor in nitrogen, phosphorous and humus.

Dev Samanta 5 years, 6 months ago

Give me answer
  • 3 answers

? Kirtika 5 years, 6 months ago

Mitochondria is a powerhouse of cell

Aadya Singh 5 years, 6 months ago

Powerhouse of the cell

Tec Om 5 years, 6 months ago

Mitocondria stores energy in the form of ATP which is used by our body to get energy to perform certain tasks
  • 1 answers

Aadya Singh 5 years, 6 months ago

Please write full question....
  • 1 answers

Aseem Mahajan 5 years, 6 months ago

As , dv/dt = a ,
$$v = \int a dt$$
$$ v = \int 2t + 3t^2 $$
$$v = t^2 + t^3 + C_1$$

Now displacement :
$$x = \int v dt $$
$$x = \int t^2 + t^3 + C_1 \\ x = \dfrac{t^3}{3} + \dfrac{t^4}{4} + C_1 x + C_2$$
  • 2 answers

Neeraj Verma 5 years, 6 months ago

Gymnosperm

Yogita Ingle 5 years, 6 months ago

The cone bearing plants are called Conifers.

  • 1 answers

Yogita Ingle 5 years, 6 months ago

Mesopotamia important to Europeans because:

• Mesopotamia has good fertile land and it is considered to be ancestors' land.

• It is very important to Europeans because many inventions and developments started from here only.

• Mesopotamia is important to Europeans because it has Tigris and Euphrates rivers that's why Mesopotamia land is a fertile crescent and the soil is also nutrient-rich.

• This is one of the important reason Mesopotamia is so valuable to Europeans.

  • 1 answers

Gaurav Seth 5 years, 6 months ago

संविधान का कार्य निम्नलिखित है : 

(i) संविधान का पहला काम यह है कि वह बुनियादी नियमों का एक ऐसा समूह
उपलब्ध् कराये जिससे समाज के सदस्यों में एक न्यूनतम समन्वय और विश्वास
बना रहे।

(ii) संविधान का दूसरा काम यह स्पष्ट करना है कि समाज में निर्णय लेने की शक्ति किसके पास होगी। संविधन यह भी तय करता है कि सरकार कैसे निर्मित होगी।

(iii) संविधान का तीसरा काम यह है कि वह सरकार द्वारा अपने नागरिकों पर लागू किये जाने वाले कानूनों पर कुछ सीमाएँ लगाए। ये सीमाएँ इस रूप में मौलिक होती हैं कि सरकार कभी उसका उल्लंघन नहीं कर सकती।

(iv) संविधान का चौथा काम यह है कि वह सरकार को ऐसी क्षमता प्रदान करे जिससे वह जनता की आकांक्षाओं को पूरा कर सके और एक न्यायपूर्ण समाज की स्थापना के लिए उचित परिस्थितियों का निर्माण कर सके।

  • 1 answers

Meghna Thapar 5 years, 6 months ago

Since gravitational force is inversely proportional to the square of the separation distance between the two interacting objects, more separation distance will result in weaker gravitational forces. So as two objects are separated from each other, the force of gravitational attraction between them also decreases. Gravity is what holds our world together. However, gravity isn't the same everywhere on Earth. Gravity is slightly stronger over places with more mass underground than over places with less mass.

<html> <head> <title>Page Title</title> </head> <body>

HEY FRIENDS GOOD NIGHT?!

By SHRADDHA SHARMA

<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script> <script> var a1 = {}; a1.opacityIn = [0,1]; a1.scaleIn = [0.2, 1]; a1.scaleOut = 5; a1.durationIn = 800; a1.durationOut = 600; a1.delay = 500; anime.timeline({ loop: true }) .add({ targets: '.a1 .w-1', opacity: a1.opacityIn, scale: a1.scaleIn, duration: a1.durationIn }) .add({ targets: '.a1 .w-1', opacity: 0, scale: a1.scaleOut, duration: a1.durationOut, easing: "easeInExpo", delay: a1.delay }) .add({ targets: '.a1 .w-2', opacity: a1.opacityIn, scale: a1.scaleIn, duration: a1.durationIn }) .add({ targets: '.a1 .w-2', opacity: 0, scale: a1.scaleOut, duration: a1.durationOut, easing: "easeInExpo", delay: a1.delay }) .add({ targets: '.a1 .w-3', opacity: a1.opacityIn, scale: a1.scaleIn, duration: a1.durationIn }) .add({ targets: '.a1 .w-3', opacity: 0, scale: a1.scaleOut, duration: a1.durationOut, easing: "easeInExpo", delay: a1.delay }) .add({ targets: '.a1', opacity: 0, duration: 500, delay: 500 }); var textWrapper = document.querySelector('.a2 .letters'); textWrapper.innerHTML = textWrapper.textContent.replace(/([^\x00-\x80]|\w)/g, "$&"); anime.timeline({ loop: true }) .add({ targets: '.a2 .line', scaleY: [0,1], opacity: [0.5,1], easing: "easeOutExpo", duration: 700 }) .add({ targets: '.a2 .line', translateX: [0, document.querySelector('.a2 .letters').getBoundingClientRect().width + 10], easing: "easeOutExpo", duration: 700, delay: 100 }) .add({ targets: '.a2 .letter', opacity: [0,1], easing: "easeOutExpo", duration: 600, offset: '-=775', delay: (el, i) => 34 * (i+1) }) .add({ targets: '.a2', opacity: 0, duration: 1000, easing: "easeOutExpo", delay: 1000 }); </script> </body> </html>
  • 0 answers
  • 1 answers

Yogita Ingle 5 years, 6 months ago

1) Healthy diet : A healthy diet and good nutrients is one of the main components of a positive lifestyle. It is also beneficial to minimize the saturated fats and food laden with sugar and salt.

2) Physical Activity:  Physical activity or exercise is another vital component of positive lifestyle. Regular physical exercises are needed to maintain a healthy weigh and to enhance strength and flexibility of the body.

3) Stress Management:  Stress management is also a significant component of positive lifestyle. Stress can be manage properly through meditation and relaxation techniques only.

  • 3 answers

Rithika D 5 years, 6 months ago

Woah how are you doing all these things...It's simply great

? ? 5 years, 6 months ago

<html> <head> <title>Page Title</title> <link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'> </head> <body> <embed id="ak" src="https://www.dropbox.com/s/2fh4117w8021h67/SadMusic2018-12-29_-_Cold_Isolation_-_David_Fesliyan.mp3?raw=1" loop="infinite" autostart="true" > </embed>

The every moment you are observing here along with blinking time will never come in your whole life once again .... <hr style="width:70%;" color="red">

<div id="time"></div>


<div class="container"> <div id="more"></div> </div> </body> </html>

? ? 5 years, 6 months ago

Sry all!.. it's not working ?
  • 1 answers

Yogita Ingle 5 years, 6 months ago

The dimension of thermal conductivity is M1L1T3Θ1, expressed in terms of the dimensions mass (M), length (L), time (T), and temperature (Θ).

  • 1 answers

Manshu Dhoundiyal 5 years, 6 months ago

It involves pouring water in one nostril and flushing it out from the other nostril helping you keep the nasal passage clean." Jal Neti is a way to cleanse your sinuses and consequently keep the respiratory tract clear of dirt and toxins.
  • 1 answers

Meghna Thapar 5 years, 6 months ago

In India, a certain number of political position and university posts are held for specifics groups of the population, including Scheduled Castes, Scheduled Tribes, Other Backward Classes and Women.

There are reserved constituencies in both Parliamentary and State Assembly elections. Candidates of General category are not eligible to contest from these constituencies. All voters are to vote for one of the candidates (from Scheduled Castes or Schedule Tribes). In case of Municipal elections and other Local Bodies elections, the constituencies are known as Wards. Thus, there may be as many Wards or Constituencies as the number of elected seats in the elected body. Reserved constituencies are those constituencies in which seats are reserved for SCs and STs on the basis of their population.

In earlier History of India under British rule, separate electorate meant not only were the seats reserved for a specific community, but voting for the reserved constituency was allowed for only members of that specific community. For example, only Muslims could vote for Muslim candidates in the reserved constituencies for Muslims.

  • 2 answers

Sajid Md 5 years, 6 months ago

Thanks ?

Meghna Thapar 5 years, 6 months ago

In physics and mathematics, the dimension of a mathematical space (or object) is informally defined as the minimum number of coordinates needed to specify any point within it. ... The concept of dimension is not restricted to physical objects. Dimensions are used in predicting unknown formulae by just studying how a certain body depends on base quantities and up to which extent. It makes measurement and study of physical quantities easier. We are able to identify or observe a quantity just because of its dimensions.

  • 2 answers

? Kirtika 5 years, 6 months ago

Scalar Quantity :- The physical quantities which have only magnitude but no direction are called scalar quantity. e. g:- mass, density, volume, time etc... Vector Quantity :- The physical quantities which have both magnitude and direction is known as vector quantity. e. g :- displacement, force ,velocity etc....

Priyanshu Bharti 5 years, 6 months ago

Scalar quantity- the physical quantities,which have a magnitude but no direction called the scalar quantity. Vector quantity- the physical quantity which possess both magnitude and direction called the vector quantity.
  • 1 answers

Sia ? 4 years, 11 months ago

The universe (Latin: universus) is all of space and time and their contents, including planets, stars, galaxies, and all other forms of matter and energy. At the largest scale, galaxies are distributed uniformly and the same in all directions, meaning that the universe has neither an edge nor a center.

  • 1 answers

Meghna Thapar 5 years, 6 months ago

<div aria-level="3" role="heading">The basic food groups are:</div> <div>
  • breads, cereals, rice, pasta, noodles and other grains.
  • vegetables and legumes.
  • fruit.
  • milk, yoghurt, cheese and/or alternatives.
  • lean meat, fish, poultry, eggs, nuts and legumes.
</div>

Eat a wide variety of whole foods. Although experts don't know the full story yet, they speculate that there are healthful synergistic effects among the many nutrients in a balanced diet. So eat a good mix of unprocessed foods — including whole grains, fruits, and vegetables (including legumes).

  • 0 answers

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