此题为判断题(对,错)。
第1题:
He bought three ____________ ties for just $ 12.
A、five-dollar
B、fives-dollar
C、 five-dollars
D、fives-dollars
第2题:
13.
A. four’thirty
B. five
C. five’fifteen
D. five’thirty
第3题:
8、下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)
第4题:
A.five, 600
B.five, 650
C.five, 651
D.four, 651
第5题:
【填空题】运行下列程序,输出结果是____。 #include <iostream> using namespace std; enum opt{ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN}op; int main(void) { cout<<ONE; cout<<TWO; cout<<SIX; return 0; }
第6题:
下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)