This study examines the relationship between the Big Five personality traits and motivation for sports achievement among youth badminton players. The research aims to identify how personality traits influence athletes’ drive for success and tendency to avoid failure, ultimately shaping their competitive performance. The hypothesis envisioned using a descriptive-correlational design to collect data from 51 players based on the use of validated psychological scales such as Big Five Personality Traits Scale and Sports Achievement Motivation Scale. Personality traits were assessed on their effect on achievement motivation using statistical analyses such as Pearson correlation, multiple regression. The relation between extraversion, openness, and conscientiousness with achievement drive is found to be positive and neuroticism has negative effect on success motivation and increases in failure avoidance. Pearson’s correlation: Multiple regression analysis again confirmed that the personality traits account for over 63% of the variance in the achievement motivation, establishing their predictive power. The motivation levels of the players with different levels of neuroticism were found to be significantly different with low neuroticism athletes having higher success motivation. With these findings, it is hoped that coaches, sports psychologists, and talent development programs will develop personality based motivated strategies that would increase in athletic performance. Future research should address the longitudinal effects of personality and motivation on mental resilience training and external factors of the coach’s style in terms of shaping the motivation of the athlete. Sports professionals integrate in psychological assessment in training programs allow them to make interventions with the best combination of motivation and competitive success.
Abstract: The research aims to assess the level of readiness of the Information and Communication Technology (ICT) infrastructure for business continuity at Earthlink Telecommunications and Internet Services Company in Iraq, in light of the requirements of the international standard ISO/IEC 27031:2025. The research adopts a case study approach as an appropriate methodological framework for understanding and analyzing the organizational and technical complexity inherent in telecommunications sector organizations. To achieve the research objectives, a set of integrated data collection tools was employed, including field interviews with technical and administrative staff, a review of organizational documents and approved policies, as well as d
... Show MoreTo perform a secure evaluation of Indoor Design data, the research introduces a Cyber-Neutrosophic Model, which utilizes AES-256 encryption, Role-Based Access Control, and real-time anomaly detection. It measures the percentage of unpredictability, insecurity, and variance present within model features. Also, it provides reliable data security. Similar features have been identified between the final results of the study, corresponding to the Cyber-Neutrosophic Model analysis, and the cybersecurity layer helped mitigate attacks. It is worth noting that Anomaly Detection successfully achieved response times of less than 2.5 seconds, demonstrating that the model can maintain its integrity while providing privacy. Using neutrosophic sim
... Show MoreThe global food supply heavily depends on utilizing fertilizers to meet production goals. The adverse impacts of traditional fertilization practices on the environment have necessitated the exploration of new alternatives in the form of smart fertilizer technologies (SFTs). This review seeks to categorize SFTs, which are slow and controlled-release Fertilizers (SCRFs), nano fertilizers, and biological fertilizers, and describes their operational principles. It examines the environmental implications of conventional fertilizers and outlines the attributes of SFTs that effectively address these concerns. The findings demonstrate a pronounced environmental advantage of SFTs, including enhanced crop yields, minimized nutrient loss, improved nut
... Show MoreTourism is a human phenomenon and economic and social activity. It represents an effective forces in the life of the individuals and state alike. As any other economic and human activity has appositive and negative results.
So there is a necessary to planning and activate this sector to get the most possible advantage.
Tourism has special importance out of its effect on the structure and performance of national economy. It can be regarded a dynamic activity with mutual effect include all the economic activities within and out the state. Tourism is affected and affect the production con summing , joineries , communication , ports ,hotel , restaurants ,internal and
... Show MorePreserving the Past and Building the Future: A Sustainable Urban Plan for Mosul, Iraq
Despite the importance of sustainable development and its dimensions in developing performance and supporting competitive advantage in economic units, there is a gap and lack of coordination between Combined Assurance providers (management, internal audit, external audit) to report on sustainable development, and the research aims to propose a model for the Combined Assurance report to achieve development sustainable development in the Iraqi economic units, especially the Baghdad Municipality, enables assurance providers to coordinate efforts that lead to the achievement of Combined Assurance, The research found the proposed model for the Combined Assurance report in achieving sustainable development in the Iraqi economic units, es
... Show MoreThe aim of the research is to identify the reality of administrative motivation for the deans of the faculties of physical education and sports sciences at the universities of Baghdad and Al-Mustansiriya from the point of download of the faculty members. The number of the exploratory sample was (7) faculty members, they were taken in a random way, while the rest of the sample number was (150) faculty members who considered the application sample for the scale, and the two researchers also adopted a questionnaire for the scale and it is applied to the Iraqi environment. phrase, which are phrases that are interrelated with the administrative leadership motivation in the faculties of physical education and sports sciences. The researchers did
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.