(b) Explain the meaning of Stephanie’s comment: ‘I would like to get risk awareness embedded in the culture
at the Southland factory.’ (5 marks)
第1题:
A.discuss
B.quarrel
C.answer
D.explain
第2题:
第3题:
下面的代码用于输出字符数组ch中每个字符出现的次数,应该填入的代码是()public static void main(String[] args) { char[] ch = { 'a', 'c', 'a', 'b', 'c', 'b' }; HashMap map = new HashMap(); for (int i = 0; i < ch.length; i++) { < 填入代码 > } System.out.println(map); }
A.if (map.contains(ch[i])) { map.put(ch[i], map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
B.if (map.contains(ch[i])) { map.put(ch[i], (Integer) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
C.if (map.containsKey(ch[i])) { map.put(ch[i], (int) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
D.if (map.containsKey(ch[i])) { map.put(ch[i], (Integer) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
第4题:
I () roast leg of lamb, please.
A、will like
B、would like
C、would
第5题:
在基表S中查询所有姓名中有“国”的学生,在WHERE子句中应使用 通配符。
A.LIKE ’%国%’
B.LIKE ‘%国_’
C.LIKE ’_国%’
D.LIKE ‘_国_’
第6题:
1、用括号中动词的直陈式现在时动词变位填空 Je m'appelle Thomas.Et toi, comment (s'appeler ) -tu?