[Low Complexity Task - A ] [TI1] Open the OUTLINE and FINAL documents in COMPUTER NETWORKS class PROJECT WORKS. [TE1] Which document contains a section about NETWORK TYPES ? [TE2] Which document has the maximum number of sections ? [Low Complexity Task - B ] [TS1] Switch to the OUTLINE and FINAL documents in COMPUTER NETWORKS class PROJECT WORKS. [TE3] Which document lists more items in the FEATURES section ? [TE4] How many items are in the TEST SUITE section in that document ? [Medium Complexity Task - A ] [TI1] Open all six e-mails from my MULTIMEDIA project BOSS RICH regarding new positions in the company. [TE1] Which of the positions REQUIRE "TCP/IP programming experience of more than two years" ? [TE2] Which position has the longest list of REQUIREMENTS ? [Medium Complexity Task - B ] [TS1] Switch to e-mails from my MULTIMEDIA project BOSS RICH regarding new positions in the company. [TE3] How many of the positions are in the NETWORKING GROUP ? [TE4] What is the minimum WAGE for the positions in the NETWORKING GROUP ? [High Complexity Task - A ] [TI1] Open all twelve codes organized under three modules in OBJECT, SERVER, and QUERY in the MULTIMEDIA project WORK CODEs. An example source code file looks like this. [To Administrator: Briefly explain the source code] ================================================================== %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SERVER of SERVER % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% SERVER DECLARATION %%%%%%%% string Address; string Name; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% //////// O P E N \\\\\\\\ { TEXTOBJECT.SEND(); } ////////// C L O S E \\\\\\\\\\ { VIDEOOBJECT.SEND(); } //////////////// I N I T I A T E \\\\\\\\\\\\\\\\ { TEXTOBJECT.SEND(); IMAGEOBJECT.SEND(); } ================================================================== [TE1] Which of the source codes have a declaration section ? [TE2] Find the source code with the maximum number of functions. [High Complexity Task - B] [TI1] Switch to codes organized under three modules in OBJECT, SERVER, and QUERY in the MULTIMEDIA project WORK CODEs. An example source code file looks like this. [To Administrator: Briefly explain the source code] ================================================================== %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SERVER of SERVER % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% SERVER DECLARATION %%%%%%%% string Address; string Name; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% //////// O P E N \\\\\\\\ { TEXTOBJECT.SEND(); } ////////// C L O S E \\\\\\\\\\ { VIDEOOBJECT.SEND(); } //////////////// I N I T I A T E \\\\\\\\\\\\\\\\ { TEXTOBJECT.SEND(); IMAGEOBJECT.SEND(); } ================================================================== [TE3] Determine the functions among the QUERY module [Parse.c, Find.c, Execute.c and Optimize.c] which call the SEND function for TEXTOBJECT. [TE4] Delete the declaration sections of the source codes which have one.