Posts

Mark Zuckarberg History

Image
                                                                  Zuckerberg became the world's youngest billionaire in 2008 when he was just 23 years-old. As of September last year he was worth £11.5billion, making him the 66th wealthiest billionaire on the planet despite being only 29 years-old. Born on May 14, 1984, in White Plains, New York, Mark Zuckerberg co-founded the social-networking website Facebook out of his college dorm room. He left Harvard after his sophomore year to concentrate on the site, the user base of which has grown to more than 250 million people, makingZuckerberg a billionaire. Facemash. Facemash, Facebook's predecessor, opened on October 23, 2003. Initially, the website was invented by a Harvard student, Mark Zuckerberg, and three of his classma...

History of Java Language

Image
1 .  Java  was originally developed by James Gosling at Sun Microsystems (which has since been    acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems'  Java  platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them  2 . Java  is an object-oriented  language  similar to C++, but simplified to eliminate language  features that cause common programming errors.  Java  source code files (files with a . java  extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a  Java  interpreter. 3.  Java  is a programming language that developers  use  to create applications on your computer. Chances are you've downloaded a program that required the  Java runtime, and so you probably have it installed it on your system....

The History of Ruby Language

Image
1. Ruby  is a dynamic, reflective, object-oriented, general-purpose  programming language . It was    designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to  its creator,  Ruby  was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. 2. It is  used  in a wide range of fields, but is best known as a  language  for Web Applications,    because of the  Ruby  on Rails framework. The general purpose nature of  Ruby  makes it suitable    for a wide array of  programming  tasks, just like Perl, Python and other general purpose  languages. 3 . Ruby has been described as an absolutely pure object-oriented scripting language and a genuine  attempt to combine the best of everything in the scripting world. Ruby is written in C, and it was  designed with  Perl  and  Python  capabilities in mind. 4. Ruby ...

The History of C# ( C sharp)

Image
1. C# is intended to be a simple, modern, general-purpose, object-oriented programming    language. Its development team is led by  Anders Hejlsberg . The most recent version is C# 6.0,  which was released on July 20, 2015. 2. C#  (pronounced "C-sharp") is an object-oriented programming language from Microsoft that    aims to combine the computing power of C++ with the programming ease of Visual Basic.  C#  is  based on C++ and contains features similar to those of Java. 3.  Firstly it is important to note that  C#  is just one of several languages that can be used  with the    Microsoft .NET Framework. Many of the advantages and features of C#  are actually tied very  closely to .NET, and hence are also applicable to languages like Visual Basic .NET and Visual  C++ .NET. 4. NET  is a framework which provides "ground" for applications which are created to use it.    Th...

The History of C++ Language

Image
1.  History of C ++ The  C++  programming language has a  history  going back to 1979, when Bjarne  Stroustrup was doing work for his Ph.D. thesis. One of the languages Stroustrup had the  opportunity to work with was a language called Simula, which as the name implies is a language  primarily designed for simulations. 2 .  Before the initial standardization in  1998 , C++ was developed by Bjarne Stroustrup at Bell Labs   since  1979 , as an extension of the C language as he wanted an efficient and flexible language    similar to C, which also provided high-level features for program organization. 3. C  is a high-level programming language that was developed in the mid-1970s. ... C ++,      pronounced " C  plus plus," is a programming language that was built off the  C language. The  syntax of  C++  is nearly identical to  C , but it has object-oriented features,...

The History of C Language

Image
1. The  History  of the  C Language . The  C programming language  was devised in the early 1970s by   Dennis M. Ritchie an employee from Bell Labs (AT&T). In the 1960s Ritchie worked, with            several  other employees of Bell Labs (AT&T), on a project called Multics. 2 .  C  is a high-level and general purpose programming  language  that is ideal for developing    firmware or portable applications. Originally intended for writing system software,  C  was    developed at Bell Labs by Dennis Ritchie for the Unix Operating System (OS) in the early 1970s. 3.  C was developed at Bell Laboratories in 1972 by Dennis Ritchie. Many of its principles and ideas  were taken from the earlier language B and B's earlier ancestors BCPL and CPL. ... In 1970, Ken Thompson, while working at Bell Labs, took this process further ...

History of Paython Language

Image
Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy which emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly braces or keywords), and a syntax which allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.The language provides constructs intended to enable writing clear programs on both a small and large scale.