عرض: 25 50 75 100 النتائج

نتائج البحث: 25 من أصل 161

تصميم وتنفيذ تطبيق لتشفير المكالمات على نظام الاندرويد == Design and Implementation Encrypted Call Application on Android System

اسم المؤلف: وفاء علي عبد الحسين الركابي
اسم المشرف: كاظم حسن كبان الابراهيمي
الموضوع العام: علوم الحاسبات
السنة: 2016
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

تطوير ادوات جديدة في نظام مودل == Developing New Tools in Moodle System

اسم المؤلف: نهلة فليح حساني الشويلي
اسم المشرف: كاظم حسن كبان الابراهيمي
الموضوع العام: علوم الحاسبات
السنة: 2017
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:
المستخلص: E - learning is the use of IT in learning and teaching. This usage improved the quality of learning and teaching through facilitating access to resources and remote collaboration among teachers and students. E - Learning makes it easier to create and distribute learning materials, independently of geographical or time limits. It allows students to exchange information and participation in activities.There are many systems (software) development for management of E - learning (LMS). These systems provide tools for simulation the traditional learning, development and support the electronic learning.LMS provides many tools to create, manage the examination, evaluate the grades and spread question types.The general aim of this thesis is to develop the LMS that has been increasingly used having widespread in E - Learning in many countries. This system is "Moodle" which designed to supporting electronic learning.Moodle system is not satisfying conditions of the traditional exam copybook that is used in examination committees in Iraqi universities in terms of security and accuracy."Single view" report in Moodle system allows the teacher to edit grades of "Quiz" activities.Moodle system not provided question type in which the answering method is done through selecting word from a given text; this idea is a suggested product for the development of Moodle website in 2014 and doesn't have solution yet.In this thesis, we proposed three main proposals : 1. Development of Moodle system to use it in the examinations in Iraqi Universities through designing and implementation of new module named "Teacher view" to provide "The Electronic Exam Copybook" which simulated the traditional exam copybook that is used in the examination committees in these universities for assessment of student's answers. It also presents documentation of detailed information about student's attempt on examination and calculates the student's grades. This "Electronic Exam Copybook" satisfies all conditions of the traditional exam copybook in terms of security and accuracy. Also, the proposed module provides students' results in English and Arabic languages and manual of this module.2. Overcome of the weakness in "Single view" report in Moodle system.3. Development of Moodle system through designing and implementation of a new question type called "Highlight words" in this system. The idea of answering method to this question type is highlight word from a given clickable text.We used the following requirements to design and implement the proposals tools in this thesis : 32 bit windows7 operating system, 2.30 GHz Core i3 processor, router device, WAMP server, Moodle system (version 2.9) in English language, Mozilla Firefox web browser, Macromedia Dreamweaver 8 and First object XML Editor software

تصنيف اورام الدماغ باستخدام الشبكات العصبية الاصطناعية

اسم المؤلف: نور حيدر داخل
اسم المشرف: حازم باقر طاهر العلي
الموضوع العام: علوم الحاسبات
السنة: 2017
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:
المستخلص: Accelerating the pace of scientific progress and that focus in the field of human service requirements is to provide daily health and service. Health aspect is one of the most important things of science that needs to be develop it because it has an important effect on human life. Medical imaging has become one of the most important factors in the treatment of human health. A large amount of information and data can be obtained about disease by different methods of Images acquisition techniques same like Magnetic Resonance Imaging (MRI), Computed Tomography (CT).The purpose of this thesis is to discover a way to detect the brain is to suggest a system to diagnose the brain whether it is normal or abnormal (contains a tumor) by using artificial neural network technology which contain many steps. The first step of detecting the brain tumor system is the input image to the system as digital data.The processing is the second step, which includes reducing noise and removing impurities of the brain image. So as the noise is removed by using median filter and wiener filter. After processing (filtration) image segmentation. Feature extraction is the techniques that is used to measure of difference properties of image segments, given the specific features as input to the artificial neural network classified (ANN).Seeded classified databases are due to the two types of brain image, (normal or abnormal).Samples have taken from a group of patients in AL - Husain Teaching Hospital disparate ages and both ganders, which was 100 samples ,80 of them were training samples and 20 were tested .The proposed system has proven successful of the diagnostic through the results obtained on the ratio of (100% in the training phase) and (100% in the testing phase

تسريع ضغط الصور الكسوري باستخدام تقنيات مطورة == Fast Fractal Image Compression using Adaptive Techniques

اسم المؤلف: حيدر عباس محسن
اسم المشرف: حازم باقر طاهر العلي
الموضوع العام: علوم الحاسبات
السنة: 2016
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:
المستخلص: Fractal Image Compression (FIC) is one of the lossy techniques. In order for fractal compression image to be encoded is partitioned into non - overlapping blocks called ranges. From this range pool creates a new array called domain pool, the data of domain is array produced from taking an average of every four (2x2) adjacent elements in the range array, the domain is divided into overlapping blocks. Each block in range pool should be matched with every large number of blocks in the domain pool in order to find minimum error and recorded its best IFS approximate. The decoder process applies the determined IFS transformations on any initial image, and the process is repeated many times until reaching the attractor. In this thesis, it presents reducing the long encoding time of FIC without making significant sacrifice in the quality. In addition to the traditional fractal compression method, four IFS coding methods have been tested.The first method is speed up encoding phase by using moment features of the domain blocks with threshold , this method it compute the moment features of domain blocks only , during the matching process, compares the ratio factor of domain block with threshold, then compute the scaling (s), offset (o) coefficients and minimum error between range and domain blocks, and storing the optimal IFS coding , the results of this method with lenna image (4x4) block size, (the encoding time = 50.29 sec), (compression ration= 4.57 ) ,(PSNR=24.04), (RTR=33.42 ). The second method is speed up encoding phase by using the entropy technique of the domain blocks only , during the matching process, compares entropy value of domain block with threshold, and storing optimal IFS coding , the results of lenna image(4x4) block size, (the encoding time = 95.47sec), (compression ration= 4.47 ) ,(PSNR= 24.08) and (RTR= 17.60) . In the third method it merges the entropy technique with moment features of domain blocks only , during the matching process, compares entropy value and moments ratio factor of domain blocks with threshold and storing IFC coding, the compression results of lenna image (4x4)block size , (encoding time = 100.90 sec), (compression ration=4.47) ,(PSNR= 24.11) and (RTR=16.66) , the flaw in this method is the encoding time of 16x16 partitioning more than 4x4 and 8x8 partitioning. In the fourth method speed up encoding phase by use moment features of the range and domain blocks, in this method it computes the moment features of range and domain blocks, during the matching process, if the moments ratio factor of range and domain blocks are equal then compute scale(s),offset(o) and error (R) .storing best IFS coding. the results of lenna image(4x4) (encoding time = 114.02 sec), (compression ration= 4.47) ,(PSNR= 24.43), (RTR=14.74), the flaw in this method is the encoding time of 16x16 partitioning more than 4x4 and 8x8 partitioning. Matlab R2008a was used as a program to designed and implemented to achieve the coding and testing tasks. The environment used for our tests is a single PC with processor (core i3 CPU 2.53GHz) and 4.00 GB RAM .

خوارزمية موازنة الاحمال المقترحة في الحوسبة السحابية == A Proposed Load Balancing Algorithm in Cloud Computing

اسم المؤلف: اطياف ضاري برغش
اسم المشرف: خلدون ابراهيم عارف
الموضوع العام: علوم الحاسبات
السنة: 2017
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:
المستخلص: Cloud computing considers an important paradigm that provides services and dynamic virtual resources to the consumers over the internet.One of the main challenges and important fields for research in the cloud computing environment is load balancing. So the main goal of this thesis is to establish an effective load balancing algorithm for task scheduling. In cloud computing environment, the demands are executed into the virtual machines (VMs) and in the execution, it must be avoided a situation some of the resources are under loaded states while there are resources overloaded or heavy while achieving less the execution time of the tasks andresponse time. In this thesis, we present the Load Balancing Decision Algorithm (LBDA) which aims to achieve load balancing for reducing the : Total completion time (Makespan), Response time and Total execution time of tasks in cloud computing environment.The mechanism of LBDA is based on three functions, first : calculating the virtual machine capacity, virtual machine load then determining VM states (Under loaded, Balance, High balance, Overloaded) based on comparing VM capacity, VM load and using three thresholds : threshold upper; threshold fair; and threshold lower. Second : estimating the time required to complete executing the task in each VM. Finally, making a decision to distribute the tasks among the VMs based on VM state and task time required. Where checked task time required into VMs under states and selecting the fastest VM, when there are more than one VMs have the same time to complete a task, LBDA assigns a task to VMs which has the largest capacity. When all VMs become (Balance or High balance) states, the tasks are distributed between VMs depending on the fastest execution. The proposed LBDA was compared with Max - Min, Shortest Job First and Round Robin algorithms. We applied many experiments with various VMs’ capacity and : A different number of tasks on a different number of VMs, The same number of tasks on a different number of VMs, and A different number of tasks on a different number of VMs.The performance evaluation results implemented in cloudsim toolkit 3.0.3 and the experiments demonstrate that our proposed LBDA outperformed to other algorithms by reducing the completion time of tasks, response time, andtotal execution time of tasks.

مخطط يربط المفتاح بالقياسات الحيوية لحماية انظمة المعلومات == A Biometric Key Binding Scheme for Information Systems Protection

اسم المؤلف: ابرار خلف الشريفي
اسم المشرف: كاظم مهدي الموسوي | كاظم حسن الابراهيمي
الموضوع العام: علوم الحاسبات
السنة: 2016
الموضوع الدقيق: علوم الحاسبات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:
المستخلص: Cryptosystems becomes an increasingly important feature as the most reliable tool in network and information security. However, while there are many forms of cryptosystems exist today a weak link of all systems is the secure management of the cryptographic key. And as a result of the growing interests in biometrics a new field of research has emerged, which is called "biometric cryptosystems". Within biometric cryptosystems the advantages of biometric authentication are introduced to generic cryptographic key management systems to enhance security.This work proposes a scheme to bind a cryptographic key with the face biometric by combining correlation filters based biometric recognition with a biometric key binding scheme with providing the variation tolerance, discrimination and security which are the most important requirements that apply to a cryptographic key retrieval using a biometric. In the proposed scheme the cryptographic key is generated independently of user's face image using Pseudo - Noise generator to produce a unique and long enough key (128 bits) for each user then this key is linked to the face image only through a secure block of data known as the 'protected record'. The correct key will only be derived via the interaction of this protected record with the correct user's face image during a live authentication process. The resultant key may be used in a system as cryptographic key or as a personal identification number (PIN) to overcome the need to carry, store, or remember keys for cryptosystems or any other application that are used (PIN).The proposed scheme performance has evaluated using FACE 94 facial database. The performance rate reached to 100% which is a perfect result for practical applications. The proposed scheme is implemented using (MATLAB 2008). It is executed for testing purpose on computer with processor of 1.80 GHZ dual core, i3 under Microsoft Windows 7 operating system.

دراسة العلاقة بين فقدان الجينين الـ GSTM1 وGSTT1 والاصابة بمرض الربو القصبي في محافظة ذي قار == Study The Relationship Between The Null Genotype of GSTM1, GSTT1 Genes And Bronchial Asthma In Thi - Qar Province

اسم المؤلف: نـور عمران عبد الكريم الغـزي
اسم المشرف: حسن ريسان الركابي | عدنان عيسى البدران
الموضوع العام: علوم الحياة
السنة: 2014
الموضوع الدقيق: التقنيات الاحيائية
الدرجة: ماجستير
اللغة: العربية
مكان الجامعة: ذي قار
الصفحات الاولى:
المستخلص: تم تصميم هذه الدراسة للتحقق من دور جينات الـ Glutathione - S - Transferase (Mu - 1) gene و(Theta) - 1 Glutathione - S - Transferase ومدى مساهمتها بخطر الاصابة بمرض الربو القصبي في محافظة ذي قار. حيث شملت (105) شخص مصاب بالربو باعمار من (20 - 69) سنة كان | This study has been designed to investigate the roles of the gens GSTMI and GSTTI the extent to which they contribute in asthma at Thi - Qar governorate. The study has been conducted on (105) patients with asthma whose ages from (20) to (69) years. (20) of them are males and (85) are females, and (110) are healthy with no infection of asthma or any sickness of respiratory system as a control group of the same ages, (60) of these are males and (50) are females. Blood samples have been collected from both groups in ampoules with EDTA and stored under temperature ( - 20) until they are used in getting the DNA from the groups. The genes GSTTI, GSTMI, and Albumin have been enlarged as internal control employing Polymerase chain Reaction (PCR). Some dangerous aspects of this disease have been investigated, the results showed that the disease in the urban areas (85. 71 %) higher than it rural areas, and Asthma among females is (80. 95%) higher than males. The results also indicated that asthma in ages (50 - 59) is more than other categories; it is (34.28%). The majority of patients are smokers with (63.80%). The study revealed that (73.33 %) of the patients have a family history with the disease while (26.66 %) have not. Statistical analysis showed that the loss of the gene GSTM1 is about three times in the patients more than the case in the control group. (OR=2.90) , while the loss of the gene GSTT1 is five fold more than it compared to the control group (OR= 5.55). The results indicated a significant effect of the loss of the two genes in having asthma in the urban and rural areas, it is six times and a half larger in the urban areas compared to the control group of the same area. Asthma probability is ten times more in the case of the loss of both genes in the rural areas compared to the control group in the same area. And no significant difference has been discovered when gene patterns of patients in both areas. The results also indicated that the probability of having asthma in male patients is two times and a half as many as it in the females when the gene GSTM1 is lost compared to the control group. While the same probability is eleven times in the case of the loss of both genes in the females as many as it the control group. The loss of Missing the gene GSTT1 is three times in the male patients and five times in the females compared to the two control groups. The results indicated significant differences when gene patterns of males and females are compared in the case of the loss of both genes. The statistical analysis indicated that the loss of both genes in the smoker patients contributes 17 fold in the probability of having the disease compared to the control group. While the probability increases four times approximately in the nonsmokers when the gene GSTM1 is lost compared to the control group (OR=3.77; 95% C1=1.69 - 8.407). No difference has been noticed in the gene patterns of the smoker and nonsmoker patients. The results indicated that the loss of both genes has been in all the age categories. No significant differences have been noticed among the gene patterns between the patients of less and those who are more than 50 years. Asthma probability has been found 7.77 times more in the case of the loss of both genes in the patients who have a family disease history compared with the control group. The asthma probability is twice when the gene GSTM1 is lost in those patients who do not have a family history disease compared to the control group. Upon comparing the gene patterns of patients according to the family disease history, there has been an effect of the loss of both genes and having a family disease history on the probability of asthma, it is almost six times when both genes are lost. The results indicated that the probability increases three times in the loss of the gene GSTT1 in the educated patients compared to control group. The probability also increases seven times when both genes are lost in the uneducated patients compared to the control group. When comparing the gene patterns of patients according to levels of education, significant differences between the educated an uneducated have been approximately twice in the loss of the gene GSTT1.

تقييم فعالية قاعدتين من قواعد شف الجديدة في بعض انسجة ذكور الفئران المختبرية البيض المصابة وغير المصابة بطفيلي المتحولة الحالة للنسج Entamoeba histolytica == Evaluate The Effectiveness of Two Bases of The New Schiff Bases In Some Tissues of Male Laboratory Albino Mice Infected And Non - Infected With The Parasite Entamoeba Histolytica

اسم المؤلف: عبد الجليل عزيز كريم
اسم المشرف: فاضل عباس منشد العبادي | حيدر عباس مهدي الحسيني
الموضوع العام: علوم الحياة
السنة: 2015
الدرجة: ماجستير
اللغة: العربية
مكان الجامعة: ذي قار
الصفحات الاولى:
المستخلص: تضمنت الدراسة الحالية تحضير وتشخيص قاعدتين من قواعد شف، حضر الليكاند الاول L1 من تفاعــل 2 - هيـدروكسي - 1 - نفـثالديهايد مــع الـسلفاميثوكسازول، وحضر الـثانـي L2 مـن تـفاعــل 4 - استميدوبنزالديهايد مع 4, 3 - داي امينو تلوين. شخص الليكاندان باستخدام ت | The present work includes a preparation and characterization of two schiff bases compound, the first from (L1) reaction of 2 - hydroxy - 1 - naphthaldehyde with sulphamethoxazole, and the second from (L2) reaction of 4 - Acetmidobenzaldehyde with 3, 4 - Diamino toluene. These compounds were characterized by the Infrared (IR) Spectroscopy, Nuclear Magnetic Resonance Spectroscopy (1H - NMR), Mass Spectra, and the results were virtually identical to what is expected. It has been determined LD50 for the two ligands - after dissolved dimethyl sulfoxide DMSO - and account for them safe therapeutic dose, reaching 0.14 g / kg and 0.24 g / kg, respectively. In order to see the effectiveness of the two ligands on the parasite compared with the infected group and treatment with a drug metronidazole, these two ligands have been administered orally the therapeutic dose each separately on two groups of mice which infected by the parasite Entamoeba histolytica. Three other groups of mice that non - infected have been also administered separately with the parasite first and second ligands and dimethyl sulfoxide, to see some of the side effects of these three compounds in comparison with the two groups of positive and negative control. At the level of probability (p ? 0.05), the results of statistical analysis show a significant variation, remarkable inhibitory effect of the number of cysts that reached the less impact to the second ligand rate about 2.9. in the seventh day of the injury and treatment. In the fifth day of the injury and treatment, the highest inhibiting effect of metronidazole was at a rate of 0, while in the seventh day of them, the first ligand was a compromise in effect, amounting to at a rate of 1.1. The Histological study of tissue of the cecum, liver and spleen showed a normal state for a negative control, and an occurrence of severe tissue changes in a positive control. In the cecum tissue, the mucosal was thin, and there were crashes in the crypts of Lieberkühn, with infiltration in inflammatory cells, as well as the expansion of the cells lining the crypts, and the disappearance of or crash submucosal layer, as well as severe hemorrhage in muscularis, and thickening in serosa. There was severe congestion of the blood vessel which was observed in liver tissue, as well as thrombus which appeared attached to the wall of the blood vessel, and infiltration of inflammatory cells out of the blood vessel toward the hepatic tissue, especially macrophages and eosinophils. It was also noticed the disappearance of hepatic architecture with degeneration of the liver cells and a clear sinusoids expansion. In addition to vacuolation of liver cells, that the tissue sections showed, with the occurrence of bleeding along the hepatic tissue. The changes in the spleen tissue represented in the occurrence of severe bleeding on the length of the lymphatic tissue of the spleen with infiltration of inflammatory cells, especially macrophages, and the happening of megakaryocytes. There is a remarkable improvement could be noticed in each tissues of cecum, liver and spleen of the infected groups and treatment with metronidazole and the first and second ligands. The improvement ratios were close to some extent : in the treatment group with metronidazole there was observation in tissue cecum to the occurrence of the four layers of its component, and the happening of a little bleeding which, with infiltration of inflammatory cells, and this is roughly similar to what shown by histological sections of two treatments by the first and second ligands. The liver tissue of the group treated with metronidazole showed the occurrence of radially arrangement obviously hepatic cells around the central vein, and liver cells with nuclei appeared clear and centralized with esinophilic cytoplasm, and hepatic cells proliferative as some binucleated hepatocytes, with a simple expansion to sinusoids and the proliferation of kupffer cells, the treatment groups with two ligands marked by the presence of a small clot within the central vein of the liver as well as reported in the treatment group with metronidazole. Tissues sections of the spleen tissue of infected mice treated group by metronidazole showed a clear proliferation of white pulp, which appears containing arterioles clear, white pulp is also surrounded by proliferation red pulp. And showed tissue sections of the group of infected animals and treatment by the first and second ligands as well as the proliferation of lymphocytes, with the presence of megakaryocytes.Showed the three groups non - infected by the first and second ligands and dimethyl sulfoxide, the lack of side effects on each of the cecum tissue, liver and spleen, except for a very simple infiltration of inflammatory cells from macrophages in the cecum of the group treatment by the second ligand

Two q - Operators for two q - Polynomials

اسم المؤلف: فائز ا. رشم
اسم المشرف: حسام لوتي سعد
الموضوع العام: علوم الرياضيات
السنة: 2015
الموضوع الدقيق: الرياضيات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

حول الفضاءات التبلوجية المثالية الضبابية الحدسية == On Intuitionistic Fuzzy Ideal Topological Spaces

اسم المؤلف: وداد سلمان محمد الشويلي
اسم المشرف: محمد جاسم محمد ال مسافر
الموضوع العام: علوم الرياضيات
السنة: 2015
الموضوع الدقيق: الرياضيات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

جدولة الاعمال على ماكنة واحدة مع اوقات تحضير لتصغير دالة هدف مركبة == Scheduling jobs on a Single Machine with Release Dates to Minimize Multiple Objective Function

اسم المؤلف: كرار علي جنام
اسم المشرف: محمد كاظم زغير الزويني
الموضوع العام: علوم الرياضيات
السنة: 2015
الموضوع الدقيق: الرياضيات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

حول بعض انواع المجموعات الحدسية الضبابية في الفضاء التبولوجي المتجهة الحدسي الضبابي == On Certain Types Of Intuitionistic Fuzzy Topological Vector Space

اسم المؤلف: غفران عادل عطا الموسوي
اسم المشرف: محمد جاسم محمد ال مسافر
الموضوع العام: علوم الرياضيات
السنة: 2014
الموضوع الدقيق: التبولوجيا
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

حول الفضاء التبولوجي الحدسي الضبابي == On Intuitionistic Fuzzy Topology

اسم المؤلف: افكار كريم مناحي الصريفي
اسم المشرف: محمد جاسم محمد ال مسافر
الموضوع العام: علوم الرياضيات
السنة: 2013
الموضوع الدقيق: التبولوجيا
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

حول القياس الضبابي الحدسي والتقارب لمتتابعة الدوال الضبابية الحدسية القابلة للقياس == On Intuitionistic Fuzzy Measure And The Convergence Sequence Of An Intuitionistic Fuzzy Measurable Functions

اسم المؤلف: امنة كريم يوسف اليعقوبي
اسم المشرف: محمد جاسم محمد ال مسافر
الموضوع العام: علوم الرياضيات
السنة: 2013
الموضوع الدقيق: الرياضيات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

توسيع البيانات والبيانات المتجهة == Extension Of Graphs And Digraphs

اسم المؤلف: احمد جاري عليوي
اسم المشرف: اكرم برزان عطار
الموضوع العام: علوم الرياضيات
السنة: 2013
الموضوع الدقيق: الرياضيات
الدرجة: ماجستير
اللغة: الانكليزية
مكان الجامعة: ذي قار
الصفحات الاولى:

المحتوى الكيميائي والتصنيف العددي لبعض انواع العائلة البقولية Leguminosae == Chemical content and Numerical Taxonomy for some Genera of Family Leguminosae

اسم المؤلف: كريم طالب حمد الحسيني
اسم المشرف: ياس خضير عباس | رزاق عبد المحسن صكر الازيرجاوي
الموضوع العام: علوم الحياة
السنة: 2015
الموضوع الدقيق: النبات
الدرجة: ماجستير
اللغة: العربية
مكان الجامعة: ذي قار
الصفحات الاولى:
1 ... 4 5 6 7