This research aimed at studying the role of calculated knowledge an its efficiency in improving the performance especially most of the organizations are living within knowledge era which concentrate on new technology investment in different fields of modern live . Under the scientific trends towards the economy of calculated knowledge which depend basically on new computer program in order to utilize the knowledge to raise the level of work performance exploiting different resources in the best way that helps the organizations to achieve their objectives because the information technology and computer programs became a means of survival and indispensible instrument within the developed world which depend on prosperity . progress and competitive capabilities , Regarding application sides , it was represented in preparing questionnaire form including two central parts ; the first dealing with calculated knowledge , the second one dealing with work performance . the aim is to measure the effect of calculated knowledge over work performance . this research has been applied in general company for Iraqi Railway through distribution of forms among the company staff . All the data is entered and analyzed by using (SPSS) statistic program , and finally reached some conclusions and recommendations which may cherish the knowledge in this sector .
Throughput accounting is concerned with a throughput measurement process to determine the efficiency of the company, to know the problems and obstacles it suffers from, to determine their causes and ways to address them.The research problem is represented by the following question: does the application of a throughput accounting lead to maximizing the company's profits? The aim of the research is to demonstrate the importance of throughput accounting, which is one of the tools of management accounting in providing an efficient information system that provides the company’s management with the information it needs to improve its production processes, increase a throughput, and thus maxi
... Show MoreAbstract
The open budget means everyone in the society can get information about the government budget in order to watch the governmental works. The aim of the research is to study the concepts of open budget, its advantage, limitations, role of supporting the transparency and questioning the administrative and financial corruption. Thus reflects positively on the national economy by providing governmental information to all users whether they are individuals or belong to the political class, or any other governmental or nongovernmental organizations which are interested in these information.
In order to achieve the objectives of the research aims, we make questionnaire to see aca
... Show MoreThe aim of the research is to identify the extent of the ability to ensure the integrated reports by the auditor in verifying the credibility of these reports, and their implications for the benefit of all parties dealing with the economic unit, as well as measuring the impact of the assurance procedures followed by the auditors and their role in confirming these reports.
The research methodology was designed after studying the previous literature related to the research variables, and then the relationship between these variables was tested, through the use of a questionnaire list. A questionnaire targeting the community of auditors in the local environment, and the results of the study wer
... Show MoreThe steady state performance of the counter rotating floating ring Journal bearing is analyzed with isothermal finite bearing theory. The effect of different parameters affecting the performance of the bearing (namely speed ratio, clearance ratio and radii ratio), have been investigated. The load carrying capacity of the bearing increasing with decreasing the radii ratio (R2/R1) of the ring and clearance ratio (c1/c2), in the other hand, the coefficient of friction increases with increasing the clearance and radii ratios, while decreases with incre4asing the bearing to journal speed ratio (γ). It is shown during this work that different operating conditions are greatly enhanced the performance
... Show MoreCorruption, in all its categories and forms, is regarded as the nowadays virus which has greatly spread in most institutes and society, a matter that cause a great waste of resources.
According to the reports of international transparency Institute, Iraq is regarded as one of the greatest countries in corruption.
Regardless of the reasons and forms of corruption, the retreat in work – values and ethics are the main reasons behind that.
Being the main source of providing qualified staff "educators" for the working market, the high education institutes face great challenges in standing against corruption inside and outside
... Show MoreAbstract:
Current research has sought to apply the criteria of potential for altmizalaorbi model EFQM 2013 in assessing the performance of the Inspector General's Office/Ministry of health, so as to keep up with a modern and advanced management methods in the evaluation of performance, as well as to link performance to a citizen's life, and it takes him beyond the accepted service capabilities today, but of budget duties between dealers servicing responsibilities and future planning, financial control, competitiveness, human resources needs and maintaining quality and development, as well as the constant quest for continuous improvement, is the spirit of the principle underpinning the European Foundation Quality managemen
... Show MoreObjectives: The aim of the study is to evaluate the information of caregivers concerned emergency care for the elderly and to identify the relationship between caregiver information and their educational level, years of service and training courses. Methodology: A quasi-experimental study was conducted in the Geriatric Care Home in Baghdad City (the governmental and private geriatric care home ) for the period from October, 14th , 2018 to March, 20th , 2019 to find the effectiveness of the instructional program on caregivers knowledge about emergency care for the elderly.. A purposive sample (non-probability) was consisting of (30) males and females caregivers, the sample was selected from geriatric care home in Baghdad city .To implemen
... Show MoreThe banking sector of all kinds is the backbone of the economy in all countries, as it is the main financier of most economic projects in order to achieve economic development and achieve stability, which contributes to providing the necessary resources in return for obtaining a profit margin in exchange for giving up his money and bearing credit risks. Among the aforementioned banking sectors are: Islamic banks that invest their capital in several forms in order to obtain profits that enable them to continue and grow, and the most important of these formulas is the Murabaha formula, which is summarized by the bank selling a commodity after owning it and then selling it to the applicant for this commodity based on a prior request
... Show MoreAbstract
quality issue is the only issue the interesting in recent years of the last century, but also came out of sync with the other issue is the issue of environment, Where they have become represent two sides of one currency, challenges faced by the world and raised by the environmental problems have made industrial organizations pay great attention to the environment by improving their environmental performance, and that's where the oil industry is one of the most dangerous industries, influential and damaging to the environment due to the organizations move away from oil for adoption The application of EMS then a tool to improve environmental performance has been chosen sam
... 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.