The research aims to: build and record a measure of cognitive participation among second-year female students at the College of Physical Education and Sports Sciences, University of Baghdad. The researchers used the descriptive approach in the survey style for the research sample. The sample was selected from female students and divided into: (10) female students for the survey sample, and (80) female students for the construction and codification sample. The data were statistically analyzed by the researchers using SPSS, the T-test for independent and correlated samples, Pearson's simple correlation coefficient, Cronbach's alpha, Chi-square, and Spearman-Brown. They were recruited for the samples. The study concluded that constructing a measure of cognitive participation for students in the second stage could be applied through the ease and difficulty of its expressions that are appropriate to the research sample, as well as the grades and levels that were reached, which showed that the sample fell within the rating (good and acceptable), and on the other hand the sample was characterized by participation. Cognitive through the results of the scale and its four axes. In conclusion, cognitive participation plays a positive role in performing the ball movement sequence in rhythmic gymnastic
This research is about his life in his life. The Status of the Import of the Arts of Information. And the danger lies in the effects that translate in the lives of people from the occurrence of the second life or not to occur, the experimentalists claim in this matter is not tangible and not tried in a sense not proven by science through experience and analysis All that is proven by science from this road is committed to it, and unless proven from this path no one has the right to speak it, and in their view, this is not the way to prove knowledge and facts. The search is based on the consideration of the origin of knowledge. Is it possible to prove without experience something or not? The question is whether religion has a basis
... Show MoreZinc oxide nanoparticles sample is prepared by the precipitation method. This method involves using zinc nitrate and urea in aqueous solution, then (AgNO3) Solution with different concentrations is added. The obtained precipitated compound is structurally characterized by X-ray diffraction (XRD), Scanning electron microscopy (SEM), Atomic force microscopy (AFM) and Fourier transform infrared spectroscopy (FTIR). The average particle size of nanoparticles is around 28nm in pure, the average particle size reaches 26nm with adding AgNO3 (0.05g in100ml =0.002 M) (0.1g in100ml=0.0058M), AgNO3 (0.2g in 100ml=0.01M) was 25nm. The FTIR result shows the existence of -CO, -CO2, -OH, and -NO2- groups in sample and oxides (ZnO, Ag2O).and used an
... Show MoreThis paper represents an experimental study on the application of smart control represented by the use of the fuzzy logic controller. Two-link flexible manipulators that are used in airspace and military applications are made of flexible materials characterized by low frequency and damping ratio. To solve this problem, this paper proposes the use of smart materials (piezoelectric transducers), where each link is bonded with a pair of piezoelectric transducers that act as a sensor and another as an actuator. As the arm vibrates because of the movement generated by the motor, this voltage is controlled by a regulator inside the LABVIEW® 2020 software and sends the output control voltage to the piezoelectric actuator. Experimental results
... Show MoreLocal and global bifurcations of food web model consists of immature and mature preys, first predator, and second predator with the current of toxicity and harvesting was studied. It is shown that a trans-critical bifurcation occurs at the equilibrium point
This paper is devoted to investigate the effect of burning by fire flame on the behavior and load carrying capacity of rectangular reinforced concrete rigid beams. Reduced scale beam models (which are believed to resemble as much as possible field conditions) were suggested. Five end restrained beam specimens were cast and tested. The specimens were subjected to fire flame temperatures ranging from (25-750) ºC at age of 60 days, two temperature levels of 400ºC and 750ºC were chosen with exposure duration of 1.5 hour. The cast rectangular reinforced concretebeam (2250×375×375 mm) (length× width× height respectively) were subjected to fire. Results indicate remarkable reduction in the ultrasonic pulse velocity and rebound number of
... Show MoreBackground. Material tribology has widely expanded in scope and depth and is extended from the mechanical field to the biomedical field. The present study aimed to characterize the nanocoating of highly pure (99.9%) niobium (Nb), tantalum (Ta), and vanadium (V) deposited on 316L stainless steel (SS) substrates which considered the most widely used alloys in the manufacturing of SS orthodontic components. To date, the coating of SS orthodontic archwires with Nb, Ta, and V using a plasma sputtering method has never been reported. Nanodeposition was performed using a DC plasma sputtering system with three different sputtering times (1, 2, and 3 hours). Results. Structural and elemental analyses were conducted on the deposited coating
... Show MoreThe Coronavirus Disease (COVID-19) has recently emerged as a human pathogen caused by SARS-CoV-2 virus was first reported from Wuhan, China, on 31 December 2019. Upon study, it has been used molecular docking to binding affinity between COVID-19 protease enzyme and flavonoids with evaluations based on docking scores calculated by AutoDock Vina. Results showed that naringin suppressed COVID-19 protease, as it has the highest binding value than other flavonoids including quercetin, hesperetin, garcina and naringenin. An important finding in this study is that naringin with neighboring poly hydroxyl groups can serve as inhibitors of COVID-19 protease bind to the S pocket of protein, it is shown that residues His163, Glu166, Asn142, His41and
... Show MoreIn this paper, the process for finding an approximate solution of nonlinear three-dimensional (3D) Volterra type integral operator equation (N3D-VIOE) in R3 is introduced. The modelling of the majorant function (MF) with the modified Newton method (MNM) is employed to convert N3D-VIOE to the linear 3D Volterra type integral operator equation (L3D-VIOE). The method of trapezoidal rule (TR) and collocation points are utilized to determine the approximate solution of L3D-VIOE by dealing with the linear form of the algebraic system. The existence of the approximate solution and its uniqueness are proved, and illustrative examples are provided to show the accuracy and efficiency of the model.
Mathematical Subject Classificat
... 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.