【单选题】【消耗次数:1】
You will probably _____ your team’s chance to win because you seem to have such a great ______them.
affect; influence
effect; influence
affect; effect on
effect; affect on
参考答案:
复制
纠错
相关题目
【判断题】 Alcoholic drink can have a bad effect for your body.
①  正确
②  错误
【单选题】 11.You can get the best effect by_____ the volume during playback..
①  adjusting
②  . changing
③  adjusting to
④  making
【单选题】 在AE中,Effect Controls 表示( )面板。
①  文件
②  项目
③  时间线
④  特效控制
【单选题】 I seem to have met you ____.
①  some time
②  ago
③  yet
④  before
【多选题】 音频特效(Effect)可以添加到下列何种目标上?
①  音频素材
②  音频轨道
③  视频素材
④  视频轨道
【单选题】 The hours ___ the children spend in their one-way relationship withtelevision people undoubtedly affect their relationships with real-life people.
①  when
②  that
③  in which
④  on which
【单选题】 The hours _______ the children spend in their one-way relationship with television people undoubtedly affect their relationships with real-life people.
①  in which
②  on which
③  when
④  that
【单选题】 You have to work hard if you want to __________ in your courses.
①  achieve
②  succeed
③  win
④  beat
【单选题】 选择Effect菜单下Simulation,不可以找到( )特效命令。
①  Mosaic
②  CC Rain
③  CC Snow
④  CC Bubbles
【单选题】 In the author’s opinion, if you cannot memorize all the new words you are learning, it is because _____.
①  you are forgetful
②  you are not working hard enough
③  you are not interested in memorizing English words
④  you are trying to memorize too many new words at a time
随机题目
【单选题】 计时器控件中要求每隔0.1秒触发一次Timer事件,那么时钟控件的Interval属性应该设置为( )。
①  1
②  10
③  100@1000
【单选题】 单击滚动条的滚动箭头时,产生的事件是( )。
①  Click事件
②  Scroll事件
③  Move事件
④  Change事件
【单选题】 在程序运行时,要想使可操作的按钮变成不可见,则应该设置为False的属性是( )。
①  Visible
②  Enabled
③  Default
④  Cancled
【单选题】 若要获得列表框中列表项的数目,可通过访问( )来实现。
①  List
②  ListIndex
③  ListCount
④  Text
【单选题】 复选框的Value属性为0时表示( )。
①  未被选中
②  被选中
③  无效
④  操作错误
【单选题】 在调用过程时,下述说明中正确的是( )。
①  只能使用Call语句调用Sub过程
②  调用Sub过程时,实际参数必须用括号括起来
③  Function过程也可以使用Call语句调用
④  在表达式中调用Function过程时,可以不用括号把实际参数括起来
【单选题】 以下关于Function过程的说法,错误的是( )。
①  Function过程名可以有一个或多个返回值
②  在Function过程内部不得再定义Function过程
③  Function过程中可以包含多个Exit Function语句
④  可以像调用Sub过程一样调用Function过程
【单选题】 下面关于过程参数的说法,错误的是( )。
①  过程的形参不可以是定长字符串类型的变量
②  形参是定长字符串的数组,则对应的实参必须是定长字符串的数组,且长度相同
③  若形参是按地址传递的参数,形参和实参也能以按值传递方式进行形实结合
④  按值传递参数,形参和实参的类型可以不同,只要相容即可
【单选题】 inputBox函数反回值的类型为 。
①  数值
②  字符串
③  变体
④  数值或字符串(视输入的数据而定)
【单选题】 在语句Public Sub Sort(I As Integer)中,I是一个按( )传递的参数。
①  地址
② 
③  变量
④  常量