【判断题】【消耗次数:1】
A: What time is it? B: Sorry, I dont have a watch with me.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 I am very grateful to you for what you’ve given me and __________ you have done for me.
①  which
②  that
③  all what
④  all that
【判断题】 A: Excuse me, have you got the time? B: Yes, I have.
①  正确
②  错误
【单选题】 What a bad memory I’ve got! I even forgot ______ the book with me.
①  took
②  taking
③  take
④  taken
【单选题】 I didn’t know what to do, but then an idea suddenly ________ to me.
①  appeared
②  happened
③  occurred
④  emerged
【单选题】 A: Richard, class begins at 9, and you are late. B: I know, but I missed my bus, Im sorry. B: [填空]. You have to be here on time.
①  Thats no excuse
②  Dont mention it
③  You neednt be
④  No problem
【单选题】 I’ m going to do all I can to____ the unpleasant impression you have of me.
①  move
②  remove
③  shift
④  transform
【判断题】 A: May I have your order now? B: No, I dont have a choice of meat.
①  正确
②  错误
【判断题】 A: Do you have the time? B: Of course, I have.
①  正确
②  错误
【单选题】 Dont ( ) the same topic when you stay with me.
①  concentrate on
②  dwell on
③  depend on
④  focus on
【单选题】 I am sorry I have no time at present to ____ more detail or give you an account of other cities of interest.
①  bring into
②  take into
③  come into
④  go into
随机题目
【单选题】 如图所示,在Photoshop中,进行图中打印机的勾选过程中,应选用( )选择工具。<img src=https://huaweicloudobs.ahjxjy.cn/40DAF48D346197A747330A41AA288E7B.png title=10.png alt=10.png/>
①  套索工具
②  多边形索工具
③  磁性套索工具
④  魔术棒工具
【单选题】 如下图所示,在图像1中是一个选区,那么在选区工具的选项栏中选择( )可以添加至图像2的选区效果。<img src=https://huaweicloudobs.ahjxjy.cn/B281BFD786316631C62AFF6CBE7A1B06.png style= title=9.png/><img src=https://huaweicloudobs.ahjxjy.cn/3B756DAD13DB638ED82AB0959F3BE046.png title=10.png/>
①  <img src=https://huaweicloudobs.ahjxjy.cn/290EF0C737C18E55E7260D3322EB5FA3.png title=11.png alt=11.png/>
②  <img src=https://huaweicloudobs.ahjxjy.cn/4E4092231B3A725D0D13072DE7AC9AE9.png title=12.png alt=12.png/>
③  <img src=https://huaweicloudobs.ahjxjy.cn/C3D0CBFC15D452EBE323379B95969413.png title=13.png alt=13.png/>
④  <img src=https://huaweicloudobs.ahjxjy.cn/E67E6716D0116BADEA289B3CCDEA1475.png title=14.png alt=14.png/>
【单选题】 在Photoshop中,对图像进行自由变换时,按CtrlShiftAlt键的同时,拖曳变换框的4个角上的任意控制手柄,可以将图像( )。
①  扭曲变形
②  透视变形
③  进行旋转
④  进行缩放
【单选题】 在Photoshop中,当在大小不同的文件上播放记录的动作时,可将标尺的单位设置为( )显示方式,动作就会始终在图像中的同一相对位置回放。
①  百分比
②  厘米
③  像素
④  和标尺的显示方式无关,所以设置哪种标尺都不行
【多选题】 盒子的定位包括(????)。
①  固定定位
②  绝对定位
③  静态定位
④  相对定位
【多选题】 在CSS中,下列哪种定位方式会脱离标准文档流(????)。
①  绝对定位
②  相对定位
③  固定定位
④  静态定位
【单选题】 以下关于导航条的说明,哪个是错误的?( )
①  导航条可以设置多个导航项目
②  导航条可以设置超链接
③  一个网页可以有多个导航条
④  导航条可以制作项目图像变换效果
【单选题】 关于float属性设置错误的是??(???)
①  float:left;
②  float:center
③  float:right
④  float:none
【单选题】 CSS样式background-position:5px-10px代表的意义是(????)
①  背景图片向左偏移5px,向下偏移10px
②  背景图片向左偏移5px,向上偏移10px
③  背景图片向右偏移5px,向下偏移10px
④  背景图片向右偏移5px,向上偏移10px
【单选题】 阅读下面的HTML代码,如果期望tabs位于box容器的右下角,则需要添加的CSS样式是(????)。?div?id=box div?id=tabs/div/div?
①  #tabs{position:absolute; right:0 ;bottom:0;}
②  #tabs{position:relative; right:0; bottom:0;}
③  #box{position:relative;}#tabs{position:absolute; right:0; bottom:0;}
④  #box{position:relative;}#tabs{position:right bottom;}