answersLogoWhite

0

contiguous is "separated in space" and continuous is "separated in time"

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the difference between continuous and contiguous memory allocation?

Contiguous is a word that is used normally when objects are spatially adjacent and Continuous is a word that is normally used when events are adjacent in time. This usage is probably the reason why arrays are "contiguously" allocated and not "continuously" allocated. On the other hand, a function f(t) is "continuous" and not "contiguous".


What is the difference between contiguous and noncontiguous text?

Dfference between contiguous and noncontiguous1) In contiguous allocation there is no overhead during execution of a program.1)In noncontiguous allocation address translation is performed during execution2)Contiguous memory allocates single area of memory2)Noncontigious memory allocates several memory areas - one memory are to each component of a process


Difference between contiguous and non contiguous memory allocation?

In a contiguous memory allocation there is no overhead during execution of a program. In a non contiguous memory allocation address translation is performed during execution.


What is the difference between continuous and discrete system?

The difference between continuous and discrete system lies in the variables. Whereas the continuous systems have dynamic variables, the discrete system have static variables.


Difference between contiguous and non contiguous memory?

In contiguous allocation there is no overhead during execution of a program. In noncontiguous allocation address translation is performed during execution Contiguous memory allocates single area of memory Noncontigious memory allocates several memory areas - one memory are to each component of a process


What is the difference between contiguous and non contiguous memory allocation?

in contiguous allocation overhead during execution of a program.in non contiguous allocation address translation is performed during execution of a program..


What is the difference between one end continuous slab and both end continuous slab?

nothing


What is the Major difference between the colonial empire of Russia and Britain and France?

Russia's empire was territorially contiguous.


What is the difference between touch and hold?

contact tob continuous with others


How do you use contiguous in a sentence?

The contiguous United States does not include Alaska and Hawaii. Contiguous means adjacent; touching; right next to; consecutive; sequential; or close together, but not touching. Contiguous events are adjacent in time. Contiguous memory locations are right next to each other in address space, as in (3), (4), (5). In computer terminology, contiguous is sometimes distinguished from consecutive or continuous, because 'continuous' or 'consecutive' could apply in absolute addressing, but possibly may not apply in virtual space or relative [indirect] addressing.


What is the difference between a discrete and a continuous distribution?

A simple continuous distribution can take any value between two other values whereas a discrete distribution cannot.


What is Difference between contiguous set of files and a noncontiguous set of files?

Contiguous: Immediately adjacent. For example, contiguous sectors on a disk are sectors that come one after the other. Frequently, a file stored on disk can become fragmented, which means that it is stored on non-contiguous sectors. taken from http://www.webopedia.com/TERM/C/contiguous.HTML So one could assume that the difference is that contiguous files are files that are stored immediately adjacent from one another (together) and non-contiguous files are not stored adjacently hence are separated or scattered. Hope this was of some help.