This research aims to assess the adoption of TQM in the Middle East Bank for Investment, and diagnosis means and techniques of technological innovation that applied in, as well as to determine the nature of the relationship between total quality management practices (operations management, employment relations, customer relations) and technological innovation (the incremental innovation of the service, incremental innovation process, a radical innovation of the service, a radical innovation of the operation), through use the checklists, derived from a study (Kim et al, 2012) the many styles of mathematical and statistical tools was adopted like the percentage, mean, duplicates, as well as the adoption of the Z test that shows whether there is a reflection of the total quality management practices in technological innovation management. Research has found that the management of the bank was able to employ a set of comprehensive quality management practices and benefit from the introduction of new technology or the development and improvement of the technology used to understand, accomplish and facilitate the work of the bank more efficiently. And it included a number of recommendations, including the bank manage employee training on quality program to promote awareness about the concepts and principles of total quality management and publishing quality culture through specialized publications as well as the organization of conferences and seminars on total quality management, as well as exploit the intellectual capital in the bank, through the employment knowledge, skills, experiences to launch activating the creative intellectual energy and make it a strategic necessity.
This research set to indicate the role of the opportunity cost in the overall economic development (human and social development) by selecting the most appropriate alternative for the growth of the country in exchange for sacrificing profit limits to achieve this growth and development of the country, especially in the present circumstances of the country and after studying the reality of the economic case for him, as the problem lies with don't selecting the best alternative that enhances the gross domestic product, which extends to promote overall economic development and revive the industrial and agricultural sectors, productivity is more like Impotent, versus sacrifice alternative consumption may bring more financially lucrative than
... Show MoreAbstract
Investment in the human resource has become an important part of the strategies of educational organizations so that they can be competitive, so that the access of academics in universities to the international awards as a result of their research excellence indicates the effectiveness of this human talent so the interest has emerged in the implementation of a strategy to manage these human talent in organizations in general and educational ones In particular as one of the power sources that can not be imitated. The focus of the organization on the interaction between the working people has increased attention to the human element in order to achieve the desired quality levels, which called for organi
... Show MoreA pseudo-slug flow is a type of intermittent flow characterized by short, frothy, chaotic slugs that have a structure velocity lower than the mixture velocity and are not fully formed. It is essential to accurately estimate the transition from conventional slug (SL) flow to pseudo-slug (PSL) flow, and from SL to churn (CH), by precisely predicting the pressure losses. Recent research has showed that PSL and CH flows comprise a significant portion of the conventional flow pattern maps. This is particularly true in wellbores and pipelines with highly deviated large-diameter gas-condensate wellbores and pipelines. Several theoretical and experimental works studied the behavior of PSL and CH flows; however, few models have been suggested to pre
... Show MoreAfter studying the reality of application to occupational safety in new Iraqi building projects and sampling the situation wilt that in developed and neighboring countries, researcher found that there is a big gap in the level of safety application conditions, this indicates the need fora quick and clear reference for local engineers to use it on site for safety conditions in their projects . As a case study the monitors work the researcher studied a huge project in the United Arab Emirates.This project considered for safety requirements to highest grades. This case study may be far away from the projects in Iraq, but we hope to rise the Iraqi work level in the near future. After seeing the way of administration work and how they were ra
... Show MoreThe rehabilitation of deteriorated pavements using Asphalt Concrete (AC) overlays consistently confronts the reflection cracking challenge, where inherent cracks and joints from an existing pavement layer are mirrored in the new overlay. To address this issue, the current study evaluates the effectiveness of Engineered Cementitious Composite (ECC) and geotextile fabric as mitigation strategies. ECC, characterized by its tensile ductility, fracture resistance, and high deformation capacity, was examined in interlayer thicknesses of 7, 12, and 17 mm. Additionally, the impact of geotextile fabric positioning at the base and at 1/3 depth of the AC specimen was explored. Utilizing the Overlay Testing Machine (OTM) for evaluations, the research d
... Show More،يريغت وأ ةلكشم وأ ةثداح ةجيتن ،ةعمالجا وأ درفلا هذختي فقوم هرهوج في ماعلا يأرلا دعي ةيوبرت تماكارتو ،ةيرثك تانوكم لىع هسسأ في موقي وهف اذل ،ةشاعلما ةايلحا تاقايس في لصيح فيو ،عمتمج يلأ يعماتجلاا لعفلا ةيصوصخ تاقايس بسحب يرسي ايرطف نوكي ام اهنم ،ةيفاقثو يعولا ةلاح تيبثت ديرت تاهج نم ةلعتفمو ةعنطصم تايطعمب اهيريست وأ اهذحش متي ىرخأ نايحأ ليكشت ةيلمع تنترقا ذل ،ةثدالحا كلت مهف ةأطو ليلقت وأ يريغت وأ فرح وأ ي
... Show More
Abstract
This research deals with Building A probabilistic Linear programming model representing, the operation of production in the Middle Refinery Company (Dura, Semawa, Najaif) Considering the demand of each product (Gasoline, Kerosene,Gas Oil, Fuel Oil ).are random variables ,follows certain probability distribution, which are testing by using Statistical programme (Easy fit), thes distribution are found to be Cauchy distribution ,Erlang distribution ,Pareto distribution ,Normal distribution ,and General Extreme value distribution . &
... Show MoreAn experiment was carried out by using post in kalar horticulture Station/Sulaimania province on soil taked from once region sields during growing season of 2008-2009. The objective was to study adding increasing levels of urea fertilizer which is (0.0, 0.20, 0.40, 0.80) gm/Pot and superphosphate fertilizer which is (0.0, 0.24, 0.48) gm/pot in some chemical properties of grain for wheat IPA 95. This experiment was carried out by completely randomized design (CR D) with three replications. Results in dictated of clear increase in all the studied characteristics (concentration for each nitrogen, phosphorus and potassium and carbohydrate percentage with increasing levels of fertilizers).
Allowing Iraqi companies to use multiple systems and policies leads to varying levels of disclosure and no high symmetry between report preparers and users, and that the adoption of integrated reporting can reduce information asymmetry. The theoretical side addressed the concepts of these variables, and in the practical side the binary variable (0, 1) was used. To compensate for the value of the independent variable (integrated reporting) based on the Central Bank of Iraq’s classification of banks according to the (CAMLES) index, and the dependent variable (information asymmetry) was measured through two measures (price difference, unusual return), the research community was represented by (5) Banks out of the total of banks li
... 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.