Computer Science, asked by saifirukhsar6791, 1 year ago

Write the pseudocode algorithm preception learning

Answers

Answered by CBSEMP
9
O boy, if you need more information then I have been uploading over the Internet in the last few days. can you see


A computer program generally tries to solve a well-defined problem using a well-defined algorithm. However, both the problem to be solved and the recipe/algorithm for solving it are initially written in natural language (very similar to day-to-day speaking). We need something much closer to an actual set of computer instructions, but going straight from natural language to computer code can be tedious and complex - especially if you need to do this many times for many different computer languages (and we very often do).

It is often far better to rewrite the algorithm as a set of specific instructions which is very similar to computer code, but not specific to any one computer. That's what we call pseudocode...it looks like computer instructions but cannot be executed on a computer.


Answered by sumanrudra22843
0

Explanation:

Planck's law describes the spectral density of electromagnetic radiation emitted by a black body in thermal equilibrium at a given temperature T, when there is no net flow of matter or energy between the body and its environment.

Similar questions