answersLogoWhite

0


Best Answer

Deterministic systems in which the output can be predicted with 100 percent certainty

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

In maths and physics, a deterministic system is a system in which no randomness is involved in the development of future states of the system.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is deterministic systems?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is deterministic and probabilistic system?

In my understanding the probabilistic is a system that you can predict but no 100% like deterministic system. In other words the result is randomness i.e it can have many different results instead of single results.


What has the author Michael E Polites written?

Michael E. Polites has written: 'Exact state reconstruction in deterministic digital control systems' -- subject(s): Digital control systems


Difference between deterministic and nondeterministic loop?

Deterministic and non-deterministic loops A deterministic loop is predictable. The number of iterations of such a loop are known in advance, even before the loop has started. Most counting loops are deterministic. Before they start, we can say how many times they will execute. A non-deterministic loop is not easily predicted. A loop that is driven by the response of a user is not deterministic, because we cannot predict the response of the user. Non-deterministic loops usually are controlled by a boolean and the number of iterations is not known in advance.


What is non-deterministic finalization?

non-deterministic means not predicable, hence non-deterministic finalization means the finalization (removing objects from memory) cannot be determined when that will happen


What type of technologies that used deterministic MAC protocol?

What type of technologies that used deterministic MAC protocol?


What is full form of DFA and NFA?

DFA - deterministic finite automata NFA - non-deterministic finite automata


What did nfa stand for?

NFA - Non-deterministic Finite Automaton, aka NFSM (Non-deterministic Finite State Machine)


What does non probability mean?

It is likely to mean deterministic. It means that the outcome of an event is known and not subject to probability.It is likely to mean deterministic. It means that the outcome of an event is known and not subject to probability.It is likely to mean deterministic. It means that the outcome of an event is known and not subject to probability.It is likely to mean deterministic. It means that the outcome of an event is known and not subject to probability.


What is a deterministic Mac protocol?

A deterministic MAC protocol gives guarantees on message delay and channel throughput. Schedule based MAC protocols, based on time synchronization among nodes, are currently used to implement deterministic MAC protocols.


What has the author L J Hazlewood written?

L. J. Hazlewood has written: 'ALGOL programmes for the response analysis of linear systems with deterministic or random inputs' -- subject(s): ALGOL (Computer program language), Computer programs, Linear systems, System analysis


How far can computers really predict?

That will vary depending on the real world system being simulated to make the prediction.Some real world systems are deterministic and simplemaking it easy to make good long term predictions, other systems are perturbed in unpredictable ways making prediction impossible, many real world systems (e.g. the weather) are deterministic but chaotic (i.e. they are very sensitive to undetectably small differences in initial conditions) making them predictable until these tiny differences accumulate to large differences.For these reasons it is hard to give any simple answer to your question.


Define the languages accepted by NFA and DFA?

In general, finite state machines can model regular grammars. Deterministic finite automata can represent deterministic context-free grammars. Non-deterministic finite automata can represent context-free grammars.