ورچوئل میموری عام طور پر ____ پر/میں واقع ہے؟
A. CPU
B. Hard drive
C. Flash card
D. RAM
Explanation
Feature Virtual Memory
Location: On the hard drive or SSD
Speed: Slower (due to disk I/O operations)
Capacity: Larger, limited by disk space
Cost: Lower (cost of additional disk storage)
Show/Hide Explanation
Explanation
In both C and C++ programming languages, the symbol used to access the value stored at a memory address (dereferencing a pointer) is the asterisk (*).
* and & are the operators used in pointers.
* gives us the value stored at a particular address
whereas “ & “ gives us the address of the variable
Show/Hide Explanation
میموری مینجمنٹ کو بہتر بنانے میں مدد ملتی ہے؟
A. Storage
B. CPU
C. Main Memory
D. Cache
Explanation
Memory management primarily improves the Main Memory by allocating and managing its space efficiently.
It also helps to ensure that the CPU can a ccess data and instructions quickly.
Show/Hide Explanation
A. Manages the CPU
B. Stores long-term data
C. Provides temporary storage
D. Processes graphics
Explanation
DRAM (Dynamic Random-Access Memory) is used for temporary storage while the computer is on.
Show/Hide Explanation
کمپیوٹر میموری کو کس اصطلاح میں ماپا جاتا ہے؟
A. Units
B. Bytes
C. cells
D. Bits
Explanation
the memory of computers is measured in the terms of Bytes .
A memory unit is the amount of data that can be stored in the storage unit.
This storage capacity is expressed in terms of Bytes .
***
ND5-2-2023
Show/Hide Explanation
کون سی میموری مینجمنٹ تکنیک پورے عمل کو ڈسک میں تبدیل کرتی ہے جب وہ فعال طور پر عمل نہیں کر رہے ہیں؟
A. Segmentation
B. Paging
C. Swapping
D. None of these
Explanation
Memory Swapping is a memory management technique that involves moving some of the contents of RAM to a disk space called a swap space or swap file.
Show/Hide Explanation
A. multi-threading
B. multi-processing
C. Multi computing
D. multi-tasking
Explanation
Multitasking provides process and memory management services
Multitasking allows two or more tasks, jobs, or programs to run simultaneously.
Multitasking Most of today's popular operating systems offers multitasking services.
****
ND04-12-2022
Show/Hide Explanation
مندرجہ ذیل میں سے کون سی یادیں تازہ کرنے کی ضرورت ہے۔
A. Cache memory
B. SRAM
C. ROM
D. DRAM
Explanation
DRAM memories need a refresh .
Dynamic Random Access Memory (DRAM).
DRAM must be refreshed many times per second to store information, otherwise, it will lose what it is holding .
DRAM is the most common type of memory in use today.
ND18-4-2023
Show/Hide Explanation
A. Byte
B. Terabyte
C. Megabyte
D. Gigabyte
Explanation
Yottabyte is the largest size of computer memory.
Terabyte is the largest measure of computer memory. The terabyte is a multiple of the unit byte for digital information.
The prefix tera represents the fourth power of 1000, and means 10¹² in the International System of Units, and therefore one terabyte is one trillion bytes.
Show/Hide Explanation
A. Read and Write
B. Write
C. Decipher
D. Read
Explanation
Computer RAM is essentially short term memory where data is stored as the processor needs it.
RAM: Random Access Memory
Show/Hide Explanation
✅ Correct: 0 |
❌ Wrong: 0 |
📊 Total Attempted: 0