• 2022-05-29
    在执行“LEA BX,BUFFER”指令时,是把( )。
    A: BUFFER的内容èBX
    B: BUFFER的偏移量èBX
    C: BUFFER的段基值èBX
    D: BUFFER的内容èEA
  • B

    内容

    • 0

      已知(BX)=0400H,(SI)=003CH,执行指令:LEA BX,[BX SI 0F62H],之后,BX中放的是什么?BX的值为多少?

    • 1

      将变量ARRAY的偏移地址送BX的是下面哪段代码? A: MOV BX, ARRAY B: LEA BX, ARRAY C: MOV ARRAY, BX D: LEA ARRAY, BX

    • 2

      已知:DS=1000H,SI=2000H,BX=3000H,(12000H)=1234H,执行指令LEA BX,[SI]后,BX的内容为

    • 3

      Which is the correct description of a pinned buffer in the database buffer cache() A: The buffer is currently being accessed. B: The buffer is empty and has not been used. C: The contents of the buffer have changed and must be flushed to the disk by the DBWn process.  D: The buffer is a candidate for immediate aging out and its contents are synchronized with the block contents on the disk.

    • 4

      下列( )语句可以实现取数据的个位。 A: buffer[0] = data/100 B: buffer[0] = data%100/10 C: buffer[0] = data%10 D: buffer[0] = data%1000