Multithreading
nounमल्टीथ्रेडिंग (एक प्रक्रिया द्वारा कार्य को कई थ्रेडों में विभाजित करना)
Definition
A technique where a single process divides work into multiple threads to improve efficiency.
Contextual Sentence: "Modern CPUs use multithreading to execute multiple tasks simultaneously for faster performance."
💡 Memory Hook (Mnemonic): Think of 'multi' as many hands working together (threads) to solve a problem faster.
Synonyms
parallel processing
concurrent execution
multiprocessing
Antonyms
single-threading
sequential processing
monoprocessing
