Sound effects are considered to be a key element in children’s theatre, for it relays the context and amplifies its understandability, acceptability and its impact on the audience, so it’s a fundamental method in portraying the characters within the idea or the story, to produce the title and content with completeness in its relations that are associated with the rest of the fundamental elements represented in lighting, costumes, dialogue, decoration, etc. And this research included a set of subjects that are related to implementing the sound effects used in the Iraqi children’s theatre plays, chapter one included the problem and the need for studying this subject, as well as its importance and aim, and specifying the basic phrases within the title, as for chapter two it included the theoretical structure represented in the following elements: (Iraqi children’s theatre, sound effects) while chapter three included the research’s methodology which adopted the descriptive methodology in analyzing the research’s sample, then the researcher analyzed two samples from the research’s domain which was represented with (12) samples, chapter four included the conclusions and results as well as the recommendations and suggestions and finally the researcher ended the research with a list of references
Theatrical production mechanisms were determined according to the extents of the theatrical performance, the directing plan, and the ideas that the theatrical performance seeks to convey to the audience. Accordingly, theatrical production mechanisms differ between one theatrical performance and another according to the requirements of each of them and the surrounding circumstances that accompany the production of theatrical performance, and in order to search for production mechanisms and their repercussions on the show. Theatrical The current research was divided into four chapters, namely (Chapter One - Methodology), which identified the research problem in the following question: What are the production mechanisms and their implicatio
... Show MoreThe latest events in Iraq and notably the fall of Mosul in the summer of 2014 have marked a turning point in The modern history of Iraq. Violent terrorist groups have overrun a vast area comprising of many towns in mid and northern Iraq causing many casualties and mass migration. Despite Iraq’s long history of pain and suffering the events of the second half of the year 2014 have been the most violent ever witnessed. From this point of view the researcher has tried to identify specifically in this time and place the effect these events have had on the Iraqi artist and to understand how the Iraqi artists depicted this violence in their works of art. The research comprises four parts; the first looked at the language used and the and pro
... Show MoreThe tactical side in application of offensive plans in basketball did not take a large in scientific research because it always change because it related in mental ability of players and for the condition of the game and researchers notice that from their followed a lot of games for Duhok basketball club in Iraq league. There is a problem that connected in games results it clears in weakness in application of offensive plans in all kind (man to man & zone defense & side ball plans & under basketball and half court). The goal of study concentrate by designing a sheet for som offensive plans for study and analysis to Duhok club on Asian Championship 2011 at the base the sample contained (Iraq Duhok & application science Jordan & Lebanon sport
... Show MoreThe aim of the present study is to evaluate the effectiveness of using Art as therapy to reduce the symptoms of Attention Deficit Hyper Activity Disorder (ADHD), in primary school children.
A clinical approach was used to test the validity of the hypothesis of our study, conducted on two second and fourth-year primary school pupils from Algiers, aged 7 and 9 years respectively.
In addition to the clinical observation and interview, we made use of the "Conners" scale for a (pre and post intervention) ADHD assessment, consisting of a combination of Art media in the form of mosaic works on purposely prepared panels. After 10 therapy sessions, results revealed the effectiveness of Art therapy in reducing ADHD in primary education
This research is Interested in how the performance and implementation of factory production engine coolants of the General Company for Electrical Industries of its work, and to facilitate the flow of the decisions of senior management and access to all configurations, to ensure differentiation desired and reduce lost sales, resulting from poor scheduling of operations through the application of certain rules of scheduling operations in the production plant Engines Air-cooler, the objectives of research in identifying the best base and working to reduce the time and cost of Same Rules of Process which are considered the most influential of any organization and thr
... Show MoreThe aim of this study is to use style programming goal and technical programming goal fuzzy to study assessing need annual accurately and correctly depending on the data and information about the quantity the actual use of medicines and medical supplies in all hospitals and health institutions during a certain period where they were taking the company public for the marketing of medicines and medical supplies sample for research. Programming model was built goal to this problem, which included (15) variable decision, (19) constraint and two objectives:
1 - rational exchange of budget allocated for medicines and supplies.
2 - ensure that the needs of patients of medicines and supplies needed to improve
The determination of aerodynamic coefficients by shell designers is a critical step in the development of any projectile design. Of particular interest is the determination of the aerodynamic coefficients at transonic speeds. It is in this speed regime that the critical aerodynamic behavior occurs and a rapid change in the aerodynamic coefficients is observed. Two-dimensional, transonic, flow field computations over projectiles have been made using Euler equations which were used for solution with no special treatment required. In this work a solution algorithm is based on finite difference MacCormack’s technique for solving mixed subsonic-supersonic flow problem. Details of the asymmetrically located shock waves on the projectiles hav
... Show MoreThe research aims: to build a measure of the cognitive competence of coaches from the point of view of players of Iraqi Premier League volleyball clubs and extract scores and standard levels for it. In order to achieve the objectives of the research, the descriptive method was used using the survey method. As for the research sample, it was chosen intentionally, and was represented by volleyball players for the Premier League 2024-2025. The sample was divided into exploratory, constructive, and standardizing, and starting the construction procedures, which included finding the scientific foundations for the scale, in addition to extracting the modified standard score and levels for the sample of the main experiment for standardization. Amou
... Show MoreOccupies total quality management applications play a key role in the development of institutions of higher education performance and achieve its strategic objectives through the commitment of senior management and their employees to continuous improvement of the quality of performance in the various areas of work, and can be integrated knowledge management processes, which means identifying information of value and how to take advantage. The data were collected using the style of the questionnaire for the purpose of analyzing their results on a sample composed of 83 member of the administrative leadership in colleges as representing the decision-making centers in those colleges .
 
... 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.