Skip to main content

Posts

Showing posts with the label Programming

Introduction to Programming | What is Programming

What is Programming ? Programming (Computer Programming) is the process of building and designing  an executable computer program to accomplish a specific computing result or to perform a specific task. A computer is a general purpose machines which can perform many computational task and the modern day computers that we have they can perform billions or trillions of calculations within a fraction of second.  These computer's they can't really do anything on their own. so for a computer to do something one has to give the instructions to it and these instructions will contain step by step information to perform a specific task and these are called as program . Who is Programmer ? The person who is going to write these instructions or the program is called as the programmer and here the programmer will write the program and the computer will execute that or computer will work on that instructions. What is Programming Language? The language in which the instruction...

Introduction to C#

INTRODUCTION TO C# It is Pronounced as C Sharp . C# is an object - oriented programming language - which is class - based and component oriented. It was developed by Microsoft in 2000. C# has become extremely popular among developers that are creating software for various types of platforms. C# provides us with the necessary pols to create software for Windows, iOS, Android and more! It has many advantages over C and C++ languages! C# can be used to create various types of libraries, programs and extensions. It has many SDK (Software Development Kits)  for developers to satisfy their needs and achieve their goals faster! Also, C# has simple integration for various APIs such as payment gateways. With C#, you can develop various types of applications for Desktop PC's running on Windows. Also, you can develop mobile applications for Windows, Phone , iOS, Android! Programs written in C# can run on various types of systems.  What an amazing language C# is! Different types of Data T...

Java

  What is Java? Java is a programming language that was created by a team lead by James Gosling in 1995 for Sun Microsystems .  Java is a platform independent programming language that follows the logics of "Write once, Run anywhere" . History of Java Java 1.0 Oak - January 1996 Java 1.1 - February 1997 Java 1.2 Playground - December 1998 Java 1.3 Kestrel - May 2000 Java 1.4 Merlin - February 2002 Java 5 Tiger - September 2004 Java 6 Mustang - December 2006 Java 7 Dolphin - July 2011 Java 8 - March 2014 Java 9 - September 2017 Java 10 - March 2018 Java 11 - Upcoming Java Version Let's look at the history of java version now the first version of Java again was released in early 1996 and it was called oak at that time but then again was completely renamed to Java because o width favorability. Now throughout the years till  2018 you have tenth version of Java that were released and the next version Java 11 is also going to be released in 2021 . Now, there was lot of progr...

HTML, CSS, & JavaScript | What is html, css, and javascript

HTML HTML stands for Hypertext Markup Language. HTML is the standard markup language for documents designed to be displayed in a web-browser. All webpage and web-browser are written in HTML. It is a skeleton of the webpage. CSS CSS stands for cascading style sheets. CSS is a style sheet language used for design a webpage, web-document. It is a body of a webpage/web-document. JavaScript JavaScript is a scripting language. It is one of the core technologies of web development and can be used on both the front-end and the back-end. It is a brain of a webpage or a website. Functions of JavaScript Front-End friendly Back-End friendly Enables web applications Game Development Mobile Apps Versatile and robust Modern Web Design HTML: Structure CSS: Presentation JavaScript: Behavior PHP or similar: Backend CMS: Content Management Example of image of html and css                           ...