Multiple choice technology

which is true ( Choose all that apply)

  1. a.An object is checked out by default when you create, copy, replace, or import it.

  2. b. No other users can edit the object when you have it checked out

  3. c. check out is not needed to edit an object

  4. d. None of the above

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

In version control systems, objects are typically checked out automatically when created, copied, or imported to prevent conflicts. When you have an object checked out, other users are prevented from making simultaneous edits to maintain data integrity. Options A and B both describe standard checkout behavior, while option C incorrectly suggests checkout is unnecessary.