Questions tagged as 'terminologia'

1
answer

Token identical "==" is used only in PHP? Because?

During my studies in C language and Java, I have always come across the sign "=" of assignment and the "==" sign being equality . However, I'm studying PHP now and I came across the sign "===" of identical . My ques...
asked by 27.02.2017 / 16:12
2
answers

What is Backus-Naur Form (BNF)?

I was reading an answer here and I came across this term, what does this term mean, and what is the relationship / influence in the current languages?     
asked by 20.01.2017 / 12:53
2
answers

What is salt when it comes to password encryption?

Searching for encryption, in some cases, salt is used, as some people probably know. In English translation I know it's salt, but within the scope of software development I did not quite understand. What is salt when it comes to password...
asked by 18.02.2017 / 14:20
1
answer

What does AngularJS MVW mean?

When you search Google for Angular, it is returned:    AngularJS - Superheroic JavaScript MVW Framework I know that MVC stands for Model-View-Controller but what is the W of the MVW Framework ? Is this a new software architect...
asked by 25.05.2017 / 22:26
2
answers

What are the differences between Kernel and Micro-Kernel?

Studying about Sistemas Operacionais I came across concepts about kernel and micro-kernel . In my searches I found the following settings: Kernel    In computing, the kernel ) is the component   central operating sys...
asked by 24.02.2016 / 12:19
1
answer

What is the difference between functions and procedures? [duplicate]

I'm studying algorithms and I'm having a hard time understanding the difference between them and when to use these sub-algorithms in a program. I'm learning to program with portugol algorithm.     
asked by 09.04.2016 / 03:54
1
answer

What would a PID be?

I'm starting to study desktop applications. I had a question about how I could know if a particular application is running and I was told I could use PID as a solution to be able to detect this. I usually work with Linux and, from what I un...
asked by 22.03.2017 / 15:10
1
answer

What is the given name for the number of columns in a table?

What is the given name for the number of columns in a table? And the name for the number of rows?     
asked by 07.06.2017 / 19:05
1
answer

Difference between Library and Helper

What sets the helper of a library ? For example: Let's say I have a class for URL handling. I call her and she fills out the URL with the site path. Would this be a helper ?     
asked by 18.03.2015 / 19:36
1
answer

What is the difference between Semaphore and Monitor?

I have a doubt in the concept of these two structures . What would be the difference between them? Which is faster? Which is easier to use? Could you give me a basic example of each?
asked by 31.05.2017 / 00:33