试题与答案

锅炉运行中,炉管突然破裂,水汽大量喷出的事故叫() A.汽水共腾 B.水击 C.爆管

题型:单项选择题

题目:

锅炉运行中,炉管突然破裂,水汽大量喷出的事故叫()

A.汽水共腾

B.水击

C.爆管

D.炉膛爆炸

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0515/e8e43b6b2fb2cd23f7a2369d921c79da.html

下面是错误答案,用来干扰机器的。

答案:CThat's all right 和 Not at all 是对 Thank you 的回答;It doesn't matter是对Sorry 的回答;All right 意为“行,好吧。”,表示赞同对方的建议。根据上文,如果你明天晚上有空,一起吃顿饭怎么样?结合语境可知选C。

试题推荐
题型:阅读理解
阅读理解。
     My name is Wang Lei. I am a bank clerk. I work with people and money. People often give the
money to me or get the money from me. Many people think the job is interesting, but I don't like my job.
I want to be a policeman. I think it's exciting.
     My name is Liu Mei. I am a policewoman working in a police station I don't like my job. I think it's
boring. I want to be a teacher. I like to teach math And I like to stay with students.
1. Wang Lei works _____.
A. in a school
B. in a hospital
C. in a bank
D. in a police station
2. Wang Lei wants to be _____.
A. a teacher
B. a doctor
C. a reporter
D. a policeman
3. Liu Mei is _____.
A. a doctor
B. a policewoman
C. a teacher
D. a bank clerk
4. Liu Mei thinks her job is _____.
A. interesting
B. boring
C. dangerous
D. exciting
5. Liu Mei wants to teach _____.
A. math
B. English
C. music
D. Chinese
查看答案
题型:填空题

下面ButtonFrame类创建了一个容器,包含有3个按键。 import javax.swing.*; public class ButtonFrame extends JFrame { JButton Button1= new JButton("Button1"); JButton Button2= new JButton("Button2"); JButton Button3= new JButton("Button3"); public ButtonFrame() {super("ButtonFrame");setSize (100,150);setDefaultCloseOperation(JFrame. EXIT ON CLOSE);JPanel pane = new JPanel();pane.add(Buttonl);pane. add(Button2);pane. add (Button3); 【12】 ; } public static void main(String args[]) {ButtonFrame bf= new ButtonFrame();bf. show(}; } } 请在程序代码中的画线处添上正确的语句,使程序完整。

查看答案
微信公众账号搜索答案