Question
In computer system, which of the following is/are the
example(s) of auxiliary memory?Solution
Auxiliary memory, also called secondary storage, is non-volatile and used for long-term data storage. RAM and ROM are primary memory (internal). A Compact Disk (CD) is a type of external, secondary storage, making it an example of auxiliary memory. "All these" is incorrect because RAM and ROM are not auxiliary.
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...Which Python keyword is used to define a function?
Which C operator is used to access a value at a memory address stored in a pointer?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
Which Python keyword is used to handle exceptions?
Which of the following is true about Java interfaces?
In C, what is the output of printf("%d", 5/2);?
ch data structure is used in Depth-First Search (DFS)?
Which of the following is used to handle exceptions in Java?
Which type of Memory is typically the fastest in a computer system?