What are Numeric data types? Data type representing numeric data. Such as:
Integer data types, or "non-fractional numbers".
Floating point data types, usually represent values as high-precision fractional values.
Fixed point data types are convenient for representing mo...
See more
What is boolean datatype? The Boolean type represents the values true and false. Although only two values are possible, they are rarely implemented as a single binary digit for efficiency reasons. Many programming languages do not have an explicit Boolean type, instead interpreti...
See more
What is Data Type ? It is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. Data types are used within type systems, which offer various ways of defining, implementing and using them. Different type systems ensure varying deg...
See more
What is syntax ? It refers to the spelling and grammar of a programming language. Computers are inflexible machines that understand what you type only if you type it in the exact form that the computer expects. The expected form is called the syntax.
What is Programming environment ? It is the set of programming tools like IDE, MySql, web server i.e. used to create the program or software product. The term may sometimes also imply the physical environment.
What is Development environment ? It is the set of processes and programming tools used to create the program or software product. The term may sometimes also imply the physical environment.
Functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.
What is Interpreter ? It is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.
What is Compiler ? A compiler is a computer program that transforms computer code written in one programming language (the source language) into another programming language (the target language). Compilers are a type of translator that support digital devices, primarily computer...
See more
These basic elements of programming −
Programming Environment
Basic Syntax
Data Types
Variables
Keywords
Basic Operators
Decision Making
Loops
Numbers
Characters
Arrays
Strings
Functions
File I/O
What is Algorithm ? From programming point of view, an algorithm is a step-by-step procedure to resolve any problem. An algorithm is an effective method expressed as a finite set of well-defined instructions.Thus, a computer programmer lists down all the steps required to resolve...
See more
Computer Programmer : Someone who can write computer programs or in other words, someone who can do computer programming is called a Computer Programmer.
Uses of Computer Programs :
Today computer programs are being used in almost every field, household, agriculture, medical, entertainment, defense, communication, etc. Listed below are a few applications of computer programs −MS Word, MS Excel, Adobe Photoshop, Internet Explo...
See more
What is Computer Programming?
A computer program is a sequence of instructions written using a Computer Programming Language to perform a specified task by the computer.
These instructions are known as code.
Programmers write code that work as instructions fo...
See more