Used when a question asks for clarification regarding programming terms.
3
votes
5answers
3k views
Difference between web services and web application
Lets have an example scenario:
Client opens a web site and finds the sum of two numbers which he enters from the textboxes.Then clicks on the ADD button.Two parameters are HTTP GET'ed to server where ...
-1
votes
1answer
82 views
Where does the term “zero day” come from? [closed]
Who coined the term "zero day" attack/vulnerability/exploit? In what context was this first used?
2
votes
2answers
1k views
What is native OS
I have searched the web but couldn't find any detailed idea about Native OS development I need to know about Native OS development in detail eg. what is a Native OS what kind of feature it gives.. etc ...
-1
votes
1answer
38 views
Interfaces with respect to the term API
I am trying to get a handle on the above. I understand that an interface contains method signatures with no implementation. That task is left up to the classes that implement the interface. I am ...
0
votes
1answer
87 views
What is type code?
I'm reading "Refactoring" by Martin Fowler.
There is a term "type code" that I've never seen that before.
What is a type code?
7
votes
2answers
612 views
Terminology for different types of functions
There seem to be several different "groups" of function-like things in JavaScript. Here are my made-up names for them:
"Regular functions": These are callable with parens and with new. Most ...
0
votes
2answers
115 views
Why are callback functions called that? [closed]
The reason for the name 'callback' eludes me. What does that term mean?
4
votes
4answers
551 views
What is the difference between a subroutine and a function? [duplicate]
Possible Duplicate:
What is the difference between a ‘function’ and a ‘procedure’?
I searched online for an answer to this question, and the answer I got was that a function can return a ...
0
votes
2answers
86 views
What are bindings in Perl?
I've been trying to learn Perl, and on CPAN, I came across
Perl bindings for the libsvm Support Vector Machine library
What does bindings mean in this context?
I've never found this word before ...
1
vote
3answers
731 views
Javascript - difference between namespace vs. closure?
In Javascript, what's the difference between a namespace and a closure? They seem very similar to me.
EDIT
Specifically, this article discusses namespaces and closures, and has sentences like
...
1
vote
4answers
185 views
Is an Object the same as an instance of a Class?
I’m learning Objective-C and I’m confused on what the difference is between an instance of a class and an object –- are they the same ?
Heres an example:
NSString *name = [[NSString ...
2
votes
1answer
2k views
what is difference between Software Stack and OS ? why Android is not an OS but software stack?
Android is a software stack but not an OS. as stated by developer.android.com
What is Android? Android is a software stack for mobile devices that
includes an operating system, middleware and ...
11
votes
4answers
1k views
Global scope vs global namespace
I saw usages of these two phrases: global scope and global namespace. What is the difference between them?
0
votes
1answer
610 views
What is ADT? (Abstract Data Type)
I am currently studying about this ADT but I don't get the concept at all. Can someone please explain to me what this actually is? Also what is collection, bag, and List ADT? in simple terms?
0
votes
1answer
152 views
Can POSIX real time signals result in soft real time?
From: https://mail.rtai.org/pipermail/rtai/2012-April/024968.html
What will happen is that when a true real time RTAI task is signalled
by Linux you'll loose real time for an undefined time ...
0
votes
2answers
66 views
What does static refer to being “stuck” to?
I'm trying to give myself a mapped idea of the word static (using my current noun definition of static, not having a good understanding of the adjective definition), but it would seem that non-static ...
1
vote
1answer
347 views
Real time thread priority in user space
From: http://www.xenomai.org/documentation/xenomai-2.3/pdf/Life-with-Adeos-rev-B.pdf
The above behaviour is to be opposed to what happens with RTAI/LXRT for instance, where threads migrating to ...
2
votes
3answers
484 views
What's the cartoon speech bubble coming from the notification area called, and how do I create one?
Can some one tell me what the name of the following popup window is:
How do I create such a popup for my application?
3
votes
1answer
112 views
Terminology C++ - Members
If someone says "members in the class" are they talking about the data members, or the member functions? I'm a little confused on which one they are talking about.
1
vote
1answer
67 views
What are make_shared, make_pair, etc called?
There is a formal name for the type of functions designed to utilize template deduction to instantiate their template class counterparts. std::make_pair is a prime example of such a method. The term ...
-3
votes
1answer
296 views
ObjC is a “run-time language”? [closed]
Can any one tell me why Objective-C is called a "run-time language"
1
vote
1answer
159 views
What is meant by the term “local object variable”?
Are "local object variables" the variables that are used or initialized in a method, or are they the arguments taken in? I can't find this term in Xcode's documentation or Google.
I found this in the ...
5
votes
4answers
209 views
Is there a name for this pattern with closures?
I often see a pattern used in circumstances where we have look-up code that needs to be executed before we have access to an object. When using this pattern, usually begins with the word with.
For ...
0
votes
4answers
133 views
Linux command line / shell terminology
I'm a little confused about the terminology I should use when referring to Linux command line programs and commands.
If I were to execute a command such as:
mkdir testing_dir
Would "testing_dir" ...
4
votes
2answers
166 views
What is a “buffer” in VIM?
When VIM refers to a file im editing as a "buffer"...what exactly does it mean? Whenever I edit the file in shell or in the application, it refers to the copy of the file as a buffer. I was curious as ...
3
votes
1answer
203 views
xpath filtering items with a particular element
I am not sure of the terminology so am having some trouble finding leads.
Basically suppose I have something like
<book>
<genre>sci-fi</genre>
<genre>happy</genre>
...
0
votes
4answers
40 views
Terminology of class components
Could you tell me what is the name of ArrayList<Image> (4th line) in Java terminology in the following code?
public class ImageCollection {
private int imageNum; // ...
5
votes
2answers
64 views
What is the correct terminology for this kind of CSS declaration “.myClass div”?
What is the correct terminology when referring to a CSS declaration containing CSS combinators, such as:
.myClass div { ... }
Here I'm using a declaration which will apply styles to all div ...
3
votes
1answer
615 views
@Model annotation and MVC
The Weld documentation states that the javax.enterprise.inject.Model annotation is designed for Controllers (logical because it marks bean as @RequestScoped and @Named).
But why is it named as Model ...
4
votes
1answer
551 views
What's the difference between distributed computing and cloud computing?
I get confused by these two concepts.
0
votes
1answer
53 views
What is a generic term for the button/icon from which programs are launched or indicated by?
What is a generic term for the button/icon from which programs are launched or indicated by?
In Windows, we have the taskbar, on which each top level window (XP/Vista) or application (7+) has a ...
5
votes
3answers
143 views
Correct terms and words for sections and parts of selectors
What is the correct term for the sections of CSS selectors that are separated by commas?
body.foo .login , body.bar .login { ... }
/* |
Part 1 | Part 2 */
...
0
votes
1answer
25 views
Term for sending a message and receiving a reply [closed]
In general software terms, is there a short(ish) term that can be used to mean "Send a message and receive a reply to it"?
At the minute I've got a function called SendAndReceiveMessage (which takes ...
1
vote
1answer
315 views
STL library vs JCF framework
Why is the STL considered a library, but the JCF a framework? What exactly is it in their respective designs that causes/justifies this distinction? Can you give a code example that illustrates this?
11
votes
1answer
13k views
What is a web service endpoint?
Firstly, believe me I googled it and couldn't find any resources helpful.
I don't understand what an endpoint is, say, my webservice is located at http://localhost:8080/foo/mywebservice and my wsdl ...
1
vote
3answers
457 views
what is “SASS” short for?
what is "SASS" short for ?
I know it is an asembly level native code ISA targeting specific hardware,
exits in between PTX code and binary code.
but anyone could kindly tell me what does each ...
0
votes
3answers
125 views
what's DSL in plain words?
I heard from someone that DSL is really powerful in some specific fields. So i want to find out if i can put it into my skill sets.
The first problem came out is What is DSL exactly? After doing some ...
2
votes
1answer
540 views
What does “wrapping” mean in programming?
In programming literature and on internet in general I noticed frequent use of term "wrapping".
For example "to wrap library in classes" or to "wrap database". Is that official in programming or just ...
4
votes
7answers
1k views
What is Stateless Object in Java?
Currently i'm reading "Java concurrency in practice", which contains this sentence :
Since the action of a thread accessing a stateless object cant not affect the correctness of operations on ...
2
votes
3answers
585 views
What does “Container” mean in the context of programming?
I am learning Spring and the term "Spring Container" frequently shows up in the text. However, I know "container" is not used only in Spring (EJB container etc) so what does it mean when used in the ...
0
votes
2answers
49 views
I have a query about the variable and proerties
I am the new to the programming and now I have a query regarding the variable and properties which is "what is the difference between declaring public variable and public properties?". Could anyone ...
4
votes
2answers
174 views
What is this parser design pattern called? A parser using an array of structures containing keywords and function pointers?
I've seen parsers where the the handling of each keyword is controlled by an array of structures containing each keyword and function pointers to how to handle that keyword. What is this pattern ...
0
votes
2answers
57 views
What's an opaque field?
What is an opaque field? This term is used a lot in the definitions of IAz... interfaces, e.g in IAzOperation, it says:
ApplicationData Read/Write Sets or retrieves an opaque field that can be
...
1
vote
2answers
1k views
Where is cout declared?
My computer science professor wants us to find the declaration of cout. I've compiled a simple Hello world program using g++ and the -E parameter. Here's what my hello.cpp looks like:
#include ...
3
votes
1answer
73 views
Is there a term for a function whose sole purpose is to ignore one or more of its parameters?
Let's say that an API I'm using requires a callback function that takes two parameters, apple and banana.
An example in CoffeeScript:
example = (apple, banana) -> [...]
The function I want to ...
1
vote
2answers
74 views
Are “class functions” refered to as “functions” or “methods” in Python
See the code below
class HelloWorld:
def print(self):
print "Hello World"
Is HelloWorld.print(self) called a method or a function in Python?
0
votes
2answers
147 views
Memory Management: Name that Structure
I'm working with OpenGL, and using buffers to store vertex data in video memory. For effiency / convenience, I'm allocating big chunks of video memory, and then reserving chunks as I need them. ...
2
votes
2answers
87 views
What is Coding in Vacuum? [closed]
What does the term "Coding in Vacuum" mean? I have heard the term before but I am unable to find anything on Google that is relevant.
0
votes
1answer
61 views
What is the correct terminology for this type of HTML vertical tag-pairing?
What is the correct terminology for this type of HTML vertical tag-pairing? Example of the vertical tag-pairing I'm referring to. Also wondering whether it can be enabled in Aptana Studio 3? Thanks ...
0
votes
1answer
99 views
What is a frob in web programming? [closed]
I've encountered several times the word "frob" in the context of API of web services.
I understand that it relates to security/authentication, but what exactly does it mean?

