answersLogoWhite

0

A declarative statement introduces an identifier, and indicates its type, sometimes implicitly. It may also assign a value to the space indicated by the identifier which may or may not be mutable within the program. Declaratives are not considered executables.

An executable statement can be any sort of statement requiring action, including assignment of a value to the space indicated by an identifier, calling a function or procedure, reading or writing, pausing or stopping execution, waiting for another process, etc.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Explain executable versus non-executable files in DOS?

difference between executable file and non-executable file in dos


What is the difference between declarative and imperative programming?

Imperative is how the computer should do something. Declarative is what you would like the computer to do.


What is the difference between declarative and procedural questions?

procedural asks you to solve.


What is the difference between a declarative statement and an imperative statement?

In a declarative statement, you initialize the object. But in an imperative statement, you use a preexisting statement and use it.


What is the difference between exclamatory and declarative?

exclamatory ends with a ! and declarative just ends with a . just think of the word declarative as you are declaring something therefor you need a period to it to make sure you make your point (.)


What is the difference between a declarative and imperative?

The difference between a declarative sentence and an imperative sentence is that a declarative sentence is a statement and an imperative sentence is a command.Here is an example of a declarative sentence:A spider has eight legs.Here is an example of an imperative sentence:Please go get me some water


What is the Difference between c and shell program execution?

The shell interprets the script, while the C-compiler generates a binary executable.


What the different between non-executable files to executable files?

Executable means that the file has a series of instructions used to execute a program. Non-executable files are ones that do not have these instructions.


What is difference between imperative and declarative sentences?

With an imperative sentence, the subject is understood and not necessarily stated. "Close the door." The subject is you and the verb is close.


What is the difference between applet and jsp?

Applet is an executable file that is automatically downloaded when we open a browser. Swing applications can operate on local data when the network is not there.


What is the difference between a declarative sentence and an imperative sentence?

A declarative sentence makes a statement or provides information, while an imperative sentence gives a command or instruction. Declarative sentences usually end with a period, while imperative sentences often end with a period or exclamation mark.


What is the difference between linking and loading process?

Linking is a process of combining various pieces of code and data together to form a single executable file. Loading is the process of copying the program from hard disk to main memory in order to put the program in executable state