A(n) ____ backup creates an image of all of the files on a disk volume in binary format.
A. differential
B. incremental
C. image
D. full
Answer: C
You might also like to view...
A web service’s methods can be called by methods on other machines using ___________.
a) Representational State Transfer (REST) architecture b) Simple Object Access Protocol c) Both (a) and (b). d) None of the above.
What words are displayed in the list box by the following program segment?
``` Dim dimensions() As String = {"width", "height", "depth"} Dim query = From dimension in dimensions Order By dimension.Length Descending, dimension Ascending Select dimension lstBox.DataSource = query.ToList lstBox.SelectedIndex = Nothing ``` (A) width, height, depth (B) height, depth, width (C) height, width, depth (D) depth, width, height
Which of the following is the best collision detection strategy to use to determine whether the user clicks within a rectangular shaped object?
A. point-in-rectangle B. distance-based or circle-based C. rectangle-based
________ is a multithreaded process that provides scheduling and memory management for Java applications.
Fill in the blank(s) with the appropriate word(s).