Questions tagged as 'terminologia'

3
answers

Specification and Implementation

I often see the words "specification" and "implementation", but I do not know the difference between one and the other. For example:    It is possible to have control over the garbage collector, this just does not occur with Java in its defau...
asked by 02.02.2016 / 14:23
4
answers

What is assembler?

I always read things related to the assembler and I get confused. At first, I thought this was a mess and that assembler was the same thing as assembly. But it does not look like this. What is assembler? And what's your relationship with asse...
asked by 20.01.2017 / 17:10
2
answers

What is monkey patch?

What is monkey patch in programming and what is the usefulness and risk of using such a technique? Does this concept vary from technology to technology, from language to language, or from what? And another question: why this weird name?  ...
asked by 20.03.2018 / 03:43
1
answer

Is a framework based on a programming language?

I know that a framework is like an application to be used in applications, but is it correct to say that a framework is based on a certain language? Example:    jQuery is a JavaScript-based framework And what's the difference of a fr...
asked by 13.04.2015 / 03:54
2
answers

Translation of the word flush

I am preparing reference material on functional programming using the OCaml language and would like a good translation into Portuguese of the word flush , commonly found in the description of inbound and outbound operations. More prec...
asked by 14.04.2015 / 21:31
1
answer

What would a NuGet be?

I noticed that in several programs and in several places they use NuGet , I even had to use one myself, but I used it without knowing the definition of it, can I say that it would be an extension? >     
asked by 22.03.2018 / 12:37
1
answer

What does Assets mean?

I have long worked with MVC frameworks in PHP, such as Symfony , Laravel and Codeigniter . Generally, when it comes to the Views framework, there are always features to make it easier to include files like Css and...
asked by 18.02.2016 / 12:34
2
answers

What is the meaning of CORS?

I always see the CORS word related to an error occurring when trying to make a XmlHttpRequest request for a given page, which does not have the same domain as the source. Example:    XMLHttpRequest can not load link . Response to...
asked by 04.08.2016 / 18:14
2
answers

What is "word" of a CPU

In my Operating Systems class the teacher quoted a term that left me a bit confused, which is word of a CPU (Central Processing Unit) and he did not go into the explanation of this term, said that it may have different sizes in relation to the...
asked by 21.02.2017 / 00:09
2
answers

What are evolutionary algorithms?

Researching on Evolutionary Programming, I came across the question What are genetic algorithms? In an excerpt from the answer:    ... Genetic algorithms are a particular class of algorithms   evolutionary ... So, I'd like to know:...
asked by 03.01.2019 / 17:03