当前位置:1z0-851题库

问题:

[单选]

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 . Inheritance
B . Tight coupling
C . Low cohesion
D . High cohesion
E . Loose coupling
F . Object immutability

You need to create a partitioned table to store historical data and you issued the following command:   CREATE TABLE purchase_interval PARTITION BY RANGE (time_id) INTERVAL (NUMTOYMINTERVAL(1,’month’)) STORE IN (tbs1,tbs2,tbs3) ( PARTITION p1 VALUES LESS THAN(TO_DATE(’1-1-2005’, ’dd-mm-yyyy’)), PARTITION p2 VALUES LESS THAN(TO_DATE(’1-1- 2007’, ’dd-mm-yyyy’)))  AS SELECT * FROM purchases WHERE time_id < TO_DATE(’1-1-2007’,’dd-mm-yyyy’);   What is the outcome of the above command?()    It returns an error because the range partitions P1 and P2 should be of the same range.。  It creates two range partitions (P1, P2). Within each range partition, it creates monthwise subpartitions.。  It creates two range partitions of varying range. For data beyond ’1-1-2007,’ it creates partitions with a width of one month each.。  It returns an error because the number of tablespaces (TBS1,TBS2,TBS3)specified does not match the number of range partitions (P1,P2) specified.。 平屋面可采用蓄水试验,蓄水深度宜大于(),蓄水时间不宜少于()。 50mm,24h。 30mm,48h。 30mm,24h。 50mm,48h。 You are performing an incomplete recovery because a tablespace is dropped and purged from the Recycle Bin. In which mode will you execute the following code?()  RMAN>RUN  {   SET UNTIL SEQUENCE  THREAD ;   RESTORE DATABASE;   RECOVER DATABASE;  }  NOMOUNT。  MOUNT。  OPEN。  RESTRICTED。 You are performing a database recovery because a user’s schema is dropped. While performing the recovery, you use the UNTIL SEQUENCE clause. Which type of database recovery are you performing?()  user managed complete recovery。  user managed incomplete recovery。  RMAN-based complete recovery。  RMAN-based incomplete recovery。 条式水平仪只能测被测面或线相对()位置的角度偏差。

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?()

参考答案:

  参考解析

本题暂无解析

在线 客服