answersLogoWhite

0

What is data module and support module?

Updated: 4/28/2022
User Avatar

Wiki User

13y ago

Best Answer

support module provides an auxiliary set of instructions that can be

used in conjunction with the main software program. It is not designed

to be run by the computer user. Instead, these modules are "called" by

the computer program as needed.

data module comprises any data that is necessary for a task, but not

supplied by the user. An example would be word processing software

that checks spelling by comparing the words in a document with the

words in a dictionary file of correctly spelled words. The data module

here is the dictionary file, which is supplied by the software, not by the

user.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is data module and support module?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When was Dynamic Kernel Module Support created?

Dynamic Kernel Module Support was created in 2003.


What is data passed to a module is called?

This piece of data is called an "argument".


What is a piece of data that is sent into a module?

argument


Why in line functions should not access static data?

It may access static data, but you have to know what 'static data' means: data, which is local to the current module (not shared with other modules), so if you use the function both from module 'A' and from module 'B', they will use different variables (with the same name).


What technology does a DIMM that holds data and amplifies a signal before the data is written to the module?

Registers


In vb6.0 difference between bas file and cls file?

Deciding between a standard module and a class module is not a decision based on performance, but one of design. The main difference between the two is in the way that they handle data. A standard module stores only one copy of the data. A class module encapsulates the data within each instance of the class. That is, for each instance of the class, the data exists separately. The other main difference is the scope of variables and procedures within the module. In general, any variables and procedures declared as Public within a standard module are visible anywhere in the project or external programs if the standard module is in a component. Variables and procedures declared as Public within a class module can only be seen through a reference to an instance of the class module. The lifetime of data and procedures stored within a module is affected by which type of module is used. The lifetime of the data and procedures in a class module is defined by the lifetime of the object. So data and procedures are available only if a reference to the object exists. Data and procedures declared within standard modules are available for the lifetime of the program. Therefore, to answer your question, if you are writing a function that you want available throughout the lifetime of the program and visible to all code in the application, then place the function within a standard module.


How can data not support your hypothesis?

If your hypothesis is totally incorrect then it is quite likely that the data will not support it.


Where is drl module for Chevy epica located?

The drl module on chevy epica 2004 is back to the data link connector


What do you do if your data does not support your data?

If your data does not support your initial hypothesis or conclusions, you may need to reconsider your research question, methodology, or analysis. It is important to critically evaluate your data to identify any biases, errors, or limitations that may have influenced the results. You may also consider conducting further research or seeking alternative explanations for the findings.


Definition of support module?

it is the process of supporting the modulo of a computer


When looking at an advertisement what indicates the width of data bus?

The density of the module


A special variable that receives a piece of data when a module is called?

parameter