Questions tagged [nomenclature]

Nomenclature is a term that applies to either a list of names or terms, or to the system of principles, procedures and terms related to naming.

128 questions
0
votes
1 answer

XML Element and Type hierarchies

I have a conceptual question, because I'm currently writing a concept concerning Dataexchange using xml & xsds. When describing xsds, I often find myself wondering whether I am using the correct vocabulary. If I have, for example a definition as…
Mischa Obrecht
  • 2,737
  • 6
  • 21
  • 31
0
votes
3 answers

How to ask a business user for cardinality information?

When collecting requirements from business users, I run into a point where I need to understand the cardinality between two concepts in the business user's domain. This is usually something I want to know early in the process, since it affects…
frankadelic
  • 20,543
  • 37
  • 111
  • 164
-1
votes
1 answer

What name should I use for the "root" of a cycle?

So, I'm writing a cyclic data structure. (In C#, but my question is language-nonspecific.) It's pretty simple: just a doubly-linked list that loops around on itself. But while all nodes are equal, I need to single out one of them as my default entry…
Travis Reed
  • 1,572
  • 2
  • 8
  • 11
-1
votes
1 answer

What is the difference between an array of characters and a single linear array?

I'm new to java and I need help learning nomenclature.
FORE
  • 13
  • 6
-1
votes
1 answer

Is changing the meaning of promise methods a good idea?

I have a long running method in Node.js that keeps listening for command line output until the user closes the command or an error halts. Long story short, this method had, among others, three callbacks: on_receive: Returns any new output from the…
Sergi Juanola
  • 6,531
  • 8
  • 56
  • 93
-2
votes
2 answers

What is the term used for the act of casting a void pointer into a pointer to a type?

What is the term used (say, by programming language theorists) for the act of casting a void pointer into a pointer to a type? Is it "upcasting"? "type infusion"? "typing"? Notes: It is obviously a cast, and obviously a reinterpreting cast - but…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
-2
votes
2 answers

What single word does a programmer call the control and command keys?

The control and command keys are basically analogs when it comes to computer applications, when I'm talking about them in a cross-platform application, what should they be called? Is there a term like " the _______ key"?
-3
votes
4 answers

Software testing terminology

I'm trying to research a term for software testing. Specifically, that applies to the following scenario: You've got software "S", which is in version V S has functionality to "whiz," "bang," and "zoom" You find a bug with S's zooming You apply a…
Chris Tonkinson
  • 13,823
  • 14
  • 58
  • 90
1 2 3
8
9