Questions tagged as 'terminologia'

2
answers

What characterizes a database?

What does a collection of data be called a database? For example, if I have a pessoas.txt file as follows: Vinicius João Maria José
asked by 20.03.2017 / 02:18
1
answer

What is Class Coupling?

I was reading this response regarding the ServiceProvider and ServiceContainer design patterns, however, the AR < Euler01 quoted a pattern that mentions the coupling between classes, and it was at this point that I was asked a question. Th...
asked by 28.03.2017 / 23:00
3
answers

What is a Kiddie Script?

I saw this term in a movie, Who Am I , and basically what I understood is an attribution to the famous ctrl c + ctrl v . To better specify, what actions make a person be considered a script kiddie ? Is script kiddie hated...
asked by 22.04.2016 / 14:48
2
answers

What exactly is hypertext?

I searched and did not find an answer about this: Is CSS considered hypertext? I have this doubt because PHP, which is hypertext preprocessor, can also preprocess CSS and even JS.     
asked by 11.10.2015 / 04:11
1
answer

Difference between casting and promotion

What is casting ? What is promotion ? What is the basic difference between these types of Java translation?     
asked by 07.12.2015 / 11:40
2
answers

What is Iterator?

Studying STL in C ++, I almost always encounter the term iterator , example: std::vector<int>::iterator it; What is the function of a iterator ?     
asked by 08.11.2016 / 19:44
3
answers

What is "build" and what is its relationship to IDE?

In the area of software development there is a term that comes up very often which is build . It always popped up when I read about Android Studio and other development tools (usually IDEs), I think it should be part of this concept (I might be...
asked by 06.10.2016 / 19:55
2
answers

What does the term "Consume an API" mean?

I see this term here, what would be its meaning, and how do you get it through code?     
asked by 09.11.2016 / 15:42
1
answer

What is reverse proxy?

When I was setting PHP FPM (PHP module that allows the use of FastCGI), I ran into the Reverse Proxy when I was browsing some tutorials on how to configure it in Apache 2. Example taken from this site , where you are taught to install th...
asked by 02.10.2017 / 18:22
2
answers

Function and method are the same thing?

When we talk about methods and functions, are we saying the same thing? For example: function blablabla blabla Is this a method?     
asked by 12.06.2017 / 19:53