单选题When a repeating timer expires,().A The When-Timer-Expired trigger resets the timer's iteration parameter. B The When-Custom-Item-Event trigger fires and executes the desired actions. C It is put in a queue of expired timers for processing on a first-i

题目
单选题
When a repeating timer expires,().
A

The When-Timer-Expired trigger resets the timer's iteration parameter. 

B

The When-Custom-Item-Event trigger fires and executes the desired actions. 

C

It is put in a queue of expired timers for processing on a first-in-first-out basis. 

D

The When-Timer-Expired trigger fires instantly regardless of any other processing in the form module. 


相似考题
更多“单选题When a repeating timer expires,().A The When-Timer-Expired trigger resets the timer's iteration parameter. B The When-Custom-Item-Event trigger fires and executes the desired actions. C It is put in a queue of expired timers for processing on a first-i”相关问题
  • 第1题:

    How are STP timers and state transitions affected when a topology change occurs in an STP environment?()

    • A、All ports will temporarily transition to the learning state for a period equal to the max age timer plus the forward delay interval.
    • B、All ports will transition temporarily to the learning state for a period equal to the forward delay interval.
    • C、The default aging time for MAC address entries will be reduced for a period of the max age timer plus the forward delay interval.
    • D、The default hello time for configuration BDPUs will be reduced for the period of the max age timer.

    正确答案:C

  • 第2题:

    下列描述CERM三个timers所在位置错误的是:()

    • A、initial_sync_timer在BTS
    • B、downlink_sync_timer在BTS
    • C、uplink_sync_timer在RXCDR
    • D、uplink_sync_timer在BTS

    正确答案:C

  • 第3题:

    In IS-IS, how long will the restart helper keep the restarting router in the up state?()

    • A、The hello dead timer expires.
    • B、The restart duration timer expires.
    • C、The restarting router sets the down bit.
    • D、The restart helper sends out three CSNPs.

    正确答案:B

  • 第4题:

    Which three statements describe the functionality of the DO_KEY built-in?()

    • A、It accepts both a built-in and a key name as argument. 
    • B、If no key trigger is defined, the specified built-in executes. 
    • C、Its parameter must be specified in upper case, enclosed in single quotation marks. 
    • D、It performs the same task as if you pressed the function key associated with the specified argument. 
    • E、It executes the key trigger that corresponds to the built-in specified as its parameter. 

    正确答案:B,D,E

  • 第5题:

    When a repeating timer expires,().

    • A、The When-Timer-Expired trigger resets the timer's iteration parameter. 
    • B、The When-Custom-Item-Event trigger fires and executes the desired actions. 
    • C、It is put in a queue of expired timers for processing on a first-in-first-out basis. 
    • D、The When-Timer-Expired trigger fires instantly regardless of any other processing in the form module. 

    正确答案:C

  • 第6题:

    单选题
    How do you debug an application with an Accept step?()
    A

    Select Start from the Debug pulldown, then call the trigger. 

    B

    Select Step Over from the Debug pulldown, then call the trigger. 

    C

    Call the trigger, and when the workflow answers, select Start from the Debug pulldown. 

    D

    Select Reactive Application, then call the trigger and press F10 to step through the workflow


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

  • 第7题:

    单选题
    You develop a service application named PollingService that periodically calls long-running procedures.These procedures are called from the DoWork method.You use the following service application code:   When you attempt to start the service, you receive the following error message: Could not start the PollingService service on the local computer.Error 1053: The service did not respond to the start or control request in a timely fashion. You need to modify the service application code so that the service starts properly.What should you do?()
    A

    Move the loop code into the constructor of the service class from the OnStart method.

    B

    Drag a timer component onto the design surface of the service. Move the calls to the long-running procedure from the OnStart method into the Tick event procedure of the timer, set the Enabled property of the timer to True, and call the Start method of the timer in the OnStart method.

    C

    Add a class-level System.Timers.Timer variable to the service class code. Move the call to the DoWork method into the Elapsed event procedure of the timer, set the Enabled property of the timer to True, and call the Start method of the timer in the OnStart method.

    D

    Move the loop code from the OnStart method into the DoWork method.


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

  • 第8题:

    单选题
    How are STP timers and state transitions affected when a topology change occurs in an STP environment?()
    A

    All ports will temporarily transition to the learning state for a period equal to the max age timer plus the forward delay interval.

    B

    All ports will transition temporarily to the learning state for a period equal to the forward delay interval.

    C

    The default aging time for MAC address entries will be reduced for a period of the max age timer plus the forward delay interval.

    D

    The default hello time for configuration BDPUs will be reduced for the period of the max age timer.


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

  • 第9题:

    多选题
    Which three statements about STP timers are true?()
    A

    STP timers values (hello, forward delay, max age) are included in each BPDU.

    B

    A switch is not concerned about its local configuration of the STP timers values. It will only consider the value of the STP timers contained in the BPDU it is receiving.

    C

    To successfully exchange BPDUs between two switches, their STP timers value (hello, forward delay, max age) must be the same.

    D

    If any STP timer value (hello, forward delay, max age) needs to be changed, it should at least be changed on the root bridge and backup root bridge.

    E

    On a switched network with a small network diameter, the STP hello timer can be tuned to a lower value to decrease the load on the switch CPU.

    F

    The root bridge passes the timer information in BPDUs to all routers in the Layer 3 configuration.


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

  • 第10题:

    多选题
    Your company uses a SQL Server 2005 database. This database contains a trigger named trg_InsertOrders, which fires when order data is inserted into the Orders table. The trigger is responsible for ensuring that a customer exists in the Customers table before data is inserted into the Orders table. You need to configure the trigger to prevent it from firing during the data import process. You must accomplish this goal while using the least amount of administrative effort.  Which two Transact-SQL statements can you use to achieve this goal?()
    A

    ALTER TABLE OrdersDISABLE TRIGGER trg_InsertOrders

    B

    DROP TRIGGER trg_InsertOrders

    C

    DISABLE TRIGGER trg_InsertOrders ON Orders

    D

    ALTER TRIGGER trg_InsertOrders  ON Orders NOT FOR REPLICATION

    E

    sp_settriggerorder@triggername= 'trg_InsertOrders', @order='None'


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

  • 第11题:

    单选题
    You create a master-detail form. The users need to be able to exit the form quickly, adhering to default transaction processing, regardless of the cursor location. You believe you can achieve this using a Key-Exit trigger. What do you need to do to implement this request? ()
    A

    Define a Key-Exit trigger for all the blocks in the form.  

    B

    In the Object Navigator, highlight all the items and define a Key-Exit trigger. 

    C

    Define a Key-Exit trigger on the primary key item in the master block.

    D

    No additional key-trigger definition is necessary.


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

  • 第12题:

    判断题
    When it hears the trigger word, it plays it back. “trigger word” here means a word that initiates a process or course of action.
    A

    B


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

  • 第13题:

    Your company uses a SQL Server 2005 database. This database contains a trigger named trg_InsertOrders, which fires when order data is inserted into the Orders table. The trigger is responsible for ensuring that a customer exists in the Customers table before data is inserted into the Orders table. You need to configure the trigger to prevent it from firing during the data import process. You must accomplish this goal while using the least amount of administrative effort.  Which two Transact-SQL statements can you use to achieve this goal?()

    • A、 ALTER TABLE OrdersDISABLE TRIGGER trg_InsertOrders 
    • B、 DROP TRIGGER trg_InsertOrders 
    • C、 DISABLE TRIGGER trg_InsertOrders ON Orders 
    • D、 ALTER TRIGGER trg_InsertOrders  ON Orders NOT FOR REPLICATION 
    • E、 sp_settriggerorder@triggername= 'trg_InsertOrders', @order='None'

    正确答案:A,C

  • 第14题:

    Which three statements about STP timers are true?()

    • A、STP timers values (hello, forward delay, max age) are included in each BPDU.
    • B、A switch is not concerned about its local configuration of the STP timers values. It will only consider the value of the STP timers contained in the BPDU it is receiving.
    • C、To successfully exchange BPDUs between two switches, their STP timers value (hello, forward delay, max age) must be the same.
    • D、If any STP timer value (hello, forward delay, max age) needs to be changed, it should at least be changed on the root bridge and backup root bridge.
    • E、On a switched network with a small network diameter, the STP hello timer can be tuned to a lower value to decrease the load on the switch CPU.
    • F、The root bridge passes the timer information in BPDUs to all routers in the Layer 3 configuration.

    正确答案:A,B,D

  • 第15题:

    Which built-in do you use to determine which timer in form module has expired?()

    • A、FIND_TIMER 
    • B、GET_TIMER_PROPERTY
    • C、GET_APPLICATION_PROPERTY 
    • D、GET_CUSTOM_ITEM_EVENT_PROPERTY

    正确答案:C

  • 第16题:

    Using the reports server how would you force the orders report in the orders entry application to run every six hours?()

    • A、Schedule the report's execution in the queue manager. 
    • B、Schedule the reports execution using the R30RQM command line with scheduled parameter. 
    • C、Create a trigger in the application to execute the report every six hours. 
    • D、You cannot schedule a reports execution.

    正确答案:A

  • 第17题:

    TestKing.com uses a SQL Server 2005 database. This database contains a trigger named trg InsertOrders, which fires when order data is inserted into the Orders table. The trigger is responsible for ensuring that a customer exists in the Customers table before data is inserted into the Orders table. You need to configure the trigger to prevent it from firing during the data import process. You must accomplish this goal while using the least amount of administrative effort. Which two Transact-SQL statements can you use to achieve this goal?()

    • A、ALTER TABLE OrdersDISABLE TRIGGER trg InsertOrders
    • B、DROP TRIGGER trg InsertOrders
    • C、DISABLE TRIGGER trg InsertOrders ON Orders
    • D、ALTER TRIGGER trg InsertOrders ON Orders NOT FOR REPLICATION

    正确答案:A,C

  • 第18题:

    多选题
    Which three statements describe the functionality of the DO_KEY built-in?()
    A

    It accepts both a built-in and a key name as argument.

    B

    If no key trigger is defined, the specified built-in executes.

    C

    Its parameter must be specified in upper case, enclosed in single quotation marks.

    D

    It performs the same task as if you pressed the function key associated with the specified argument.

    E

    It executes the key trigger that corresponds to the built-in specified as its parameter.


    正确答案: B,D,E
    解析: 暂无解析

  • 第19题:

    单选题
    In IS-IS, how long will the restart helper keep the restarting router in the up state?()
    A

    The hello dead timer expires.

    B

    The restart duration timer expires.

    C

    The restarting router sets the down bit.

    D

    The restart helper sends out three CSNPs.


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

  • 第20题:

    单选题
    下列描述CERM三个timers所在位置错误的是:()
    A

    initial_sync_timer在BTS

    B

    downlink_sync_timer在BTS

    C

    uplink_sync_timer在RXCDR

    D

    uplink_sync_timer在BTS


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

  • 第21题:

    单选题
    Which built-in do you use to determine which timer in form module has expired?()
    A

    FIND_TIMER 

    B

    GET_TIMER_PROPERTY

    C

    GET_APPLICATION_PROPERTY 

    D

    GET_CUSTOM_ITEM_EVENT_PROPERTY


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

  • 第22题:

    单选题
    Using the reports server how would you force the orders report in the orders entry application to run every six hours?()
    A

    Schedule the report's execution in the queue manager. 

    B

    Schedule the reports execution using the R30RQM command line with scheduled parameter. 

    C

    Create a trigger in the application to execute the report every six hours. 

    D

    You cannot schedule a reports execution.


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

  • 第23题:

    单选题
    How does route poisoning work with holddown timers to prevent routing loops?()
    A

    Information learned from one source is not distributed back to that source.

    B

    Routing updates from the poisoned source are ignored until a holddown timer expires.

    C

    Failed routes are advertised with infinite metrics.

    D

    New routing updates are ignored until the network has converged.

    E

    A route is marked as unavailable when its time-to-live is exceeded.


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