878 resultados para E-Schooling server
Resumo:
This research project was commissioned by the Commonwealth Department of Education, Science and Training to investigate the perceived efficacy of middle years programs in all States and Territories in improving the quality of teaching, learning and student outcomes - especially in literacy and numeracy and for student members of particular target groups. The latter groups included students from lower socio-economic communities, Aboriginal and Torres Strait Islander (Indigenous) communities, students with a Language Background Other than English (hereafter LBOTE), rural and remote students, and students struggling with the transition from middle/upper primary to the junior secondary years.
Resumo:
Gender equity: A framework for Australian schools is the most recent policy dealing with gender in schools at the national level in Australia. This paper provides a critical discourse analysis of the policy document, tracking two themes: 'the construction of gender', and 'equity: a discourse of education for all boys and girls'. Through this analysis the authors argue that the policy signals a substantial shift in focus-from girls and boys in relation to girls, to both girls and boys-within a framework of presumptive equality. It is also argued that the policy shuts down federal involvement in policy for girls' schooling. In the process, responsibility is devolved to the states and territories where, in many cases, gender equity programs will be struggled over at a local, school-based level. At the same time, however, spaces have been created which potentially enable new strategies for gender equity policies in Australian schools.
Resumo:
The middle years of schooling are receiving increased attention. This paper gives some background to 'middle schooling' and begin discussion if physical education is to be involved in the shift that an increasing number of schools are attempting to make in order to enhance student learning. It addresses findings, innovations and changes to the field of physical education. A set of questions are posed about the relationship between the middle years of schooling, health and physical education.
Resumo:
Based on discussions with Asian-Australian young women at a mixed-sex, Australia State high school, this article argues that the pro-school conformity of Asian-Australian young women sets them in a problematic and precarious relationship to the material and symbolic and processes of racialisation. The first part of the article identifies the limitations of research into the pro-school/anti-school orientations of minority students, arguing that most accounts are based on theories of culture, acculturation, class and gender, and class and race that neglect an analysis of race and sex. I then argue that practices of racialisation and sexualisation actually sustain pro-school culture and Asian female group associations. While these formations are effective in securing Asian female educational success, they are also problematic because they limit the educational possibilities and employment opportunities of Asian young women in Australia.
Resumo:
Nowadays, due to the incredible grow of the mobile devices market, when we want to implement a client-server applications we must consider mobile devices limitations. In this paper we discuss which can be the more reliable and fast way to exchange information between a server and an Android mobile application. This is an important issue because with a responsive application the user experience is more enjoyable. In this paper we present a study that test and evaluate two data transfer protocols, socket and HTTP, and three data serialization formats (XML, JSON and Protocol Buffers) using different environments and mobile devices to realize which is the most practical and fast to use.
Resumo:
The goal of the this paper is to show that the DGPS data Internet service we designed and developed provides campus-wide real time access to Differential GPS (DGPS) data and, thus, supports precise outdoor navigation. First we describe the developed distributed system in terms of architecture (a three tier client/server application), services provided (real time DGPS data transportation from remote DGPS sources and campus wide data dissemination) and transmission modes implemented (raw and frame mode over TCP and UDP). Then we present and discuss the results obtained and, finally, we draw some conclusions.
Resumo:
Multicore platforms have transformed parallelism into a main concern. Parallel programming models are being put forward to provide a better approach for application programmers to expose the opportunities for parallelism by pointing out potentially parallel regions within tasks, leaving the actual and dynamic scheduling of these regions onto processors to be performed at runtime, exploiting the maximum amount of parallelism. It is in this context that this paper proposes a scheduling approach that combines the constant-bandwidth server abstraction with a priority-aware work-stealing load balancing scheme which, while ensuring isolation among tasks, enables parallel tasks to be executed on more than one processor at a given time instant.
Resumo:
Developing an efficient server-based real-time scheduling solution that supports dynamic task-level parallelism is now relevant to even the desktop and embedded domains and no longer only to the high performance computing market niche. This paper proposes a novel approach that combines the constantbandwidth server abstraction with a work-stealing load balancing scheme which, while ensuring isolation among tasks, enables a task to be executed on more than one processor at a given time instant.
Resumo:
This paper proposes a dynamic scheduler that supports the coexistence of guaranteed and non-guaranteed bandwidth servers to efficiently handle soft-tasks’ overloads by making additional capacity available from two sources: (i) residual capacity allocated but unused when jobs complete in less than their budgeted execution time; (ii) stealing capacity from inactive non-isolated servers used to schedule best-effort jobs. The effectiveness of the proposed approach in reducing the mean tardiness of periodic jobs is demonstrated through extensive simulations. The achieved results become even more significant when tasks’ computation times have a large variance.
Resumo:
Although the Navigation Satellite Timing and Ranging (NAVSTAR) Global Positioning System (GPS) is, de facto, the standard positioning system used in outdoor navigation, it does not provide, per se, all the features required to perform many outdoor navigational tasks. The accuracy of the GPS measurements is the most critical issue. The quest for higher position readings accuracy led to the development, in the late nineties, of the Differential Global Positioning System (DGPS). The differential GPS method detects the range errors of the GPS satellites received and broadcasts them. The DGPS/GPS receivers correlate the DGPS data with the GPS satellite data they are receiving, granting users increased accuracy. DGPS data is broadcasted using terrestrial radio beacons, satellites and, more recently, the Internet. Our goal is to have access, within the ISEP campus, to DGPS correction data. To achieve this objective we designed and implemented a distributed system composed of two main modules which are interconnected: a distributed application responsible for the establishment of the data link over the Internet between the remote DGPS stations and the campus, and the campus-wide DGPS data server application. The DGPS data Internet link is provided by a two-tier client/server distributed application where the server-side is connected to the DGPS station and the client-side is located at the campus. The second unit, the campus DGPS data server application, diffuses DGPS data received at the campus via the Intranet and via a wireless data link. The wireless broadcast is intended for DGPS/GPS portable receivers equipped with an air interface and the Intranet link is provided for DGPS/GPS receivers with just a RS232 DGPS data interface. While the DGPS data Internet link servers receive the DGPS data from the DGPS base stations and forward it to the DGPS data Internet link client, the DGPS data Internet link client outputs the received DGPS data to the campus DGPS data server application. The distributed system is expected to provide adequate support for accurate (sub-metric) outdoor campus navigation tasks. This paper describes in detail the overall distributed application.
Resumo:
Develop a client-server application for a mobile environment can bring many challenges because of the mobile devices limitations. So, in this paper is discussed what can be the more reliable way to exchange information between a server and an Android mobile application, since it is important for users to have an application that really works in a responsive way and preferably without any errors. In this discussion two data transfer protocols (Socket and HTTP) and three serialization data formats (XML, JSON and Protocol Buffers) were tested using some metrics to evaluate which is the most practical and fast to use.