When using the file transfer protocol in active mode, which of the following ports is used to transfer a file?

A. 20
B. 23
C. 25
D. 115


Answer: A. 20

Computer Science & Information Technology

You might also like to view...

A group of slides used for a classroom presentation is known as a ________

A) slide master B) slide show C) handout D) document

Computer Science & Information Technology

Which of the following is NOT an attribute of the frame element?

A) src B) frameborder C) name D) target

Computer Science & Information Technology

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

1. It is much easier to fix mistakes incrementally as you discover them rather than trying to fix many mistakes after you have created and animated an entire Flash movie. 2. To place a symbol in a new location on the stage, you can click any frame in the motion tween frames on the Timeline and drag the symbol to a new location. 3. The motion path appears on the stage as you create an animation in Flash as well as when the movie is tested, but not when it is published. 4. The default behavior of a Flash movie is to run once and then stop. 5. Motion paths match their own layer colors.

Computer Science & Information Technology

String a = "DOHRAYMEFAHSOHLAHTEDOH"; String b = a.substring( 6, 10 );

What will be an ideal response?

Computer Science & Information Technology