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

What is the cause of thrashing?

0 Answers  


What does echo $$ do?

0 Answers  


What are the different memories you know about? Which of them takes the shortest access time?

0 Answers   Wipro,


How can multiple threads be controlled simultaneously?

0 Answers  


What are the differences between Real Time Operating System (RTOS) and General Purpose Operating Systems (GPOS)?

0 Answers   Ciena,






How do I search for excel files on my computer?

0 Answers  


Explain the trda?

0 Answers  


How are data structures handled by ntfs?

0 Answers  


What is best free operating system?

0 Answers  


What are residence monitors?

0 Answers  


How many registers does x86 have?

0 Answers  


Explain the key object oriented concepts used by windows nt?

0 Answers  


Categories