A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased somenew, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all ofthe reports to use not only the company’s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of theapplication, it is necessary to make changes to each report to support the new printers. Which two designconcepts most likely explain this situation? ()A、InheritanceB、Low cohesionC、Tight couplingD、High cohesionE、Loose couplingF、Object immutability
A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased somenew, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all ofthe reports to use not only the company’s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of theapplication, it is necessary to make changes to each report to support the new printers. Which two designconcepts most likely explain this situation? ()
- A、Inheritance
- B、Low cohesion
- C、Tight coupling
- D、High cohesion
- E、Loose coupling
- F、Object immutability
相关考题:
ALIBABA SEEKS TO RAISE BILLIONS IN IPO Investors in the United States are preparing for the first public sale of stock in the Chinese company Alibaba. The company sells goods________ linking buyers and sellers in the huge Chinese online market. Alibaba is expected to ________ its initial public offering, called an IPO, in September on the New York Stock Exchange. The total value of the company, based in Hangzhou, has been estimated at about $200 billion. Reports from Bloomberg News say Alibaba is offering investors a 12 percent ________ of the company. That would mean the company could raise ________ $20 billion dollars in the public stock sale. After the IPO, Alibaba could become one of the most ________ technology companies in the world. Apple, for example, has a market value of about $600 billion. Google is valued at about $390 billion and Microsoft is worth about $370 billion.
听力原文:Although the said company is a sun-rising firm, its accounting management should be improved before the loan is extended to it.(9)A.The company is a sun-rising firm so it is worthwhile to extend the loan.B.The company has some accounting problems, some improvement is needed.C.The company is short of funds because it is sun-rising.D.The company has some accounting problems because it is sun-rising.
A company that makes Computer Assisted Design (CAD) software has, within its application, some utility classes that are used to perform 3D rendering tasks. The company‘s chief scientist has just improved the performance of one of the utility classes‘ key rendering algorithms, and has assigned a programmer to replace the old algorithm with the new algorithm. When the programmer begins researching the utility classes, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class‘s API, and replaces the old algorithm with the new algorithm, being careful that her changes adhere strictly to the class‘s API. Once testing has begun, the programmer discovers that other classes that use the class she changed are no longer working properly.What design flaw is most likely the cause of these new bugs?()A.InheritanceB.Tight couplingC.Low cohesionD.High cohesionE.Loose couplingF.Object immutability
Your firm has been recommended to us by AMK company, () we have done business for many years.Awith whomBwith whoCwhomDwho
Your firm has been recommended to us by AMK company, () we have done business for many years.A、with whomB、with whoC、whomD、who
You want to create a template to be used as a standard for all company reports, which are many different styles. How many different templates must you have if you plan to use multiple report styles?()A、Two B、One C、One per report styleD、One per report style + one more
Your company has an Active Directory forest that contains eight linked Group Policy Objects (GPOs). One of these GPOs publishes applications to user objects. A user reports that the application is not available for installation. You need to identify whether the GPO has been applied What should you do()A、Run the Group Policy Results utility for the user.B、Run the Group Policy Results utility for the computer.C、Run the GPRESULT /SCOPE COMPUTER command at the command prompt.D、Run the GPRESULT /S /Z command at the command prompt.
Under which three conditions does a client initiate roaming between wireless cells in the Company WLAN? ()A、 The access point has broadcast too many SSIDs.B、 The wireless client has missed too many beacons from the access point.C、 The maximum data retry count, initiated by the wireless client, is exceeded.D、 The wireless client has reduced the data rate.E、 The access point has requested client reauthentication.F、 The wireless client has missed too many IAPP (Inter Access Point Protocol) updates.
A company has a corporate office building that is used by 50 to 100 unique visitors each day for meetings. Users routinely report that they are unable to access the network with their laptops when visiting this location. The help desk reports that these users are not getting IP addresses automatically assigned. After an investigation, the server administrator has determined that the DHCP service is functioning, but a minimal number of addresses are available for lease. The building is on its own class Csubnet and has 250 addresses in the scope. Which of the following represents a long term solution tothe problem?()A、 Manually delete address leases from DHCP.B、 Create reservations in DHCP for users frequently visiting this location.C、 Assign static IP addresses to visiting laptops.D、 Reduce the lease duration in the DHCP scope options to one day.
A company may use the Windows XP Professional MUI Pack because the company:()A、has offices where users who speak different languages share computers.B、wants to maintain multiple operating systems.C、has users who work remotely at home offices.D、wants to deploy and maintain a single operating system standard.
The Business Partner technical specialist is called to determine if the addition of host ports on an IBM System Storage DS8700 has improved users’ response times for an IBM System p server running SAP. How can the improvement be verified()A、check the output of the "vmstat" command on LINUXB、check the performance reports via Tivoli Storage Productivity Center for DataC、check the performance reports via Tivoli Storage Productivity Center for DiskD、check the output of the "iostat" command on AIX
A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on.The company has just purchased some new, state-of-the-art,wireless printers, and a programmer has been assigned the task of enhancing all of the reports to use not only the company’s old printers, but the new wireless printers as well.When the programmer starts looking into the application, the programmer discovers that because of the design of the application, it is necessary to make changes to each report to support the new printers. Which two design concepts most likely explain the situation?()A、InheritanceB、Low cohesionC、Tight couplingD、High cohesionE、Loose couplingF、Object immutablility
A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased some new, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all of the reports to use not only the company's old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of the application, it is necessary to make changes to each report to support the new printers. Which two design concepts most likely explain this situation?()A、InheritanceB、Low cohesionC、Tight couplingD、High cohesionE、Loose couplingF、Object immutability
A company that makes Computer Assisted Design (CAD) software has, within its application, some utility classes that are used to perform 3D rendering tasks. The company's chief scientist has just improved the performance of one of the utility classes' key rendering algorithms, and has assigned a programmer to replace the old algorithm with the new algorithm. When the programmer begins researching the utility classes, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class's API, and replaces the old algorithm with the new algorithm, being careful that her changes adhere strictly to the class's API. Once testing has begun, the programmer discovers that other classes that use the class she changed are no longer working properly. What design flaw is most likely the cause of these new bugs?()A、InheritanceB、Tight couplingC、Low cohesionD、High cohesionE、Loose couplingF、Object immutability
A company that makes Computer Assisted Design (CAD) software has, within its application, some utilityclasses that are used to perform 3D rendering tasks. The company’s chief scientist has just improved theperformance of one of the utility classes’ key rendering algorithms, and has assigned a programmer toreplace the old algorithm with the new algorithm. When the programmer begins researching the utilityclasses, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class’s API, and replaces the old algorithm with the new algorithm, being carefulthat her changes adhere strictly to the class’s API. Once testing has begun, the programmer discovers thatother classes that use the class she changed are no longer working properly. What design flaw is mostlikely the cause of these new bugs?()A、InheritanceB、Tight couplingC、Low cohesionD、High cohesionE、Loose coupling
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The instance has databases for a finance application and a manufacturing application. You want to put some limitation on the maximum CPU query time allowed by the applications, so you configure the Resource Governor to achieve this. But you notice that certain reports do not execute successfully any longer on the manufacturing application. You have to allow the manufacturing application to consume more CPU time, so you have to change the Resource Governor configuration. Which Resource Governor component should you configure?() A、The workload group which is used by default B、The workload group which is used by the finance application C、The classifier function which identifies the finance application D、The workload group which is used by the manufacturing application
You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. You create reports by using Microsoft Visual Studio .NET 2008. The development team of your company must create 50 SSRS reports. You need to ensure that the company logo and the company name are included in the page header of all the reports. What should you do?()A、 Create an SSRS report and include the required page header in the report. Use the report as a template for all the reports.B、 Create an SSRS report and include the required page header in the report. Create a subreport that refers to the report. Include the subreport to all the reports.C、 Create a SSRS report and include the required page header in the report. Copy the report definition to an XML file.Add the XML file as a data source for all the reports.D、 Create a SSRS report and include the required page header in the report. Create a class library that includes the report.Add the class library as an assembly reference for all the reports.
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a single Database Mail profile. Reports are sent to all the company employees by using the Mail profile. During office hours, a large volume of reports are sent by the sp_send_dbmail stored procedure. Now you notice that it takes a long time for the reports to be sent to the company manager. As the technical support, you have to speed up the delivery. So what action should you perform to achieve this goal?() A、Another SMTP account should be added to the existing Database Mail profile B、When you send the reports to the manager, you should use the @importance = high parameter. C、You should change the Account Retry Attempts option of the Database Mail system properties D、You should configure a new Database Mail profile. The new one will be used for sending the reports to the manager.
多选题Under which three conditions does a client initiate roaming between wireless cells in the Company WLAN? ()AThe access point has broadcast too many SSIDs.BThe wireless client has missed too many beacons from the access point.CThe maximum data retry count, initiated by the wireless client, is exceeded.DThe wireless client has reduced the data rate.EThe access point has requested client reauthentication.FThe wireless client has missed too many IAPP (Inter Access Point Protocol) updates.
单选题Your firm has been recommended to us by AMK company, () we have done business for many years.Awith whomBwith whoCwhomDwho
多选题A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased somenew, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all ofthe reports to use not only the company’s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of theapplication, it is necessary to make changes to each report to support the new printers. Which two designconcepts most likely explain this situation? ()AInheritanceBLow cohesionCTight couplingDHigh cohesionELoose couplingFObject immutability
单选题You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. The instance has databases for a finance application and a manufacturing application. You want to put some limitation on the maximum CPU query time allowed by the applications, so you configure the Resource Governor to achieve this. But you notice that certain reports do not execute successfully any longer on the manufacturing application. You have to allow the manufacturing application to consume more CPU time, so you have to change the Resource Governor configuration. Which Resource Governor component should you configure?()AThe workload group which is used by default BThe workload group which is used by the finance application CThe classifier function which identifies the finance application DThe workload group which is used by the manufacturing application
问答题The top honors for 2001 goes to Procter and Gamble, which moved up from number four in 2000, Business Ethics reports in its March-April 2001 issue. The giant consumer products company scored high in the category of “service to international stakeholders”, a measure of how well the company behaves in the44 countries outside of the United States in which it does business. PG “has been generous in international grants and gifts in these communities, including earthquake relief in Turkey, community building projects in Japan, plus contributions for schools in China, school computers in Romania, special education in Malaysia, and shore protection in France,” according to the magazine.
单选题An administrator receives reports from users in an office that their 802.11g wireless connectivity has been problematic since the installation of the new wireless phone system. At which of the following frequencies are both systems operating at to cause this issue?()A2.4GHzB900MHzC1.1GHzD5GHz
单选题A company has a corporate office building that is used by 50 to 100 unique visitors each day for meetings. Users routinely report that they are unable to access the network with their laptops when visiting this location. The help desk reports that these users are not getting IP addresses automatically assigned. After an investigation, the server administrator has determined that the DHCP service is functioning, but a minimal number of addresses are available for lease. The building is on its own class Csubnet and has 250 addresses in the scope. Which of the following represents a long term solution tothe problem?()A Manually delete address leases from DHCP.B Create reservations in DHCP for users frequently visiting this location.C Assign static IP addresses to visiting laptops.D Reduce the lease duration in the DHCP scope options to one day.