Questions tagged as 'terminologia'

1
answer

What is software architecture? [duplicate]

What does the term "software architecture" mean and how does the term differ from "software engineering"?     
asked by 03.02.2017 / 01:14
1
answer

What sets a microframework apart from a full stack framework?

I see a lot of terms like framework fullstack when it comes to frameworks like Codeigniter, Laravel, Symfony and CakePHP (from PHP) and Django (from Python). But when talking about Silex and Lumen (from PHP), or Flask (from Python), they ar...
asked by 27.04.2016 / 21:28
1
answer

What's the difference between Cloud Computing and Web Computing?

What's the difference between Cloud Computing and Web Computing ? Both are not local and are mostly accessible via browser then you have the impression that they are similar concepts.     
asked by 10.04.2016 / 20:02
1
answer

What is Reason?

Recently I've heard of Reason , but I do not know what it's about, some call it a programming language, some of a syntax fed by OCaml, I know that it is led by Facebook and that it is very good for graphical applications / simple games, besides...
asked by 16.11.2017 / 12:48
1
answer

What is procedural and non-procedural programming?

in this answer , but without too much stress, that:    "[...] procedural programming is an evolution of programming   structured [...] " And in this answer also:    [...] procedural programming is something that, to some extent,   u...
asked by 04.04.2017 / 22:16
2
answers

Is the term Asp Net MVC correct?

Is it correct to use the term Asp Net MVC? It seems like they are two different things, like, in MVC we do not use any Asp Net components, do we use either HTML or Razor or both? I know that in addition to Razor we can also use aspx , but...
asked by 04.11.2015 / 11:21
2
answers

What is embedded programming?

Reading a book about programming practices, a passage is sometimes quoted about embedded programming . It does not go into detail, but talk a little about programming in microcontrollers and microprocessors . What is embedded programming?...
asked by 05.02.2017 / 06:59
1
answer

What is the function of the array?

I'm studying algorithms with Portugol and I'm having difficulty understanding the vector's function in code. I already know how to use this structure.     
asked by 22.04.2016 / 22:10
3
answers

Difference between full and full binary tree

What is the difference between a full binary tree and a full binary tree?     
asked by 09.06.2016 / 18:56
2
answers

What would DSN be?

Whenever I see someone preparing some database configuration, I see the term DSN appearing. I see this happening in the parameters of PDO (class to connect to Database) of PHP. Example: $dsn = 'mysql:host=localhost; dbname=test';...
asked by 15.12.2016 / 14:47