answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is programmatic configuration in terms of computer programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does computer programming mean in general terms?

well .. talking about in general terms (like making some newbie to understand, what the computer programming is about) so we must say that computer programming is like ..Programming a computer to do some task. in programming we create a sequence of instructions that enables the computer to do something.like we try to make the computer understand what we want to do so that it can help us to do that work. or even sometimes the computer can do that task itself and give the desired output.sourabh882008@yahoo.com


Is it true that if you are not good at computer programming in terms of writing code you will not do well in computer hardware engineering?

No


What does the abbreviation '3GL' stand for in terms of computer programming?

3rd Generation Language


What does label mean in computer terms?

It is used in programming to denote the name of an object


Can you still be an engineer if you are not good at computer programming in terms of writing code?

Yes. If you are professionaly trained for both terms of engineering, there is a possibility that you can.


Difference between blank space and white space?

In computer programming, these two terms are interchangeable.


What does configure mean?

configuration is trying to get something to work and not being able to but then configuring it


What is the meaning of algol in terms of computer?

ALGOL is a family of programming languages, developed in the 1950s, that was intensely influential on the development of algorithm description computer science.


How do you summarize the projects done by the programmer?

A programmer writes source code that tells a computer what to do. Traditional programming is procedural, meaning it is imperative and stateful; it tells the computer sequential steps to execute. The problem with traditional programming is that it does not lend itself to parallel processing. To get around that, programming paradigms such as functional programming tell the computer what to do in more general terms, but not the order of execution. Several of the program's instructions can be executed simultaneously.


What does ACPI mean in computer terms?

ACPI stands for Advanced Configuration and Power Interface. ACPI provides a standard for configuring devices and managing power for the operating system.


Why do some students find computer science hard?

The hardest part about computer science is that a computer doesn't really allow anyone to "fudge" anything. A computer takes every command and executes it in a strictly literal sense as determined by its programming, so there is a high element of human error, both in terms of initial programming as well as when the software is being used. A computer doesn't understand subjective or relative terms and since we as people tend to deal majoritively in that sense, trying to "think" like a computer is difficult at times.


Where does the term boolean origination?

The term originated from George Boole, who was an English mathematician, philosopher, and logician. In terms of computer programming, Boolean means that that data type can only be true or false, using terms such as AND, OR, and NOT.