Posts

Showing posts from April, 2020

BASIC HTML PROGRAM

Image
< !DOCTYPE  html > < html > < head > < title > Page Title < /title > < /head > < body > < h1 > This is a Heading < /h1 > < p > This is a paragraph. < /p > < /body > < /html > OUTPUT:   HERE this is a basic html Program that can be Edited on Notepad OR you  can use any othe Code Editor like Notepad++,sublime text or an Code ignitor etc type of Editor. This File can be Saved Via .html Extension(dot(.)html) The File Cane be Run only on Browsers like safari,mozilla,and google crome etc.
Image
WHAT ARE THE PROGRAMMING LANGUAGES ? EXPLAIN THEIR TYPES...           Different Programming Languages Nowadays, there are numerous programming languages are becoming more general and all-purpose, but these languages have their specialties, and each language has its own advantages and  disadvantages. Usually, programming languages can be classified into a few types, however,  these languages support multiple programming style. Every year there are a number of programming languages are implemented, but few languages are becoming very popular which may used by a professional programmer in their career. Programming languages are used to control the performance of the computer or machine. At present, computer programmer has many choices to choose the language, but there are many differences between programming languages. So, this article gives a brief information regarding what are the different types of programming languages, differences between programming languages and 
What Is Programming? Computer programming  is the process of designing and building an  executable   computer program  to accomplish a specific  computing  result.  Programming  involves tasks such as: analysis, generating  algorithms , profiling algorithms' accuracy and resource consumption, and the implementation of algorithms in a chosen  programming language  (commonly referred to as  coding ). [1] [2]  The  source code  of a program is written in one or more languages that are intelligible to  programmers , rather than  machine code , which is directly executed by the  central processing unit . The purpose of programming is to find a sequence of instructions that will automate the performance of a task (which can be as complex as an  operating system ) on a  computer , often for solving a given problem. The process of programming thus often requires expertise in several different subjects, including knowledge of the  application domain , specialized algorithms, and formal