نتایج جستجو برای: proactive reaction

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

2011
Ilke Öztekin David Badre

Proactive interference (PI), in which irrelevant information from prior learning disrupts memory performance, is widely viewed as a major cause of forgetting. However, the hypothesized spontaneous recovery (i.e., automatic retrieval) of interfering information presumed to be at the base of PI remains to be demonstrated directly. Moreover, it remains unclear at what point during learning and/or ...

Journal: :Memory & cognition 2015
Andrew Heathcote James R Coleman Ami Eidels Jason M Watson Joseph Houpt David L Strayer

We examined the role of dual-task interference in working memory using a novel dual two-back task that requires a redundant-target response (i.e., a response that neither the auditory nor the visual stimulus occurred two back versus a response that one or both occurred two back) on every trial. Comparisons with performance on single two-back trials (i.e., with only auditory or only visual stimu...

Journal: :Cerebral cortex 2005
David Badre Anthony D Wagner

Memory of a past experience can interfere with processing during a subsequent experience, a phenomenon termed proactive interference (PI). Neuroimaging and neuropsychological evidence implicate the left mid-ventrolateral prefrontal cortex (mid-VLPFC) in PI resolution during short-term item recognition, though the precise mechanisms await specification. The present functional magnetic resonance ...

Journal: :Journal of experimental psychology. General 2015
Kevin P Darby Vladimir M Sloutsky

Learning often affects future learning and memory for previously learned information by exerting either facilitation or interference effects. Several theoretical accounts of interference effects have been proposed, each making different developmental predictions. This research examines interference effects across development, with the goal of better understanding mechanisms of interference and ...

Journal: :Memory & cognition 2015
Christopher N Wahlheim

Testing initially learned information before presenting new information has been shown to counteract the deleterious effects of proactive interference by segregating competing sources of information. The present experiments were conducted to demonstrate that testing can also have its effects in part by integrating competing information. Variations of classic A-B, A-D paired-associate learning p...

Journal: :Journal of Systems and Software 2008
Zhen He Byung Suk Lee Xiaoyang Sean Wang

Many state-of-the-art selectivity estimation methods use query feedback to maintain histogram buckets, thereby using the limited memory efficiently. However, they are “reactive” in nature, that is, they update the histogram based on queries that have come to the system in the past for evaluation. In some applications, future occurrences of certain queries may be predicted and a “proactive” appr...

Journal: :Neuropsychology 2006
Trey Hedden Carolyn Yoon

Recent theories have suggested that resistance to interference is a unifying principle of executive function and that individual differences in interference may be explained by executive function (M. J. Kane & R. W. Engle, 2002). Measures of executive function, memory, and perceptual speed were obtained from 121 older adults (ages 63-82). We used structural equation modeling to investigate the ...

Journal: :Patient education and counseling 2006
Christina Bode Denise T D de Ridder Jozien M Bensing

OBJECTIVES This article describes the development, content, feasibility and first results of a short educational program for preparing for aging, based on the process model of proactive coping. The aim of the program is to increase proactive competencies and improve proactive orientations and behaviour. The program consists of four-weekly meetings with 8-10 participants and is given by trainers...

2017
Annet H. de Lange Dorien Kooij

Purpose – This paper sets out to examine proactive personality in relation to job demands, job resources and engagement. Design/methodology/approach – The current study employed a two-wave complete panel study among 794 Dutch government employees. Based upon the Job Demands-Resources (JD-R) model, previous studies, job crafting theories, and Conservation of Resources (COR) theory, hypotheses on...

2003
Eunmi Choi Dugki Min

An active Web cluster system is an active network that has a collection of locally distributed servers that are interconnected by active switches, providing a Web application service. In this paper, we introduce the ALBM (Adaptive Load Balancing and Management) active cluster system that provides proactive management. The architecture of the ALBM active cluster and its underlying components are...

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

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

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"; } -->