Question
Which type of Memory is typically the fastest in a
computer system?Solution
Cache memory is the fastest type of memory in a computer system, located close to the CPU. It stores frequently accessed data and instructions to speed up processing. Cache memory plays a critical role in improving overall system performance by reducing access time. a) Hard Disk is a form of secondary storage, much slower than cache. b) RAM is faster than secondary storage but slower than cache. d) ROM is read-only memory, slower than cache and mainly used for storing firmware. e) Virtual Memory is a section of the hard drive used to simulate additional RAM, and it is the slowest form of memory.
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which of the following services is NOT commonly provided by AI/ML platforms?
- Which of the following is a core feature of Cloud Computing that distinguishes it from traditional computing models?
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following algorithms is commonly used in Machine Learning for clustering tasks?
Which type of Memory is typically the fastest in a computer system?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
Which of the following is a valid operation on a linked list data structure?