نتایج جستجو برای: concepts of mathematics curriculum

تعداد نتایج: 21186388  

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی اصفهان - دانشکده ریاضی 1389

one of the most important number sequences in mathematics is fibonacci sequence. fibonacci sequence except for mathematics is applied to other branches of science such as physics and arts. in fact, between anesthetics and this sequence there exists a wonderful relation. fibonacci sequence has an importance characteristic which is the golden number. in this thesis, the golden number is observed ...

Journal: :EURASIA Journal of Mathematics, Science and Technology Education 2007

Journal: :پژوهشنامه مبانی تعلیم و تربیت 0
حمیرا برزیده علیرضا محمودنیا یحیی قائدی سعید ضرغامی

the main purpose of this research is to develop an islamic social education curriculum model for secondary schools. reaching to this purpose we used the normative method and deduction. investigating the ratio of practicable usage of normative methodology concepts with current subject orientation curriculum, appeared the necessity of change in current value based orientations in social education...

2009
Barry Kissane

A key component of any kind of mathematics curriculum change is the development of professional expertise among teachers. This paper offers an outline model of the stages through which mathematics teachers seem to pass when learning to integrate a graphics calculator into their professional practice. The model describes four developmental stages of progression: (1) Where’s the ON button? (2) Bl...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه اصفهان - دانشکده زبانهای خارجی 1390

this study was conducted to investigate the impact of podcasts as a learning and teaching tool on iranian efl learners’ motivation for listening as well as on their listening comprehension ability. the study also investigated the learners’ perception towards listening to podcasts and examined whether the learners were likely to accept podcasts. out of fifty-five intermediate learners studying e...

Journal: :journal of medical education 0
alexandra halalau beaumont health system john falatko misa mi

background and purpose: adequate evidence based medicine (ebm) knowledge and skills are required to provide up-to-date, high quality medical care to patients. unfortunately, achieving these skills and knowledge requires a prolonged learning process and constant exposure to ebm concepts. the adult learning theory holds the assumption that adults learn better in a problem based and collaborative ...

2005
Douglas H. Clements Julie Sarama

This study evaluated the efficacy of a preschool mathematics program based on a comprehensive model of developing research-based software and print curricula. Building Blocks, funded by the National Science Foundation, is a curriculum development project focused on creating researchbased, technology-enhanced mathematics materials for PreK through grade 2. In this article, we describe the underl...

2007
Taro Fujita

Defining and classifying quadrilaterals, though an established component of the school mathematics curriculum, appears to be a difficult topic for many learners. The reasons for such difficulties relate to the complexities in learning to analyse the attributes of different quadrilaterals and to distinguish between critical and noncritical aspects. Such learning, if it is to be effective, requir...

1989
David Tall

It seems self-evident that the way to teach mathematics is to start from simple concepts familiar to the learner and to build more complex ideas through a sequence of activities growing steadily in sophistication. It is a salutary experience to learn that a curriculum carefully built in this way can cause serious difficulties in learning. The problem arises because the human mind does not opera...

Journal: :New ICMI studies series 2023

In this chapter, we present an overview of the main messages OECD Learning Compass 2030 and their implications for mathematics curricula. We introduce key concepts learning framework, which describes kind competencies today’s students will need future, then look at how it Future Education Skills project can influence teaching. common challenges that countries face when redesigning curriculum th...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->