阿摩線上測驗
登入
首頁
>
教師檢定(教檢)◆國民小學◆課程教學與評量(舊名:國民小學課程與教學)
>
110年 - 110 屏東科技大學師資培育中心_教育大會考線上考試試題110.06.11#99409
> 申論題
簡答題:請說明史特佛賓(D. L. Stufflebeam)之「背景-投入-過程-產出」課 程評鑑模式(Context-Input-Process-Product Model)內容,並說明此評鑑模式的 優缺。
申論題作答 (共 1 筆)
依時間顯示最近 1 筆。
Johnny
申論題作答 #56516
73 分
73
總分
題意符合度
75分
論證結構
70分
語言表達
75分
8分10秒
總時間
1
人解鎖
2026.05
正文
史特佛賓CIPP模式 背景C:評估需求與目標,分析環境中的問題、學習者的需求。...
解鎖 125 字
1 人已解鎖
詳解 (共 3 筆)
延期澆不熄我的心
詳解 #4825636
2021/06/22
一、史特佛賓(Stufflebeam) ...
(共 453 字,隱藏中)
前往觀看
蝦皮:警察法規白話解題
詳解 #4824336
2021/06/22
有關史特佛賓(D. L. Stuffle...
(共 1035 字,隱藏中)
前往觀看
beatr4243
詳解 #4831612
2021/06/24
強調不斷的改進以及主張評鑑是用以做決定。...
(共 387 字,隱藏中)
前往觀看
相關申論題
(1)這一題的難度值(P 值)與鑑別度值(D 值)各自 為何?
#415645
(2)這一題的試題品質如何?
#415646
201. Given:1. import java.util.*; 2. class A{} 3. class B extends A{} 4. public class Test{ 5. public static void main(Strang[] args){ 6. List<A> listA = new LinkedList<A>(); 7. List<B> listB = new LinkedList<B>(); 8. List<Obect> listO = new LinkedList<Obect>(); 9. //insert code here 10. } 11. public static void m1(List<? extends A> list){} 12. public static void m2(List<A> list){} Place a result onto each method call to indicate what would happen if the method call were inserted at line 9. Note: Results can be used more than once.
#415647
202. Given: NumberNames nn = new NumberNames(); nn.put("one", 1); System.out.println(nn.getNames()); Place the code into position to create a class that maps from Strings to integer values. The result of execution must be [one]. Some options may be used more than once. public class NumberNames{ private HashMap< Place here , Place here > map = new HashMap< Place here , Place here Place here ;
#415648
216. Given: 1. import java.util.*, 2. public class TestGenericConversion{ 3. public static void main(String[] args){ 4. List list = new LinkedList(); 5. list.add("one"); 6. list.add("two"); 7. System.out.print(((String)list.get(O)).length()); 8. } 9. } Refactor this class to use generics without changing the code's behavior.
#415649
217. Place the code into the GenericB class definition to make the class compile successfully.
#415650
218. Place the code elements in position so that the Flags2 class will compile and make appropriate use of the wait/notify mechanism. Note You may reuse code elements.
#415651
220. Which factor or factors (A) It is possible for more than two threads to deadlock at once. (B) The JVM implementation guarantees that multiple threads cannot enter into a deadlocked state. (C) Deadlocked threads release once their sleep() method's sleep duration has expired. (D) Deadlocking can occur only when the wait(), notify() and notifyAll() methods are used incorrectly. (E) It is possible for a single-threaded application to deadlock if synchronized blocks are used incorrectly. (F) If a piece of code is capable of deadlocking, you cannot eliminate the possibility of deadlocking by inserting invocations of Thread.yield().
#415652
225. Given: 10. Runnable r = new Runnable(){ 11. public void run(){ 12. try{ 13. Thread.sleep(1000); 14. }catch(InterruptedException e){ 15. System.out.println("interrupted"); 16. } 17. System.out.println("ran"); 18. } 19. }; 20. Thread t = new Thread(r); 21. t.start(); 22. System.out.println("started"); 23. t.sleep(2000): 24. System.out.println("interrupting"); 25. t.interrupt(); 26. System.out.println("ended"); Assume that sleep(n) executes in exactly n milliseconds. and all other code executes in an insignificant amount of time. Place the fragments in the output area to show the result of running this code.
#415653
228. Which three will compile and run without exception? (Choose three.) (A) private synchronized Object o; (B)(C) public synchronized void go(){/* code here */} (D) private synchronized(this) void go(){/* code here */} (E) (F)
#415654
相關試卷
114年 - 114 高級中等以下學校及幼兒園教師資格考試_國民小學:課程教學與評量#127833
114年 · #127833
113年 - 113 高級中等以下學校及幼兒園教師資格考試_國民小學:課程教學與評量#120533
113年 · #120533
113年 - 113 國立屏東大學_高級中等以下學校及幼兒園教師資格考試模擬測驗_國民小學:課程教學與評量#119657
113年 · #119657
112年 - 112 國立臺北教育大學模擬教師資格考試_國民小學:課程教學與評量#119682
112年 · #119682
112年 - 112 高級中等以下學校及幼兒園教師資格考試_國民小學:課程教學與評量#115013
112年 · #115013
111年 - 111 國立臺北教育大學_模擬教師資格考試_國民小學:課程教學與評量#114101
111年 · #114101
111年 - 111 高級中等以下學校及幼兒園教師資格考試_國民小學:課程教學與評量#108204
111年 · #108204
110年 - 110 國立臺北教育大學模擬教師資格考試_國民小學:課程教學與評量#120880
110年 · #120880
110年 - 110 高級中等以下學校及幼兒園教師資格考試_國民小學:課程教學與評量#99818
110年 · #99818
110年 - 110 國立臺南大學_教育學系(碩士班)招生考試:課程與教學 #99453
110年 · #99453