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.

top 5 programming language and creators

Sometimes, when something becomes so popular, we tend to forget the people behind it over time. For an instance, a song. We know the lyrics as well as the one who sang it but a composer who really did the song is forgotten. Just like in programming languages, you know what they are called, what they do but do you really know who invented them? Now is the time to look back to the top 3 popular programming languages and their creators. Guido van Rossum was a Dutch programmer born January 31 January 1956. He is known as the author of the Python programming language which was initially released in 1991. The design philosophy that embodies Python emphasizes the code readability using significant whitespace. It also provides constructs that enable clear programming on both small and large scales. Ruby was developed by Yukihiro “Matz” Matsumoto, a computer scientist and software programmer. It is an object-oriented, general-purpose programming language tha...