Questions tagged as 'terminologia'

3
answers

What is a Software Artifact?

In Software Engineering, much is heard about the term Software Artifact. I researched it and found the following definition:    An artifact or artifact is one of several types of by-products   produced during software development. Some   arti...
asked by 02.10.2015 / 16:22
1
answer

What is Crow's Foot in relation to Database?

In the database class the teacher mentioned a term called Crow's Foot , and this term left me confused. I would like to know what Crow's Foot is in relation to Database?     
asked by 25.09.2017 / 16:07
1
answer

Is an instrumentation test an integration test?

I've seen some videos where they explain how to test the call of an activity for another activity. I did the following test and, after a reflection, I was not sure if the test I performed was integration, instrumentation or functional testing...
asked by 27.09.2017 / 12:36
1
answer

What is a cellular automaton?

What is the cellular automaton? What kind of problem can you solve? Is this equivalent to Turing machines ?     
asked by 28.07.2017 / 16:06
1
answer

What are function-oriented metrics?

Reading a little about Software Engineering, in one of the paragraphs, cite a little about function-oriented metrics or functionalities, but nothing in-depth. There is even a question in this test of Analyst / System Programmer q22 reference...
asked by 30.06.2017 / 21:34
4
answers

In Object Orientation, does an inheritance violate the encapsulation?

Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides , write the following statement: "... inheritance violates the encapsulation." Below is the paragraph that contains this statement:    " ... class inheritance also has some...
asked by 22.03.2016 / 19:36
2
answers

What is Boolean?

What exactly is Boolean? Could you give practical examples? Does it make a difference to write true or True ?     
asked by 23.06.2017 / 13:55
1
answer

I could not quite understand the encapsulation in OOP [duplicate]

I did a programming logic course and now I'm doing logic OO, but it came in the encapsulation part and I'm having a little trouble understanding. What would it be and how is it used?     
asked by 25.09.2017 / 02:31
2
answers

What is the name of the concept used in this code?

If I create for example two classes and put the Funcionario class with a Empregado variable in the Empresa class, what is the meaning of this and what is it for? class Funcionario { String nome; String cpf; } class...
asked by 18.07.2016 / 22:58
3
answers

What is the relationship between DER and relational database?

What is the relationship between DER and relational database?     
asked by 19.10.2016 / 00:08