Which of the following is the OSI layer that handles file compression such as LZMA or DEFLATE?
A. Layer 3
B. Layer 5
C. Layer 6
D. Layer 7
Answer: C. Layer 6
You might also like to view...
In the following statement, which operator is used first?
while (x++ < 10) a. ++ b. < c. neither; the expression is invalid d. cannot tell without the rest of the code
Answer the following statements true (T) or false (F)
1. Understanding organizational subcultures may help analysts overcome resistance to change. 2. Virtual enterprises use computer networks and communications technology to bring people together on a project. 3. One drawback of working on a virtual team is that there is no easy way for members to share project results. 4. Enterprise resource planning systems are software that help the flow of information between the functional areas in an organization. 5. ERP systems are only useful in large companies and not able to be used in small and medium-sized enterprises as well.
Case-Based Critical Thinking Questions ? Case 11-1 ? Mark has created a multimedia website about tourism that contains multiple images and videos of different tourist destinations. He wants to make certain changes to the website. These changes can be performed within the browser with the help of event handlers. ? Mark wants to upload a video of a tourist destination onto the website but is unable to do so. Which of the following event handlers should Mark apply to handle the corresponding event in the browser?
A. onbeforeunload B. onunload C. oncut D. onerror
Which of the following is not a standard measure of algorithm efficiency?
A. logarithmic B. linear C. quadratic D. factorial E. linear quadratic