参考答案和解析
正确答案:B
更多“在Protel99 SE原理图编辑器中的光标形状和大小的选择上,在元件移动、对齐操作的过程中,为准确定位,常采用()。A.Small Cursor 90B.Large Cursor 90C.Small Cursor 45D.随意”相关问题
  • 第1题:

    在Protel99 SE原理图编辑器中,元器件靠左对齐执行的操作命令为()。

    A.Align Top

    B.Align Bottom

    C.Align Left

    D.Align Right


    正确答案:C

  • 第2题:

    在Protel99 SE原理图编辑器中的光标形状和大小的选择上,在连线、放置元件等操作过程中,为准确定位更容易看清当前光标的位置可选择()。

    A.Small Cursor 90

    B.Large Cursor 90

    C.Small Cursor 45

    D.随意


    正确答案:C

  • 第3题:

    在Protel99 SE原理图编辑器中,要使元器件靠右对齐可执行的操作命令是()。

    A.Align Top

    B.Align Bottom

    C.Align Left

    D.Align Right


    正确答案:D

  • 第4题:

    VB控件属性中使用Cursor属性设置()。

    A、操作类型

    B、形状类型

    C、鼠标按键

    D、指针类型


    正确答案:D

  • 第5题:

    查询“教师表”的全部记录并存储于临时文件one.dbf中的SQL命令是( )。

    A.SELECT*FRM教师表INTO C4JRSOR one

    B.SELECT*FROM教师表TO CURSOR one

    C.SELECT*FROM教师表INTO CURSOR DBF one

    D.SELECT*教师表TO CURSOR DBF one


    正确答案:A
    A。【解析】短句INTOCURSORtableName是将查询结果存放到临时数据库文件中。

  • 第6题:

    查询学生表 S 的全部记录并 存储 于临时表文件 one 中的 SQL 命令是

    A)SELECT * FROM 学生表 INTO CURSOR one

    B)SELECT * FROM 学生表 TO CURSOR one

    C)SELECT * FROM 学生表 INTO CURSOR DBF one

    D)SELECT * FROM 学生表 TO CURSOR DBF one


    正确答案:A

  • 第7题:

    查询“成绩”表的所有记录并存储于数组arrl中的SQL语句是( )。

    A)SELECT﹡FROM成绩INTO ARRAY arrl

    B)SELECT﹡FROM成绩TO CURSOR arrl

    C)SELECT﹡FROM成绩TO ARRAY arrl

    D)SELECT﹡FROM成绩INTO CURSOR arrl


    正确答案:A
    在SQL语句中,使用短语INTO ARRAY ArrayName可以将查询结果存放到数组中,ArrayName可以是任意的数组变量名。

  • 第8题:

    在Oracle中,PL/SQL块中定义了一个带参数的游标:CURSOR emp_cursor(dnum NUMBER)IS SELECT sal,comm FROM emp WHERE deptno = dnum;那么正确打开此游标的语句是()

    • A、OPEN emp_cursor
    • B、OPEN emp_cursor FOR 20
    • C、OPEN emp_cursor USING 20
    • D、FOR emp_rec IN emp_cursor(20) LOOP … END LOOP

    正确答案:D

  • 第9题:

    在CRT/MDI操作面板上页面变换键是()。

    • A、PAGA;
    • B、CURSOR;
    • C、EOB

    正确答案:A

  • 第10题:

    按(),光标逐字反方向放移动,在字下面现实光标。

    • A、CURSOR↑
    • B、CURSOR↓
    • C、PAGE↓
    • D、PAGE↓

    正确答案:A

  • 第11题:

    How can you change the cursor style in your form? ()

    • A、Open the form module property palette and set the Cursor Style property. 
    • B、From the Tools menu, select Preferences-->Runtime Settings. 
    • C、Use the GET_APPLICATION_PROPERTY and SET_APPLICATION_PROPERTY built-ins. 
    • D、You cannot change the cursor style.

    正确答案:C

  • 第12题:

    单选题
    Which of the following best describes the lock protection provided by DB2 for the current row of a cursor?()
    A

    The cursor is only protected from updates and deletes by concurrent applications.

    B

    The row is only protected from positioned updates and deletes that reference another cursor of the same application.

    C

    The cursor is protected from positioned updates and deletes that reference another cursor of a different application.

    D

    The row is protected from updates and deletes by the current application and from positioned updates and deletes that reference another cursor of the same application.


    正确答案: B
    解析: 暂无解析

  • 第13题:

    在Protel99 SE原理图编辑器中的光标形状和大小的选择上,在放置总线分支时,为准确定位以避免45°光标与总线分支重叠可选用()。

    A.Small Cursor 90

    B.Large Cursor 90

    C.Small Cursor 45

    D.随意


    正确答案:A

  • 第14题:

    在Protel99 SE原理图编辑器中,画线工具(Wiring Tools)栏内导线宽度选择粗线应为()。

    A.Smallest

    B.Small

    C.Medium

    D.Large


    正确答案:D

  • 第15题:

    在Protel99 SE原理图编辑器中,画图工具(Drawing Tools)栏内直线形状选择点划线应为()。

    A.Solid

    B.Dashed

    C.Dotted

    D.Small


    正确答案:C

  • 第16题:

    查询“教师表”的全部记录并存储于临时文件one.dbf中的SQL命令是

    A.SELECT*FROM教师表INTO CURSOR one

    B.SELECT*FROM教师表TO CURSOR 0ne

    C.SELECT*FROM教师表INTO CURSOR DBF one

    D.SELECT*FROM教师表TO CURSOR DBF one


    正确答案:A
    解析:存储时,临时表的关键字是“INTOcuRSClR文件名”。

  • 第17题:

    查询学生表S的全部记录并存储于临时表文件one中的SQL命令是( )。

    A.SELECT*FROM学生表INTO CURSOR one

    B.SELECT*FROM学生表To CURSoR one

    C.SELECT*FROM学生表INTO CURSOR DBF one

    D.SELECT*FROM学生表TO CURSOR DBF one


    正确答案:A
    A。【解析】使用短语INTOCURSORCursorName可以将查询结果存放到临时数据库文件中,其中CursorName是临时文件名,该短语产生的临时文件是一个只读的.dbf文件,当查询结束后该临时文件是当前文件,可以像一般的.dbf文件一样使用,当关闭文件时该文件将自动删除。

  • 第18题:

    ( 31 )查询 “ 教师表 ” 的全部记录并存储于 临 时文件 one.dbf 中的 SQL 命令是

    A ) SELECT * FROM 教师表 INTO CURSOR one

    B ) SELECT * FROM 教师表 TO CURSOR one

    C ) SELECT * FROM 教师表 INTO CURSOR DBF one

    D) SELECT * FROM 教师表 TO CURSOR DBF one


    正确答案:A

  • 第19题:

    2000型泵车操作面板上,英文CURSOR是指()。

    • A、档位
    • B、光标
    • C、油门
    • D、限压

    正确答案:B

  • 第20题:

    在CSS样式中,设定鼠标形状的基本标记是()。

    • A、none
    • B、color
    • C、mouse
    • D、cursor

    正确答案:D

  • 第21题:

    Which of the following best describes the lock protection provided by DB2 for the current row of a cursor?()

    • A、The cursor is only protected from updates and deletes by concurrent applications.
    • B、The row is only protected from positioned updates and deletes that reference another cursor of the same application.
    • C、The cursor is protected from positioned updates and deletes that reference another cursor of a different application.
    • D、The row is protected from updates and deletes by the current application and from positioned updates and deletes that reference another cursor of the same application.

    正确答案:A

  • 第22题:

    Oracle9i extends the cursor sharing functionality with the new value of SIMILAR for the CURSOR_SHARING parameter. With CURSOR_SHARING = SIMILAR, cursors are shared for safe literals only. What is meant by ‘safe literals only’?() 

    • A、No literal value is substituted for a shared cursor. 
    • B、Different execution plans are generated for substituted literal values. 
    • C、The substitution of a literal value will produce different execution plans. 
    • D、The substitution of any literal value will produce exactly the same execution plan.

    正确答案:D

  • 第23题:

    单选题
    Oracle9i extends the cursor sharing functionality with the new value of SIMILAR for the CURSOR_SHARING parameter. With CURSOR_SHARING = SIMILAR, cursors are shared for safe literals only. What is meant by ‘safe literals only’?()
    A

    No literal value is substituted for a shared cursor. 

    B

    Different execution plans are generated for substituted literal values. 

    C

    The substitution of a literal value will produce different execution plans. 

    D

    The substitution of any literal value will produce exactly the same execution plan.


    正确答案: A
    解析: 暂无解析