answersLogoWhite

0

The main 2 components of any program in general are...

1> Program code (any programming language)

2> Data (numbers/text/graphics)

The programming language uses code to manipulate:

store/calculate/interrogate/display the data.

The data could, in fact, be located anywhere...

-inside of the program's own 'internal' structure such as:

data statements/array structure/variables list/-etc.

-or else, inside of an 'external' database file:

(.txt)/(.dat)/(.csv)/-etc.

User Avatar

Wiki User

12y ago

What else can I help you with?