përmbledhje
Abonohu

Structure and Interpretation of Computer Programs

mendi926Vocabulary listFjalë: 5
Anglisht
Anglisht
Gjeneruar me AI
algorithma procedure or formula for solving a problem
Përkufizimet:
A step by step procedure or series of instructions designed to perform a specific task or solve a particular problem.
recursionthe process of defining a problem (or the solution to a problem) in terms of (a simpler version of) itself
Përkufizimet:
Recursion, in computer programming, is a method where the solution to a problem depends on solutions to smaller instances of the same problem.
abstractiona general concept formed by extracting common features from specific examples
Përkufizimet:
In computer programming, abstraction is the process of reducing the complexity of a complex system by breaking it down into smaller, more manageable parts.
interpretationthe action of explaining the meaning of something
Përkufizimet:
In context of computer programming, interpretation is the process by which the instructions in a computer program are executed directly, unlike compilers where an intermediate form is created before execution.
procedurean established or official way of doing something
Përkufizimet:
In computer science, a procedure is a set of coded instructions that tell a computer how to run a program or calculation.