[Low Complexity Task - A ] [TI1] Open the ANALYSIS and CAPABILITY documents in SOFTWARE ENGINEERING class PROJECT WORKS. [TE1] Which document contains a BIBLIOGRAPHY section ? [TE2] Which document has the maximum number of sections ? [Low Complexity Task - B ] [TS1] Switch to the ANALYSIS and CAPABILITY documents in SOFTWARE ENGINEERING class PROJECT WORKS. [TE3] Which document lists more items in the TEST SUITE section ? [TE4] How many items are in the CLASSIFICATION section in that document ? [Medium Complexity Task - A ] [TI1] Open all six e-mails from my ELASTIC WINDOWS project BOSS BEN regarding summer internship positions. [TE1] Which of the positions REQUIRE "Proficiency in C++" ? [TE2] Which position has the longest list of REQUIREMENTS ? [Medium Complexity Task - B ] [TS1] Switch to six e-mails from my ELASTIC WINDOWS project BOSS BEN regarding summer internship positions. [TE3] How many of the internship LOCATIONS are in CALIFORNIA ? [TE4] What is the maximum WAGE for the internship positions in CALIFORNIA ? [High Complexity Task - A ] [TI1] Open all twelve codes organized under three modules in OBJECT, DESKTOP, and WINDOW in the ELASTIC WINDOWS project WORK CODEs. An example source code file looks like this. [To Administrator: Briefly explain the source code] ================================================================= %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ELASTICWINDOW of WINDOW % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% ELASTICWINDOW DECLARATION %% Border LWB, RWB, UWB, DWB; WindowContent Content; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% //////// H I D E \\\\\\\\ { } //////// S H O W \\\\\\\\ { TEXTOBJECT.LOAD(); } //////////////////// A D D O B J E C T S \\\\\\\\\\\\\\\\\\\\ { } ////////////////////////// R E M O V E O B J E C T S \\\\\\\\\\\\\\\\\\\\\\\\\\ { LISTOBJECT.LOAD(); } ================================================================== [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 twelve codes organized under three modules in OBJECT, DESKTOP, and WINDOW in the ELASTIC WINDOWS project WORK CODEs. An example source code file looks like this. [To Administrator: Briefly explain the source code] ================================================================== %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ELASTICWINDOW of WINDOW % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% ELASTICWINDOW DECLARATION %% Border LWB, RWB, UWB, DWB; WindowContent Content; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% //////// H I D E \\\\\\\\ { } //////// S H O W \\\\\\\\ { TEXTOBJECT.LOAD(); } //////////////////// A D D O B J E C T S \\\\\\\\\\\\\\\\\\\\ { } ////////////////////////// R E M O V E O B J E C T S \\\\\\\\\\\\\\\\\\\\\\\\\\ { LISTOBJECT.LOAD(); } ================================================================== [TE3] Determine the functions among the WINDOW module [ElasticWindow.c, WindowContent.c, WindowBorder.c, WindowMenu.c] which call the SEND function for TEXTOBJECT. [TE4] Delete the declaration sections of the source codes which have one.