No products in the cart.

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

Ask Question
  • 5 answers

Aadya Singh 5 years ago

Ooo ?

Aseem Mahajan 5 years ago

Svg - smart version graphics ?

Aadya Singh 5 years ago

Hnn???

Aseem Mahajan 5 years ago

Ab ye bhi show honge???? :
<svg width="600" height="600"> <g transform="translate(100,100)"> <text id="TextElement" x="0" y="0" style="font-family:Verdana;font-size:24; visibility:hidden"> It's SVG! <set attributeName="visibility" attributeType="CSS" to="visible" begin="1s" dur="5s" fill="freeze" /> <animateMotion path="M 0 0 L 100 100" begin="1s" dur="5s" fill="freeze" /> <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="-30" to="0" begin="1s" dur="5s" fill="freeze" /> <animateTransform attributeName="transform" attributeType="XML" type="scale" from="1" to="3" additive="sum" begin="1s" dur="5s" fill="freeze" /> </text> </g> Sorry, your browser does not support inline SVG. </svg> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="10" y="10" height="110" width="110" style="stroke:#ff0000; fill: #0000ff"> <animateTransform attributeName="transform" begin="0s" dur="20s" type="rotate" from="0 60 60" to="360 60 60" repeatCount="indefinite" /> </rect> </svg>

Aseem Mahajan 5 years ago

Ye hui na baat?
  • 3 answers

Aseem Mahajan 5 years ago

Aur fir isko dekho :
<svg width="50%" height="150px"> <g id="R1" transform="translate(250 250)"> <ellipse rx="100" ry="0" opacity=".3"> <animateTransform attributeName="transform" type="rotate" dur="7s" from="0" to="360" repeatCount="indefinite" /> <animate attributeName="cx" dur="8s" values="-20; 220; -20" repeatCount="indefinite" /> <animate attributeName="ry" dur="3s" values="10; 60; 10" repeatCount="indefinite" /> </ellipse> </g> <use xlink:href="#R1" transform="rotate(72 390 150)" /> <use xlink:href="#R1" transform="rotate(144 390 150)" /> <use xlink:href="#R1" transform="rotate(216 390 150)" /> <use xlink:href="#R1" transform="rotate(288 390 150)" /> </svg>

Aseem Mahajan 5 years ago

Haan playstore se update kro usme latest version aata hai na ?

Aadya Singh 5 years ago

Mtlb... Update kru kyaa???
  • 3 answers

Aseem Mahajan 5 years ago

<svg> <g> <circle cx="10" cy="10" r="10" fill="blue"></circle> <animateMotion path="M 0 0 V 130 H 280 Z" dur="4s" repeatCount="indefinite" /> </g> </svg> ????

Aseem Mahajan 5 years ago

<font size=72><marquee> Hlo hlo hlo hlo hlo </marquee> <div class="filler"></div> <svg width="200" height="200"> <filter id="innerShadow" x="-20%" y="-20%" width="140%" height="140%"> <feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/> <feOffset in="blur" dx="2.5" dy="2.5"/> </filter> <g> <circle id="shadow" style="fill:rgba(0,0,0,0.1)" cx="97" cy="100" r="87" filter="url(#innerShadow)"></circle> <circle id="circle" style="stroke: #FFF; stroke-width: 12px; fill:#20B7AF" cx="100" cy="100" r="80"></circle> </g> <g> <line x1="100" y1="100" x2="100" y2="55" transform="rotate(80 100 100)" style="stroke-width: 3px; stroke: #fffbf9;" id="hourhand"> <animatetransform attributeName="transform" attributeType="XML" type="rotate" dur="43200s" repeatCount="indefinite"/> </line> <line x1="100" y1="100" x2="100" y2="40" style="stroke-width: 4px; stroke: #fdfdfd;" id="minutehand"> <animatetransform attributeName="transform" attributeType="XML" type="rotate" dur="3600s" repeatCount="indefinite"/> </line> <line x1="100" y1="100" x2="100" y2="30" style="stroke-width: 2px; stroke: #C1EFED;" id="secondhand"> <animatetransform attributeName="transform" attributeType="XML" type="rotate" dur="60s" repeatCount="indefinite"/> </line> </g> <circle id="center" style="fill:#128A86; stroke: #C1EFED; stroke-width: 2px;" cx="100" cy="100" r="3"></circle> </svg> Resources

Aseem Mahajan 5 years ago

Humare teacher ne ye hi bataya but sahi mai aesa hota hai meaning ?
  • 5 answers

Aseem Mahajan 5 years ago

Aadu kaha btau aapko ? mai btane ko ready hu lekin kesd btau wo batado bs?

Aadya Singh 5 years ago

han ??

Aseem Mahajan 5 years ago

Ye to krke dikhqo miss???
<svg> <g> <circle cx="10" cy="10" r="10" fill="blue"></circle> <animateMotion path="M 0 0 V 130 H 280 Z" dur="4s" repeatCount="indefinite" /> </g> </svg>

Aseem Mahajan 5 years ago

Nhi wo aapne kaha na nhi to kya coding sikhni hai ?

Aadya Singh 5 years ago

hello broo ?... Nothing...
  • 2 answers

Aseem Mahajan 5 years ago

Physics mai niche mne wk ques answer kiya hai acceleration se belocity aur displacement nikalne ka kya sahi kiya hai plz check doubt hora hai ab?

Aseem Mahajan 5 years ago

Arre bhai wahi to hai subtraction kya hota hai??
  • 3 answers

Aseem Mahajan 5 years ago

Magnitude after vector addition :
$$R = \sqrt{A^2 + B^2 + 2AB cos\theta}$$

Direction : $$tan \theta = \dfrac{Acos \theta}{B + A sin \theta}$$

Aseem Mahajan 5 years ago

Good afternoon aadu and thakku????

Aadya Singh 5 years ago

Gud afternoon ?...
R2 = A2 + B2 + 2AB×Cos theta...
  • 1 answers

Aseem Mahajan 5 years 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$$
  • 1 answers

Meghna Thapar 5 years 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.

  • 1 answers

Yogita Ingle 5 years ago

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

  • 2 answers

Sajid Md 5 years ago

Thanks ?

Meghna Thapar 5 years 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 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....
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.
  • 2 answers

Aseem Mahajan 5 years ago

Aur nhi to kya??

Aseem Mahajan 5 years ago

Chalo 1 thanks to mila? bhai thanks ki kya baat hai answer krne k liye to hai yaha??
  • 1 answers

Aseem Mahajan 5 years ago

Yes if it is in opposite directio
  • 1 answers

Aseem Mahajan 5 years ago

a = $$\frac{d^2x}{dt^2}$$
a = $$\frac{d}{dt} 12t - 5$$
a = 12 m/s³ at every time means it >s constant
  • 3 answers

Aseem Mahajan 5 years ago

<svg width="100%" height="300px"> <g id="R1" transform="translate(250 250)"> <ellipse rx="100" ry="0" opacity=".3"> <animateTransform attributeName="transform" type="rotate" dur="7s" from="0" to="360" repeatCount="indefinite" /> <animate attributeName="cx" dur="8s" values="-20; 220; -20" repeatCount="indefinite" /> <animate attributeName="ry" dur="3s" values="10; 60; 10" repeatCount="indefinite" /> </ellipse> </g> <use xlink:href="#R1" transform="rotate(72 390 150)" /> <use xlink:href="#R1" transform="rotate(144 390 150)" /> <use xlink:href="#R1" transform="rotate(216 390 150)" /> <use xlink:href="#R1" transform="rotate(288 390 150)" /> </svg>

Aseem Mahajan 5 years ago

<svg width="600" height="600"> <g transform="translate(100,100)"> <text id="TextElement" x="0" y="0" style="font-family:Verdana;font-size:24; visibility:hidden"> It's SVG! <set attributeName="visibility" attributeType="CSS" to="visible" begin="1s" dur="5s" fill="freeze" /> <animateMotion path="M 0 0 L 100 100" begin="1s" dur="5s" fill="freeze" /> <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="-30" to="0" begin="1s" dur="5s" fill="freeze" /> <animateTransform attributeName="transform" attributeType="XML" type="scale" from="1" to="3" additive="sum" begin="1s" dur="5s" fill="freeze" /> </text> </g> Sorry, your browser does not support inline SVG. </svg>

Seraj Ali ??? 5 years ago

Hello pk bro
  • 3 answers

Seraj Ali ??? 5 years ago

Khushi nahi aati ab

Aseem Mahajan 5 years ago

Miss aapko kya hogya pehle to khushi se baat krti thi

Aadya Singh 5 years ago

Okay... Bbye ?
  • 4 answers

? ? 5 years ago

yes mene khudse challenge nii dia ... believe nhii toh dekhlo pehle ki chats....tumne khudi challenge lia or khudi accept bhi....mene to nhi bola challenge accepted!!?

Aseem Mahajan 5 years ago

Coding challenge .. nhi diya wah pehle hi haar maan li :feeling so proud: ????

Aseem Mahajan 5 years ago

Waiting ?

Mandeep Kaur 5 years ago

Bored of what
  • 4 answers

Aadya Singh 5 years ago

Okay... Bula lo???

Aseem Mahajan 5 years ago

Muh se aur kese ?

Yogita Ingle 5 years ago

Newton’s laws of motion imply the relationship between an object’s motion and the forces acting on it. In the first law, we come to understand that an object will not change its motion unless a force acts on it. The second law states that the force on an object is equal to its mass times its acceleration. And, finally, the third law states that for every action, there is an equal and opposite reaction.

Aadya Singh 5 years ago

Bula do... But kese bulaoge?? ?
  • 5 answers

Aseem Mahajan 5 years ago

Mn hai milne ka to bula lunga nhi to mana bhi krdo to koi baat nhi hau

Aadya Singh 5 years ago

Bula do ?

Aseem Mahajan 5 years ago

Koi baat ni mna bhi kr skti ho

Aseem Mahajan 5 years ago

Arre aese nhi kaho yrr

Aadya Singh 5 years ago

As ur wish ?bula skte ho to bula do... Nahi to jane do?
  • 5 answers

Aseem Mahajan 5 years ago

Kabhi kabhi kuch aesa ho jata tha jisse mai dukhi ho jata tha aur koi baat nhi hai lekin sb thik hai mujhe ab lagta hai bekaar hi itna pareshaan hota hu mai ?

Aseem Mahajan 5 years ago

Arre brainly pe rota nhi tha bs wo mai kya batau

Aadya Singh 5 years ago

Okayy!! ?

Aseem Mahajan 5 years ago

384400 km pakka nhi pata ?

Aadya Singh 5 years ago

Vdiyaaa as usual ? aap btao?? ?...
yhaa pe to khush lag rhee... Phir brainly pe hamesha rote kyu the?? ????
  • 5 answers

Aseem Mahajan 5 years ago

Vese kesi ho aap ? puchne ki ,arurat to nhi lgti?

Aadya Singh 5 years ago

Yo yo honey singh ????

Aseem Mahajan 5 years ago

Yo yo?

Tec Om 5 years ago

yeah buddy

Aadya Singh 5 years ago

Yo?
  • 5 answers

Aadya Singh 5 years ago

Yeahh ?

Aseem Mahajan 5 years ago

Apna wala time kitna badiya tha kaash wapas aajay haina ?

Aadya Singh 5 years ago

Hnn???baar baar new question banane padte hai ????

Aseem Mahajan 5 years ago

Arre ye answer limit kitni bekaar hai?

Aadya Singh 5 years ago

Okay!
  • 2 answers

Aadya Singh 5 years ago

Ohhh ? but delete kyu kar rii??

Aadya Singh 5 years ago

han hai to.... kyu puch rhe delete kiya h kya??

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