_____ can be copyrighted.

A. Dramatic works
B. Architectural works
C. Software-related works
D. All of the above


D. All of the above

Computer Science & Information Technology

You might also like to view...

What is the output of the following code fragment?

int f1(int base, int limit) { if(base > limit) return -1; else if(base == limit) return 1; else return base * f1(base+1, limit); } int main() { cout << f1(2,4)<

Computer Science & Information Technology

Would a batch input system offer any advantages? Write a brief memo to Zoe stating your views.

What will be an ideal response?

Computer Science & Information Technology

A(n) ________ document is a Word document that serves as a container for different parts of a document

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following commands can be used to create and activate a swap partition on a Linux system? (Each answer represents part of the whole.)

A. makeswap /dev/sda6 B. mkswap /dev/sda6 C. mkeswap /dev/sda6 D. mke2swap /dev/sda6 E. mke2swap -on /dev/sda6 F. mkswap -on /dev/sda6 G. swapon /dev/sda6

Computer Science & Information Technology