Questions tagged as 'terminologia'

1
answer

What is non-blocking I / O?

What is non-blocking I / O ? What are the uses of a language with non-blocking I / O ? What are the practical applications of non-blocking I / O ? It certainly does not get into opinion issues, so I wanted to know the possible issues...
asked by 21.02.2017 / 16:33
1
answer

What is the difference between test and debugging?

In the book "Introduction to Software Testing" by Ammann & Offutt mentions in p.32 the 5 levels maturity models of software testing:    Level 0 - There is no difference between testing and debugging.    Level 1 - The purpose of a test i...
asked by 27.08.2016 / 04:09
2
answers

Difference between the Alter Table Foreign Key

I would like to know the difference between the execution of the Alter Table clauses when entering the ADD CONSTRAINT , for example by executing the following code: ALTER TABLE Orders ADD FOREIGN KEY (PersonID) REFERENCES Persons(...
asked by 31.03.2017 / 22:00
1
answer

What exactly is a CLI?

From what I've noticed, there are several CLIs. Example: Ionic CLI Angular CLI Cordova CLI But what exactly is a CLI? Is it possible to use these frameworks without the use of these CLI's?     
asked by 30.09.2017 / 03:25
2
answers

READPAST and NOLOCK What are they?

What is READPAST and NOLOCK ? I have seen quite a lot of the use of NOLOCK , but READPAST saw use now, pretty much the same way, ie. FROM dbo.table t WITH(READPAST) and FROM dbo.table t WITH(NOLOCK) But wh...
asked by 31.08.2017 / 19:55
1
answer

What is an adjacent sibling? In what does it differ from a brother node?

A concept that confuses me when talking about HTML is adjacency , and we sib >. What's the difference between siblings and adjacent siblings ?     
asked by 16.06.2018 / 00:50
1
answer

What is a pure function?

While studying functional programming, I quite heard the term "pure function", or pure function . What characterizes this type of function and what is its importance for the functional paradigm? Without locking up the functional programming...
asked by 15.11.2017 / 11:35
1
answer

What is long polling?

Always when I search for "periodic updates" and "real-time notifications" for web applications, I come across the term long polling . For the little that I understand, it seems to refer to periodic updates made with AJAX, for example with a%...
asked by 11.11.2017 / 04:27
2
answers

What is Technology Singularity?

Whenever I read some news related to artificial intelligence I came up with the word singularity , and along with it comes the quintessential Technology. I have already researched the term, however, it is still confusing in my mind, I can not...
asked by 27.01.2018 / 18:45
1
answer

What is a Prototyping Language?

Reading an article on the internet, I came across the following excerpt:    Python, by its more general proposal, is a great choice as    Prototyping language for systems constructed in, say, more bureaucratic languages such as C, C ++, C #,...
asked by 10.11.2015 / 19:19