128 resultados para Intellectual Task Solver


Relevância:

20.00% 20.00%

Publicador:

Resumo:

In older adults, cognitive resources play a key role in maintaining postural stability. In the present study, we evaluated whether increasing postural instability using sway referencing induces changes in resource allocation in dual-task performance leading older adults to prioritize the more age-salient posture task over a cognitive task. Young and older adults participated in the study which comprised two sessions. In the first session, three posture tasks (stable, sway reference visual, sway reference somatosensory) and a working memory task (n-back) were examined. In the second session, single- and dual-task performance of posture and memory were assessed. Postural stability improved with session. Participants were more unstable in the sway reference conditions, and pronounced age differences were observed in the somatosensory sway reference condition. In dual-task performance on the stable surface, older adults showed an almost 40% increase in instability compared to single-task. However, in the sway reference somatosensory condition, stability was the same in single- and dual-task performance, whereas pronounced (15%) costs emerged for cognition. These results show that during dual-tasking while standing on a stable surface, older adults have the flexibility to allow an increase in instability to accommodate cognitive task performance. However, when instability increases by means of compromising somatosensory information, levels of postural control are kept similar in single- and dual-task, by utilizing resources otherwise allocated to the cognitive task. This evidence emphasizes the flexible nature of resource allocation, developed over the life-span to compensate for age-related decline in sensorimotor and cognitive processing.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We investigate dynamic posture control and working memory (NBack) retest practice in young and older adults, focusing on older adults' potential for improvement in the component tasks but more importantly in dual-task performance. Participants performed the 2 tasks in 11 sessions under single- and dual-task conditions. Posture improvement was observed with retest practice for both groups. Increase in cognitive load after initial practice led to greater dual-task costs in both tasks in older adults and higher costs in memory in young adults. With continued practice, costs were reduced by both groups; however, the 2 groups focused improvement on different tasks: Older adults focused on posture but young adults on cognition. These results emphasize older adults' potential for improvement in dual-task performance and their flexibility to utilize the practice gains in posture to optimize cognitive performance.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Competition has become the mantra for survival in a globalised world where meaningful existence is fraught with demands, which go beyond the material to the immaterial ‘byte-size’. This has been exemplified by our obsession with illusions of immediate fame and fortune. This paper contextualises and extends the debate about the role of competition in general. Here the four major myths of competition are explored and deconstructed, from a Darwinian perspective to a more demonstrably engaged perspective on ‘capabilities’ (Sen, 1999). The second section deals particularly with the key debates, theories that influenced Tsunesaburo Makiguchi’s seminal ideas of ‘humanitarian competition’ in 1903. The final part of the paper seeks to decipher the relevance of the key ideas of ‘humanitarian competition’ as proposed by Dr Daisaku Ikeda in his 2009 peace proposal. Here the transition from competition to cooperation is explored by tying together the key principles of global coexistence enunciated by both Makiguchi and Ikeda in the context of expanding spiritual influence by the forces of culture, morality and virtue. To engage with humanitarian competition calls for a major shift from hard power to soft power, from subordination to one of engagement. In other words this concept advances the Buddhist principle of peaceful co-existence, or Panchsheel, as a norm for human behaviour of love, kindness, sacrifice and peace through cooperation, where equality and mutual benefit are critical. Humanitarian competition provides the essential framework to establish a new world order as highlighted by both Makiguchi and Ikeda.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study used a virtual simulated 3vs3 rugby task to investigate whether gaps opening in particular running channels promote different actions by the ball-carrier player and whether an effect of rugby expertise is verified. We manipulated emergent gaps in three different locations: gap1 in the participant’s own running channel, gap 2 in the 1st receiver's running channel, and gap3 in the 2nd receiver's running channel. Recreational, intermediate, professional and non-rugby players performed the task. They could i) run with the ball, ii) make a short pass, or iii) make a long pass. All actions were digitally recorded. Results revealed that the emergence of gaps in the defensive line with respect to the participant’s own position significantly influenced action selection. Namely, ‘run’ was most often the action performed in gap 1, ‘short pass’ in gap 2, and ‘long pass’ in gap 3 trials. Furthermore, a strong positive relationship between expertise and task achievement was found.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The number of children identified as having intellectual or developmental disability is rising worldwide and their education has been found wanting. It has been said that “they simply need better teaching.” At the same time, there is an increasing evidence base that pedagogy that is based on the discipline of behaviour analysis offers the best prospect for individuals diagnosed with autism spectrum disorders. On the basis of this evidence, it is proposed that behaviour analysis should be applied more broadly to improve teaching for all children with intellectual or developmental disability.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Absence of leftward bias in a line bisection task is often used as a clinical hemispheric indicator, but the effect is not uniform in a normal population. Sex, handedness, and strategy variables affect the strength and direction of any bias.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Objective: Previous studies with patients diagnosed with Major Depressive Disorder (MDD) revealed deficits in working memory and executive functions. In the present study we investigated whether patients with MDD have the ability to allocate cognitive resources in dual task performance of a highly challenging cognitive task (working memory) and a task that is seemingly automatic in nature (postural control). Method: Fifteen young (18–35 years old) patients with MDD and 24 healthy age-matched controls performed a working memory task and two postural control tasks (standing on a stable or on a moving platform) both separately (single task) and concurrently (dual task). Results: Postural stability under single task conditions was similar in the two groups, and in line with earlier studies, MDD patients recalled fewer working memory items than controls. To equate working memory challenges for patients and controls, task difficulty (number of items presented) in dual task was individually adjusted such that accuracy of working memory performance was similar for the two groups under single task conditions. Patients showed greater postural instability in dual task performance on the stable platform, and more importantly when posture task difficulty increased (moving platform) they showed deficits in both working memory accuracy and postural stability compared with healthy controls. Conclusions: We interpret our results as evidence for executive control deficits in MDD patients that affect their task coordination. In multitasking, these deficits affect not only cognitive but also sensorimotor task performance.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The prevalence of multicore processors is bound to drive most kinds of software development towards parallel programming. To limit the difficulty and overhead of parallel software design and maintenance, it is crucial that parallel programming models allow an easy-to-understand, concise and dense representation of parallelism. Parallel programming models such as Cilk++ and Intel TBBs attempt to offer a better, higher-level abstraction for parallel programming than threads and locking synchronization. It is not straightforward, however, to express all patterns of parallelism in these models. Pipelines are an important parallel construct, although difficult to express in Cilk and TBBs in a straightfor- ward way, not without a verbose restructuring of the code. In this paper we demonstrate that pipeline parallelism can be easily and concisely expressed in a Cilk-like language, which we extend with input, output and input/output dependency types on procedure arguments, enforced at runtime by the scheduler. We evaluate our implementation on real applications and show that our Cilk-like scheduler, extended to track and enforce these dependencies has performance comparable to Cilk++.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Cognitive and neurophysiological correlates of arithmetic calculation, concepts, and applications were examined in 41 adolescents, ages 12-15 years. Psychological and task-related EEG measures which correctly distinguished children who scored low vs. high (using a median split) in each arithmetic subarea were interpreted as indicative of processes involved. Calculation was related to visual-motor sequencing, spatial visualization, theta activity measured during visual-perceptual and verbal tasks at right- and left-hemisphere locations, and right-hemisphere alpha activity measured during a verbal task. Performance on arithmetic word problems was related to spatial visualization and perception, vocabulary, and right-hemisphere alpha activity measured during a verbal task. Results suggest a complex interplay of spatial and sequential operations in arithmetic performance, consistent with processing model concepts of lateralized brain function.