Keep your eyes in front and look straight ahead.Good luck
2007-12-02 16:14:02
·
answer #1
·
answered by feeona 5
·
0⤊
0⤋
Lookahead is a term used in mathematics and computing. Basically it means that you retrieve data and carry out calculations before you know for sure that you need them. By doing the task (or at least starting it) in advance, you save time when you get to the point where you know whether it's necessary. The only downside is that from time to time you will turn out not to need them.
2007-12-03 04:59:45
·
answer #2
·
answered by Graham I 6
·
0⤊
0⤋
Are we talking human languages here? In human languages, that is not one word, but two.
However, in computer languages it has another meaning. Having to do with the programs that read files. They do a lookahead when they fetch more data than originally was requested, on the theory that you would ask for more after a brief delay.
2007-12-03 00:18:45
·
answer #3
·
answered by The_Doc_Man 7
·
0⤊
0⤋
here we go..............This is in contrast to another technique called lazy evaluation that delays the computation until it is really needed. Both techniques are used for economical usage of space or time. Lookahead makes the right decision and so avoids backtracking from undesirable stages at later stages of algorithm and so saves space, at the cost of a slight increase of time due to the overhead of extra lookups. Lazy evaluation normally skips the unexplored algorithmic paths and thus saves both the time and space in general. Some applications of lazy evaluations are demand paging in operating systems and lazy parse tables in compilers.
In search space exploration, both the techniques are used. When there are already promising paths in the algorithm to evaluate, lazy evaluation is used and to be explored paths will be saved in the queue or stack. When there are no promising paths to evaluate and to check whether the new path can be a more promising path in leading to solution, lookahead is used.
Compilers also use both the techniques. They will be lazy in generating parse tables from given rules, but they lookahead in parsing given input
2007-12-03 00:33:30
·
answer #4
·
answered by fozz 4
·
0⤊
0⤋
Lookahead is a term used in mathematical discrete algorithms. The term is used in competitive analysis where online lookahead can be predictive if the definition and formula are accurate.
2007-12-03 00:27:05
·
answer #5
·
answered by Markietellme 6
·
0⤊
0⤋
Plan for the (usually near) future.
2007-12-03 00:18:03
·
answer #6
·
answered by ☂Julia 3
·
0⤊
0⤋
well, look at it this way, "any one walking turnstyle in airport is going to bangkok" so look ahead...
2007-12-03 00:18:05
·
answer #7
·
answered by zogizee 2
·
0⤊
0⤋
think of the future.....
2007-12-03 01:42:15
·
answer #8
·
answered by seemee 4
·
0⤊
0⤋
look in front of you ........
2007-12-03 00:12:34
·
answer #9
·
answered by starglowshady 6
·
0⤊
0⤋