Question

    Which of the following memory types is non-volatile and

    can be electrically erased and reprogrammed?
    A RAM Correct Answer Incorrect Answer
    B ROM Correct Answer Incorrect Answer
    C Flash Memory Correct Answer Incorrect Answer
    D Cache Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    Flash Memory is a type of non-volatile memory that retains data even when power is off. It is electrically erasable and reprogrammable, commonly used in USB drives, SSDs, and memory cards. RAM and Cache are volatile, and ROM is non-volatile but not easily reprogrammable.

    Practice Next