answersLogoWhite

0

What else can I help you with?

Related Questions

What is the difference between oop's pop's?

In POP, importance is given to the sequence of things to be done and in OOP, importance is given to the data. In POP, larger programs are divided into functions and in OOP, larger programs are divided into objects. In POP, most functions share global data. In OOP mostly the data is pivate and only functions inside the object can access the data. POP follows a top down approach in problem solving while OOP follows a bottom up approcah. In POP, importance is given to the sequence of things to be done and in OOP, importance is given to the data. In POP, larger programs are divided into functions and in OOP, larger programs are divided into objects. In POP, most functions share global data. In OOP mostly the data is pivate and only functions inside the object can access the data. POP follows a top down approach in problem solving while OOP follows a bottom up approcah.


How should data be shared in a twenty-first century business?

Data need to be shared within an organization on a rules- and roles-based system; reporting functions need to be streamlined, limiting decision making to a select few.


Duties and functions of a data encoder?

Duties and functions of a data encoder?


How marketing functions can be shifted and shared?

Marketing functions for macros cannot be shifted or shared. They must all be processed by someone and none can be left out.


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).


Functions of data warehouse?

A data warehouse functions as a repository for all the data held by an organisation. The main functions are to reduce cost of data storage, facilitate data mining, and facilitate ability to back up data at an organisational level.


Describe how data is shared by functions in a procedure oriented programming?

If you are talking about procedural languages like C, then you have two options: Declaring global variables. These can be declared in header files, which are #included in source files to gain access to the shared data variable. Another way is to define a variable in a source file, then declare it extern in the other source files that use this variable. Note that the use of global variables is risky and generally frowned-upon. Passing variables as function arguments. Some languages make a distinction between passing by value vs by reference. In C, everything is passed by value, even the arrays you pass are passed by value (the passed value is a pointer to the zero-th element of the array). There are other ways of course, like using shared external files (especially if the data is shared between different processes, or multiple instances of the same process), shared memory, and semaphores (which are collectively known as IPC - InterProcess Communication).


What kind of data functions manipulate quantitative data in a worksheet?

Mathematical and Trigonometric and statistical functions manipulate quantitative data in a worksheet.


What function of a computer allows access to its shared rescources and services?

The networking functions of a computer allow it to access these shared resources.


A group of neurons with shared functions in the CNS is called a?

nerve tract


Four key functions of computer are?

# organize data # display data # ...


What are the basic functions of a computer?

One of the basic functions of a computer are to input data and then process it. A computer also outputs data and stores data.