Which is NOT an option in the Video Styles group?
A) Video Border B) Video Shape C) Video Size D) Video Effects
C
You might also like to view...
When can a 24-pin cable from a power supply be used on a 20-pin connection on a motherboard?
A. When the 24-pin connector is not adjustable B. When the connector is compatible with the motherboard C. When the connector is rotated 180 degrees before insertion D. When the remaining 4-pms are shorted
Which of the following is true about classes and structs?
A. By default, all members of a struct are public and all members of a class are private. B. A struct variable is passed by value only, and a class variable is passed by reference only. C. An assignment operator is allowed on class variables, but not on struct variables. D. You cannot use the member access specifier private in a struct.