【单选题】【消耗次数:1】
– How long have you been graduated from your college?–
Yes, Ive been graduated.
Ive been graduated for five years.
I graduated from my college last year.
yes
参考答案:
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang

相关题目
【单选题】 —How long have you been graduated from your college?— .
①  Yes, I’ve been graduated
②  I’ve been graduated for five years
③  I graduated from my college last year
④  I graduat from my college last year
【单选题】 I have been looking forward to ____ from my parents.
①  :hear
②  :being heard
③  :be heard
④  :hearing
【单选题】 A: How long have you been here?B: Not for long, only about five minutes. Alice and Monica ______ here with me.
①  have walked
②  had walked
③  were walking
④  walked
【判断题】 A: How have you been these years? B: Not too bad.
①  正确
②  错误
【单选题】 Ive never been to Beijing, but its the place _______.
①  where Id like to visit
②  in which Id like to visit
③  I most want to visit
④  that I want to visit it most
【单选题】 —Have you found the bike you lost yesterday?—Yes, Ive found ______ already.
①  it
②  that
③  the one
④  that one
【判断题】 A: How have you been? B: Fine.
①  正确
②  错误
【单选题】 How stupid I have been! Why _______ I do that before?
①  don’t
②  didn’t
③  not
【单选题】 It was our last chance to make some money from his sale ( ) he would have been available on a free next summer.
①  from
②  as
③  of
④  with
【多选题】 Ive learned_____________ from you.
①  several
②  much
③  a lot
④  a great deal
随机题目
【单选题】 引用外部show.js文件方法正确的选项是( )。
①  script src=show/script
②  scriptname=show.js/script
③  scripthref=show.js/script
④  scriptsrc=show.js/script
【单选题】 引用名为 xxx.js 的外部脚本的正确语法是?( )
①  script src=xxx.js
②  script href=xxx.js
③  script name=xxx.js
④  script link=xxx.js
【单选题】 如何在浏览器的状态栏放入一条消息?( )
①  statusbar = put your message here
②  window.status = put your message here
③  window.status(put your message here)
④  status(put your message here)
【单选题】 以下选项中,表单重置事件对应的事件句柄是( )。
①  onSubmit
②  onReset
③  onChange
④  onLoad
【单选题】 使用location对象的( )方法可以实现用新URL取代当前窗口的URL。
①  load
②  onload
③  replace
④  open
【单选题】 可以在下列哪个 HTML 元素中放置 Javascript 代码?( )
①  script
②  javascript
③ 
④  scripting
【单选题】 引用外部compute.js脚本正确的语法是( )。
①  script href=compute.js
②  style href=compute.js
③  script src=compute.js
④  style src=compute.js
【单选题】 边距属性为“上边距:20px、下边距:30px、左边距:40px、右边距:50px”正确的设置是( )。
①  margin:20px 30px 40px 50px
②  border: 20px 30px 40px 50px
③  margin:20px 50px 30px 40px
④  margin-top:20px 30px 40px 50px
【单选题】 在JavaScript中,下列满足变量x大于等于20且小于100条件的正确表达式是( )。
①  (X=20 100)
②  (x=20 and x100)
③  (X=20 0r x=100)
④  (x=20 lOO)
【单选题】 下列JavaScript语句中能正确执行的是( )。
①  document.printf(Welcome to You!);
②  var x=5;if(x) {alert(Hello World! );}
③  var z,if;
④  {var x=4,y=9;alert(Hello World!”);