Which of these is faster when accessing data?
memory, disk
memory, disk
A. memory
B. disk
C. same speed
D. machine dependent
Answer: Option A
Solution (By Examveda Team)
This question asks about where data is stored and how quickly we can access it. Think of it like this:Imagine your computer has two places to store things:
* Memory (RAM): This is like your computer's workspace, super fast but temporary. Think of it like a small, organized desk where you can quickly grab whatever you need.
* Disk (Hard drive/SSD): This is like a filing cabinet, slower but permanent. It holds all your data for long-term storage.
So, which is faster? Memory is much faster than disk! It's like the difference between grabbing a file from your desk vs. searching through a filing cabinet.
Therefore, the answer is Option A: memory.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion