Skip to main content

rest and motion

Rest and Motion Definitions

Rest:- An object is said to be at rest if it does not change its position with respect to its surroundings with time.
------------------------------------------------
Motion:- An object is said to be in motion if the position changes with respect to it surrounding and time.

Popular posts from this blog

history of Ruby programming language

About Ruby Wondering why Ruby is so popular? Its fans call it a beautiful, artful language. And yet, they say it’s handy and practical. What gives? The Ideals of Ruby’s Creator Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming. He has often said that he is “trying to make Ruby natural, not simple,” in a way that mirrors life. Building on this, he adds: Ruby is simple in appearance, but is very complex inside, just like our human body1. About Ruby’s Growth Since its public release in 1995, Ruby has drawn devoted coders worldwide. In 2006, Ruby achieved mass acceptance. With active user groups formed in the world’s major cities and Ruby-related conferences filled to capacity. Ruby-Talk, the primary mailing list for discussion of the Ruby language, climbed to an average ...

equation of motion

Equations of motion     First Equation of Motion : v = u + a t. Second Equation of Motion : s = u t + 1 /2 a t 2. Third Equation of Motion : v 2 = u 2 + 2 a s.

3 Best IDEs For C/C++ Developers in 2022

3 Best IDEs For C/C++ Developers in 2022 Everything has been digitized in this digital era, and nothing seems possible without programming. The fact that C is the building block of all the programming languages can’t be denied. Also, the extended version of C is C++, which you can call a subset of C. Every one of us must have gone through the basic concepts of this language before stepping into the world of programming. And when it comes to implementing something no matter big or small, nothing can replace IDEs.  What are IDEs ? From working for small projects to big implementations like web applications, all you need is a single platform where you get numerous features required such as text editor, syntax highlighter, customizable interfaces, compiler, code auto-save, version control, debugger, build automation, and deployment. And those platforms which offer these features are called IDEs (Integrated Development Environment).  Why choose IDEs ? Becaus...