Can ROM be used as stack?

Answers were Sorted based on User's Feedback



Can ROM be used as stack?..

Answer / v.vijayakumar

ROM cannot be used as stack because it is not possible to
write to ROM.

Is This Answer Correct ?    35 Yes 5 No

Can ROM be used as stack?..

Answer / haranadh

No ROM cann't be used for the stack.

1) In embeded system programming executable code in ROM and
to execute that code need temporary memory for the data
manipulations as a READ-WRITE access to that temporary
memory like heap, stack & Data section.

2) ROM -have only read acess, so we can't use ROM-Read Only
Memory as Stack. Instead we use RAM- Random
Acess(read/write) Memory as stack, heap & Data.

Is This Answer Correct ?    9 Yes 1 No

Can ROM be used as stack?..

Answer / channu

no, Rom is only reading device.. we can't implement
operations of stack on Rom

Is This Answer Correct ?    9 Yes 2 No

Can ROM be used as stack?..

Answer / bavala sanjay

Iam not sure

Is This Answer Correct ?    8 Yes 3 No

Post New Answer

More Operating Systems General Concepts Interview Questions

How i can repair File Allocation Table?

0 Answers   HCL,


Define and explain COM?

1 Answers  


Explain Round Robin.

0 Answers   Genpact,


Explain the command rate in reference to ram?

0 Answers  


What do you know about system model?

0 Answers   C DAC, CDAC,






What are necessary conditions for dead lock?

0 Answers  


Can you tell me the difference between semaphore and mutex.

0 Answers  


What is semaphore and its function?

0 Answers  


What is DRAM? In which form does it store data?

1 Answers   DRDO, HCL, SoftLand, TCS,


How does disk operating system work?

0 Answers  


Give examples for 8 / 16 / 32 bit Microprocessor?

1 Answers  


Explain about processor and the functions executed by them?

0 Answers  


Categories