answersLogoWhite

0

Who uses an algorithm?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

guante el amigos yi soy ambicioso de mal un paciente!

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who uses an algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What authentication also uses DES algorithm?

Message


What authentication also uses the DES algorithm?

Message


What type of memory module uses an algorithm to verify data accuracy?

VCM


What are the uses of flow chart in computer?

flow chart is pictorial representation of algorithm


What is the sequential step by step process which a computer uses to perform computations?

Algorithm


How aSc timetables work?

I think it uses a special kind of algorithm called GENETIC ALGORITHM. Here is the link : http://en.wikipedia.org/wiki/Genetic_algorithm It uses backtracking: http://help.asctimetables.com/text.php?id=803&lang=en


Why do you have a monitor and what are the uses?

A monitor is the "gateway" to your computer. It is the output of your computer. E.g. a mathematical formula has an input, an output and an algorithm. The keyboard & mouse is the input, the computer is the algorithm, and the monitor is the output.


What CPU scheduling algorithm is used Windows NT?

Windows XP uses a quantum-based, preemptive priority scheduling algorithm


What are the differences between Bresenham's line algorithm and Bresenham's circle algorithm?

These two algorithms are almost completely different. The only real similarity is that they are each designed to use only integer addition/subtraction and multiplication, avoiding expensive division and floating point operations.


Why round robin algorithm not applicable for distributed environment?

distributed system doesn't have any global clock time. It uses some special schedule technique such as lampart's cycle and other algorithm.


What are the difference between DES and RSA algorithm?

DES is a symmetric cryptographic algorithm, while RSA is an asymmetric (or public key) cryptographic algorithm. Encryption and decryption is done with a single key in DES, while you use separate keys (public and private keys) in RSA. DES uses 56-bit keys for encryption while RSA uses 2600-bits of KEY


What graph traversal algorithm uses a queue to keep track of vertices which need to be processed?

Breadth-first search