what are the elements of basic programming language
Answers
Answered by
0
Answer:
Syntax
Data manipulation.
Program flow control.
Input and output.
Mathematical functions.
Miscellaneous.
Unstructured BASIC.
Explanation:
I HOPE THE ANSWER IS HELPFULL FOR YOU
PLEASE
PLEASE MARK AS BRAIN LIST
Answered by
0
Answer:
The five basic elements, in programming are:
Input: getting data and commands into the computer
Output: getting your results out of the computer
Looping and conditionals: testing to see if a condition is true of false, and cycling through a set of instructions until some condition is met
Mathematical operations (arithmetic): Performing mathematical calculations on your data
Variables and data structures: storing information, which may change over time
Similar questions