Tagged Questions
-1
votes
2answers
95 views
Inverse for the term "refinement”
In computer science there is a term "refinement".
Refinement is a hierarchical relationship between two concepts. If B refines A, then the requirements of B are a superset of the requirements of A. ...
21
votes
8answers
994 views
What do you call a computer window when it is not maximized or minimized?
What do you call a computer window when it is not maximized or minimized? I have been using unmaximized, but I feel there is a more precise way.
3
votes
1answer
50 views
String slicing nomenclature
Maybe I'm just not very good with Google, but I'm looking for good terms to use when describing manipulation of strings of characters, specifically words to describe:
Removing a prefix
Removing a ...
3
votes
4answers
3k views
Is there a word meaning “append”, but at the beginning, not the end? [closed]
In computer programming, when you append a "string" to another, you add it to the end of the former string.
E.g.
String string1 = "abcd";
String string2 = "efgh";
Appending the two strings would ...
1
vote
3answers
62 views
Word for code/applications that call an API library
I have an API library, what do I call code/applications that use it? I want to avoid "client" because in my context, it is ambiguous with another concept.
Also it doesn't have to be a single word, as ...
14
votes
6answers
507 views
What is the noun to refer to the 64- or 32-bit -ness of an operating system
I know that "processor architecture" can be used to refer to whether the processor is 32-bit or 64-bit (or something else), but what word can be used for the operating system? Note that it's not ...
1
vote
1answer
107 views
What is the word for an applied template? [closed]
The notion of a template is that it is abstract and can be applied to future instances. Is there a word that means an instantiated template?
I'd prefer something that specifically refers to the fact ...
1
vote
1answer
145 views
Is there a word for someone who posts a “comment”? [duplicate]
Possible Duplicate:
How do you call who writes comments in this board? Commenter or commentator?
Difference between “commentor” and “commentator”
Why do we say 'commentator' instead of ...
1
vote
4answers
270 views
How do we call the “box” on a computer screen?
In advanced tab:
I was wondering what's the English term to use to refer to the Performance "box".