Which kind of memory is volatile because it is temporary in nature?
A. RAM
B. ROM
C. P3
D. CMOS
Answer: A. RAM
You might also like to view...
The following is the pseudocode for which type of algorithm?
``` Set first to 0 Set last to the last subscript in the array Set found to false Set position to -1 While found is not true and first is less than or equal to last Set middle to the subscript halfway between array[first] and array[last] If array[middle] equals the desired value Set found to true Set position to middle Else If array[middle] is greater than the desired value Set last to middle - 1 Else Set first to middle + 1 End If End While Return position ``` a. linear sort b. linear search c. binary search d. selection sort e. None of these
Which of the following is true about deleting snapshots?
A. once you delete a snapshot in Hyper-V, it is completely gone B. when you delete a snapshot of a running VM, the .avhd file is merged immediately C. after you delete a snapshot in Hyper-V, manually delete the .avhd file D. you need to reboot the host computer before you can delete the .avhd file of a deleted snapshot
The relationship between an item's number and its price is a(n) ____ relationship.
A. direct B. indirect C. hidden D. clear
If you save a Photoshop file with an alpha channel, InDesign is able to apply the alpha channel to the graphic when it is placed in InDesign.
Answer the following statement true (T) or false (F)