0
votes
2answers
95 views

Difference between ‘“folder” and “directory”

What is the difference between folder and directory in the context of computer science?
1
vote
1answer
82 views

What is a “big-ender pair”?

In the sci.math newsgroup ca. 23 Mar 2013, in thread Subject: Re: math formulae?, I saw the following: > >"Is the tournment liken to a bridge tournment? The problem is vague. > > ...
7
votes
5answers
960 views

What is “embarrassing” about an embarrassingly parallel problem?

In computer science, a problem that is obviously decomposable into many identical but separate subtasks is called embarrassingly parallel. An example is a cryptographic brute force attack, in which ...
0
votes
2answers
124 views

“Computing” vs. “computation”

Can anybody explain the difference between computing and computation? Which one is correct: computing/computation node (to refer to a server) computing/computation power (to refer to the FLOPS of a ...
5
votes
2answers
188 views

“Timeboxing” versus “time-slicing”

What is the difference between timeboxing and time-slicing? From what I can tell, it is the same concept, but timeboxing is applied to project management and time-slicing is applied to scheduling ...