Some optical drives can write to both Blu-ray discs and DVD-RW discs

Indicate whether the statement is true or false

TRUE

Computer Science & Information Technology

You might also like to view...

What is wrong with the following structure definition?

struct MyStruct { int size; float weight; } a. Nothing b. Can not have mixed data types in a structure c. missing semicolon d. Braces are not needed.

Computer Science & Information Technology

Which of the following is not an STL container type?

a. Second-class containers. b. Sequence containers. c. Associative containers. d. Container adapters.

Computer Science & Information Technology