Seven Elements of Programming

  1. Data
  2. Input
  3. Output
  4. Looping
  5. conditional Branching
  6. Operators
  7. Subprograms

Data

Data types, objects, primitive data types

Input

information that comes in from the user or other sources

Output

ex - System.out.println("Hello World!");
screen displays, motor movement,

Looping

for
while

Conditional Branching

if
switch

Operators

+-*/=<> | += -= *= /=

Subprograms

Procedures
functions


Page Information

  • 11 months ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts