Basic For Programming
Page 1 of 1
Basic For Programming
Basic For Programming
a "Variable" is a word or abbreviation that contains a value
a "statement" is a line of code that performs a command
a "constant" is like a variable except the value cannot change
an "array" is like a variable only holding many values instead of one(like a database)
a "declaration" is the act of declaring something
an "expression" is a statement that performs a calculation or results in a value
an "operator" is what is used to perform an expression
"truncation" is the result of rounding off the fractional part of a number
"demotion" occurs when reducing the size of a value
"promotion" is the exact opposite as demotion
a "comment" is a way to make notes in your code, and to instruct the parsing engine to ignore these lines
"branch" is know as an if or if/else statement
the "break" statement tells the code to exit the loop
a "loop" is a way to repeat code which are known to be while, do...while, for, and foreach
a "function" is a block of code that can be called at any point in the script
"scope" more or less refers to what can be accessed and where
mitha- Gallery Moderator
- Posts : 42
Credits : 1113
Fame : 17
Join date : 2012-06-23
Age : 30
Similar topics
» Basic HTML
» Basic Syntax
» [PHP TUT. PART 1] Basic PHP Syntax
» [BASIC OF C++] Structures of Program
» Basic Syntax
» [PHP TUT. PART 1] Basic PHP Syntax
» [BASIC OF C++] Structures of Program
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum