Computer Science, asked by ramcharan74, 1 year ago

hey

everyone

I am Aisha

well I have a question

pls explain ROM ..in about 150-200 words
.

fast guys


and Happy navratri ....


Anonymous: ☺️

Answers

Answered by Anonymous
2
Trivial programs can define additional functions. You can divide up your code into separate functions. How you divide up your code among different functions is up to you, but logically the division usually is such that each function performs a specific task. A function declaration tells the compiler about a function's name, return type, and parameters. A function definition provides the actual body of the function. The C++ standard library provides numerous built-in functions that your program can call. For example, function strcat() to concatenate two strings, function memcpy() to copy one memory location to another location and many more functions. A function is known with various names like a method or a sub-routine or a procedure etc.
Answered by Anonymous
1
 \huge \text {Answer -}

 \large \textbf {Topic \: - \: ROM}

-ROM stands for (Read Only Memory).

-Read Only Memory is an essential component of the memory unit.

-A computer being a machine, itself has no intelligence or memory and it requires instruction, which are given by man.

-The memory, which has these essential instructions, is known as read only memory.

-This memory is permanent and is not erased when the system is switched off. So, ROM is a non - volatile memory.

-As is clear from its name, it is read type of memory, i. e, it can be read only and not be written by user / programmer.

 \huge {Be}^{Brainly}
Similar questions