| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

SevenElementsofProgramming

Page history last edited by PBworks 15 years, 6 months ago

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

Comments (0)

You don't have permission to comment on this page.