answersLogoWhite

0

Who uses an algorithm?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

guante el amigos yi soy ambicioso de mal un paciente!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What authentication also uses the DES algorithm?

Message


What authentication also uses DES algorithm?

Message


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


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

VCM


What is the algorithm Clash Royale uses to match players in multiplayer battles?

Clash Royale uses a matchmaking algorithm that takes into account the player's trophy count and level of cards in their deck to pair them with opponents of similar skill level and strength. This algorithm aims to create fair and competitive matchups for multiplayer battles.


What is the time complexity of an algorithm that uses a binary search to find an element in a sorted array in logn time?

The time complexity of an algorithm that uses binary search to find an element in a sorted array in logn time is O(log n).


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.


Give 10 difference between dda and bresenham algorithm?

DDA algorithm involves floating-point operations, while Bresenham algorithm uses only integer operations. DDA algorithm calculates the exact position of each pixel, while Bresenham algorithm determines the closest pixel to the ideal line path. DDA algorithm can suffer from precision issues due to floating-point calculations, while Bresenham algorithm is more accurate and efficient. DDA algorithm is simpler to implement but slower than Bresenham algorithm. DDA algorithm is susceptible to rounding errors, while Bresenham algorithm is not. DDA algorithm can produce jagged lines due to rounding errors, while Bresenham algorithm generates smoother lines. DDA algorithm is suitable for both lines and circles, while Bresenham algorithm is primarily used for drawing lines. DDA algorithm can handle lines with any slope, while Bresenham algorithm is more efficient for lines with slopes close to 0 or 1. DDA algorithm involves multiplication and division operations, while Bresenham algorithm uses addition and subtraction operations. DDA algorithm is a general line drawing algorithm, while Bresenham algorithm is specialized for line drawing and rasterization.


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.