Quotes help make search much faster. Example: "Practice Makes Perfect"
Thursday, November 28, 2013
What is another term for Exhumination?
disinterment
What does Cutis Galina signify?
This signifies that the corpse has been in water for sometime
What manner of death is NOT autopsied?
death occurring in a natural manner
What is Post-mortem lividity?
This happens when blood accumulates in the most dependent portions of a dead body
What does Algor Mortis refer to?
cooling of the body
What is Adioocere formation?
In a cadaver, this is the soft brownish white substance that results from the chemical change of body fat which takes place in wet conditions
What is Marbolization?
The prominence and coloration of superficial veins more visible among people with fair complexion during decomposition.
Tuesday, November 26, 2013
What is the first stage of muscular changes after death?
Muscular irritability
What is post-mortem caloricity due to?
Early putretactive changes
What is the average time required for death in drowning?
2 to 5 minutes
What is the most prominent sign of death?
progressive fall of body temperature
Sunday, November 24, 2013
What is the biological test of farnum used for?
To determine whether semen is of human origin or not
What is Gettler's test?
It is a quantitative determination of the chloride content of the blood in the right and left ventricle of the heart
What characteristic of the face is indicative of approaching death?
Hippocratic facies
What method can be used to approximate the height of a cadaver with the extremities missing?
measure the length of the head and multiply by 8
How can one determine whether hair is of human or animal origin?
by determination of medullary index
What characterizes the hair of an old person?
- fine
- deficient of pigments
- devoid of medulla
What chemical test can be used to determine if a stain is of blood origin?
Benzidine test
Friday, November 22, 2013
Which characteristics of a person are not easily changed?
gait, mannerisms and speech
What is Dactylography?
It is the art and study of recording fingerprints as a means of identification
What is the DNA typing method where a small sample size is chemically amplified to produce large amounts?
Polymerase Chain Reaction (PCR) Method
Which test is used to determine whether or not semen is of human origin?
Precipitin
Which test is positive to any substance containing hemoglobin?
The Takayama test
How is diaphanus test done to determine peripheral circulation?
Spread fingers wide and view through strong light
When are fingerprints formed?
They are formed in the fetus during the fourth week of pregnancy.
Subscribe to:
Posts (Atom)
This is an example of scrolling text using Javascript.
Popular Posts
-
//Sample Solution const gameState = {} function preload() { this.load.image('codey', 'https://s3.amazonaws.com/codecademy-...
-
function checkAnswerWrongPlace(ans, realanswer){ // This method compares two input strings representing a player's guess ("an...
-
#sample solution def colorful_conditions(): color = "blue" if color == "red": return "firs...
-
//sample solution //Here is the original card object var card1 = {"suit":"clubs", "rank": 8}; //Create a ...
-
//sample solution //Here is the original card object var card1 = {"suit":"clubs", "rank": 8}; //Create a...
-
Instruction: Find the id of the flights whose distance is below average for their carrier. Sample Solution: SELECT id FROM flights AS f...
-
# note: The instructions state to use "text.txt" but an error comes up stating that the file does not exist # as a work around, ...
-
function sumAll(arr) { var sorted = arr.sort(function(a, b){return a-b}); var sum = 0; for(var i=sorted[0]; i<=sorted[1]; i++){ ...
-
# Sample Solution # Import packages import numpy as np import pandas as pd # Read in transactions data transactions = pd.read_csv(...
-
# Sample Solution from song_data import songs import numpy as np q1 = np.quantile(songs, 0.25) #Create the variables q3 and interquarti...