Oral microbiologyOral microbiology is the study of the microorganisms (microbiota) of the oral cavity and their interactions between oral microorganisms or with the host. The environment present in the human mouth is suited to the growth of characteristic microorganisms found there. It provides a source of water and nutrients, as well as a moderate temperature. Resident microbes of the mouth adhere to the teeth and gums to resist mechanical flushing from the mouth to stomach where acid-sensitive microbes are destroyed by hydrochloric acid.
Oral hygieneOral hygiene is the practice of keeping one's oral cavity clean and free of disease and other problems (e.g. bad breath) by regular brushing of the teeth (dental hygiene) and adopting good hygiene habits. It is important that oral hygiene be carried out on a regular basis to enable prevention of dental disease and bad breath. The most common types of dental disease are tooth decay (cavities, dental caries) and gum diseases, including gingivitis, and periodontitis.
JawThe jaw is any opposable articulated structure at the entrance of the mouth, typically used for grasping and manipulating food. The term jaws is also broadly applied to the whole of the structures constituting the vault of the mouth and serving to open and close it and is part of the body plan of humans and most animals. In arthropods, the jaws are chitinous and oppose laterally, and may consist of mandibles or chelicerae. These jaws are often composed of numerous mouthparts.
Alveolar processThe alveolar process (ælˈviːələr,_ˌælviˈoʊlər,_ˈælviələr) or alveolar bone is the thickened ridge of bone that contains the tooth sockets on the jaw bones (in humans, the maxilla and the mandible). The structures are covered by gums as part of the oral cavity. The synonymous terms alveolar ridge and alveolar margin are also sometimes used more specifically to refer to the ridges on the inside of the mouth which can be felt with the tongue, either on roof of the mouth between the upper teeth and the hard palate or on the bottom of the mouth behind the lower teeth.
Temporomandibular jointIn anatomy, the temporomandibular joints (TMJ) are the two joints connecting the jawbone to the skull. It is a bilateral synovial articulation between the temporal bone of the skull above and the mandible below; it is from these bones that its name is derived. This joint is unique in that it is a bilateral joint that functions as one unit. Since the TMJ is connected to the mandible, the right and left joints must function together and therefore are not independent of each other.
Digastric muscleThe digastric muscle (also digastricus) (named digastric as it has two 'bellies') is a bilaterally paired suprahyoid muscle located under the jaw. Its posterior belly is attached to the mastoid notch of temporal bone, and its anterior belly is attached to the digastric fossa of mandible; the two bellies are united by an intermediate tendon which is held in a loop that attaches to the hyoid bone. The anterior belly is innervated via the mandibular nerve (cranial nerve V), and the posterior belly is innervated bia the facial nerve (cranial nerve VII).
NeckThe neck is the part of the body on many vertebrates that connects the head with the torso. The neck supports the weight of the head and protects the nerves that carry sensory and motor information from the brain down to the rest of the body. In addition, the neck is highly flexible and allows the head to turn and flex in all directions. The structures of the human neck are anatomically grouped into four compartments; vertebral, visceral and two vascular compartments.
Facial nerveThe facial nerve, also known as the seventh cranial nerve, cranial nerve VII, or simply CN VII, is a cranial nerve that emerges from the pons of the brainstem, controls the muscles of facial expression, and functions in the conveyance of taste sensations from the anterior two-thirds of the tongue. The nerve typically travels from the pons through the facial canal in the temporal bone and exits the skull at the stylomastoid foramen.
B-treeIn computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree generalizes the binary search tree, allowing for nodes with more than two children. Unlike other self-balancing binary search trees, the B-tree is well suited for storage systems that read and write relatively large blocks of data, such as databases and s. B-trees were invented by Rudolf Bayer and Edward M.
Facial musclesThe facial muscles are a group of striated skeletal muscles supplied by the facial nerve (cranial nerve VII) that, among other things, control facial expression. These muscles are also called mimetic muscles. They are only found in mammals, although they derive from neural crest cells found in all vertebrates. They are the only muscles that attach to the dermis. The facial muscles are just under the skin (subcutaneous) muscles that control facial expression.
Muscle contractionMuscle contraction is the activation of tension-generating sites within muscle cells. In physiology, muscle contraction does not necessarily mean muscle shortening because muscle tension can be produced without changes in muscle length, such as when holding something heavy in the same position. The termination of muscle contraction is followed by muscle relaxation, which is a return of the muscle fibers to their low tension-generating state.
Binary treeIn computer science, a binary tree is a k-ary tree data structure in which each node has at most two children, which are referred to as the and the . A recursive definition using just set theory notions is that a (non-empty) binary tree is a tuple (L, S, R), where L and R are binary trees or the empty set and S is a singleton set containing the root. Some authors allow the binary tree to be the empty set as well. From a graph theory perspective, binary (and K-ary) trees as defined here are arborescences.