Look ! The traffic light is red.I ( ) stop my car. A、oughtB、must haveC、mustD、have to

Look ! The traffic light is red.I ( ) stop my car.

A、ought

B、must have

C、must

D、have to


相关考题:

This little boy and that little girl () (look) alike.

假如您需要找出/etc/my.conf文件属于哪个包(package),您可以执行()。A.rpm-q/etc/my.confB.rpm-requires/etc/my.confC.rpm-qf/etc/my.confD.rpm-q|grep/etc/my.conf

Which zone type will allow transit-traffic?() A.systemB.securityC.defaultD.functional

设有语句 int n,m; char a[5],b; cin>>n>>a>>m>>b; 为了分别将10和20分别赋给n和m,look赋给a,t赋给b,则正确的输入为A.10 "look" 20 't'<CR>B.10 "look" 10C.10 look 20 tD.10<CR>look20<CR>t<CR>

An engineer is reviewing another engineer‘s sample configuration for a GRE tunnel used to pass IPv6 traffiC. The tunnel ha s not yet been configured on the router.Which of the following commands is not required for the configuration to pass IPv6 traffic?()A. tunnel sourceB. tunnel destinationC. tunnel modeD. All these commands are requireD

阅读下列说明和C++代码,回答问题,将解答填入答题纸的对应栏内。【说明】某灯具厂商欲生产一个灯具遥控器,该遥控器具有7个可编程的插槽,每个插槽都有开关按钮,对应着一个不同的灯。利用该遥控器能够统一控制房间中该厂商所有品牌灯具的开关,现采用Command(命令)模式实现该遥控器的软件部分。Command模式的类图如下图所示。【C++代码】class Light {public: Light(stringname) { /* 代码省略 */ } void on() {/* 代码省略 */ } // 开灯 void off() {/* 代码省略 */ } // 关灯};class Command {public: (1) ;};class LightOnCommand:public Command { // 开灯命令private: Light* light;public: LightOnCommand(Light* light) { this->light=light; } voidexecute() { (2) ; }};class LightOffCommand:public Command { // 关灯命令private: Light *light;public: LightOffCommand(Light* light) { this->light=light; } voidexecute() { (3) ; }};class RemoteControl{ // 遥控器private: Command*onCommands[7]; Command*offCommands[7];public: RemoteControl() { /* 代码省略*/ } voidsetCommand(int slot, Command* onCommand, Command* offCommand) { (4) =onCommand; (5) =offCommand; } voidonButtonWasPushed(int slot) { (6) ; } voidoffButtonWasPushed(int slot) { (7) ; }};int main() { RemoteControl* remoteControl=new RemoteControl(); Light*livingRoomLight=new Light("Living Room"); Light*kitchenLight=new Light("kitchen"); LightOnCommand*livingRoomLightOn=newLightOnCommand(livingRoomLight); LightOffCommand* livingRoomLightOff=newLightOffCommand(livingRoomLight); LightOnCommand*kitchenLightOn=new LightOnCommand(kitchenLight); LightOffCommand* kitchenLightOff=new LightOffCommand(kitchenLight); remoteControl->setCommand(0, livingRoomLightOn, livingRoomLightOff); remoteControl->setCommand(1,kitchenLightOn, kitchenLightOff); remoteControl->onButtonWasPushed(0); remoteControl->offButtonWasPushed(0); remoteControl->onButtonWasPushed(1); remoteControl->offButtonWasPushed(1); /* 其余代码省略 */ return 0;}

OSPF is a link-state routing protocol。It is designed to be run internal to a single ()system。Each OSPF router maintains an identical ()describing the autonomous system’s topology。From this database,a routing table is calculated by constructing a shortest-path ()。OSPF recalculates routes quickly in the face of topological changes,utilizing a minimum of routing () traffic。OSPF provides support for equal-cost multipath。An area routing capability is provided,enabling an additional level of routing protection and a reduction in routing protocol (75)。A.flow B.state C.traffiC.D.stream

Look! Here()the famous playerAcomesBcomeChad comeDcoming

MySQL使用()文件中的配置参数。A.my-larger.iniB.my-small.iniC.my-huge.iniD.my.ini

【单选题】MySQL使用()文件中的配置参数。A.my-larger.iniB.my-small.iniC.my-huge.iniD.my.ini