Multiple choice

A part of computer memory used for temporary storage of data is called as

  1. sysop

  2. stack

  3. sharp

  4. shell

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Stack memory temporarily holds function data, local variables, and return addresses during program execution. It's a dynamic memory structure organized in Last-In-First-Out (LIFO) order. A sysop (system operator) refers to a person who manages systems, not memory. Sharp and shell are unrelated to memory storage.