-2
votes
1answer
40 views
what is the different b/w telecommunication and computer [closed]
diff. btw telecommucation and computer.
12
votes
8answers
511 views
Why are two different concepts both called “heap”?
Why are the runtime heap used for dynamic memory allocation in C-style languages and the data structure both called "the heap"? Is there some relation?
0
votes
2answers
25 views
What is the correct term for online fund transfer services?
Services like PayPal, NETeller, Click2Pay, Moneybookers?
0
votes
2answers
73 views
What is difference between Interaction design, Visual Design, Web design, UX design, UI design, UI development?
What is difference between Interaction design, Visual Design, Web design, UX design, UI design, UI development?
BTB, link found below answered for UI Vs UX.
http://stackoverflow …
1
vote
5answers
88 views
Term for rotating header
Hi,
I'm looking for terminology that describes this behavior:
The header of a web-page contains a different image every time you visit it.
Update: It is not an advertisement, b …
3
votes
7answers
128 views
What is a Value Class and what is a reference Class in C#?
What is the definition of a value class and reference class in C#?
How does this differ from a value type and reference type?
I ask this question because I read this in the MCTS …
0
votes
2answers
109 views
“Down the stack” [closed]
If I'm trying to find a bug that's being called lower in the call stack, that'd be "down" the stack, right?
1
vote
5answers
91 views
What is a protocol stack ?
I heard this term many times when I came across some protocol implementations, but could not imagine how 'protocol' relates to 'stack'? Is the stack used here literally a Stack dat …
11
votes
11answers
462 views
What is “Orthogonality”?
What does "orthogonality" mean when talking about programming languages?
What are some examples of Orthogonality?
5
votes
6answers
228 views
Learning by example - terminology (?, :, etc)
When you were a kid, did you ever ask your parents how to spell something and they told you to go look it up? My first impression was always, "well if could look it up I wouldnt n …
3
votes
7answers
169 views
Why are Asynchronous processes not called Synchronous?
So I'm a little confused by this terminology.
Everyone refers to "Asynchronous" computing as running different processes on seperate threads, which gives the illusion that these p …
7
votes
8answers
260 views
What is the actual definition of an array? [closed]
Possible Duplicate:
Arrays, What’s the point?
I tried to ask this question before in What is the difference between an array and a list? but my question was closed b …
1
vote
2answers
131 views
When/where was “Most vexing parse” coined?
There are countless articles and blogs discussing C++'s most vexing parse but I can't seem to find any with a more substantial reference than "the C++ literature."
0
votes
9answers
133 views
Is-a, extends, ‘inherits’: What is your preferred term for “inheritance” and why?
A subjective question, hence if there are complaints I'll wiki, but I'd like to know what people's takes are on the different terms that are used for inheritance almost interchange …
2
votes
7answers
178 views
Simulator or Emulator? What is the difference?
While I understand what Simulation and Emulation mean in general, I ,almost always, get confused about them. Assume that I create a piece of software that mimics an existing hardwa …
