Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
18 views13 pages

Programming Definitions

The document defines key programming terms such as IDE, PWM, conditions, compiler, library, loop, digital, input/output, variable, analog, function, include, and init. It provides short descriptions of each term.

Uploaded by

api-626397391
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views13 pages

Programming Definitions

The document defines key programming terms such as IDE, PWM, conditions, compiler, library, loop, digital, input/output, variable, analog, function, include, and init. It provides short descriptions of each term.

Uploaded by

api-626397391
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Programming

Definitions
IDE
IDE stands for Integrated Development Environment
PWM
A PWM is a Programming Width Modulation, which creates a pulse to copy an
analog signal.
Conditions
Conditions are statements created by the programmer to define whether
something is true or false.
Compiler/Compile
Compiling converts the complex code that the programmer created into simple
binary for the computer to read.
Library
A Library is a group of terms that is used to create its own language, usually
simplifying the past terms with a term from the library.
Loop
A loop is a series of variables that are repeated until the certain condition is met to
end the sequence.
Digital
Digital is used in computers to allow them to operate. It functions in either an ‘on’
or ‘off’ pattern, like 1’s and 0’s with binary.
Input/Output
An Input is the data takes in, while an Output is the data the the computer sends
out through external modes such as visually or verbally.
Variable
A Variable is data that is defined as a value in the code.
Analog
Unlike digital, Analog is another way for a computer to run by using signals that
use continuous values instead of shutting on and off like digital.
Function
A Function is a group of terms that can be repeatedly used once, instead of
continuing to write out the same code multiple times.
Include & Init.
Init, or Initialization is the term for the initialization of the computer, or the booting
of it.

Include is a term in programs where certain variables are all used in a loop that is
specified by including them.

You might also like