首页 > 其他分享 >cur·ric·u·lum

cur·ric·u·lum

时间:2022-08-27 08:22:40浏览次数:52  
标签:school Latin word cur curriculum lum course Curriculum ric

In education, a curriculum (/kəˈrikjʊləm/; plural curricula /kəˈrikjʊlə/ or curriculums) is broadly defined as the totality of student experiences that occur in the educational process. The term often refers specifically to a planned sequence of instruction, or to a view of the student's experiences in terms of the educator's or school's instructional goals. In a 2003 study, Reys etc refer to curriculum as a set of learning goals articulated across grades that outline the intended mathematics content and process goals at particular points in time throughout the K–12 school program. Curriculum may incorporate the planned interaction of pupils with instructional content, materials, resources, and processes for evaluating the attainment of educational objectives. Curriculum is split into several categories: the explicit, the implicit (including the hidden), the excluded, and the extracurricular.

  • kindergarten

Curricula may be tightly standardized, or may include a high level of instructor or learner autonomy. Many countries have national curricula in primary and secondary education, such as the United Kingdom's National Curriculum.

UNESCO's International Bureau of Education has the primary mission of studying curricula and their implementation worldwide.

  • United Nations Educational, Scientific, and Cultural Organization

The word "curriculum" began as a Latin word which means "a race" or "the course of a race" (which in turn derives from the verb currere meaning "to run/to proceed"). The word is "from a Modern Latin transferred use of classical Latin curriculum "a running, course, career" (also "a fast chariot, racing car"), from currere "to run" (from PIE root *kers- "to run")."

By the nineteenth century, European universities routinely referred to their curriculum to describe both the complete course of study (as for a degree in surgery) and particular courses and their content. By 1824, the word was defined as"a course, especially a fixed course of study at a college, university, or school."

A curriculum vitae is the same as a CV. (mainly British; in American, use résumé or resume /rezu'mei/).

六级/考研单词: educate, curriculum, plural, seldom, instruct, articulate, outline, mathematics, interact, evaluate, attain, implicit, kindergarten, nationwide, unite, bureau, mission, implement, derive, verb, classic, resume

标签:school,Latin,word,cur,curriculum,lum,course,Curriculum,ric
From: https://www.cnblogs.com/funwithwords/p/16629768.html

相关文章

  • cur·ren·cy
    Origin:currentia'flowing',fromLatincurrere;currentAcurrencyinthemostspecificsenseismoneyinanyformwheninuseorcirculationasamediumofe......
  • curl
    CurlorCURLmayreferto:ScienceandtechnologyCurl(mathematics),avectoroperatorthatshowsavectorfield'srateofrotationCurl(programminglanguag......
  • mabties Mapper 实体类与数据库字段不匹配问题,java.sql.SQLSyntaxErrorException: U
    实体类与数据库字段不匹配问题,java.sql.SQLSyntaxErrorException:Unknowncolumn'xxx'in'fieldlist'控制台报错Errorqueryingdatabase.Cause:java.sql.SQLS......
  • 1. mongodb基础:cursor.forEach使用
    varxtdb_db=connect("ip:port/实例名").getSisterDB("xtdb");varback_db=connect("ip:port/实例名").getSisterDB("xtdb_del_back");xtdb_db.auth("username","pass......
  • ubuntu系统源码安装suricata6
     下载suricata6源码,并切换到分支6.0版本:gitclonehttps://github.com/OISF/suricata.gitgitcheckout-bsuricata-6.0.0suricata-6.0.0新增协议Jir ......
  • Spring boot Security OAuth2监听用户登录成功或失败
    1:登陆成功监听@ComponentpublicclassAuthenticationSuccessEventListenerimplementsApplicationListener<AuthenticationSuccessEvent>{@Autowiredpr......
  • Flume原理简介 + 组件
    1.1简介ApacheFlume是一个从可以收集例如日志,事件等数据资源,并将这些数量庞大的数据从各项数据资源中集中起来存储的工具/服务,或者数集中机制。flume具有高可用,分......
  • IfcCurveOrEdgeCurve
    IfcCurveOrEdgeCurve类型定义IfcCurveOrEdgeCurve提供了在几何模型中选择几何曲线(IfcCurve和子类型)或在拓扑模型中选择具有关联几何图形和坐标的曲线(IfcEdgeCurve)的选项......
  • 面经-HashTable与ConcurrentHashMap比较
    HashTable与ConcurrentHashMap比较1.HashTable与ConcurrentHashMap都是线程安全的Map集合。2.HashTable与ConcurrentHashMap的键和值都不能为空。3.HashTable并发度低,整......
  • 【云原生】Kubernetes(k8s)——本地存储卷介绍与简单使用(emptyDir,hostPath,local volume)
    目录一、概述二、emptyDir三、hostPath四、emptyDir和hostPath异同五、localvolume概述(常用)六、StorageClass本地存储(常用)1)创建本地存储类(StorageClass)2)创建PV3)创建PVC4......