Which of the following are the primary colors for printing?

A. red, blue, white, black
B. cyan, magenta, yellow
C. green, blue, red
D. blue, red, yellow


Answer: B

Computer Science & Information Technology

You might also like to view...

5. What is displayed by the following program after the call to execl?

#include #include int main() { if (fork() == 0) execl("prog.exe", "prog.exe", NULL); cout << "After execl" << endl; return 0; } a. The parent process will display "After execl" b. The child process will display "After execl" c. Neither the parent process nor the child process will display "After execl" d. The program does not create a child process e. Both the parent process and child process will display "After execl"

Computer Science & Information Technology

?In the background-attachment property, thefixedtype sets the background to scroll with element content.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following creates ciphertext by changing the placement of characters?

A. Transposition cryptography B. Hashing C. Elliptical cryptography D. Digital signatures

Computer Science & Information Technology

Issued as RFC 2104, __________ has been chosen as the mandatory-to-implement MAC for IP Security.

A. RSA B. SHA-3 C. DSS D. HMAC

Computer Science & Information Technology