皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
?? 材料:一次公开课过后,我把课堂上用过的精美卡片作为奖励发给同学们。然后,对他们课堂上踊跃的表现给予表扬。从这以后,我渐渐发现我班注意力不集中的同学在课堂上的听课状态有了明显的好转。一个偶然的机会,他母亲说“自从你给了他那个‘特殊的奖励’后,他对自己的要求严格了。”询问后,我才知道我奖励给同学们的卡片中仅有一张是最大的,在我按顺序发的时候,恰好这张被得到了。他回家后对母亲说“老师可能觉得我这节课表现最好,所以把最大的一张送给我”。现在这张卡片还贴在他的床头,谁都不准碰。他说“特殊的礼物”。这位老师一次无意中的举动,却造成了一个“美丽的误会”。 问题:请你就此案例谈谈你的看法。??
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】信号设备应符合“ ( )”原则,当信号设备发生故障时,信号机应能自动地给出最大限制的信号显示。
【多选题】How to compare if two strings are equal? String str1=new String("There is a dog"); Scanner sc=new Scanner(System.in); String str2=sc.nextLine();
A.
if(str1==str2) //do something
B.
if(str1.equals(str2)) //do something
C.
if(str2==str1) //do something
D.
if(str2.equals(str1)) //do something
【单选题】You are integrating a Windows Communication Foundation (WCF) service within an enterprise-wide Service Oriented Architecture (SOA).Your service has the following service contract: [ServiceContract]pub...
A.
Inside the ConfirmCreditCard method, surround the code that must participate in the transaction with a using(new TransactionScope()) block.
B.
Inside the ConfirmCreditCard method, surround the code that must participate in the transaction with a using(new CommittableTransaction()) block.
C.
Add an [OperationBehavior(TransactionScopeRequired=true)] attribute to the ConfirmCreditCard method.
D.
Add an [OperationBehavior(TransactionAutoComplete=true)] attribute to the ConfirmCreditCard method.
【简答题】在Java中,语句String str =“abcdefg”;str = str.substring(1,3);执行后str中的值为______。If there were statements are String str =“abcdefg”;str = str.substring(1,3);the result of str after running will be ______.
【判断题】弗洛伊德始终认为,在人的精神活动中,"凡是精神方面的东西,首先是潜意识的;而另外一种性质--'意识'则可能存在,可能不存在。”
A.
正确
B.
错误
【单选题】当一次设备发生故障时,继电保护能将故障部分迅速切除,并发出信号,以保证( )安全可靠、经济合理地运行。
A.
一次设备
B.
二次设备
C.
配电设备
D.
电气设备
【简答题】在一棵非空二叉树中,若度为0的结点的个数n,度为2的结点个数为m,则有n=________ (系统根据字符串匹配来判定答案,所以您的答案中请不要包含空格)For a binary tree with at least one node, if there are n nodes with degree 0 and m nodes with degree 2, then n = ________(T...
【简答题】当信号设备故障时,应立即显示 。A.
【简答题】For a binary tree with at least one node, if there are n nodes with degree 0 and m nodes with degree 2, then n = ________ ( This problem is judged by string matching, Please make sure your answer don'...
【单选题】账账核对不包括( )。
A.
总账各账户余额核对
B.
总账与明细账之间的核对
C.
总账与备查账之间的核对
D.
总账与日记账的核对
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题