What does hardware contraint mean?

Q: In computer lingo..there is this word, constraint.. in dealing in computer hardware for the computer... what does hardware constraint mean, when someone says that....What do they actually mean by "hardware constraint"?

A: A constraint is a limitation within which you must design the application to operate. A common restraint in embedded systems is the amount of code space or RAM storage available. Another constraint can be processor speed.

Related items