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

1. RFC 5322 defines a format for text messages that are sent using electronic mail.
2. SMTP can transmit executable files and other binary objects.
3. The bulk of the MIME specification is concerned with the definition of a variety of content types.
4. Native form is a format, appropriate to the content type, that is standardized for use between systems.
5. Base64 transfer encoding is also known as radix-64.


1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

C#, string objects have a method named ____________ that is used to tokenize strings.

a. Tokenize b. Delimit c. Break d. Split

Computer Science & Information Technology

If you need to change the contents of HKEY_LOCAL_MACHINE, which of the following should you do?

A. go to the Latest Job tab B. start regedit C. open Advanced Firewall D. type cd \windows\system32

Computer Science & Information Technology

Critical Thinking QuestionsCase J-2Jason is part of a class learning to use Dreamweaver to include dynamic content on web pages. One of Jason's classmates is confused about the differences between behaviors, actions, and events. How should Jason describe actions to his classmate?

A. Actions are special effects on a web page. B. Actions are sets of instructions. C. Static elements. D. Actions are not seen by the user.

Computer Science & Information Technology

What should you utilize when you don't know how many arguments you might eventually send to a method?

A. value parameter B. parameter array C. reference parameter D. output parameter

Computer Science & Information Technology