A marine sextant has the index arm set at zero and the refle

题目
单选题
A marine sextant has the index arm set at zero and the reflected image of the horizon forms a continuous line with the actual image. When the sextant is rotated about the line of sight the images separate. The sextant has().
A

error of perpendicularity

B

side error

C

prismatic error

D

centering error

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Consider the query:Mysql> SET @run = 15;Mysql> EXPLAIN SELECT objective, stage, COUNT (stage)FROM iteminformationWHERE run=@run AND objective=’7.1’GROUP BY objective,stageORDER BY stage;The iteminformation table has the following indexes;Mysql> SHOW INDEXES FROM iteminformation:This query is run several times in an application with different values in the WHERE clause in a growing data set.What is the primary improvement that can be made for this scenario?()

A.Do not pass a user variable in the WHERE clause because it limits the ability of the optimizer to use indexes

B.Add an index on the objective column so that is can be used in both the WHERE and GROUP BY operations

C.Drop the run_2 index because it has caused a conflict in the choice of key for this query

D.Execute the run_2 index because it has caused a conflict in the choice of key for this query

E.Add a composite index on (run,objective,stage) to allow the query to fully utilize an index


参考答案:E

第2题:

在使用之前打开非结构索引文件,应用( )命令。

A.INDEX ON

B.SET INDEX TO

C.SET ORDER TO

D.SEEK


正确答案:B
解析:命令INDEX ON是建立索引,命令SET INDEX TO是打开索引文件,命令SET ORDER TO指定当前索引项,SEEK是利用索引快速定位的命令。

第3题:

It is agreed that America has zero culture.()


参考答案:错误

第4题:

SET INDEX TO 命令不能关闭结构化复合索引文件.


正确答案:正确

第5题:

The Great Barrier Reef is included on the World Heritage list because()

Ait has the most beautiful seascape in the world

Bit has the greatest number of islands in the world

Cit has the most diverse and complex marine life in the world

Dit has the longest coast in the world


C

第6题:

在SQL中,建立索引的命令是( )。

A. ALTER INDEX

B. SET ORDER T0

C. SET INDEX TO

D. INDEX ON


正确答案:D
使用命令建立索引的格式:
INDEX ON eExpression TO IDXFileName | TAG TagName[OF CDXFileName]
[FOR IExpression][DOMPACT] [ASCENDING | DESCENDING] [UNIQUE | CANDIDATE]
[ADDITIVE]
故本题答案D。

第7题:

A sextant having an index error that is "off the arc" has a ______.

A.positive correction

B.dip error

C.negative correction

D.semidiameter error


正确答案:A

第8题:

Which two initialization parameters would you set to enable Automatic Shared Memory Management?()

A. set SHARED_POOL_SIZE to zero

B. set STATISTICS_LEVEL to BASIC

C. set SGA_TARGET to a non-zero value

D. set DB_CACHE_SIZE to a non-zero value

E. set STATISTICS_LEVEL to TYPICAL or ALL


参考答案:A, C

第9题:

int index = 1;   String test = new String;   String foo = test[index];  What is the result?()

  • A、  Foo has the value “”
  • B、 Foo has the value null
  • C、 An exception is thrown
  • D、 The code will not compile

正确答案:B

第10题:

The Great Barrier Reef is included on the World Heritage list because()

  • A、it has the most beautiful seascape in the world
  • B、it has the greatest number of islands in the world
  • C、it has the most diverse and complex marine life in the world
  • D、it has the longest coast in the world

正确答案:C

更多相关问题