刷题
导入试题
【单选题】
—What time do you have dinner? —___________.
A. In the evening
B. At six thirty
C. On weekends
D. With my parents
查看试卷,进入试卷练习
微信扫一扫,开始刷题
答案
B
解析
问时刻用at+时刻
相关试题
【单选题】
Here are your brother's clothes.Go and help him ___________ quickly.
A. clean the room
B. get dressed
C. take a shower
D. do his homework
【单选题】
—What time is it,Mom? [7.;15] —It's ___________.
A. seven fifteen
B. a quarter to seven
C. a quarter past six
D. six thirty
【填空题】
56.My mother is a teacher. She ___in a middle school.
【填空题】
57.___of twenty is ten.
【填空题】
58.I like weekends because I don't need to get up ___.
【填空题】
59.Linda is my ___friend.
【填空题】
60.The teacher asks us to___the classroom every day.
【填空题】
61.There are three bus ___ in our city. [dress, life, station, walk, group]
【填空题】
62.There are five boys in the music___.[dress, life, station, walk, group]
【填空题】
63.They live a happy___ there. [dress, life, station, walk, group]
【填空题】
64.She usually ___ to school with me. [dress, life, station, walk, group]
【填空题】
65.My mom buys two nice ___ for my birthday. [dress, life, station, walk, group]
【填空题】
66.汤姆总是上课迟到。 Tom is always ___ ___ class.
【填空题】
67.这么好的天气,我们去散步吧。 What a nice day!Let's ___a ___.
【填空题】
68.牛奶是健康食品,它对我们有好处。 Milk is a kind of healthy drink,and it's ______us.
【填空题】
69.她现在要么在教室要么在图书馆。 Now she is ___ in the classroom ___ in the library.
【填空题】
70.在学校里,我有很多朋友。 I have ______friends at school.
【填空题】
1. My mother often gets up e___ in the morning.
【填空题】
2.Forty and ten is ___ .
【填空题】
3.Let's meet at the train s___ .
【填空题】
4.The students usually ___ [锻炼] in the morning.
【填空题】
1. She ___ [从不] eats breakfast at home.
【填空题】
2. What time ___ your uncle usually ___ [go] to work?
【填空题】
3. Mary ___[ take] a shower every day.
【填空题】
3.We ______ [not go] to school on weekends.
【填空题】
4. Mr. Green usually ___ [exercise]on Sunday.
【填空题】
5.—Does Cindy ___ [get] up at six every day? —Yes,she ___ [do].
【填空题】
6.He goes to school after he eats breakfast ___ [quick].
【填空题】
7.Either you or Mike ___ [tell] stories to us.
【填空题】
8.There are lots of ___ [apple] in the bag.
【填空题】
9.The ice­cream tastes ___ [good/well].
【填空题】
10.Don't eat too much ice­cream. It isn't ___ [health].
【填空题】
9.Miss Green usually goes to work at seven forty.[对画线部分提问] ___ ___ does Miss Green usually go to work?
【填空题】
10.My uncle often walks to the park in the morning.[对画线部分提问] ___ does your uncle often walk to the park?
【填空题】
11.Susan's mother works at a radio station. [改为一般疑问句] ___ Susan's mother ___ at a radio station?
【填空题】
12.你通常什么时候起床?[翻译句子] ___
【填空题】
13.现在几点了?[翻译句子] ___
【填空题】
16.我爷爷通常下午去散步。 My grandpa usually ___ ___ ___ in the afternoon.
【填空题】
17.汤姆有时候午饭后吃冰激凌。 Tom ___ ___ ice­cream after lunch.
【填空题】
18.你通常几点从学校回到家?When do you usually get ___ ___ ___ ?
推荐试题
【单选题】
(专基_Js) var nums = "hello world!";console.log( nums.slice( 2 , 6 ) );则控制台输出的值为( )。___
A. : "llo "
B. : "llo w"
C. : "llo world!"
D. : "llo wo"
【单选题】
(专基_Js)已知字符串 str = "1,2,3,4,5";console.log( str.length );打印的结果为___
A. : 9
B. : 8
C. : 7
D. : 以上都不是
【单选题】
(专基_Js)var str = "1,2,3,4"console.log( str.length )打印的结果为( )。___
A. : 4
B. : 5
C. : 6
D. : 7
【单选题】
(专基_Js)字符串若要获取某个位置的字符,str.charAt(index) 就等同于以下哪个表示方式( )。___
A. : str[index]
B. : str{index}
C. : str(index)
D. : 以上都不对
【单选题】
(专基_Js) 已知数组 arr =[ "1,2,3,4,5"];console.log( arr.length );打印的结果为___
A. : 0
B. : 1
C. : 5
D. : 9
【单选题】
(专基_Js)已知数组 nums = [1,2,3,4,5];这个数组的长度是( )。___
A. : 5
B. : 9
C. : 10
D. : 4
【单选题】
(专基_Js)已知数组 var arr = ["red","blue","yellow"];console.log( arr instanceof Object );打印的结果为( )。___
A. : object
B. : array
C. : TRUE(小写)
D. : FALSE(小写)
【单选题】
(专基_Js)已知数组 arr =[ 1,2,3,4,5];console.log( arr[3] - arr[1] );打印的结果为___
A. : 1
B. : 2
C. : 3
D. : 4
【单选题】
(专基_Js)已知字符串str = "1,2,3,4,5";这个字符串的长度是( )。___
A. : 5
B. : 9
C. : 10
D. : 4
【单选题】
(专基_Js)已知数组arr = [1,2,3,4];console.log( arr.unshift(5,6));打印结果为( )。___
A. : [1,2,3,4]
B. : [5,6,1,2,3,4]
C. : 6
D. : 4
【单选题】
(专基_Js)已知数组arr = [1,2,3,4];console.log( arr.pop());打印结果为( )。___
A. : [1,2,3]
B. : 4
C. : [2,3,4]
D. : 1
【单选题】
(专基_Js)已知数组 var arr = [1,2,3,4];arr.pop();console.log(arr)打印的结果为( )。___
A. : [1,2,3]
B. : [1,2,3,4]
C. : 4
D. : 3
【单选题】
(网站)var arr = [0,9,'c',1,'m',8], arr2 = []; for(var i=0,len=arr.length;i<len;i++){ if(typeof(arr[i])==="string"){ break; } arr2.push(arr[i]); } console.log(arr2);___
A. : [0, 9]
B. : [0, 9,1,8]
C. : [0,9,'c']
D. : 以上都不对
【单选题】
(专基_Js)已知数组arr = [10,21,3,44,5];arr.reverse();console.log( arr );打印的结果为( )。___
A. : [10,21,3,44,5]
B. : [5,44,3,21,10]
C. : [3,5,10,21,44]
D. : [44,21,10,5,3]
【单选题】
的打印结果是( )。___
A. : 60
B. : 55
C. : undefined
D. : 65
【单选题】
以上代码执行的结果为___
A. : 80
B. : 90
C. : 60
D. : 0
【单选题】
打印结果是( )。___
A. : "get"
B. : undefined
C. : 报错
D. : "post"
【单选题】
randomNum方法用于生成min到max之间的随机数,则横线处的代码应该是( )。___
A. : ( max - min ) + min
B. : ( max - min - 1 ) + min
C. : ( max - min +1) + min
D. : ( max - min +1) - min
【单选题】
getStr(5,10);注释处的代码`正确的写法是( )___
A. : if(x<y){ y-x; }else{ x-y; }else{ x+y; }
B. : if(x<y){ y-x; }else if(x>y){ x-y; }else{ x+y; }
C. : if(x<y){ return y-x; }else if(x>y){ return x-y; }else{ return x+y; }
D. : 以上都不对
【单选题】
(专基_Js)function getParams(url){ var params = url.split(""); } console.log(getParams("city_id=99&city_name=北京"));实现打印结果是["city_id=99", "city_name=北京"],则以上代码共有几处错误( )。___
A. : 0
B. : 1
C. : 2
D. : 3
【单选题】
} getParam(1,2,"5");以上代码执行结果为( )。___
A. : "35"
B. : 8
C. : "1025"
D. : "125"
【单选题】
getAttr("http://localhot/live.php",null);打印结果是___
A. : true
B. : FALSE(小写)
C. : null
D. : undefined
【单选题】
(专基_Js) var arr = ['a','b','c'],index = Math.floor(Math.random()*arr.length);console.log(index);index不可能是?( )___
A. : 0
B. : 1
C. : 2
D. : 3
【单选题】
(网站)var arr = [1,2];arr[19]=30;console.log(arr.length)是?( )___
A. : 20
B. : 19
C. : 2
D. : 3
【单选题】
(专基_Js)getFullYear()这个方法是用于获取当前日期的( )。___
A. : 年
B. : 月
C. : 日
D. : 星期
【单选题】
(专基_Js)setSeconds()这个方法是用于( )。___
A. : 设置小时
B. : 设置分钟
C. : 设置秒
D. : 设置毫秒
【单选题】
(专基_Js) function changeNum(num){// 函数功能:对num判断,如果是一位数,前面补0,否则原样返回。__________;return num;}实现注释描述的功能,横线处的代码应该是________?___
A. : if(num<10){return "0"+num;}
B. : if(num > 10){return "0"+num;}
C. : if(num === 10){return "0"+num;}
D. : 以上都不`正确
【单选题】
以上函数返回的结果为___
A. : undefined
B. : 不执行
C. : undefined 弹出30
D. : 以上都不对
【单选题】
以上代码执行的结果为___
A. : 80
B. : 90
C. : 60
D. : NaN
【单选题】
以下哪个符号放在中括号表示匹配非中括号内的这些字符?___
A. : ^
B. : $
C. : ~
D. : *
【单选题】
以下用来匹配空格或者空白的是( )?___
A. : /d
B. : /s
C. : /S
D. : /w
【单选题】
(专基_Js)在正则表达式(abc){2} 表示( )。___
A. : 表示匹配abc整体2次
B. : 表示匹配ab和c2次
C. : 表示匹配abc和2
D. : 以上都不对
【单选题】
(专基_Js)以下匹配url地址是否`正确的正则表达式是( )url地址可以是http://www.baidu.com,也可以是https://baidu.com。___
A. : /^http(s)?:\/\/(www\.)?[a-z\d]+\.[a-z]+$/
B. : /^(https)?:\/\/(www.)?[a-z\d]+\.[a-z]+$/
C. : /^http(s)?:\/\/(www\.)*[a-z\d]+\.[a-z]+$/
D. : /^http(s):\/\/(www\.)?[a-z\d]*\.[a-z]?$/
【单选题】
(专基)以下是匹配手机号码`正确的是___
A. : /^1[345678][0-9]9$/
B. : /^1[345678][0-9]{9}$/
C. : /^1[345678][0-9]{9}/
D. : 以上都不对
【单选题】
console.log( arr );打印结果为___
A. : ["box1","box2","","box3","box4","",""]
B. : ["box1","box2","","","box3","box4"]
C. : ["box1","box2","box3","box4"]
D. : 以上都不对
【单选题】
console.log( newStr );打印结果为___
A. : "bond,mat,sat,fat"
B. : "bond,mond,sond,fond"
C. : "bat,mat,sat,fond"
D. : 以上都不对
【单选题】
var str="Take me and tom to the moon"; var patt1=/\bm/g; console.log(str.match(patt1));打印结果是( )? ___
A. : ["m","m"]
B. : ["m","m","m"]
C. : ["me","monn"]
D. : ["me","tom","monn"]
【单选题】
(专基_Js)已知文本框节点为ipt,设置文本框内容为"hello world"的语法为( )。___
A. : ipt.innerHTML = "hello world"
B. : ipt.value = "hello world"
C. : ipt.inner = "hello world"
D. : ipt.val = "hello world"
【单选题】
(专基_Js)JS由几部分组成( )。___
A. : 1
B. : 2
C. : 3
D. : 4
【单选题】
<input type="button" id="btn" value="登录">document.getElementById("btn").onclick=say();function say(){alert("hello")}对以上代码的描述`正确的是( )___
A. : 点击“登录”按钮时弹出hello
B. : 无需点击“登录”按钮,直接弹出hello
C. : 鼠标滑过“登录”按钮时弹出hello
D. : 点击“登录”按钮时程序报错,say是undefined
欢迎使用我爱刷题
×
微信搜索我爱刷题小程序
温馨提示
×
请在电脑上登陆“www.woaishuati.com”使用