阿摩線上測驗
登入
首頁
>
教師檢定(教檢)◆教育理念與實務(舊名:教育原理與制度)(幼兒園、特殊教育、國民小學、中等學校)
>
110年 - 110-3 國立臺灣體育運動大學師資培育中心返校座談模擬考:教學原理與制度#99390
> 試題詳解
34. 有關法國教育行政制度的描述,下列何者正確?
(A)大學區屬於中央層級
(B)中央集權的教育制度
(C)大學區總長由省長任命
(D)市鎮設置學校委員會晉用教師
答案:
登入後查看
統計:
A(206), B(885), C(149), D(110), E(0) #2722945
詳解 (共 2 筆)
Hsuanhsuan
B2 · 2021/06/30
#4851282
(A)大學區屬於中央層級➡️地方層級(B...
(共 95 字,隱藏中)
前往觀看
12
0
家寧已上榜~感謝阿摩
B1 · 2021/06/20
#4818325
(A)大學區屬於地方層級(B)中央集權的...
(共 93 字,隱藏中)
前往觀看
6
0
相關試題
35. 依據「性別平等教育法」之規定,國民中小學每學期應實施性別平等教育相關課程或活動至少幾小時?(A)二小時 (B)三小時 (C)四小時 (D)六小時
#2722946
36.教育部101年12月公布中華民國師資培育白皮書,揭櫫教師圖像為具備教育愛、專業力、執行力的新時代良師,並提出其九項核心內涵。下列何者不是其九項內涵之項目?(A)品格力 (B)合作力 (C)創新能力 (D)問題解決能力
#2722947
37. 有關我國目前十二年國民基本教育的敘述,下列何者正確?(A)重視以學生為中心的教學,依據國中畢業生之性向、能力和興趣,提供升學的分流選擇 (B)分兩階段,國中小階段依據「教育基本法」,高中職階段依據「高中教育法」規定辦理 (C)採均一原則,依據「強迫入學條例」,提供普及、公辦、免學費、強迫入學之國民教育機會 (D)以免試入學為主,但仍保留多種招生方式,104年度起先辦理特色招生,再依會考成績申請免試分發
#2722948
38. 下列四位對於民國103年即將推動的十二年國民基本教育的理解,何者錯誤?(A)李先生:「我要提醒我家小輝去參加國中教育會考。」(B)王小姐:「我弟弟想讀特色高中,可以參加甄選入學吧!」(C)張爸爸:「糟糕了!我家小素不想讀高中,要被罰錢了。」(D)吳女士:「真好!我們的孩子不用搬遷戶口,就可以在學區內就讀。」
#2722949
39. 芬蘭之教育近年來備受各國之重視,下列所述芬蘭之教育制度之基本原則,何者不正確?(A)採地方分權 (B)公立學校學生一律免費就讀 (C)全國有統一之中小學核心課程,齊一教育水準 (D)所有教育制度之各級學校經費,除大學外,均由國家支付
#2722950
40. 教育部為了對文化不利兒童中、低成就者之照顧,實施「攜手計畫—課後扶助」,試問我國自民國103年實施十二年國民基本教育後,該計畫併入下列何者?(A)樂學計畫 (B)補救教學計畫 (C)火炬計畫 (D)教育優先區計畫
#2722951
51. Given: Which statement is true about the classes and interfaces? (A) Compilation will succeed for all classes and interfaces. (B) Compilation of class C will fail because of an error in line 2. (C) Compilation of class C will fail because of an error in line 6. (D) Compilation of class AImpl will fail because of an error in line 2.
#2722952
54. Given: 1. package test; 2. 3. class Target{ 4. public String name = "hello"; 5. } What can directly access and change the value of the variable name? (A) any class (B) only the Target class (C) any class in the test package (D) any class that extends Target
#2722953
55. Given: 11. abstract class Vehicle{public int speed(){return 0;}} 12. class Car extends Vehicle{public int speed(){return 60;}} 13. class RaceCar extends Car{public int speed(){return 150;}} ... 21. RaceCar racer = new RaceCar(); 22. Car car = new RaceCar(); 23. Vehicle vehicle = new RaceCar(); 24. System.out.println(racer.speed() + ", " + car.speed() 25. + ", " + vehicle.speed()); What is the result? (A) 0, 0, 0 (B) 150, 60, 0 (C) Compilation fails. (D) 150, 150, 150 (E) An exception is thrown at runtime.
#2722954
56. Given: 5. class Building{} 6. public class Barn extends Building{ 7. public static void main(String[] args){ 8. Building build1 = new Building(); 9. Barn barn1 = new Barn(); 10. Barn barn2 = (Barn)build1; 11. Object obj1 = (Object)build1; 12. String str1 = (String)build1; 13. Building build2 = (Building)barn1; 14. } 15. } Which is true? (A) if line 10 is removed, the compilation succeeds. (B) if line 11 is removed, the compilation succeeds. (C) if line 12 is removed, the compilation succeeds. (D) if line 13 is removed, the compilation succeeds. (E) More than one line must be removed for compilation to succeed.
#2722955
相關試卷
111年 - 111高級中等以下學校及幼兒園教師資格考試_國民小學、中等學校︰教育理念與實務(重複)#109208
2022 年 · #109208
111年 - 111 高級中等以下學校及幼兒園教師資格考試_中等學校、國民小學:教育理念與實務#108205
2022 年 · #108205
110年 - 110-5 國立臺灣體育運動大學師資培育中心實習返校座談模擬考:教學原理與制度#99708
2021 年 · #99708
110年 - 110-3 國立臺灣體育運動大學師資培育中心實習返校座談教師資格檢定模擬考試卷:中等學校課程與教學#99393
2021 年 · #99393
110年 - 110-3 國立臺灣體育運動大學師資培育中心返校座談模擬考:教學原理與制度#99390
2021 年 · #99390
110年 - 110-2國立臺灣體育運動大學師資培育中心實習返校座談教師資格檢定模擬考:教育原理與制度#99275
2021 年 · #99275
110年 - 110 國立屏東大學各師資類科教育學程甄選試題:幼兒教育時事與議題#99206
2021 年 · #99206
110年 - 110-1國立臺灣體育運動大學師資培育中心返校座談模擬考試:中等學校課程與教學#99178
2021 年 · #99178
110年 - 110-1 國立臺灣體育運動大學師資培育中心返校座談模擬考:教育原理與制度#99177
2021 年 · #99177
110年 - 東華大學110年_109學年度第二次教育實習知能檢定考試_教育理念與實務#97293
2021 年 · #97293