Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Memory and Storage Questions
Write-cycle control signals in RAM: A typical static or dynamic RAM writes (stores data internally) only when the chip-select (CS) is active and the write-enable (WE) signal is also active for a write, according to the device’s active level. Evaluate the claim: "A typical RAM will write whenever CS is active and WE is inactive."
Volatility of RAM: Assess the statement: "RAM is nonvolatile." Clarify what volatile and nonvolatile mean in the context of memory technologies.
DRAM addressing technique: Dynamic memories such as the classic 2118 16K × 1 RAM multiplex the address bus into row and column portions to reduce pin count. Evaluate the correctness of this statement.
Memory timing terminology: The time from the beginning of a read cycle until the data output becomes valid at the device pins is commonly called the access time. Evaluate the statement: "This interval is called propagation delay."
Flash memory erase granularity: Assess the statement: "Most flash chips use a bulk (chip) erase operation in which all cells on the chip are erased simultaneously." Consider how flash is typically erased in practice.
Register stack behavior: In a register-based stack implementation (e.g., CPU stack or hardware register stack), data can be pushed (written) and popped (read) so that items effectively move in and out in a last-in, first-out order. Evaluate the statement: "In a register stack, data moves up but not down."
Memory fundamentals — In static RAM (SRAM), the term "static" does not mean non-volatile. Evaluate the statement: "Static memory will maintain storage even if power is removed."
Technology comparison — Evaluate the statement: "The main advantage of bipolar (TTL) memories over MOS memories is speed."
Computer architecture — Cache memory is intentionally used in high-speed systems to reduce average memory access time. Evaluate the statement.
Non-volatile memory — Evaluate the statement: "Information stored in an EPROM can be erased by prolonged exposure to ultraviolet light."
EEPROM capability — Evaluate the statement: "EEPROMs can be electrically erased and reused."
Storage media classification — Evaluate the statement: "An optical disk is an example of magnetic storage."
DRAM behavior — Evaluate the statement: "One advantage of DRAMs is that they store data without needing periodic refresh of the memory contents."
Device family — Evaluate the statement: "An EPROM is strictly a MOS device."
Magnetic performance — Evaluate the statement: "The highest-speed magnetic storage is achieved by using a floppy disk."
RAM usage — Evaluate the statement: "Because they are easy to erase and reuse, magnetic memory devices are widely used for RAM."
Flash memory operations and timing: Evaluate the statement: “Erasing or programming a flash memory device is a one-step operation.” Consider that flash typically uses block (sector) erase followed by page/word program sequences under controller supervision.
SRAM storage mechanism: Assess the statement: “Static RAMs (SRAMs) use internal capacitors as the basic storage elements.” Clarify by contrasting SRAM cells with DRAM cells.
ROM performance metric: The parameter “access time” (t_ac) measures how fast a ROM returns valid data after an address becomes stable. Evaluate this statement about access time being a measure of operating speed.
ROM concept check: Read-only memory (ROM) is a memory type in which data are stored permanently or semi-permanently and are not lost when power is removed. Assess this statement.
1
2
3
4
5
6
7
8
9