皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
服务中如碰到宾客出言不逊,服务员应恶言对恶语。
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】执行语句序列 ofstream outfile(”DATA.DAT'); if(…)cout<<'OK';elsec out<<'FAIL'; 后,如果文件打开成功显示“OK”,否则就显示“FAIL”。由此可知,上面if语句的…处的表达式应是 A.outfile.fail()或 outfile
B.
outfile.good()或 !outfile
C.
outfile.good()或 outfile
D.
outfile.fail()或 !outfile
【单选题】Before he spoke to the crowd, Jackson took a deep breath to ____ his excessive nervousness.
A.
Endure
B.
fortify
C.
relieve
D.
prohibit
【判断题】在线性规划问题的最优解中,如果一变量 x j 为非基变量,则在原来问题中,无论改变它在目标函数中的系数 c j 或在各约束中的相应系数 a ij ,反映到最终单纯形表中,除该列数字有变化外,将不会引起其他列数字的变化。
A.
正确
B.
错误
【判断题】滚压成型投泥不正会造成致密度不均匀
A.
正确
B.
错误
【简答题】运行下列程序时,若没有test.dat文件,则______。import java.io.*;public class Test{ public static void main(String[] args){ try{ RandomAccessFile raf=new RandomAccessFile("test.dat","r"); Syste...
【单选题】运行下列程序 , 若没有 "test.dat" 文件 , 则 import java.io.*; public class Test { public static void main(String args[]) { try { RandomAccessFile raf=new RandomAccessFile("test.dat","rw"); System.out.println("tes...
A.
输出 exception
B.
输出 test.dat
C.
输出 IOException
D.
无显示
【多选题】玻璃、瓷器可用于处理()
A.
盐酸
B.
硝酸
C.
氢氟酸
D.
熔融氢氧化钠
【单选题】The big man's rudeness was due to ______
A.
excessive drinking
B.
drug abuse
C.
his brutal nature
D.
his bad mood
【单选题】在一个已有文件 out.dat 后附加内容,则用( )为文件out.dat创建 FileOutputStream 对象
A.
new FileOutputStream("out.dat")
B.
new FileOutputStream("out.dat", false)
C.
new FileOutputStream("out.dat", true)
D.
new FileOutputStream(true, "out.dat")
【单选题】The big man's rudeness was clue to ______.
A.
excessive drinking
B.
drug abuse
C.
his brutal nature
D.
his bad mood
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题