Programming Words You Should Know
Sometimes we encountered some type of problem while programming, at that time we use Google to help us. But if we don’t know what to search then we can get many unrelated results on Google. So in this article, we’ll discuss some Programming Words You Should Know. Because Knowledge is power.
Algorithm
step-by-step procedure to archive a specific goal.
Argument
A value that is passed into a function when it is called.
Array
A value that contains a sequence of other values.
Assignment
The act of putting a value into a variable.
Bug
Error, flaw, failure or fault in a computer program.
Call
To run the code in a function.
Constant
a variable that never changes its value.
Crash
to cause a running program to stop due to an error.
Compiler
a program that converts code into an executable.
Debug
to investigate and fix bugs.
Declaration
code that declares that something exists.
Definition
code that fully implements something.
Function
piece of code that does a specific thing.
Instantiate
to create an object from a class.
Loop
Piece of code that runs itself repeatedly.
Method
a function that is attached to an object.
Return Value
the value that results from a completed function call.
Variable
Named containers for a value.
Share This to someone Who wants to become a programmer, And Share Your Suggestions in the comments below.