Questions tagged as 'terminologia'

2
answers

What is a rubber duck and what is it for?

There is an expression used from time to time in the middle of programming that concerns working on code with a rubber duck. How does such a duck help you develop software in a better way?     
asked by 05.06.2017 / 16:34
5
answers

What is actually the array?

Initially, it seems like a silly question. But my goal here is to come up with a more concrete concept about array . In languages such as JavaScript, array is an object that allows you to add and remove members to a sort of list. This list...
asked by 21.04.2017 / 16:49
2
answers

What is HMAC?

When working on a project that uses sha256 and security keys, I came across the term hmac . I still do not really know what it's all about, and I'd like to understand a bit more. I have the following questions: What would an HM...
asked by 14.03.2017 / 17:40
3
answers

What is a Document Type Definition (DTD)?

How does this technology work and how does it relate to other technologies currently used, such as DOM, Xpath, and Xquery? I'm not looking for something quite thorough, an overview, how to run a DTD, and its relationship to other technologies...
asked by 08.12.2016 / 21:14
2
answers

What is competition control?

About the studies I was doing the moment I asked What is a traffic light? , I was informed that , to better understand this term, I should study about Competition Control . Could anyone explain what it is about?     
asked by 08.06.2017 / 20:09
2
answers

What is a chained list?

I've been reading some materials and seen a lot if talking about threaded lists. I even saw the code sample (in C) below that tried to "illustrate" what was one. struct Node { int info; struct Node *proximo; }; What I would like to...
asked by 08.11.2016 / 12:17
3
answers

Difference between Object and Instance

In object-oriented programming, a lot is talked about both instances of classes and objects. Looking for the meaning of each one, I realized that sometimes the concepts are unified and they are treated as synonyms, sometimes the concepts differ...
asked by 23.03.2017 / 19:23
1
answer

What is OData for?

I've gotten caught up with some people talking about OData , I did some research I saw some codes, but I was not clear about some things, What is OData for? What are the advantages and disadvantages? When to use OData? When not...
asked by 17.03.2018 / 19:59
2
answers

What is ES6 specification?

Recently I started a project with Cordova + Ionic , and at some point I got into an impasse where I found the statement that framework follows the "latest" web standards, such as the new ES6 specification (or ES2015). What would be ES6 (or...
asked by 31.01.2017 / 13:41
2
answers

What is the difference, in practice, between Session and Application?

I'm studying about Web Technologies , and during my class a topic about concepts involving Session and Application came up. The technology covered during class was C# . I did not quite understand the differences between them...
asked by 27.11.2015 / 16:35