Which architecture uses a single memory space for both data and instructions?

Which architecture uses a single memory space for both data and instructions?

کون سا فن تعمیر ڈیٹا اور ہدایات دونوں کے لیے ایک ہی میموری کی جگہ استعمال کرتا ہے؟
Explanation
  • Von Neumann Architecture uses a single memory space to store both data and instructions.
  • It allows the CPU to fetch instructions and data from the same memory.
  • It simplifying design but possibly causing bottlenecks.