scientific method Crossword Puzzles

Psychology Adventure Crossword Puzzle: Quiz #1 Vocabulary 2013-04-18

Psychology Adventure Crossword Puzzle: Quiz #1 Vocabulary crossword puzzle
Across
  1. / An adverse judgment or opinion formed beforehand or without knowledge or examining the facts.
  2. / When the subject number is equal to one (N=1), there is low __________ validity.
  3. Statistics / The type of statistical data that uses numbers to analyze the data in an experiment.
  4. Group / The group that is exposed to the variable(s) under study.
  5. Validity / The degree to which the independent variable causes the changes seen in the dependent variable being examined within the study.
  6. Variable / What has the effects on it measured in an experiment.
  7. / A social group to which a person psychologically identifies as being a member
  8. Deviation / The average deviation from the mean.
  9. Observation / A research method that takes place int he natural habitat of the subjects being observed.
  10. / A social group to which an individual does not identify psychologically.
Down
  1. / The name of the girl who was left in social isolation as a child.
  2. Coefficient / The variable "r" that has a numerical value between -1.00 and +1.00.
  3. Attribution Error / The tendency to underestimate situation influences on behavior and assume that some personal characteristic of the individual is responsible.
  4. Variable / What is manipulated in an experiment.
  5. Statistics / The type of statistical data that makes conclusions as to whether the hypothesis was supported by the data.
  6. Study / A research method involving one or a few subjects.
  7. Group / The group that receives that placebo treatment in an experiment.
  8. / The feeling that one has lost his or her personal identity and merged anonymously into a group.
  9. / The research method that looks at cause and effect relationships.
  10. / The scientific study of mind and behavior.
  11. Asche Effect / Conforming with the majority over individual judgment.
  12. Facilitation / The effects of coaction and the presence of an audience.
  13. Intervention / When people are less likely to help others when another person is present.
  14. / A ___________ variable is one that is extraneous to the others in an experiment, and affects the other variables in a relationship so that the results of the experiment are skewed.

24 Clues: / The scientific study of mind and behavior.Variable / What is manipulated in an experiment.Deviation / The average deviation from the mean.Study / A research method involving one or a few subjects.Variable / What has the effects on it measured in an experiment.Group / The group that is exposed to the variable(s) under study....

Creative Design Process 2021-04-15

Creative Design Process crossword puzzle
Across
  1. process, Pushes the notion that the steps of design can be separated but it is more effective to examine how the steps are interconnected.
  2. Giving as many possible random answers or solution to a problem whether it answers the question or not
  3. Method, The best method for cautious approach as it allows you to look back at the previous stages
  4. method, A method of implementing the creative process best suited for lengthy non-linear projects.
  5. Network, A method of implementing the creative process in which the progress is affected by previous and current stages of the creative process.
  6. combines a relaxed, informal approach to problem solving with lateral thinking
  7. Restating the problem by identifying the goal.
  8. he idea of this brainstorming technique is to analyze words that were suggested to find differentiated and effective solutions to solve the challenge
  9. this method is associated with writing your thoughts on paper.
  10. The process of collecting information on a topic is known as
Down
  1. which stage in the creative process deals with determining a suitable solution.
  2. The technique deals with circulating ideas until a conclusion can be drawn.
  3. one of the seven stages of the creative process which involves reviewing the process to assess whether the solution worked.
  4. putting the best solution into action
  5. A type of brainstorming that focuses on forming questions rather than answers
  6. association, The goal of this method is to find those hidden words that people associate with a topic that you don’t immediately think of.
  7. one of the methods for forming or starting an idea.
  8. method, A method of implementing the creative process best suited for large and complex projects.
  9. opposite brainstorming technique, This is a popular brainstorming technique

19 Clues: putting the best solution into actionRestating the problem by identifying the goal.one of the methods for forming or starting an idea.The process of collecting information on a topic is known asthis method is associated with writing your thoughts on paper.The technique deals with circulating ideas until a conclusion can be drawn....

Unit 1 L1-L5 Vocab Quiz 2022-08-21

Unit 1 L1-L5 Vocab Quiz crossword puzzle
Across
  1. a programmer-defined blueprint from which objects are created
  2. a statement that only executes when a condition is true
  3. an action that an object can perform
  4. an error in the code
  5. a block of code that has the same name as the class and tells the computer how to create a new object
  6. a software application for writing, compiling, testing, and debugging program code
  7. to exit a method and go back to the point in the program that called it with the requested value or information
  8. the attributes of an object that are represented by its instance variables
  9. a collection of similar classes
  10. a collection of similar classes
  11. a conditional statement that only executes when the condition is true
  12. - a method that performs an action but does not return a value
  13. a person who designs, develops, and tests software for home, school, and business use
Down
  1. a collection of programming commands
  2. to call the constructor to create an object
  3. an approach to creating and using models of physical or imagined objects
  4. a primitive data type that can be either true or false
  5. a mistake in the code that does not follow a programming language's syntax
  6. operator used to call a method in a class
  7. the attributes of an object that are represented by its instance variables
  8. determines whether or not to execute a block of code
  9. a variable in the method or constructor signature that defines the type of value to receive when the method or constructor is called
  10. a named set of instructions to perform a task
  11. finding and fixing problems in an algorithm or program
  12. an instance of a class
  13. value passed to a method or constructor when the method or constructor is called
  14. allows a programmer to use a method by knowing what the method does even if they do not know how the method was written
  15. a collection of instructions that is run by a computer
  16. consists of the class keyword and the name of the class
  17. a characteristic of an object
  18. an error that occurs when the code runs but does not do what was expected
  19. the rules for how a programmer must write code for a computer to understand

32 Clues: an error in the codean instance of a classa characteristic of an objecta collection of similar classesa collection of similar classesa collection of programming commandsan action that an object can performoperator used to call a method in a classto call the constructor to create an objecta named set of instructions to perform a task...

Unit 1 L1-L5 Vocab Quiz 2022-08-21

Unit 1 L1-L5 Vocab Quiz crossword puzzle
Across
  1. allows a programmer to use a method by knowing what the method does even if they do not know how the method was written
  2. an instance of a class
  3. a characteristic of an object
  4. the attributes of an object that are represented by its instance variables
  5. to call the constructor to create an object
  6. a collection of programming commands
  7. a statement that only executes when a condition is true
  8. an error that occurs when the code runs but does not do what was expected
  9. - a method that performs an action but does not return a value
  10. finding and fixing problems in an algorithm or program
  11. a primitive data type that can be either true or false
  12. a person who designs, develops, and tests software for home, school, and business use
  13. determines whether or not to execute a block of code
  14. to exit a method and go back to the point in the program that called it with the requested value or information
  15. an action that an object can perform
  16. the rules for how a programmer must write code for a computer to understand
Down
  1. an approach to creating and using models of physical or imagined objects
  2. a software application for writing, compiling, testing, and debugging program code
  3. a block of code that has the same name as the class and tells the computer how to create a new object
  4. the attributes of an object that are represented by its instance variables
  5. a programmer-defined blueprint from which objects are created
  6. a mistake in the code that does not follow a programming language's syntax
  7. consists of the class keyword and the name of the class
  8. a named set of instructions to perform a task
  9. operator used to call a method in a class
  10. a variable in the method or constructor signature that defines the type of value to receive when the method or constructor is called
  11. value passed to a method or constructor when the method or constructor is called
  12. an error in the code
  13. a conditional statement that only executes when the condition is true
  14. a collection of instructions that is run by a computer
  15. a collection of similar classes

31 Clues: an error in the codean instance of a classa characteristic of an objecta collection of similar classesa collection of programming commandsan action that an object can performoperator used to call a method in a classto call the constructor to create an objecta named set of instructions to perform a task...

CS A Vocabulary 2025-05-05

CS A Vocabulary crossword puzzle
Across
  1. Defining multiple methods with the same name but different parameters.
  2. Refers to the current object instance within a method or constructor.
  3. A blueprint for creating objects; defines properties (fields) and behaviors (methods).
  4. The ability of different classes to respond to the same method call in different ways.
  5. A variable listed in a method’s declaration that accepts a value when the method is called.
  6. Providing a specific implementation of a method in a subclass that already exists in the parent class.
  7. A control structure that repeats a block of code (e.g., for, while).
  8. The part of the program where a variable is accessible.
  9. &&
  10. ||
  11. A mechanism where one class can inherit fields and methods from another class.
  12. A keyword that indicates a field or method belongs to the class, not individual instances.
  13. The actual value passed to a method’s parameter when the method is called.
  14. A classification of data which tells the compiler what kind of value a variable holds (e.g., int, double).
  15. A block of code that performs a specific task; defined inside a class.
  16. An instance of a class containing state (fields) and behavior (methods).
  17. A resizable array-like data structure from Java’s Collections framework.
Down
  1. A data type with only two possible values: true or false.
  2. A conditional statement that executes code only if a specified condition is true.
  3. A special value that indicates a reference does not point to any object.
  4. A fixed-size container that holds multiple values of the same type.
  5. The % operator; returns the remainder after division.
  6. A loop that repeats a block of code a specific number of times.
  7. Converting a variable from one data type to another (e.g., (int) 3.14).
  8. A special method used to initialize new objects of a class.
  9. A variable that is a member of a class; also known as an instance variable.
  10. A programming technique where a method calls itself to solve a problem.
  11. The set of rules that defines the combinations of symbols considered correctly structured in Java.
  12. A loop that continues as long as its condition is true.
  13. The data type of the value a method returns; specified in the method signature.
  14. !

31 Clues: !&&||The % operator; returns the remainder after division.The part of the program where a variable is accessible.A loop that continues as long as its condition is true.A data type with only two possible values: true or false.A special method used to initialize new objects of a class.A loop that repeats a block of code a specific number of times....

Vocab Tic-Tac Toe 2025-01-16

Vocab Tic-Tac Toe crossword puzzle
Across
  1. a scientific method that can accurately determine the age of organic materials as old as approximately 60,000 years
  2. one of the principles of geology scientists use to determine the relative ages of rock strata, or layers
  3. the emission of energy in the form of ionizing radiation
  4. divides up the history of the earth based on life-forms that have existed during specific times since the creation of the planet
  5. method of age determination that makes use of the radioactive decay of uranium-238 to uranium-234
Down
  1. a measure of how old it actually is in years
  2. The amount of time that it takes one half of the atoms present to decay
  3. the process of determining if one rock or geologic event is older or younger than another, without knowing their specific ages
  4. the preserved remains of plants and animals whose bodies were buried in sediments, such as sand and mud, under ancient seas, lakes and rivers

9 Clues: a measure of how old it actually is in yearsthe emission of energy in the form of ionizing radiationThe amount of time that it takes one half of the atoms present to decaymethod of age determination that makes use of the radioactive decay of uranium-238 to uranium-234...

Science lab 2013-12-09

Science lab crossword puzzle
Across
  1. A supposition or proposed explanation made on the basis of limited evidence as a starting point for further investigation.
  2. variable= A variable (often denoted by x ) whose variation does not depend on that of another.
  3. The amount of space that a substance or object occupies, or that is enclosed within a container, esp. when great.
Down
  1. The action or process of observing something or someone carefully or in order to gain information.
  2. Method = A method of procedure that has characterized natural science since the 17th century, consisting in systematic observation, measurement, and experiment, and the formulation, testing, and modification of hypotheses.
  3. The degree of compactness of a substance.
  4. The measurement or extent of something from end to end; the greater of two or the greatest of three dimensions of a body.
  5. variable= A variable (often denoted by y ) whose value depends on that of another.
  6. A coherent, typically large body of matter with no definite shape.

9 Clues: The degree of compactness of a substance.A coherent, typically large body of matter with no definite shape.variable= A variable (often denoted by y ) whose value depends on that of another.variable= A variable (often denoted by x ) whose variation does not depend on that of another....

vocab tic-tac-toe: crossword puzzle 2025-01-16

vocab tic-tac-toe: crossword puzzle crossword puzzle
Across
  1. The age of a geologic phenomenon measured in present Earth years, rather than its age relative to other geologic phenomena
  2. the process by which an unstable atomic nucleus loses energy by radiation
  3. the remains or impression of a prehistoric organism preserved in petrified form or as a mold or cast in rock
  4. the approximate age of a specific rock layer
  5. a scientific method that can accurately determine the age of organic materials as old as approximately 60,000 years
Down
  1. method of age determination that makes use of the radioactive decay of uranium
  2. one of the principles of geology scientists use to determine the relative ages of rock strata, or layers
  3. the time it takes for one-half of a particular radioactive isotope in a sample to decay
  4. divides up the history of the earth based on life-forms that have existed during specific times since the creation of the planet

9 Clues: the approximate age of a specific rock layerthe process by which an unstable atomic nucleus loses energy by radiationmethod of age determination that makes use of the radioactive decay of uraniumthe time it takes for one-half of a particular radioactive isotope in a sample to decay...

Health Project 2013-11-20

Health Project crossword puzzle
Across
  1. family planning helps the father shoulder his ________
  2. prevents sperm cells from reaching or fertilizing the egg
  3. through family planning, the _______ are better taken care of
  4. prevents sperm cells from reaching and fertilizing the egg
  5. having children only when the couple wants them
  6. Sympto-Thermal Method
  7. family planning is preparation for responsible _______
  8. through family planning, children will be showered with ______
  9. through family planning, parents can provide children with good _______
  10. tying and cutting part of the sperm duct
  11. kills the sperm
  12. The Two-Day Method
Down
  1. temporary methods of birth control
  2. ________ ligation involves tying and cutting the oviducts to prevent the egg from meeting the sperm
  3. The Cervical Mucus Method
  4. Standard Day Method
  5. The Lactational Amenorrhea Method
  6. babies could be well cared for by the mom through _______ pregnancies
  7. The Basal Body Temperature
  8. prevents the embryo from being implanted in the uterine lining

20 Clues: kills the spermThe Two-Day MethodStandard Day MethodSympto-Thermal MethodThe Cervical Mucus MethodThe Basal Body TemperatureThe Lactational Amenorrhea Methodtemporary methods of birth controltying and cutting part of the sperm ducthaving children only when the couple wants themfamily planning helps the father shoulder his ________...

2.6 Communications 2024-09-09

2.6 Communications crossword puzzle
Across
  1. obstacles miscommunications
  2. emotional barriers to communication
  3. Grapevine communication
  4. method through which communications occur from the sender and recipient
  5. medium of communication by which one party communicates with another
  6. written communication through wide area network
  7. any form of communication other than oral communication
  8. verbal communication
  9. obstacles caused by a lack of understanding of the internal functions and structures of the business
Down
  1. social norms and beliefs obstacles
  2. communications between stakeholders within the business organization
  3. closed channels of communication
  4. refers to any method of communication through official channels of communication
  5. communications between stakeholders of different organizations
  6. any method of communication when information can be shared by and with anyone
  7. factors that prevent information being transferred
  8. method of communication that relies on the use of texts
  9. Specialist language
  10. method of communication that relies on the use of visual stimuli to communicate information
  11. transfer of information from one entity to another

20 Clues: Specialist languageverbal communicationGrapevine communicationobstacles miscommunicationsclosed channels of communicationsocial norms and beliefs obstaclesemotional barriers to communicationwritten communication through wide area networkfactors that prevent information being transferredtransfer of information from one entity to another...

instructional unit vocab 2025-04-09

instructional unit vocab crossword puzzle
Across
  1. The complex combinations of skills in the three upper levels of Revised Bloom’s Taxonomy-analyze, evaluate, and create- that require higher-order thinking skills
  2. method the use of different techniques of instruction to match a students preferred mode of learning, disability, or background
  3. A form of small-group learning in which students work together to achieve a common goal
  4. a lab in which students use a formal process to research a problem; common of scientific experiments
  5. a method that puts students in situations that feel real, even though they are not- eliminating any harmful risks.
  6. a description of a realistic problematic situation that requires a solution
  7. leader
  8. question a question that requires deeper thought and more than a few words as an answer, and generally encourages higher-level thinking
  9. understanding individuals demonstrate when they integrate knowledge and modes of thinking from two or more disciplines.
  10. to give authority to
  11. a learner centered simulation that involves students in acting out a role but without a script
Down
  1. an educational process in which two or more subject areas are integrated with the goal of nurturing heightened learning in each of the subject areas involved
  2. partial outlines for students to complete or witten questions for students to answer during a lecture
  3. a method in which the teacher acts as a facilitator, or guide, for learning. Students more actively engage in directing and achieving their own learning.
  4. lab a lab in which students produce an end product
  5. Integrating interdisciplinary learning through the use of thematic units
  6. The basic techniques teachers use to promote learning; also called instructional strategies or teaching strategies
  7. a group of people who present and discuss a topic
  8. a teachers list of skills, activities, and methods or strategies for teaching
  9. a brief period of silence between asking a question and calling on students for an answer, which allows students to mentally process the question and formulate their replies
  10. a process in which students think deeply about an issue or something they have learned; students think about thinking (cognition)
  11. method a method in which the teacher's role is to present the information that students are to learn and to direct their learning process.
  12. a way to assess each student’s participation and learning
  13. a learnercentered simulation that involves students in acting out stories based on scripts written by the teacher or students.
  14. the rate at which a teacher moves through the components of a lesson or the lessons throughout the day
  15. A way of learning in which students work in groups to solve problems together while learning social skills. Also, a form of group learning in which assignments involve a task or problem students must solve using their complementary and interdependent skills, experiences, or opinions
  16. a process that helps students draw conclusions based on what they have learned, helping them apply learning that lends a sense of achievement.

27 Clues: leaderto give authority toa group of people who present and discuss a topiclab a lab in which students produce an end producta way to assess each student’s participation and learningIntegrating interdisciplinary learning through the use of thematic unitsa description of a realistic problematic situation that requires a solution...

vocab terms 2022-09-16

vocab terms crossword puzzle
Across
  1. the variable that is kept constant in an experiment
  2. the mass per unit volume of given material
  3. the exact procedure that is followed each time an experiment is repeated
  4. meaningful digits in a measuring quantity
  5. international system of units used by most countries for everyday measurements and used by the scientific community
  6. a fixed amount of something
  7. describes evidence that can be seen independently by others if they repeat the same experiment or observation in the same way
  8. a rule that describes an action or set of actions in the universe and that can sometimes be expressed as a mathematical statement
  9. a ratio that has a value of one and is used when setting up a conversion problem
  10. a variable that you believe might influence another variable
  11. how close a measurement is to an accepted or true value
  12. a process of learning that begins with a hypothesis and proceeds to prove or change the hypothesis by comparing it with scientific evidence
  13. a relationship in which one variable decreases when another variable increases
Down
  1. the applications of science to meet human needs and solve problems
  2. each time and experiment is tried
  3. measurement system used for everyday measurements in the US
  4. a possible explanation that can be tested by comparison with scientific evidence
  5. a relationship in which one variable increases with an increase in another variable
  6. a factor that affects how an experiment works
  7. the variable that you believe is influenced by the independent variable
  8. describes evidence that documents only what actually happened as exactly as possible
  9. a process of learning that starts with asking questions
  10. two results are only significantly different if their difference is much larger than the estimated error
  11. a method of using conversion factors and unit cancelling to solve a unit conversion problem
  12. a group of variables that are related
  13. a variable that is kept constant in an experiment
  14. describes how close together or reproducible repeated measurements are
  15. anything that has mass and takes up space
  16. to figure something out from known facts using logical thinking
  17. a collection of all the techniques you use to do an experiment
  18. refers to the smallest interval that can be measured

31 Clues: a fixed amount of somethingeach time and experiment is trieda group of variables that are relatedmeaningful digits in a measuring quantityanything that has mass and takes up spacethe mass per unit volume of given materiala factor that affects how an experiment worksa variable that is kept constant in an experiment...

livestock animals 2021-12-14

livestock animals crossword puzzle
Across
  1. beef/dairy animal that has had a calf.
  2. there is many ways to eat them like scrambled for example
  3. – Scientific name for a swine.
  4. castrated male beef/dairy animal.
  5. Scientific name for a sheep
  6. – castrated male sheep.
  7. uncastrated male sheep.
  8. the scientific name for a "cow"
  9. uncastrated male swine.
  10. castrated male swine.
Down
  1. female swine that has had a litter.
  2. they LAY eggs
  3. is one of the most popular foods in the world and coms from cows
  4. 11-12 months to give birth
  5. female swine that has not had a litter.
  6. – female beef/dairy animal that has not had a calf. (Usually less than 18-24 months of age)
  7. the baby is caled a kid
  8. – Young male
  9. – Young Female
  10. – female sheep.
  11. a uncastrated male "cow"Cow – female

21 Clues: – Young malethey LAY eggs– Young Female– female sheep.castrated male swine.the baby is caled a kid– castrated male sheep.uncastrated male sheep.uncastrated male swine.11-12 months to give birthScientific name for a sheep– Scientific name for a swine.the scientific name for a "cow"castrated male beef/dairy animal.female swine that has had a litter....

Integers 2016-05-26

Integers crossword puzzle
Across
  1. The result when two or more numbers are multiplied
  2. inverse, One of two numbers whose sum is 0
  3. The result when one number is subtracted from another
  4. Two numbers that are an equal distance from zero on a number line
  5. notation, A method of writing very large or very small numbers by using powers of 10
  6. To find an answer or a solution
  7. value, The distance of a number from zero on a number line
  8. The result when two or more numbers are added
  9. A plan to help you reach your financial goals
Down
  1. A number produced by raising a base to an exponent
  2. The result when one number is divided by another
  3. A mathematical phrase that contains operations, numbers, and/or variables
  4. The set of whole numbers and their opposites
  5. To find the value of a numerical or algebraic expression
  6. root, A number that is multiplied by itself to form a product

15 Clues: To find an answer or a solutioninverse, One of two numbers whose sum is 0The set of whole numbers and their oppositesThe result when two or more numbers are addedA plan to help you reach your financial goalsThe result when one number is divided by anotherA number produced by raising a base to an exponent...

Elt Project Vocabulary 2024-05-09

Elt Project Vocabulary crossword puzzle
Across
  1. Profile Vertical section of soil from the surface to underlying rock
  2. Method A procedure used to create, experiment, and modify a hypothesis
  3. Key printed or computer aided device that aids the identification of biological entities.
  4. Equilibrium Both genotype and allele frequencies remain the same through generations
  5. Study of relationships among individuals
  6. Process that changes liquid water to water vapor
  7. Interacting group of various species in a common location
  8. Resource A resource that can be replenished naturally over time
  9. matter composed of leaves and other plant parts/waste
Down
  1. any liquid or frozen water that forms in the atmosphere and falls to earth
  2. Cycle Circulation of nitrogen in various forms through nature
  3. Process by which businesses develop influence on an international scale.
  4. Cycle the continuous circulation of water in the atmosphere
  5. The ability to be maintained at a certain rate or level
  6. Organsisms that create its own food or energy

15 Clues: Study of relationships among individualsOrgansisms that create its own food or energyProcess that changes liquid water to water vapormatter composed of leaves and other plant parts/wasteThe ability to be maintained at a certain rate or levelInteracting group of various species in a common location...

Chemistry Unit 2 2023-01-24

Chemistry Unit 2 crossword puzzle
Across
  1. electrons occupy the lowest energy first
  2. number of protons in the nucleus of an atom
  3. are characterized by the presence of electrons in d orbitals
  4. atoms that have the same number of protons but a different number of neutrons
  5. contians protons and neutrons
Down
  1. number of wave cycles that pass a given point per unit of time
  2. the time required for one half of the nuclei in a radioisotope sample to decay
  3. a region of space in which there is a high probability of finding and electron
  4. atoms can be broken into smaller, more fundamental particles, called
  5. what takes up 80% of the periodic table
  6. an ion with a negative charge
  7. particles and rays emitted from the radioactive source
  8. who arranged the periodic table in order of increasing atomic number
  9. who used the scientific method or revise democritus's model
  10. the total number of protons and neutrons in the nucleus of an atom

15 Clues: an ion with a negative chargecontians protons and neutronswhat takes up 80% of the periodic tableelectrons occupy the lowest energy firstnumber of protons in the nucleus of an atomparticles and rays emitted from the radioactive sourcewho used the scientific method or revise democritus's model...

chapter 1 2025-01-28

chapter 1 crossword puzzle
Across
  1. all living organisms in a given area plus the physical environment and energy.
  2. the sum total of all ecosystem on earth
  3. it is the study of the natural world
  4. it is the first step in the scientific method
  5. all the population of different species that coexist and interact within the same environment
  6. an individual living being composed of several organs or organ system.
Down
  1. smallest/most specific unit of classification
  2. a group of similar associated cells specialized to perform a specific function.
  3. two or more atoms held together in a stable association with each other.
  4. second smallest/most specific unit of classification
  5. fundamental structural and functional
  6. able to stand and walk on two legs
  7. a structure composed to two tissues or more different tissues working together to perform a specific function.
  8. a domain that has 4 kingdoms
  9. smallest unit of an element; composed of protons, neutrons and electrons

15 Clues: a domain that has 4 kingdomsable to stand and walk on two legsit is the study of the natural worldfundamental structural and functionalthe sum total of all ecosystem on earthsmallest/most specific unit of classificationit is the first step in the scientific methodsecond smallest/most specific unit of classification...

Foliage Plant Crossword 2025-10-01

Foliage Plant Crossword crossword puzzle
Across
  1. is a very typical member of the commelinaceae
  2. can be grown as a hydroponic plant, as a hanging basket, or in a dish garden
  3. This plant is known for its "cascading effect" and has sharp thorns along its stem
  4. This plant, also known as variegated Chinese evergreen, is known for its low-light tolerance
  5. AKA the Boston fern
  6. The propagation method used for the common Aglaonema
Down
  1. The Greek word meaning "ivy," which is the source of the name
  2. This vining plant is commonly called
  3. A plant with linear, variegated leaves that produces runners with plantlets
  4. all the Moraceae family
  5. The vibrant and colorful plant that needs high humidity to prevent leaf drop
  6. The common name for Chamaedorea elegans
  7. the scientific name for Cutleaf philodendron
  8. common name for Crassula argentea a tropical foliage plant
  9. The Latin name for Asparagus Lace Fern

15 Clues: AKA the Boston fernall the Moraceae familyThis vining plant is commonly calledThe Latin name for Asparagus Lace FernThe common name for Chamaedorea elegansthe scientific name for Cutleaf philodendronis a very typical member of the commelinaceaeThe propagation method used for the common Aglaonema...

UNIT 1 vocabulary 2021-04-25

UNIT 1 vocabulary crossword puzzle
Across
  1. It is used to channel liquid or fine-grained substances into containers with a small opening
  2. The charcateristics or features of something
  3. Able to be dissolved into a particular solvent
  4. are large pincers for grasping and lifting vessels of heat-resistant material used in high temperature chemical reactions
  5. It is the substance that dissolves
  6. is a procedure designed to test a hypothesis as part of the scientific method.
  7. is a proposed explanation for an observation
Down
  1. To measure heat
  2. Not able to be dissolved into a particular solvent
  3. How much solute can dissolve in a given amount of solvent before becaoming a saturated solution
  4. mixture is a mixture in which the composition is not uniform throughout the mixture
  5. ionized gas
  6. is a sheet of thin metal that has net-like patterns or a wire mesh.
  7. A mixture in which the composition is uniform throughout the mixture.
  8. Having to do with counting measaring

15 Clues: ionized gasTo measure heatIt is the substance that dissolvesHaving to do with counting measaringThe charcateristics or features of somethingis a proposed explanation for an observationAble to be dissolved into a particular solventNot able to be dissolved into a particular solventis a sheet of thin metal that has net-like patterns or a wire mesh....

Crossword - Brain Buster (Advanced Mode) 2024-11-20

Crossword - Brain Buster (Advanced Mode) crossword puzzle
Across
  1. A massive blue supergiant in the Orion constellation.
  2. What equilibrium keeps a star from collapsing under its own gravity
  3. Unit of distance equal to 3.26 light-years.
  4. What kind of star sends out light pulses like a cosmic lighthouse?
  5. A tiny particle that mediates electromagnetic radiation in the universe.
  6. What sits quietly at the center of our galaxy?
  7. dwarf What’s the Sun’s “official” star type?
  8. Which star is waiting to replace Polaris as the North Star in 13,000 years?
Down
  1. What scientific method is used to determine the composition of stars?
  2. What do stars burn to keep on shining?
  3. dwarf What’s the smallest type of star?
  4. What’s the first stage of a star’s life called?
  5. What’s the dramatic, explosive ending of a massive star called?
  6. What do we call planets that orbit stars outside our Solar system?
  7. What’s the sizzling hot color of the hottest stars?

15 Clues: What do stars burn to keep on shining?dwarf What’s the smallest type of star?Unit of distance equal to 3.26 light-years.dwarf What’s the Sun’s “official” star type?What sits quietly at the center of our galaxy?What’s the first stage of a star’s life called?What’s the sizzling hot color of the hottest stars?...

Module 5 Vocabulary 2016-10-11

Module 5 Vocabulary crossword puzzle
Across
  1. age of an artifact from a specific dating method to determine age of an artifact
  2. artifacts found in deep layers of earth are older than other layers
  3. benefit of the doubt given to a document
  4. study of earth's history as revealed in the rocks that make up the earth
  5. study of life history as revealed in the preserved remains of once living organisms
  6. all scientific pursuits related to living organisms
  7. objects made by people, such as tools, weapons, containers
Down
  1. age of an artifact determined by a date printed on it
  2. study of past human life as revealed by preserved relics
  3. counting tree rings to determine the age of a tree
  4. using radioactive process to determine age

11 Clues: benefit of the doubt given to a documentusing radioactive process to determine agecounting tree rings to determine the age of a treeall scientific pursuits related to living organismsage of an artifact determined by a date printed on itstudy of past human life as revealed by preserved relicsobjects made by people, such as tools, weapons, containers...

Ms. Nagy's Room Scavenger Hunt 2023-08-22

Ms. Nagy's Room Scavenger Hunt crossword puzzle
Across
  1. What is the MAIN color of the work turn-in bins?
  2. What color is the sign for the emergency eyewash station, white and ____.
  3. Which side of the board is the Science Agenda on?
  4. True or False, you should always leave class out the back door.
Down
  1. What direction is the fire extinguisher's arrow pointing?
  2. How many sinks are in this classroom?
  3. True or False, you will be allowed 5 bathroom passes only per midterm.
  4. How many moon phases are there?
  5. The 5th step of the Scientific Method says _____ information.
  6. What color is the sign directing you to extra warm up sheets?
  7. What animal is left of where you'll find vocabulary?

11 Clues: How many moon phases are there?How many sinks are in this classroom?What is the MAIN color of the work turn-in bins?Which side of the board is the Science Agenda on?What animal is left of where you'll find vocabulary?What direction is the fire extinguisher's arrow pointing?The 5th step of the Scientific Method says _____ information....

Albert Fish Tomfoolery 2026-05-12

Albert Fish Tomfoolery crossword puzzle
Across
  1. Disorder — A mental condition that affects behavior, thinking, or emotions.
  2. — Scientific methods used to investigate crimes and collect evidence.
  3. — A person, usually law enforcement, who gathers facts and evidence about crimes.
  4. Operandi (M.O.) — The specific method or pattern a criminal uses to commit crimes.
  5. Killer — A person who murders multiple people over time, usually following a pattern.
  6. — Objects or information used to prove facts in a criminal investigation.
Down
  1. — The killing of one person by another person.
  2. Profiling — The process of analyzing a criminal’s behavior and patterns to help identify them.
  3. — A statement in which someone admits to committing a crime.
  4. & Profiling Vocabulary
  5. Profile — The common traits or characteristics shared by a criminal’s victims.

11 Clues: & Profiling Vocabulary— The killing of one person by another person.— A statement in which someone admits to committing a crime.— Scientific methods used to investigate crimes and collect evidence.— Objects or information used to prove facts in a criminal investigation.Disorder — A mental condition that affects behavior, thinking, or emotions....

Pollution Effects on Embryonic Development of Crustaceans 2023-10-01

Pollution Effects on Embryonic Development of Crustaceans crossword puzzle
Across
  1. Number 2 oil is the same as ______ fuel in chemical composition
  2. There is less oxygen available at the ____ portion of the egg mass. In hypoxic conditions, ___ embryo development was delayed.
  3. Common name of spp. that had no heartbeat after exposure to mercury
  4. Scientific Name of organism whose egg production was not effected by acidification
  5. C. granulatus displayed decreased ________ after mercury exposure
  6. The _____ stage of grass shrimp development is less sensitive than other stages to pesticides
Down
  1. Method of Brood Irrigation to increase oxygen to brood in Cancer sestosus
  2. First stage of larval development in crustaceans
  3. Horseshoe crabs are highly tolerant to ...
  4. Chitin synthesis inhibiting pesticide
  5. CEC that caused DNA damage in stage 4 development of grass shrimp

11 Clues: Chitin synthesis inhibiting pesticideHorseshoe crabs are highly tolerant to ...First stage of larval development in crustaceansNumber 2 oil is the same as ______ fuel in chemical compositionC. granulatus displayed decreased ________ after mercury exposureCEC that caused DNA damage in stage 4 development of grass shrimp...

Introduction to Environmental Science 2024-09-17

Introduction to Environmental Science crossword puzzle
Across
  1. taking responsibility for the careful management of resources to maintain balance in nature
  2. Clean Air Act (1963), Clean Water Act (1972)
  3. air and gases surrounding the Earth
  4. act of noticing and studying a phenomena or event
  5. calculation of land and resources required to produce the food consumed
Down
  1. period of rapid industrial growth in the late 1800s that caused a lot of pollution
  2. third step of the Scientific Method
  3. Earth's solid rock
  4. the ability to meet the needs of the present without compromising the ability of future generations
  5. water in all of its forms
  6. the measure of CO^2 and greenhouse gases emitted into the atmosphere due to human activity

11 Clues: Earth's solid rockwater in all of its formsthird step of the Scientific Methodair and gases surrounding the EarthClean Air Act (1963), Clean Water Act (1972)act of noticing and studying a phenomena or eventcalculation of land and resources required to produce the food consumed...

Integers 2016-05-26

Integers crossword puzzle
Across
  1. The result when two or more numbers are multiplied
  2. inverse, One of two numbers whose sum is 0
  3. The result when one number is subtracted from another
  4. Two numbers that are an equal distance from zero on a number line
  5. notation, A method of writing very large or very small numbers by using powers of 10
  6. To find an answer or a solution
  7. value, The distance of a number from zero on a number line
  8. The result when two or more numbers are added
  9. A plan to help you reach your financial goals
Down
  1. A number produced by raising a base to an exponent
  2. The result when one number is divided by another
  3. A mathematical phrase that contains operations, numbers, and/or variables
  4. The set of whole numbers and their opposites
  5. To find the value of a numerical or algebraic expression
  6. root, A number that is multiplied by itself to form a product

15 Clues: To find an answer or a solutioninverse, One of two numbers whose sum is 0The set of whole numbers and their oppositesThe result when two or more numbers are addedA plan to help you reach your financial goalsThe result when one number is divided by anotherA number produced by raising a base to an exponent...

Chemistry Unit 2 2023-01-24

Chemistry Unit 2 crossword puzzle
Across
  1. electrons occupy the lowest energy first
  2. number of protons in the nucleus of an atom
  3. are characterized by the presence of electrons in d orbitals
  4. atoms that have the same number of protons but a different number of neutrons
  5. contians protons and neutrons
Down
  1. number of wave cycles that pass a given point per unit of time
  2. the time required for one half of the nuclei in a radioisotope sample to decay
  3. a region of space in which there is a high probability of finding and electron
  4. atoms can be broken into smaller, more fundamental particles, called
  5. what takes up 80% of the periodic table
  6. an ion with a negative charge
  7. particles and rays emitted from the radioactive source
  8. who arranged the periodic table in order of increasing atomic number
  9. who used the scientific method or revise democritus's model
  10. the total number of protons and neutrons in the nucleus of an atom

15 Clues: an ion with a negative chargecontians protons and neutronswhat takes up 80% of the periodic tableelectrons occupy the lowest energy firstnumber of protons in the nucleus of an atomparticles and rays emitted from the radioactive sourcewho used the scientific method or revise democritus's model...

Biogeography Crossword 2020-04-21

Biogeography Crossword crossword puzzle
Across
  1. the spread of plants and animals
  2. a repetition that both plant and animals follow
  3. A group of organisms that reproduce with each other.
  4. The process a species goes through to be best fitted in its environment.
  5. A well-substantiated explanation acquired through the scientific method and testing.
  6. Species ____ to get from one place to another
  7. Remains of an animal or plant that have been preserved in rock
Down
  1. a plant or animals pattern of behavior
  2. Australia Africa and South America share this because they are on the same latitude
  3. Camel descendants migrated across this to get to Asia
  4. Gondwanaland was a...
  5. The offspring od specific species
  6. a group of islands in the Pacific off South America: Charel Darwin studied there
  7. similar features found in a species over different periods.
  8. The study of the distribution of plants and animal

15 Clues: Gondwanaland was a...the spread of plants and animalsThe offspring od specific speciesa plant or animals pattern of behaviorSpecies ____ to get from one place to anothera repetition that both plant and animals followThe study of the distribution of plants and animalA group of organisms that reproduce with each other....

UNIT 1 vocabulary 2021-04-25

UNIT 1 vocabulary crossword puzzle
Across
  1. The charcateristics or features of something
  2. is a proposed explanation for an observation
  3. How much solute can dissolve in a given amount of solvent before becaoming a saturated solution
  4. ionized gas
  5. is a procedure designed to test a hypothesis as part of the scientific method.
  6. are large pincers for grasping and lifting vessels of heat-resistant material used in high temperature chemical reactions
  7. It is the substance that dissolves
  8. Able to be dissolved into a particular solvent
Down
  1. Having to do with counting measaring
  2. is a sheet of thin metal that has net-like patterns or a wire mesh.
  3. mixture is a mixture in which the composition is not uniform throughout the mixture
  4. It is used to channel liquid or fine-grained substances into containers with a small opening
  5. To measure heat
  6. A mixture in which the composition is uniform throughout the mixture.
  7. Not able to be dissolved into a particular solvent

15 Clues: ionized gasTo measure heatIt is the substance that dissolvesHaving to do with counting measaringThe charcateristics or features of somethingis a proposed explanation for an observationAble to be dissolved into a particular solventNot able to be dissolved into a particular solventis a sheet of thin metal that has net-like patterns or a wire mesh....

demo 1 senior 2023-02-19

demo 1 senior crossword puzzle
Across
  1. scientific method of rearing honeybees
  2. Capital of BHUTAN
  3. an economic and political system in which a country's trade and industry are controlled by private companies for profit
  4. skill in performing tasks, especially with the hands
  5. Famouse painting of Pablo Picasso
  6. The ability to think and behave in a normal and rational manne
Down
  1. formal engagement to be married
  2. Someone who revolts against a government
  3. the Olympian goddess of the harvest and agriculture
  4. a situation in which further action or progress by opposing or competing parties seems impossible.A common term in the game of Chess
  5. an action or event serving as an introduction to something more important.
  6. a deep-seated feeling of dislike
  7. Synonym of the word HUNGRY
  8. A facility for storing or producing armament.Also a name of a famous PL team.
  9. the world's oldest monotheistic religion, dating back nearly 4,000 years

15 Clues: Capital of BHUTANSynonym of the word HUNGRYformal engagement to be marrieda deep-seated feeling of dislikeFamouse painting of Pablo Picassoscientific method of rearing honeybeesSomeone who revolts against a governmentthe Olympian goddess of the harvest and agricultureskill in performing tasks, especially with the hands...

Earth Science (Word Search) 2023-10-13

Earth Science (Word Search) crossword puzzle
Across
  1. Movement - Term for the motion of Earth's tectonic plates.
  2. Boundary - Boundary where tectonic plates move away from each other.
  3. Boundary - Boundary where tectonic plates slide past each other.
  4. of Plate Tectonics - Scientific theory explaining movement of Earth's tectonic plates.
  5. Boundary - Boundary where tectonic plates collide.
  6. Suction - Convection currents near the crust contributing to plate movement.
Down
  1. Spreading - Process of new crust being formed at divergent boundaries.
  2. Ranges - Geological features formed by the collision of tectonic plates.
  3. - Process where one tectonic plate sinks beneath another at a convergent boundary.
  4. Plates - Large pieces of Earth's lithosphere floating on the asthenosphere.
  5. Forces - Forces influencing plate movement, such as ridge push and slab pull.
  6. Pull - Action of subducting crust pulling tectonic plates.
  7. of Fire - Region in the Pacific Ocean known for high volcanic and seismic activity.
  8. - Method of heat transfer related to plate movement.
  9. Push - Process where new crust is formed at divergent boundaries.

15 Clues: Boundary - Boundary where tectonic plates collide.- Method of heat transfer related to plate movement.Movement - Term for the motion of Earth's tectonic plates.Pull - Action of subducting crust pulling tectonic plates.Boundary - Boundary where tectonic plates slide past each other.Push - Process where new crust is formed at divergent boundaries....

Unit 1: Prehistory and the Agricultural Revolution 2026-02-11

Unit 1: Prehistory and the Agricultural Revolution crossword puzzle
Across
  1. the study of history through the excavation of sites and the analysis of artifacts and other physical remains.
  2. Means "wise human"
  3. extra resources
  4. Means "old stone"- the stone age when modern humans evolved
  5. People who hunt animals and gather wild plants, seeds, fruits, and nuts to survive
  6. The time when human beings first domesticated plants and animals
  7. a way of life that involves little movement from place to place
  8. A dramatic or wide-spread change in the order of a system
  9. the process of changing plants or animals to make them more useful to humans
Down
  1. The switch from nomadic lifestyles to a settled agricultural lifestyle.
  2. a document or written work created after an event
  3. a scientific method used to determine the age of an artifact
  4. organization of roles in society
  5. wandering from place to place
  6. A document or physical object which was written or created during the time or event

15 Clues: extra resourcesMeans "wise human"wandering from place to placeorganization of roles in societya document or written work created after an eventA dramatic or wide-spread change in the order of a systemMeans "old stone"- the stone age when modern humans evolveda scientific method used to determine the age of an artifact...

8S Chapter 1 Vocabulary 2023-10-05

8S Chapter 1 Vocabulary crossword puzzle
Across
  1. The process of gathering evidence about the natural world and proposing explanations based on evidence
  2. The grouping together of items that are alike in some way
  3. The factor that may change in response to the independent variable
  4. A possible answer to a scientific question
  5. Using one or more of your senses to gather information
  6. Reasoning that is based on personal feelings or personal values
  7. A scientific experiment in which only one variable is changed at a time
  8. The factor that is purposely changed to test a hypothesis
  9. Observation that deals with descriptions that cannot be expressed as numbers
  10. Making a statement or a claim about what will happen in the future based on past experiences
Down
  1. A repetition of an experiment
  2. Having an attitude of doubt
  3. An attempt by a different group of scientists to conduct the same experiment
  4. Reasoning that is based on evidence
  5. A generalization that makes sense of an observation by using logical reasoning
  6. Data that are collected using scientific processes that describe particular observations
  7. Observation that deals with numbers, or amounts
  8. A way of learning about the natural world
  9. When you explain or interpret the things you observe
  10. A set of beliefs that may make use of science, but conclusions/predictions are not based on observation, objective reasoning, or scientific evidence.
  11. Involves evaluating observations and data to reach a conclusion about them
  12. An error in the design of an experiment
  13. Facts, figures, and other evidence collected during a scientific investigation

23 Clues: Having an attitude of doubtA repetition of an experimentReasoning that is based on evidenceAn error in the design of an experimentA way of learning about the natural worldA possible answer to a scientific questionObservation that deals with numbers, or amountsWhen you explain or interpret the things you observe...

The Social Sciences 2024-12-01

The Social Sciences crossword puzzle
Across
  1. aims to predict and explain all natural phenomena.
  2. a broad field of study that serves as a lens to understand social phenomena.
Down
  1. A scientific method to understand the relationship of man to society.
  2. seeks to understand human reactions to events and the meanings humans impose on experiences.
  3. where philosophy was distinct from science.
  4. Study of the past

6 Clues: Study of the pastwhere philosophy was distinct from science.aims to predict and explain all natural phenomena.A scientific method to understand the relationship of man to society.a broad field of study that serves as a lens to understand social phenomena.seeks to understand human reactions to events and the meanings humans impose on experiences.

Sciences! 2024-11-06

Sciences! crossword puzzle
Across
  1. It is a Social Science that studies the events from the past.
  2. A way of Checking your hypothesis is by an
  3. Educated guess in science
Down
  1. It studies the resources and its distribution.
  2. How things move and how the universe behaves.
  3. A series of steps in a specyfic order to conduct a research is the Scientific ...

6 Clues: Educated guess in scienceA way of Checking your hypothesis is by anHow things move and how the universe behaves.It studies the resources and its distribution.It is a Social Science that studies the events from the past.A series of steps in a specyfic order to conduct a research is the Scientific ...

Frankenstein 2018-03-05

Frankenstein crossword puzzle
Across
  1. It becomes clear that the monster wants _______________ on Victor.
  2. A style of art, literature that emphasized the imagination and emotions.
  3. Idea that individuals are born without built-in mental content and that knowledge comes from experience or perception.
  4. What Frankenstein possibly uses to bring the creature to life.
Down
  1. The method that is used to explore observation and answer questions.
  2. The revolution that shows a transition to new manufacturing processes.
  3. Frankenstein's monster seeks with others throughout the story.
  4. Victor believes that his actions are driven by.

8 Clues: Victor believes that his actions are driven by.Frankenstein's monster seeks with others throughout the story.What Frankenstein possibly uses to bring the creature to life.It becomes clear that the monster wants _______________ on Victor.The method that is used to explore observation and answer questions....

Internet 2023-01-10

Internet crossword puzzle
Across
  1. Set of rules standardized communication between machines.
  2. Commercial transactions made electronically, specifically over the Internet.
  3. Smallest unit of data that a computer can process and store.
  4. Legal right of the owner of intellectual property.
Down
  1. method of making multiple computers work together to solve a common problem.
  2. Keeping a user's name and identity concealed through various applications.
  3. Legal control or suppression of what can be accessed, published, or viewed on the Internet.
  4. Growing trend where volunteer non-scientists participate in data analysis for a scientific project.

8 Clues: Legal right of the owner of intellectual property.Set of rules standardized communication between machines.Smallest unit of data that a computer can process and store.Keeping a user's name and identity concealed through various applications.method of making multiple computers work together to solve a common problem....

B2 Girls 09.09 2025-09-08

B2 Girls 09.09 crossword puzzle
Across
  1. a way of avoiding an unpleasant or boring life, especially by thinking, reading, etc. about more exciting but impossible activities
  2. a piece of information that is discovered during an official examination of a problem, situation, or object
  3. judge or decide something after thinking carefully about it
  4. from a distance
  5. be likely to behave in a particular way or have a particular characteristic
Down
  1. careful and using a system or method
  2. speak too proudly about what you have done or what you own
  3. make something less

8 Clues: from a distancemake something lesscareful and using a system or methodspeak too proudly about what you have done or what you ownjudge or decide something after thinking carefully about itbe likely to behave in a particular way or have a particular characteristic...

調べない学習 LEAPのクロスワード 2024-10-29

調べない学習 LEAPのクロスワード crossword puzzle
Across
  1. a feeling of being extremely tired, usually because of hard work or exercise
  2. a particular way of doing something
  3. the power to give orders to people
  4. a remark that expresses praise or admiration of somebody
  5. a room or building used for scientific research, experiments,etc.
Down
  1. a room in a building, partly or completely below the level of the ground
  2. buildings, services, equipmemt,etc.that are providedfor a particular purpose
  3. a belief in your own ability to do things and be successful
  4. a well-known pharase or sentense that gives advice or says something that is generally true.
  5. the ability to do something dangerous, or to face pain or opposition, without showing fear
  6. the ability to see

11 Clues: the ability to seethe power to give orders to peoplea particular way of doing somethinga remark that expresses praise or admiration of somebodya belief in your own ability to do things and be successfula room or building used for scientific research, experiments,etc.a room in a building, partly or completely below the level of the ground...

crossword education II 2022-11-28

crossword education II crossword puzzle
Across
  1. a document issued by a college or university to show that you have passed a particular exam or finished your studies
  2. an instrument for writing filled with ink
  3. events or incidents in the past that are studied by student
  4. often led by a student on a particular topic
  5. books available in digital form contain information, guides, tutorials, etc
  6. the entire school program including course material
  7. people uses it when writing on whiteboard
  8. the leader of the class
Down
  1. to help someone learn new words
  2. a period of one year after graduating from high school before entering college
  3. information search efforts to solve a problem with the scientific method
  4. administrative leader as well as the highest leader in the faculty
  5. copying, outlining in pencil
  6. storage for various collections of books
  7. administration that must be carried out by students every month or every semester

15 Clues: the leader of the classcopying, outlining in pencilto help someone learn new wordsstorage for various collections of booksan instrument for writing filled with inkpeople uses it when writing on whiteboardoften led by a student on a particular topicthe entire school program including course material...

Highschool List 7 2023-01-03

Highschool List 7 crossword puzzle
Across
  1. positioned in or relating to the sky, or outer space as observed in astronomy
  2. a dead body
  3. occurring or done at once; instant
  4. the quality of moderation or self-restraint
  5. lacking exactness and accuracy of expression or detail
  6. a large building divided into apartments
  7. required to be done, achieved, or present
  8. a formal procession of people walking, on horseback, or riding in vehicles
  9. the scientific study of the human mind and its functions
Down
  1. to examine in detail
  2. the ability to acquire and apply knowledge and skills
  3. a piece of music sung or played in the open air, typically by a man at night under the window of his love
  4. to say something again or a number of times, typically for emphasis or clarity
  5. the method and practice of teaching, especially as an academic subject or theoretical concept
  6. a written outline giving details of the plot and individual scenes

15 Clues: a dead bodyto examine in detailoccurring or done at once; instanta large building divided into apartmentsrequired to be done, achieved, or presentthe quality of moderation or self-restraintthe ability to acquire and apply knowledge and skillslacking exactness and accuracy of expression or detail...

Final Study Guide Words 2017-03-06

Final Study Guide Words crossword puzzle
Across
  1. Francis Bacon made it. It is when you make a observation and so on.
  2. One of the most influential scientists of all time.
  3. Philosopher, writer, and composer of the 18th century.
  4. Someone who studies wisdom, love to study
  5. Famous Composer
  6. a European intellectual movement of the late 17th and 18th centuries emphasizing reason and individualism rather than tradition
  7. Representing the Sun as the center of the universe.
Down
  1. Representing the Earth as the center of the universe.
  2. Renaissance mathematician and astronomer who thought the universe revolved around the sun.
  3. English Philosopher and Physician most influential thinkers.
  4. was considered the first modern philosopher
  5. Created the scientific method.
  6. Saw that stars and the moon had terrain on them.
  7. German mathematician and astronomer who was known for his laws of plantary motion.
  8. A theory that opinions and actions should be based on reason and knowledge rather than on religious belief or emotional responce.

15 Clues: Famous ComposerCreated the scientific method.Someone who studies wisdom, love to studywas considered the first modern philosopherSaw that stars and the moon had terrain on them.One of the most influential scientists of all time.Representing the Sun as the center of the universe.Representing the Earth as the center of the universe....

Properties of Matter Lesson 1-12 Vocab Crossword 6th grade 2021-09-15

Properties of Matter Lesson 1-12 Vocab Crossword 6th grade crossword puzzle
Across
  1. the ability to float
  2. state of matter in which molecules are far apart from each other and move quickly
  3. unit of measure of mass in the metric system
  4. controlled test to see what will happen in a given situation
  5. unit of measure of volume in the metric system
  6. good or educated guess
  7. method systematic way of observing, testing, and repeating experiments to attain knowledge
  8. property property that describes how a substance reacts with other substances
Down
  1. something that can change or be changed in an experiment
  2. Anything that has mass and takes up space
  3. unit of measure for length in the metric system
  4. energy energy of moving objects
  5. property property that can be measured without changing the type of matter
  6. state of matter in which molecules are tightly packed and only vibrate
  7. state of matter in which molecules are close together and move over each other

15 Clues: the ability to floatgood or educated guessenergy energy of moving objectsAnything that has mass and takes up spaceunit of measure of mass in the metric systemunit of measure of volume in the metric systemunit of measure for length in the metric systemsomething that can change or be changed in an experiment...

Evolution Crossword Puzzle 2023-10-11

Evolution Crossword Puzzle crossword puzzle
Across
  1. The unique combination of traits each organism inherits from its parents.
  2. The different colors of hair in humans.
  3. When an individual is more adapted to their environment and they are more likely to survive.
  4. Someone you are relate to that lived before you.
  5. A set of information that controls a trait.
  6. A set of instructions to build the organism.
  7. A concept that explains observations using the scientific method.
  8. The theory that species evolve in short rapid changes.
Down
  1. Whales have similar bone structures in their fins as humans in their hands.
  2. Older species evolved into newer species.
  3. Giraffes grew long necks.This is an example of _________.
  4. A trait that helps an organism survive that is under a set of environmental conditions.
  5. The fossils that scientists have collected.
  6. The potential for a species to increase its numbers.
  7. Like the appendix in humans.

15 Clues: Like the appendix in humans.The different colors of hair in humans.Older species evolved into newer species.The fossils that scientists have collected.A set of information that controls a trait.A set of instructions to build the organism.Someone you are relate to that lived before you.The potential for a species to increase its numbers....

Natural World Cycle 2 Vocabulary Crossword 2024-11-22

Natural World Cycle 2 Vocabulary Crossword crossword puzzle
Across
  1. A chemical that can kill bacteria without harming a person's cells.
  2. A virus that infects bacteria.
  3. An organism that provides a source of energy for a virus or another organism to live.
  4. A "false foot" or temporary bulge of cell membrane used for feeding and movement in some protozoa.
  5. Any of the small particles that invade and then replicate inside a living cell.
  6. two names
  7. An organism with cells that contain defined nuclei.
Down
  1. method of naming
  2. An organism that lacks a true nucleus in its cells.
  3. One of many branching threadlike tubes that make up the body of fungus.
  4. Animal-like protists.
  5. scientific study of how things are classified
  6. A single celled prokaryote.
  7. A substance that stimulates the body to produce chemicals that destroy viruses.
  8. An organism that lives on or in a host and causes harm to the host.

15 Clues: two namesmethod of namingAnimal-like protists.A single celled prokaryote.A virus that infects bacteria.scientific study of how things are classifiedAn organism that lacks a true nucleus in its cells.An organism with cells that contain defined nuclei.A chemical that can kill bacteria without harming a person's cells....

Earth Sci 2024-09-17

Earth Sci crossword puzzle
Across
  1. Processes or phenomena that occur in nature without human influence.
  2. A system used in scientific research or experiments.
  3. Large bodies of water that impact climate and support marine life.
  4. Natural or man-made materials that support life and various activities.
  5. Substances that contaminate the environment and harm living organisms.
  6. The layer of gases surrounding Earth, which influences weather and climate.
  7. An area where living and non-living things interact with each other.
  8. Organisms that have life and carry out biological processes.
  9. The top layer of Earth that supports plant growth
Down
  1. The study of how organisms interact with their environment and one another.
  2. The act of noticing and recording phenomena or data
  3. Patterns in environmental data
  4. An essential element for life, which affects climate.
  5. Changes caused by human activities, such as pollution and deforestation.
  6. The solid part of Earth, including the crust and mantle

15 Clues: Patterns in environmental dataThe top layer of Earth that supports plant growthThe act of noticing and recording phenomena or dataA system used in scientific research or experiments.An essential element for life, which affects climate.The solid part of Earth, including the crust and mantleOrganisms that have life and carry out biological processes....

Crossword Challenge 2025-11-11

Crossword Challenge crossword puzzle
Across
  1. GMP regulation applicable to computer system
  2. Validation performed after a system has been in operation for some time using historical data
  3. The document participants sign before joining a trial
  4. 4 Step cycle for continuous improvement
  5. Regulatory Body for Drug Safety in India
Down
  1. Detailed document summarizing global safety data over a period
  2. One of the 6'M's in the Fishbone Diagram
  3. Reporting that is voluntary, where no active measures are taken to look for effects
  4. Term for a drug that treats rare diseases
  5. Trial phase focusing on safety and efficacy
  6. Information suggesting a potential causal link between drug and AE that requires further investigation
  7. document that summarizes scientific and administrative information to streamline the drug approval process
  8. Committee that reviews ethical aspects of a trial
  9. System used to collect trial data
  10. Acronym for a serious, unexpected adverse reaction

15 Clues: System used to collect trial data4 Step cycle for continuous improvementOne of the 6'M's in the Fishbone DiagramRegulatory Body for Drug Safety in IndiaTerm for a drug that treats rare diseasesTrial phase focusing on safety and efficacyGMP regulation applicable to computer systemCommittee that reviews ethical aspects of a trial...

History of Biotech: Century of the Gene 2020-09-01

History of Biotech: Century of the Gene crossword puzzle
Across
  1. branch of law affected by DNA studies of 90's and 2000's
  2. abbreviation for process DNA is amplified (copied)
  3. slang term for type of sequencing promoted by J. Craig Venter
  4. the "H" of NIH
Down
  1. last name of scientist who developed sequencing method in 1977
  2. President who signed first bill against genetic discrimination in the workplace (last name)
  3. the first eukaryotic organism to have DNA sequencing complete (common name, not scientific)
  4. disease that the Human Genome Project initially sought to cure

8 Clues: the "H" of NIHabbreviation for process DNA is amplified (copied)branch of law affected by DNA studies of 90's and 2000'sslang term for type of sequencing promoted by J. Craig Venterlast name of scientist who developed sequencing method in 1977disease that the Human Genome Project initially sought to cure...

Golden Age 2022-02-09

Golden Age crossword puzzle
Across
  1. eveloped an early scientific method
  2. discovered the minor circulation of the blood
  3. in the Islamic World was mostly fruits and vegetables
Down
  1. left his name to the history of mathematics in the form of Algorism
  2. astronomers mapped the solar system
  3. Al- Razi was one of the most versatile scientists of the Islamic Gold mathematics.

6 Clues: eveloped an early scientific methodastronomers mapped the solar systemdiscovered the minor circulation of the bloodin the Islamic World was mostly fruits and vegetablesleft his name to the history of mathematics in the form of AlgorismAl- Razi was one of the most versatile scientists of the Islamic Gold mathematics.

Personal Best B2 Unit 6 p. 51 2023-05-03

Personal Best B2 Unit 6 p. 51 crossword puzzle
Across
  1. to fill or enter a place in large numbers or amounts
  2. having or showing dogged determination not to change one's attitude or position on something
  3. dying because of not having enough food
  4. thin and healthy
Down
  1. a collection of beliefs or practices mistakenly regarded as being based on scientific method
  2. a situation in which there is not enough of something
  3. achieved or acquired through a lot of effort or hard work
  4. a strong wish, especially one that is difficult or impossible to control

8 Clues: thin and healthydying because of not having enough foodto fill or enter a place in large numbers or amountsa situation in which there is not enough of somethingachieved or acquired through a lot of effort or hard worka strong wish, especially one that is difficult or impossible to control...

Introduction to Science and Technology - Unit 2 2022-12-07

Introduction to Science and Technology - Unit 2 crossword puzzle
Across
  1. A representation of an object or event
  2. notation - A mathematical method of writing numbers using powers of ten.
  3. - an imitation of an event; a reproduction of an event that is similar to the actual event
  4. variable a variable that is manipulated
  5. Model - A physical representation of an object.
Down
  1. variable The outcome factor; the variable that may change in response to manipulations of the independent variable.
  2. - the exactness of a measurement
  3. a quantity that has both a number and a unit
  4. - how close a measurement is to the true value
  5. Model - different forms of data to represent the way a system works
  6. model - a representation of a system that helps us predict how the system behaves

11 Clues: - the exactness of a measurementA representation of an object or eventvariable a variable that is manipulateda quantity that has both a number and a unit- how close a measurement is to the true valueModel - A physical representation of an object.Model - different forms of data to represent the way a system works...

Environmental Science 2025-09-17

Environmental Science crossword puzzle
Across
  1. Factors that are nonliving (ex. temperature, air)
  2. The ________ variable is the variable that the scientist measures
  3. The final results that prove or disprove your hypothesis
  4. Observations from the experiment, which can be written in tables or graphs
  5. Hard rocks and soil that make up the Earth's crust and the upper mantle
  6. Living things that make up the Earth
  7. All of the water that makes up the planet
Down
  1. Variables that are kept the same during the experiment
  2. The _______ variable is the variable that the scientist chooses to change
  3. Gasses that make up the Earth's air
  4. An "educated guess" that can be tested, forming a crucial part of the scientific method

11 Clues: Gasses that make up the Earth's airLiving things that make up the EarthAll of the water that makes up the planetFactors that are nonliving (ex. temperature, air)Variables that are kept the same during the experimentThe final results that prove or disprove your hypothesisThe ________ variable is the variable that the scientist measures...

Propagation Methods Crossword 2023-03-02

Propagation Methods Crossword crossword puzzle
Across
  1. Method that involves cutting apart sections if rhizomes.
  2. The location where a cutting on a leaf must be made.
  3. Method to produce new plants fast.
  4. Method that involves separating natural structures of a plant without making a cut.
  5. Layering method that requires making a trench and laying a branch in the trench.
  6. Form of grafting when a bud is used to propagate.
  7. The best time to take a cutting.
  8. Starting plants from seeds.
Down
  1. Layering method that requires mounding the soil on a branch.
  2. Powder that helps to speed up root development.
  3. Starting plant by means other than seed.
  4. Environment clean and free of bacteria.
  5. Method that involves joining separate parts together so that they form a union.
  6. The piece of plant at the top of a graft.
  7. Layering method that requires making an incision at the node of a branch.
  8. The piece of plant at the bottom of a graft.

16 Clues: Starting plants from seeds.The best time to take a cutting.Method to produce new plants fast.Environment clean and free of bacteria.Starting plant by means other than seed.The piece of plant at the top of a graft.The piece of plant at the bottom of a graft.Powder that helps to speed up root development....

Science class crossword 2021-09-21

Science class crossword crossword puzzle
Across
  1. a variable that is the responding variable to the independent variable
  2. your guess as to what is going to happen in the experiment
  3. A variable that is kept the same throughout every experiment so results arent show false data
  4. the data that you gather during your experiment wich will prove your hypothis right or wrong
  5. A method that helps find the best and most accurate results
Down
  1. Its is where you test your hypothesis
  2. you find backgroud data by doing _____
  3. A variable that you change on purpose

8 Clues: Its is where you test your hypothesisA variable that you change on purposeyou find backgroud data by doing _____your guess as to what is going to happen in the experimentA method that helps find the best and most accurate resultsa variable that is the responding variable to the independent variable...

History of Life on Earth Vocabulary 2026-03-10

History of Life on Earth Vocabulary crossword puzzle
Across
  1. Method of finding absolute age of rock based on comparing the amounts of unstable radioactive particles to stable particles
  2. The remains or traces of once-living organisms
  3. The study of the development of unborn or unhatched organisms
  4. The collection of all known fossils and their placement in order
Down
  1. Theory, based on scientific evidence, that describes how organisms change over many generations
  2. An organism's body structure
  3. When all members of a species die out
  4. A species from which two or more species evolved

8 Clues: An organism's body structureWhen all members of a species die outThe remains or traces of once-living organismsA species from which two or more species evolvedThe study of the development of unborn or unhatched organismsThe collection of all known fossils and their placement in order...

CrossWord Puzzle 2026-02-24

CrossWord Puzzle crossword puzzle
Across
  1. management A method that studies the fastest and best way to work.
  2. X The idea that workers need to be watched because they don’t like to work.
  3. When top bosses make most of the decisions.
  4. Z A management style that focuses on teamwork, trust, and long-term jobs.
  5. When one company controls a whole industry.
  6. A group of companies working together to limit competition.
Down
  1. Y The idea that workers are responsible and can do their jobs without being pushed.
  2. When decision-making is shared with more managers.
  3. of needs A pyramid that shows what people need to feel motivated.
  4. Quality Management (TQM) A system where everyone works to improve quality.

10 Clues: When top bosses make most of the decisions.When one company controls a whole industry.When decision-making is shared with more managers.A group of companies working together to limit competition.of needs A pyramid that shows what people need to feel motivated.management A method that studies the fastest and best way to work....

Chapter 2- Evidence from the Past 2024-08-03

Chapter 2- Evidence from the Past crossword puzzle
Across
  1. any object made, used, or altered by humans
  2. the way a person sees and understands the world
  3. history the retelling of stories about the past events and legends of a group to teach about culture
  4. an assumption, educated guess, or theory
  5. an older member of a community who is respected for his or her knowledge
Down
  1. a scientist who studies past human life and activities by examining physical evidence
  2. a rock carving made by people
  3. method a process using experiments and observation to test ideas and theories

8 Clues: a rock carving made by peoplean assumption, educated guess, or theoryany object made, used, or altered by humansthe way a person sees and understands the worldan older member of a community who is respected for his or her knowledgemethod a process using experiments and observation to test ideas and theories...

Fungal pathogens crossword 2022-02-21

Fungal pathogens crossword crossword puzzle
Across
  1. The scientific name for the branch like structures of fungi
  2. The most common fungal disease occurring in horses
  3. A disease that can transfer from humans to animals
Down
  1. A part / method of replication for fungi
  2. A group of medicines used to treat fungal infections
  3. A descriptive word for medicines used on the skin and coat of horses

6 Clues: A part / method of replication for fungiThe most common fungal disease occurring in horsesA disease that can transfer from humans to animalsA group of medicines used to treat fungal infectionsThe scientific name for the branch like structures of fungiA descriptive word for medicines used on the skin and coat of horses

Golden Age 2022-02-10

Golden Age crossword puzzle
Across
  1. who ruled from 813 to 833 founded the house of wisdom in Baghdad
  2. captured some Chinese artisans skilled in paper making
Down
  1. age when mathematics was invented
  2. developed an early scientific method in his Book of Optics
  3. left his name to the history of mathematics in the form of Algorism
  4. astronomers mapped the solar system

6 Clues: age when mathematics was inventedastronomers mapped the solar systemcaptured some Chinese artisans skilled in paper makingdeveloped an early scientific method in his Book of Opticswho ruled from 813 to 833 founded the house of wisdom in Baghdadleft his name to the history of mathematics in the form of Algorism

Puzzle 2 2026-01-21

Puzzle 2 crossword puzzle
Across
  1. What type of cloud has a flat top and is associated with severe weather?
  2. What is the fourth step in the scientific method?
Down
  1. What is the 5th planet in our solar system?
  2. What is the center of an atom?
  3. What type of matter does water change to when boiled?
  4. What is the powerhouse of a cell?

6 Clues: What is the center of an atom?What is the powerhouse of a cell?What is the 5th planet in our solar system?What is the fourth step in the scientific method?What type of matter does water change to when boiled?What type of cloud has a flat top and is associated with severe weather?

Science and Religion 2025-04-27

Science and Religion crossword puzzle
Across
  1. -Beliefs supported by reason & evidence(2 WORDS)
  2. - In a famous essay entitled “The Will to Believe,” HE argued that there are occasions in which we are forced to make a decision to believe even if solid evidence is lacking, and that in appropriate circumstances this decision to believe is better than not believing.(2 WORDS)
  3. - It incorporates modern scientific ideas like relativity and evolution.(2 WORDS)
  4. -It accepts their differences but also looks for ways they can work together or help each other understand the world better.(1 WORD)
  5. - What school of thought maintains that religious belief can be rational even without empirical evidence?(2 WORDS)
Down
  1. - The 2nd option of understanding the relationship between science and religion. "To view them as completely separate forms of thought and practice which never come into contact.(1 WORD)
  2. - One way of understanding the relationship between science and religion. "Scriptural Literalists subscribed to the idea of God creating reality, but Scientific Materialists hardly disagree"(1 WORD)
  3. - The belief that knowledge can only be gained through the scientific method and that only the material world exists.(1 word)
  4. - Which philosopher argued that belief in God can be a properly basic belief?(2 WORDS)
  5. - HE believes that religion in all forms, is irrational and dangerous. It relies on blind faith, pushing people beyond reason into irrationality, fueling violence and terrorism.(2 WORDS)

10 Clues: -Beliefs supported by reason & evidence(2 WORDS)- It incorporates modern scientific ideas like relativity and evolution.(2 WORDS)- Which philosopher argued that belief in God can be a properly basic belief?(2 WORDS)- What school of thought maintains that religious belief can be rational even without empirical evidence?(2 WORDS)...

Unit 1 L1-L5 Vocab Quiz 2022-08-21

Unit 1 L1-L5 Vocab Quiz crossword puzzle
Across
  1. to call the constructor to create an object
  2. a collection of programming commands
  3. a conditional statement that only executes when the condition is true
  4. a primitive data type that can be either true or false
  5. a variable in the method or constructor signature that defines the type of value to receive when the method or constructor is called
  6. the attributes of an object that are represented by its instance variables
  7. a mistake in the code that does not follow a programming language's syntax
  8. consists of the class keyword and the name of the class
  9. an error that occurs when the code runs but does not do what was expected
  10. used to call a method in a class
  11. a statement that only executes when a condition is true
  12. an error in the code
  13. an action that an object can perform
Down
  1. a collection of instructions that is run by a computer
  2. a person who designs, develops, and tests software for home, school, and business use
  3. an instance of a class
  4. allows a programmer to use a method by knowing what the method does even if they do not know how the method was written
  5. a collection of similar classes
  6. to exit a method and go back to the point in the program that called it with the requested value or information
  7. a named set of instructions to perform a task
  8. a programmer-defined blueprint from which objects are created
  9. a block of code that has the same name as the class and tells the computer how to create a new object
  10. the rules for how a programmer must write code for a computer to understand
  11. an approach to creating and using models of physical or imagined objects
  12. value passed to a method or constructor when the method or constructor is called
  13. a software application for writing, compiling, testing, and debugging program code
  14. - a method that performs an action but does not return a value
  15. determines whether or not to execute a block of code
  16. finding and fixing problems in an algorithm or program
  17. a characteristic of an object

30 Clues: an error in the codean instance of a classa characteristic of an objecta collection of similar classesused to call a method in a classa collection of programming commandsan action that an object can performto call the constructor to create an objecta named set of instructions to perform a taskdetermines whether or not to execute a block of code...

Crossword Puzzle 2025-10-14

Crossword Puzzle crossword puzzle
Across
  1. 2. This Polish astronomer proposed the heliocentric theory. (9 letters) 4. Device used to observe distant objects in the sky, improved by Galileo. (9 letters) 6. The force that attracts objects toward one another, central to Newton's work. (7 letters) 7. This German mathematician discovered the laws of planetary motion. (6 letters) 9. This period emphasized reason and scientific thought in the 17th-18th centuries. (13 letters)
  2. scientist who improved the telescope and supported heliocentrism. (7 letters)
  3. process of making observations, forming hypotheses, testing, and drawing conclusions. (16 letters)
  4. term describes a sun-centered model of the solar system. (12 letters)
Down
  1. physicist and mathematician who formulated the laws of motion and gravity. (6 letters)
  2. can use these clues and the word bank to create or solve your crossword puzzle!
  3. test performed to support or refute a hypothesis. (9 letters)
  4. Method

8 Clues: Methodtest performed to support or refute a hypothesis. (9 letters)term describes a sun-centered model of the solar system. (12 letters)scientist who improved the telescope and supported heliocentrism. (7 letters)can use these clues and the word bank to create or solve your crossword puzzle!...

chemistry 2023-09-26

chemistry crossword puzzle
Across
  1. the bbiasesof the xperment
  2. what is written after a test
  3. a remark about a situuation
  4. to use scientific reason
  5. something to test the unknown
  6. data that cant be measured easly
  7. data to back up a claim
  8. to deeply observe and write down data
  9. the group without any change
Down
  1. data that can be meured
  2. something asked to finout the unknown
  3. a varibla that dosnt function by itself
  4. a varible that can work by itself
  5. a group having a scientific test done
  6. to look at something with intent

15 Clues: data that can be meureddata to back up a claimto use scientific reasonthe bbiasesof the xpermenta remark about a situuationwhat is written after a testthe group without any changesomething to test the unknowndata that cant be measured easlyto look at something with intenta varible that can work by itselfsomething asked to finout the unknown...

FIELD OF SCIENCE 2014-06-02

FIELD OF SCIENCE crossword puzzle
Across
  1. The study of sound
  2. The study of diseases
  3. The study of ancient life
  4. The scientific study of animals
  5. The study of transformation of matter.archaeology The study of ancient cultures through remains
  6. The study of rocks and minerals
Down
  1. Science that deals with the forms of life
  2. The scientific study of oceans
  3. Weather science is
  4. Science of soils and plants
  5. The study of fish
  6. The scientific study if the universe
  7. The study of organisms and the environment
  8. The study of physical forces and qualities
  9. The study of plants

15 Clues: The study of fishThe study of soundWeather science isThe study of plantsThe study of diseasesThe study of ancient lifeScience of soils and plantsThe scientific study of oceansThe scientific study of animalsThe study of rocks and mineralsThe scientific study if the universeScience that deals with the forms of life...

Object Oriented Programming 2022-04-27

Object Oriented Programming crossword puzzle
Across
  1. {}
  2. protecting an object and its attributes from unintended access or modification
  3. ;
  4. a keyword that allows you to explicitly access the class attribute when another identifier with the same name exists within scope
  5. a value that replaces a parameter when a method is called at run-time
  6. no return type
  7. a placeholder value in a method
Down
  1. true or false
  2. a keyword that makes an attribute or method visible to other objects
  3. a method to set the value of a private attribute
  4. allows a private attribute to be viewed
  5. a method that initialises instance variables
  6. a specific instance of a class
  7. an abstract blueprint of an entity that exists in the program
  8. something that you can store about a class
  9. a method or style of programming
  10. an object-oriented programming language

17 Clues: ;{}true or falseno return typea specific instance of a classa placeholder value in a methoda method or style of programmingallows a private attribute to be viewedan object-oriented programming languagesomething that you can store about a classa method that initialises instance variablesa method to set the value of a private attribute...

Baking Review 2026-03-24

Baking Review crossword puzzle
Across
  1. The type of organism yeast is
  2. Method of working dough to develop gluten
  3. Dough condition where structure is weak and dense
  4. Liquid byproduct of yeast fermentation
  5. Method where fat is worked into flour until crumbly
  6. Method where ingredients are mixed together all at once
  7. Method of gently combining ingredients to avoid losing air
  8. One common type of yeast used in baking
  9. Method where eggs and sugar are whisked to add air
Down
  1. One of the two proteins that form gluten
  2. Gas produced by yeast that helps dough expand
  3. Dough condition where dough becomes tough and tears easily
  4. Test used to check gluten development
  5. Process yeast performs to help dough rise
  6. Method where butter and sugar are beaten together first
  7. One of the two proteins that form gluten
  8. Network formed when proteins in flour combine
  9. Another common type of yeast used in baking

18 Clues: The type of organism yeast isTest used to check gluten developmentLiquid byproduct of yeast fermentationOne common type of yeast used in bakingOne of the two proteins that form glutenOne of the two proteins that form glutenMethod of working dough to develop glutenProcess yeast performs to help dough riseAnother common type of yeast used in baking...

Guess the Words 2023-04-21

Guess the Words crossword puzzle
Across
  1. A distinctive way of pronouncing words that is characteristic of a particular group of speakers or geographic area.
  2. The vocabulary of a language, including all its words and expressions.
  3. A variety of a language that is characteristic of a particular group of speakers or geographic area.
  4. The study of how context contributes to meaning in language.
Down
  1. The practice of alternating between two or more languages or varieties of language in conversation.
  2. The scientific study of language. Apply the scientific method to conduct formal studies of speech sounds and gestures, grammatical structures, and meaning across the world's 6,000+ languages.
  3. A phrase or expression that has a meaning that cannot be inferred from the literal meaning of its individual words.
  4. The rise and fall of pitch in speech that conveys information about sentence structure, emphasis, and emotion.

8 Clues: The study of how context contributes to meaning in language.The vocabulary of a language, including all its words and expressions.The practice of alternating between two or more languages or varieties of language in conversation.A variety of a language that is characteristic of a particular group of speakers or geographic area....

Microbiology (Unit 1) 2024-10-12

Microbiology (Unit 1) crossword puzzle
Across
  1. A process used to sterilize equipment using high-pressure steam.
  2. The scientific study of fungi, including yeasts and molds.
  3. A method used to prepare a sample for microscopic examination by spreading it on a slide.
  4. The outer membrane component of Gram-negative bacteria that can trigger immune responses.
  5. The enzyme that catalyzes the breakdown of hydrogen peroxide in cells.
  6. The type of microscopy that uses electrons to visualize specimens at a very high resolution.
  7. The term for a living organism that can cause disease, often used in microbiology.
  8. The term for the collection of all microbial genomes in a specific environment.
  9. A method used to isolate a pure strain from a mixed culture using a solid medium.
Down
  1. A type of media that allows for the growth of specific bacteria while inhibiting others.
  2. The process by which microorganisms are killed or removed from surfaces or objects to prevent infection.
  3. The phase of bacterial growth characterized by rapid cell division.
  4. The phenomenon where bacteria become resistant to antibiotics due to genetic mutations.
  5. A chemical agent that kills or inhibits the growth of microorganisms on inanimate objects.
  6. A type of bacteria that thrives in extreme environments, such as high temperatures or salinity.
  7. The term for a population of microorganisms that are genetically identical and derived from a single cell.
  8. The process by which bacterial cells take up foreign DNA from their environment.
  9. The term for the protective protein coat surrounding a virus.
  10. The process by which bacteria exchange genetic material through direct contact.

19 Clues: The scientific study of fungi, including yeasts and molds.The term for the protective protein coat surrounding a virus.A process used to sterilize equipment using high-pressure steam.The phase of bacterial growth characterized by rapid cell division.The enzyme that catalyzes the breakdown of hydrogen peroxide in cells....

Psychological Methods 2013-01-27

Psychological Methods crossword puzzle
Across
  1. Rules and standards for proper and responsible behavior.
  2. Factors that are measured or controlled in a scientific study.
  3. A type of research in which the same people are studied over a long time period.
  4. A prediction or assumption about behavior that is tested through scientific research.
  5. An agreement by an individual to participate in research after receiving information about the purpose of the study and the nature of the treatment.
  6. The study of behavior in naturally occurring situations without manipulation or control on the part of the observer.
  7. correlation An unpleasant stimulus between two variables in which one variable increases as the other variable decreases.
  8. An inert substance used in controlled experiments to test the effectiveness of another substance.
  9. The factor that is manipulated by the researcher to determine its effect on another variable.
  10. In an experiment, the group that does not receive the treatment.
  11. The concept that people who volunteer to participate in research studies often differ from those who do not volunteer.
Down
  1. A study in which the participants are unaware of whether they are in the control group or the experimental group.
  2. The study of behavior in a controlled situation.
  3. The relationship between variables.
  4. In a study, the participants who received the treatment.
  5. An experiment that uses both a control group and an experimental group to determine whether the independent variable influences on behavior and, if so, how it does so.
  6. An in-depth study of a single person or group to reveal some universal principle.
  7. A relationship between variables in which one variable increases as the other variable also increases.
  8. A method of research that looks at different age groups at the same time in order to understand changes that occur during the life span.
  9. The total group to be studied or described and from whom samples may be drawn.
  10. An experiment in which neither the participant nor the researcher knows whether the participant has received the treatment or the placebo.
  11. In an experiment, the factor that is being measured and that may change in response to manipulations of the independent variable.
  12. A measure of the distance of every score to the mean.
  13. A controlled scientific procedure to determine whether certain variables manipulated by the researcher have an effect on other variables.

24 Clues: The relationship between variables.The study of behavior in a controlled situation.A measure of the distance of every score to the mean.Rules and standards for proper and responsible behavior.In a study, the participants who received the treatment.Factors that are measured or controlled in a scientific study....

Psychological Methods 2013-01-27

Psychological Methods crossword puzzle
Across
  1. A controlled scientific procedure to determine whether certain variables manipulated by the researcher have an effect on other variables.
  2. A measure of the distance of every score to the mean.
  3. The concept that people who volunteer to participate in research studies often differ from those who do not volunteer.
  4. The total group to be studied or described and from whom samples may be drawn.
  5. The study of behavior in naturally occurring situations without manipulation or control on the part of the observer.
  6. An experiment that uses both a control group and an experimental group to determine whether the independent variable influences on behavior and, if so, how it does so.
  7. A type of research in which the same people are studied over a long time period.
  8. A relationship between variables in which one variable increases as the other variable also increases.
  9. In a study, the participants who received the treatment.
  10. A method of research that looks at different age groups at the same time in order to understand changes that occur during the life span.
  11. Factors that are measured or controlled in a scientific study.
  12. The factor that is manipulated by the researcher to determine its effect on another variable.
  13. An in-depth study of a single person or group to reveal some universal principle.
  14. In an experiment, the factor that is being measured and that may change in response to manipulations of the independent variable.
Down
  1. An agreement by an individual to participate in research after receiving information about the purpose of the study and the nature of the treatment.
  2. In an experiment, the group that does not receive the treatment.
  3. A study in which the participants are unaware of whether they are in the control group or the experimental group.
  4. An experiment in which neither the participant nor the researcher knows whether the participant has received the treatment or the placebo.
  5. The study of behavior in a controlled situation.
  6. An inert substance used in controlled experiments to test the effectiveness of another substance.
  7. The relationship between variables.
  8. A prediction or assumption about behavior that is tested through scientific research.
  9. Rules and standards for proper and responsible behavior.
  10. correlation An unpleasant stimulus between two variables in which one variable increases as the other variable decreases.

24 Clues: The relationship between variables.The study of behavior in a controlled situation.A measure of the distance of every score to the mean.In a study, the participants who received the treatment.Rules and standards for proper and responsible behavior.Factors that are measured or controlled in a scientific study....

vocab terms 2022-09-16

vocab terms crossword puzzle
Across
  1. a process of learning that begins with a hypothesis and proceeds to prove or change the hypothesis by comparing it with scientific evidence
  2. a group of variables that are related
  3. a rule that describes an action or set of actions in the universe and that can sometimes be expressed as a mathematical statement
  4. refers to the smallest interval that can be measured
  5. a process of learning that starts with asking questions
  6. the variable that is kept constant in an experiment
  7. each time and experiment is tried
  8. the mass per unit volume of given material
  9. a ratio that has a value of one and is used when setting up a conversion problem
  10. anything that has mass and takes up space
  11. the exact procedure that is followed each time an experiment is repeated
  12. how close a measurement is to an accepted or true value
  13. a relationship in which one variable decreases when another variable increases
  14. describes evidence that documents only what actually happened as exactly as possible
  15. a collection of all the techniques you use to do an experiment
  16. measurement system used for everyday measurements in the US
Down
  1. a possible explanation that can be tested by comparison with scientific evidence
  2. meaningful digits in a measuring quantity
  3. a factor that affects how an experiment works
  4. the variable that you believe is influenced by the independent variable
  5. a variable that is kept constant in an experiment
  6. a variable that you believe might influence another variable
  7. describes how close together or reproducible repeated measurements are
  8. a relationship in which one variable increases with an increase in another variable
  9. a fixed amount of something
  10. two results are only significantly different if their difference is much larger than the estimated error
  11. international system of units used by most countries for everyday measurements and used by the scientific community
  12. a method of using conversion factors and unit cancelling to solve a unit conversion problem
  13. describes evidence that can be seen independently by others if they repeat the same experiment or observation in the same way
  14. to figure something out from known facts using logical thinking
  15. the applications of science to meet human needs and solve problems

31 Clues: a fixed amount of somethingeach time and experiment is trieda group of variables that are relatedmeaningful digits in a measuring quantityanything that has mass and takes up spacethe mass per unit volume of given materiala factor that affects how an experiment worksa variable that is kept constant in an experiment...

Baking Review 2026-03-24

Baking Review crossword puzzle
Across
  1. The type of organism yeast is
  2. Method of working dough to develop gluten
  3. Dough condition where structure is weak and dense
  4. Liquid byproduct of yeast fermentation
  5. Method where fat is worked into flour until crumbly
  6. Method where ingredients are mixed together all at once
  7. Method of gently combining ingredients to avoid losing air
  8. One common type of yeast used in baking
  9. Method where eggs and sugar are whisked to add air
Down
  1. One of the two proteins that form gluten
  2. Gas produced by yeast that helps dough expand
  3. Dough condition where dough becomes tough and tears easily
  4. Test used to check gluten development
  5. Process yeast performs to help dough rise
  6. Method where butter and sugar are beaten together first
  7. One of the two proteins that form gluten
  8. Network formed when proteins in flour combine
  9. Another common type of yeast used in baking

18 Clues: The type of organism yeast isTest used to check gluten developmentLiquid byproduct of yeast fermentationOne common type of yeast used in bakingOne of the two proteins that form glutenOne of the two proteins that form glutenMethod of working dough to develop glutenProcess yeast performs to help dough riseAnother common type of yeast used in baking...

Chp 3 Classification 2023-05-16

Chp 3 Classification crossword puzzle
Across
  1. scientific names are written in the same _______ around the world.
  2. the largest group within a phylum
  3. the largest group within a class
  4. scientific name of humans
  5. genus and species together
  6. Aristotle worked on a system to group _______.
  7. grouped things become easier to _______.
  8. the smallest group of living things
Down
  1. one of the first to classify things
  2. to group things based on similarities
  3. The number of groups we use today to classify organisms
  4. a feature a thing has
  5. bacteria and blue-green algae are in this kingdom.
  6. using scientific names helps reduce ________.
  7. the largest group within a kingdom
  8. the largest group within a order
  9. plants and animals are made from any ________.
  10. a way to base classification on
  11. the largest group of living things.

19 Clues: a feature a thing hasscientific name of humansgenus and species togethera way to base classification onthe largest group within a classthe largest group within a orderthe largest group within a phylumthe largest group within a kingdomone of the first to classify thingsthe largest group of living things.the smallest group of living things...

Method Evaluation/Comparison 2015-10-01

Method Evaluation/Comparison crossword puzzle
Across
  1. results outside of this can't be reported
  2. measures proportional error
  3. do this if preliminary is acceptable
  4. used in comparing the old and new method of testing
  5. rough estimates of error
  6. between-run replication
  7. compares precision of two methods
Down
  1. error that isn't predictable
  2. uses pure standards
  3. with-in run replication
  4. uses protein based samples
  5. concentration of analyte used for determining medical values
  6. measures constant error
  7. error that is predictable
  8. max amount of error that can be applied to you'r results
  9. determines if there is a significant difference between the two method results

16 Clues: uses pure standardswith-in run replicationmeasures constant errorbetween-run replicationrough estimates of errorerror that is predictableuses protein based samplesmeasures proportional errorerror that isn't predictablecompares precision of two methodsdo this if preliminary is acceptableresults outside of this can't be reported...

Method Overloading Concept 2024-10-13

Method Overloading Concept crossword puzzle
Across
  1. The process of converting a value from one type to another (11 letters)
  2. The language where method overloading is commonly used (4 letters)
  3. Overloading allows methods to be differentiated by their parameter ___ (8 letters)
  4. When methods have the same name but different number of parameters (8 letters)
  5. Trying to overload methods with the same parameters results in this (5 letters)
  6. A method with no parameters is called a ___ method (7 letters)
  7. The ability to have the same method name with different parameters (9 letters)
Down
  1. This term refers to a function's signature in overloading (8 letters)
  2. Overloading is ___ when methods differ in type or number of parameters (5 letters)
  3. The concept where a single function can perform multiple tasks (12 letters)
  4. A method that does not return a value uses this keyword (4 letters)
  5. Overloading methods in subclasses is a form of ___ (11 letters)
  6. Type of polymorphism achieved through method overloading (10 letters)
  7. Can overloaded methods differ by the ___ of their parameters? (4 letters)
  8. This keyword is used to define a method in Java (4 letters)
  9. A class that contains overloaded methods is known as a ___ (4 letters)

16 Clues: This keyword is used to define a method in Java (4 letters)A method with no parameters is called a ___ method (7 letters)Overloading methods in subclasses is a form of ___ (11 letters)The language where method overloading is commonly used (4 letters)A method that does not return a value uses this keyword (4 letters)...

Geologic Time Scale 2025-09-29

Geologic Time Scale crossword puzzle
Across
  1. a scientific method for determining the precise, numerical age of an object, fossil, or event in years
  2. a period in Earth's history from approximately 252 to 66 million years ago
  3. a unit of time equal to a thousand million years
  4. the preserved remains of plants and animals whose bodies were buried in sediments, such as sand and mud, under ancient seas, lakes and rivers
  5. the arrangement of events, facts, or items in the sequence that they occurred in time, from earliest to latest
Down
  1. in an undisturbed sequence of rock layers (strata), the oldest layers at the bottom, and the youngest layers are at the top
  2. a period of time in history or a person's life, typically one marked by notable events or particular characteristics
  3. a method of determining the comparative age of rocks, fossils, or archaeological artifacts by establishing the sequence of events rather than providing a specific numerical age
  4. a length or portion of time
  5. a long and distinct period of history with a particular feature or characteristic

10 Clues: a length or portion of timea unit of time equal to a thousand million yearsa period in Earth's history from approximately 252 to 66 million years agoa long and distinct period of history with a particular feature or characteristica scientific method for determining the precise, numerical age of an object, fossil, or event in years...

Psychological Methods 2013-01-27

Psychological Methods crossword puzzle
Across
  1. A controlled scientific procedure to determine whether certain variables manipulated by the researcher have an effect on other variables.
  2. A prediction or assumption about behavior that is tested through scientific research.
  3. The study of behavior in naturally occurring situations without manipulation or control on the part of the observer.
  4. Factors that are measured or controlled in a scientific study.
  5. A method of research that looks at different age groups at the same time in order to understand changes that occur during the life span.
  6. A measure of the distance of every score to the mean.
  7. An inert substance used in controlled experiments to test the effectiveness of another substance.
  8. In an experiment, the group that does not receive the treatment.
  9. The total group to be studied or described and from whom samples may be drawn.
Down
  1. An experiment in which neither the participant nor the researcher knows whether the participant has received the treatment or the placebo.
  2. In an experiment, the factor that is being measured and that may change in response to manipulations of the independent variable.
  3. An agreement by an individual to participate in research after receiving information about the purpose of the study and the nature of the treatment.
  4. Rules and standards for proper and responsible behavior.
  5. An experiment that uses both a control group and an experimental group to determine whether the independent variable influences on behavior and, if so, how it does so.
  6. A study in which the participants are unaware of whether they are in the control group or the experimental group.
  7. A relationship between variables in which one variable increases as the other variable also increases.
  8. The study of behavior in a controlled situation.
  9. In a study, the participants who received the treatment.
  10. The concept that people who volunteer to participate in research studies often differ from those who do not volunteer.
  11. The factor that is manipulated by the researcher to determine its effect on another variable.
  12. An in-depth study of a single person or group to reveal some universal principle.
  13. A type of research in which the same people are studied over a long time period.
  14. correlation An unpleasant stimulus between two variables in which one variable increases as the other variable decreases.
  15. The relationship between variables.

24 Clues: The relationship between variables.The study of behavior in a controlled situation.A measure of the distance of every score to the mean.Rules and standards for proper and responsible behavior.In a study, the participants who received the treatment.Factors that are measured or controlled in a scientific study....

Electron Configuration 12 2025-10-06

Electron Configuration 12 crossword puzzle
Across
  1. Electron path
  2. Guiding statement
  3. Visual model
  4. Unchanging number
  5. Scientific idea
Down
  1. Scientific representation
  2. Energy gain
  3. Energy release
  4. Stepwise energy
  5. Scientific rule

10 Clues: Energy gainVisual modelElectron pathEnergy releaseStepwise energyScientific ruleScientific ideaGuiding statementUnchanging numberScientific representation

Experimental Design 2024-05-28

Experimental Design crossword puzzle
Across
  1. A scientific procedure undertaken to make a discovery, test a hypothesis, or demonstrate a known fact.
  2. The specific actions or steps taken to carry out an experiment.
  3. The process of examining data to uncover patterns or results that help in drawing conclusions from the experiment.
  4. The process of gathering information during an experiment to analyze and draw conclusions.
  5. Proceduresand measures taken to ensure the well-being and safety of the experimenters and the subjects.
  6. A structured format for organizing and recording observations, measurements, and results during an experiment.
  7. The variable that is changed or controlled in a scientific experiment to test the effects on the dependent variable.
  8. A detailed, sequential list of actions required to perform the experiment.
  9. Elements, features, or factors that can change and affect the outcome of an experiment.
  10. Something that is based on truth, logic, or facts that makes the results of an experiment trustworthy.
Down
  1. The tools and materials needed to carry out the experiment.
  2. An outcome in a trial where the effects are measured against a control group that does not receive the experimental treatment to ensure that any changes are due to the intervention itself.
  3. A standard of comparison in experiments. The control group is exposed to the same conditions except for the variable being tested.
  4. The method and structure of an investigation, planned to find answers to research questions by specifying what data will be collected and how.
  5. The final part of the experiment where you interpret the results and determine whether they support or refute your hypothesis.
  6. A situation in a study or experiment that requires careful consideration of right and wrong conduct, especially regarding the treatment of participants.
  7. The process by which a participant voluntarily confirms their willingness to participate in a particular trial, after having been informed of all aspects of the trial that are relevant to their decision to participate.
  8. The variable being tested and measured in a scientific experiment; it is 'dependent' on the independent variable.
  9. A proposed explanation made on the basis of limited evidence as a starting point for further investigation.
  10. Repeated experiments or observations, performed to ensure reliability and accuracy of data.

20 Clues: The tools and materials needed to carry out the experiment.The specific actions or steps taken to carry out an experiment.A detailed, sequential list of actions required to perform the experiment.Elements, features, or factors that can change and affect the outcome of an experiment....

vocab 2025-01-24

vocab crossword puzzle
Across
  1. Structure in which work is organized to meet the need for production on a large scale usually with power-driven machinery.
  2. John Locke was an English philosopher and political theorist
  3. Galileo was a natural philosopher, astronomer, and mathematician
  4. The theory that the Earth revolves around the Sun
  5. sphere of influence is a term used in foreign relations to describe a territory or region where an external group or institution holds power or authority in a foreign territory.
  6. The middle class refers to a class of people in the middle of a social hierarchy, often defined by occupation, income, education, or social status.
  7. The Scientific Method was first used during the Scientific Revolution (1500-1700).
  8. Jean-Jacques Rousseau (1712-1778) was a Swiss philosopher whose work both praised and criticised the Enlightenment movement.
  9. The divine right of kings, or divine-right theory of kingship, is a political and religious doctrine of royal and political legitimacy.
  10. Urbanization is the process by which rural communities grow to form cities, or urban centers, and, by extension, the growth and expansion of those cities.
  11. Berlin Conference of 1884–1885 Meeting at which the major European powers negotiated and formalized claims to territory in Africa
Down
  1. An entrepreneur is someone who organizes, manages, and assumes the risks of a business or enterprise. An entrepreneur is an agent of change.
  2. The assembly line is a manufacturing process in which individual components are assembled in a sequential manner to create a finished product.
  3. James Watt was an 18th-century inventor and instrument maker.
  4. Voltaire was a French Enlightenment writer, historian, and philosopher
  5. Imperialism is defined as the ruling policy of establishing and enforcing the rule of a nation on outside peoples or countries.
  6. an English physicist and mathematician who was the culminating figure of the Scientific Revolution of the 17th century.Jan 1, 2025
  7. social contract, in political philosophy, an actual or hypothetical compact, or agreement, between the ruled or between the ruled and their rulers, defining the rights and duties of each.
  8. He is considered to be one of the founders of modern political philosophy.
  9. Montesquieu was a French lawyer, man of letters, and one of the most influential political philosophers of the Age of Enlightenment.

20 Clues: The theory that the Earth revolves around the SunJohn Locke was an English philosopher and political theoristJames Watt was an 18th-century inventor and instrument maker.Galileo was a natural philosopher, astronomer, and mathematicianVoltaire was a French Enlightenment writer, historian, and philosopher...

GE 6 SCIENCE, TECHNOLOGY AND THE SOCIETY 2nd Semester, AY 2021-2022 STUDY GUIDE 3 – LEARNING ACTIVITIES NAME VINA V. VELASCO. COURSE/YR I-BA ECONOMICS - C DATE 03/ /22 Directions: Create a crossword puzzle using authors’ 2022-03-31

GE 6 SCIENCE, TECHNOLOGY AND THE SOCIETY 2nd Semester, AY 2021-2022 STUDY GUIDE 3 – LEARNING ACTIVITIES  NAME             VINA V. VELASCO.              COURSE/YR   I-BA ECONOMICS - C    DATE 03/   /22 Directions:  Create a crossword puzzle using authors’ crossword puzzle
Across
  1. The heliocentric theory was proposed by a Polish astronomer.
  2. this is known as "survival of the fittest," with "fitness" referring to an organism's ability to survive and reproduce.
  3. The sole conscious aspect of one's personality. It's what a person is conscious of when they think about themselves, and it's also what they strive to reflect onto others.
  4. All planets, according to a German scientist, revolve around the sun in elliptical orbits.
  5. Socially undesirable thoughts, wishes and desires, traumatic memories, and suppressed painful emotions are all examples of parts of the mind that can't be known by the conscious mind.
  6. The minimal amount of mental activity that we are aware of.
  7. This refers to a period when people have extensively embraced and accepted paradigm shifts or changes in scientific views.
Down
  1. He was a Danish astronomer who was well-known for his precise and thorough astronomical observations.
  2. The Earth is the center of the solar system, according to one model.
  3. He was a Greek mathematician, astronomer, and geographer who became famous for his contentious geocentric view of the universe in the second century.
  4. An Austrian neurologist best recognized for being the father of psychoanalysis.
  5. It's the part of consciousness that we're not aware of. It is information that we are not consciously aware of at the time but that has the potential to influence us, such as what we hear, see, or remember.
  6. A change in astronomy from a geocentric to a heliocentric understanding of the universe.
  7. the Father of Evolution and the author of "On the Origin of Species."
  8. A scientific method for analyzing inner and unconscious conflicts that arise from the individual's free associations, dreams, and fantasies.
  9. The conscience and moral principles dwell in the "higher power" of the intellect. It suppresses the ID's impulses and desires.
  10. The impulsive (and unconscious) component of our mind that reacts to basic urges, needs, and desires in a direct and immediate manner.
  11. The theory that organisms have grown and evolved from previous species, or the process of growth and development.
  12. The study of the mind and behavior from a scientific standpoint.
  13. Galileo Galilei observed Venus with his own invention.

20 Clues: Galileo Galilei observed Venus with his own invention.The minimal amount of mental activity that we are aware of.The heliocentric theory was proposed by a Polish astronomer.The study of the mind and behavior from a scientific standpoint.The Earth is the center of the solar system, according to one model....

Psychological Methods 2013-01-27

Psychological Methods crossword puzzle
Across
  1. An in-depth study of a single person or group to reveal some universal principle.
  2. In an experiment, the group that does not receive the treatment.
  3. The relationship between variables.
  4. A method of research that looks at different age groups at the same time in order to understand changes that occur during the life span.
  5. A type of research in which the same people are studied over a long time period.
  6. The study of behavior in a controlled situation.
  7. A relationship between variables in which one variable increases as the other variable also increases.
  8. In an experiment, the factor that is being measured and that may change in response to manipulations of the independent variable.
  9. The factor that is manipulated by the researcher to determine its effect on another variable.
  10. Rules and standards for proper and responsible behavior.
Down
  1. A measure of the distance of every score to the mean.
  2. A study in which the participants are unaware of whether they are in the control group or the experimental group.
  3. An experiment that uses both a control group and an experimental group to determine whether the independent variable influences on behavior and, if so, how it does so.
  4. The concept that people who volunteer to participate in research studies often differ from those who do not volunteer.
  5. The study of behavior in naturally occurring situations without manipulation or control on the part of the observer.
  6. An inert substance used in controlled experiments to test the effectiveness of another substance.
  7. correlation An unpleasant stimulus between two variables in which one variable increases as the other variable decreases.
  8. An experiment in which neither the participant nor the researcher knows whether the participant has received the treatment or the placebo.
  9. The total group to be studied or described and from whom samples may be drawn.
  10. In a study, the participants who received the treatment.
  11. Factors that are measured or controlled in a scientific study.
  12. A prediction or assumption about behavior that is tested through scientific research.
  13. A controlled scientific procedure to determine whether certain variables manipulated by the researcher have an effect on other variables.
  14. An agreement by an individual to participate in research after receiving information about the purpose of the study and the nature of the treatment.

24 Clues: The relationship between variables.The study of behavior in a controlled situation.A measure of the distance of every score to the mean.In a study, the participants who received the treatment.Rules and standards for proper and responsible behavior.Factors that are measured or controlled in a scientific study....

Psychological Methods 2013-01-27

Psychological Methods crossword puzzle
Across
  1. Factors that are measured or controlled in a scientific study.
  2. An experiment that uses both a control group and an experimental group to determine whether the independent variable influences on behavior and, if so, how it does so.
  3. The factor that is manipulated by the researcher to determine its effect on another variable.
  4. A type of research in which the same people are studied over a long time period.
  5. correlation An unpleasant stimulus between two variables in which one variable increases as the other variable decreases.
  6. An experiment in which neither the participant nor the researcher knows whether the participant has received the treatment or the placebo.
  7. The relationship between variables.
  8. The study of behavior in naturally occurring situations without manipulation or control on the part of the observer.
  9. A measure of the distance of every score to the mean.
  10. An agreement by an individual to participate in research after receiving information about the purpose of the study and the nature of the treatment.
  11. In a study, the participants who received the treatment.
  12. In an experiment, the group that does not receive the treatment.
  13. The concept that people who volunteer to participate in research studies often differ from those who do not volunteer.
Down
  1. A controlled scientific procedure to determine whether certain variables manipulated by the researcher have an effect on other variables.
  2. A study in which the participants are unaware of whether they are in the control group or the experimental group.
  3. An inert substance used in controlled experiments to test the effectiveness of another substance.
  4. In an experiment, the factor that is being measured and that may change in response to manipulations of the independent variable.
  5. The study of behavior in a controlled situation.
  6. A prediction or assumption about behavior that is tested through scientific research.
  7. An in-depth study of a single person or group to reveal some universal principle.
  8. A method of research that looks at different age groups at the same time in order to understand changes that occur during the life span.
  9. A relationship between variables in which one variable increases as the other variable also increases.
  10. The total group to be studied or described and from whom samples may be drawn.
  11. Rules and standards for proper and responsible behavior.

24 Clues: The relationship between variables.The study of behavior in a controlled situation.A measure of the distance of every score to the mean.Rules and standards for proper and responsible behavior.In a study, the participants who received the treatment.Factors that are measured or controlled in a scientific study....

vocab 2025-01-24

vocab crossword puzzle
Across
  1. Structure in which work is organized to meet the need for production on a large scale usually with power-driven machinery.
  2. John Locke was an English philosopher and political theorist
  3. Galileo was a natural philosopher, astronomer, and mathematician
  4. The theory that the Earth revolves around the Sun
  5. sphere of influence is a term used in foreign relations to describe a territory or region where an external group or institution holds power or authority in a foreign territory.
  6. The middle class refers to a class of people in the middle of a social hierarchy, often defined by occupation, income, education, or social status.
  7. The Scientific Method was first used during the Scientific Revolution (1500-1700).
  8. Jean-Jacques Rousseau (1712-1778) was a Swiss philosopher whose work both praised and criticised the Enlightenment movement.
  9. The divine right of kings, or divine-right theory of kingship, is a political and religious doctrine of royal and political legitimacy.
  10. Urbanization is the process by which rural communities grow to form cities, or urban centers, and, by extension, the growth and expansion of those cities.
  11. Berlin Conference of 1884–1885 Meeting at which the major European powers negotiated and formalized claims to territory in Africa
Down
  1. An entrepreneur is someone who organizes, manages, and assumes the risks of a business or enterprise. An entrepreneur is an agent of change.
  2. The assembly line is a manufacturing process in which individual components are assembled in a sequential manner to create a finished product.
  3. James Watt was an 18th-century inventor and instrument maker.
  4. Voltaire was a French Enlightenment writer, historian, and philosopher
  5. Imperialism is defined as the ruling policy of establishing and enforcing the rule of a nation on outside peoples or countries.
  6. an English physicist and mathematician who was the culminating figure of the Scientific Revolution of the 17th century.Jan 1, 2025
  7. social contract, in political philosophy, an actual or hypothetical compact, or agreement, between the ruled or between the ruled and their rulers, defining the rights and duties of each.
  8. He is considered to be one of the founders of modern political philosophy.
  9. Montesquieu was a French lawyer, man of letters, and one of the most influential political philosophers of the Age of Enlightenment.

20 Clues: The theory that the Earth revolves around the SunJohn Locke was an English philosopher and political theoristJames Watt was an 18th-century inventor and instrument maker.Galileo was a natural philosopher, astronomer, and mathematicianVoltaire was a French Enlightenment writer, historian, and philosopher...

CAPSTONE 2024-08-19

CAPSTONE crossword puzzle
Across
  1. The act or activity of closely monitoring someone or something
  2. Having an unknown or unacknowledged name or source
  3. A group in an experiment that does not receive the therapy or intervention under test
  4. Facts and statistics collected together for reference or analysis
  5. Relationship between cause and effect
  6. Prejudice in favor of or against one item, person, or group over another
  7. Introducing a fresh variable or method into a situation to change the outcome.
  8. The average of a collection of numbers
  9. A set of thoughts designed to explain something.
  10. The process of labeling qualitative data for analysis.
  11. A concise summary of a research article, thesis, review, or any in-depth investigation of a specific subject
  12. A quantitative measurement of the magnitude of a phenomena.
  13. A scientific technique carried out to create a discovery, test a theory, or demonstrate a known fact.
  14. A research approach used to collect data from a predefined set of respondents.
  15. The variable being tested and measured in an experiment
  16. The degree to which a notion, conclusion, or measurement is well-founded and probably corresponds
  17. The degree to which the outcome of a measurement, calculation, or specification may be relied on to be correct.
Down
  1. Moral standards governing a person's behavior or the conduct of an activity
  2. Adding a note to a text, book, artwork, or diagram to explain or comment.
  3. Breaking down a difficult topic or substance into smaller bits in order to get a better understanding of it
  4. The practice of passing off another person's work or ideas as one's own.
  5. A framework comprising the fundamental assumptions, modes of thinking, and methodology that are universally accepted by members of a scientific community.
  6. A minimum or beginning point for comparisons.
  7. A set of questions designed to gather information from respondents
  8. A statistical procedure that calculates the minimal sample size required to detect an effect of a certain size.
  9. A tool or gadget used for a certain purpose, particularly in scientific study.
  10. The most common value in a set of data.
  11. A conversation in which questions and responses are exchanged.
  12. The ability of a statement, theory, or hypothesis to be shown false.
  13. A quantitative measurement of the magnitude of a phenomena.

30 Clues: Relationship between cause and effectThe average of a collection of numbersThe most common value in a set of data.A minimum or beginning point for comparisons.A set of thoughts designed to explain something.Having an unknown or unacknowledged name or sourceThe process of labeling qualitative data for analysis....

12 ENV Revision 2025-10-30

12 ENV Revision crossword puzzle
Across
  1. What is the process of removing carbon dioxide from the air and storing it?
  2. What kind of pollution is produced by burning fossil fuels?
  3. Which phenomenon causes urban areas to be warmer than rural areas?
  4. What type of energy is produced by wind turning turbines?
  5. What is a natural process that maintains Earth's temperature?
  6. Which solar energy technology converts sunlight directly into electricity?
  7. What index is used to measure species diversity?
  8. What type of error arises from instrument calibration faults?
  9. What is the scientific term for uncertainty in measurements?
  10. Which ecosystem service underpins all others with processes like nutrient cycling and soil formation?
  11. What IUCN category is for species at high risk of extinction in the wild, but not yet endangered?
  12. Which organisation sets conservation status for worldwide species?
  13. What IUCN category describes species that are widespread and abundant?
  14. Which ecosystem service provides non-material benefits like recreation, spirituality, and education?
  15. Which ecosystem service includes the supply of food, water, timber, and fibre?
Down
  1. What harmful process results from excessive nutrient input in water bodies?
  2. What is the main gas responsible for the enhanced greenhouse effect?
  3. Which principle focuses on fairness within the present generation?
  4. Which ecosystem service involves climate regulation, water purification, and disease control?
  5. Which atmospheric layer contains the majority of weather phenomena?
  6. What is the principle calling for caution in the face of scientific uncertainty?
  7. What term describes the variety of all life forms on Earth?
  8. What scientific method estimates past climates from drilling through ice?
  9. Which greenhouse gas has the shortest atmospheric lifetime?
  10. What greenhouse gas is most abundant in Earth’s atmosphere?
  11. What is the largest source of methane emissions globally?
  12. The process of transferring pollen, vital for crop production, is an example of which ecosystem service?
  13. What is the process called when toxins increase up food chains?
  14. Which renewable energy uses flowing water to generate electricity?
  15. What is the official Australian measure for air and water quality standards?
  16. What is the term for a species found only in one location?
  17. What energy source is derived from living or recently living organisms?
  18. What IUCN category indicates a species no longer exists anywhere in the world?
  19. What is the energy efficiency percentage of most coal-fired power stations?

34 Clues: What index is used to measure species diversity?What type of energy is produced by wind turning turbines?What is the largest source of methane emissions globally?What is the term for a species found only in one location?What kind of pollution is produced by burning fossil fuels?What term describes the variety of all life forms on Earth?...

Year 6 Unit 12 2026-05-12

Year 6 Unit 12 crossword puzzle
Across
  1. the pleasing combination or arrangement of parts, signifying agreement, concord or peaceable relations
  2. the scientific study of Earth
  3. something or greater size, importance or seriousness
  4. the natural environment or home where a specific animal lives
  5. a person who has lost more body fluid than they have taken in, preventing the body from functioning normally
  6. the art of cultivating gardens
  7. to cpmpel someone to do something through legal, moral or physical force or to do a favour and accomodate someone's request
  8. to pause, hold back or be slow to act or speak, usually due to uncertainty, indecision, nervousness or unwillingness
  9. an established step by step method
  10. the act of travelling from one place to another, typically implying a long distance, extended time or a significant, often adventurous trip
  11. to add water or moisture to something or to supply the body with necessary fluids to maintain health
  12. the scientific study of life and living organisams
Down
  1. a spoken or written expression of regret remorse or sorroe
  2. the scientific study of past human life and culture
  3. to put forward an idea, plan or person for consideration, to imply something indirectly without stating it directly or to call something to mind through association
  4. a state of deep, seasonal dormancy in which some animals reduce their metabolic rate, body temp and heart rate to conserve energy and survive cold winter months
  5. to practice or perform a play, musical piece or speech in preparation for a public performance
  6. something or someone that is extremely unfriendly, antagonistic or acting as an enemy, often showing strong opposition or malevolence
  7. receiving property, money or titles from someone after their death, often through a will or legal succession
  8. to state that someone has done something illegal or wrong, typically without offering concreate proof
  9. a state of being unusually or abnormally active, often characterized by excessive movement, impulsivity and a short attention span
  10. to control, direct or handle something skillfully
  11. to stick fast to a surface or to follow a rule, belief or plan closely
  12. a special right, advantage or immunity granted to ro enjoyed by a specific person or group, often to the exclusion of others
  13. very funny or very amusing

25 Clues: very funny or very amusingthe scientific study of Earththe art of cultivating gardensan established step by step methodto control, direct or handle something skillfullythe scientific study of life and living organisamsthe scientific study of past human life and culturesomething or greater size, importance or seriousness...

Sociological Methods 2025-04-01

Sociological Methods crossword puzzle
Across
  1. Data that is numerical and can be measured.
  2. Research method involving highly controlled conditions.
  3. Government-collected numerical data used in research.
  4. Research method where the observer does not take part in the activity.
  5. Concept referring to whether results can be consistently replicated.
  6. The extent to which research findings can be applied to wider populations.
  7. A method of gathering data that involves informal interviews without a set structure.
  8. Data collected from pre-existing sources.
  9. Research method that involves observing people without them knowing.
  10. Research that acknowledges the influence of personal bias and experience.
  11. Research approach emphasising neutrality and a value-free approach.
Down
  1. A perspective that focuses on understanding individuals' experiences.
  2. Existing records or written sources used for research.
  3. Data that prioritises meanings, feelings, and interpretations.
  4. Data collected first-hand by the researcher.
  5. Type of data collection involving questionnaires sent by mail.
  6. Observing people while making them aware of the research.
  7. Concept referring to how truthful or accurate a study's results are.
  8. The process of understanding social actions by putting oneself in others' shoes.
  9. Type of research method that involves small group discussions led by a researcher.
  10. A research approach that emphasises objectivity and systematic observation.
  11. Research method involving direct involvement in a setting or activity.
  12. A method of interviewing where data is collected in a standardised, fixed format.

23 Clues: Data collected from pre-existing sources.Data that is numerical and can be measured.Data collected first-hand by the researcher.Government-collected numerical data used in research.Existing records or written sources used for research.Research method involving highly controlled conditions.Observing people while making them aware of the research....

The Industrial Jumble 2018-03-08

The Industrial Jumble crossword puzzle
Across
  1. idea that the community should regulate everything as a whole
  2. includes farmers and low skilled factory workers
  3. helped boom the cotton industry
  4. inexpensive housing during the industrial revolution
  5. Louis Pasteur created this idea
  6. person that believes in equality
  7. political reform from 1838 to 1857
  8. women fought for this right and got it in 1888
  9. a person that takes finical risks
  10. multiple inventions were created during this time period
  11. opposite of reality
  12. occurred with the rise of cities during the industrial revolution
  13. partnership that can be bought
Down
  1. judging based on usefulness
  2. published The Communist Manifesto
  3. workers formed groups and used this method to try and negotiate for better working conditions
  4. one of the creators of "scientific socialism"
  5. new manufacturing process
  6. includes those apart of the middle estate
  7. protested for better working conditions
  8. machine destroyers
  9. no interference
  10. a political theory derived from Karl Marx
  11. also known as the bourgeoisie
  12. convention held on July 19, 1848
  13. a free enterprise economy
  14. people often used these as a sign of retaliation

27 Clues: no interferencemachine destroyersopposite of realitynew manufacturing processa free enterprise economyjudging based on usefulnessalso known as the bourgeoisiepartnership that can be boughthelped boom the cotton industryLouis Pasteur created this ideaperson that believes in equalityconvention held on July 19, 1848published The Communist Manifesto...

The Industrial Jumble 2018-03-08

The Industrial Jumble crossword puzzle
Across
  1. partnership that can be bought
  2. women fought for this right and got it in 1888
  3. convention held on July 19, 1848
  4. published The Communist Manifesto
  5. opposite of reality
  6. machine destroyers
  7. judging based on usefulness
  8. protested for better working conditions
  9. also known as the bourgeoisie
  10. political reform from 1838 to 1857
  11. occurred with the rise of cities during the industrial revolution
  12. workers formed groups and used this method to try and negotiate for better working conditions
  13. company/group
  14. people often used these as a sign of retaliation
  15. no interference
Down
  1. a political theory derived from Karl Marx
  2. includes farmers and low skilled factory workers
  3. Louis Pasteur created this idea
  4. a person that takes finical risks
  5. multiple inventions were created during this time period
  6. new manufacturing process
  7. helped boom the cotton industry
  8. includes those apart of the middle estate
  9. person that believes in equality
  10. one of the creators of "scientific socialism"
  11. inexpensive housing during the industrial revolution
  12. a free enterprise economy
  13. idea that the community should regulate everything as a whole

28 Clues: company/groupno interferencemachine destroyersopposite of realitynew manufacturing processa free enterprise economyjudging based on usefulnessalso known as the bourgeoisiepartnership that can be boughtLouis Pasteur created this ideahelped boom the cotton industryconvention held on July 19, 1848person that believes in equality...

CAMP/LEXIS/REGISTER REVIEW 2018-10-27

CAMP/LEXIS/REGISTER REVIEW crossword puzzle
Across
  1. done in accordance with convention or etiquette.
  2. the circumstances that form the setting for an event, statement, or idea, and in terms of which it can be fully understood.
  3. formality scale
  4. publications that provide various types of information, for example, scientific or practical information.
  5. a category of words of similar form or function (two words)
  6. interaction between reader and text.
  7. the person for whom a writer writes, or composer composes.
  8. reason an author decides to write about a specific topic.
  9. a particular form of a language which is peculiar to a specific region or social group.
Down
  1. small talk
  2. done or shown openly; plainly apparent.
  3. effectively conveying thought or feeling.
  4. texts are those that deal with facts, opinions and the real world.
  5. having a relaxed, friendly, or unofficial style, manner, or nature.
  6. group of words with the same topic, function or form (two words)
  7. the dialect of a particular social class.
  8. kind of literary method, mood, or manner.
  9. language used in ordinary or familiar conversation
  10. not openly acknowledged or displayed.
  11. term in linguistics for the vocabulary of a language.

20 Clues: small talkformality scaleinteraction between reader and text.not openly acknowledged or displayed.done or shown openly; plainly apparent.effectively conveying thought or feeling.the dialect of a particular social class.kind of literary method, mood, or manner.done in accordance with convention or etiquette....

Last Day of School Crossword 2014-05-28

Last Day of School Crossword crossword puzzle
Across
  1. A humanoid robot. Also an operating system.
  2. Essential; important
  3. Award-winning singer with emotional songs about heartbreak
  4. Taking large chunks of other people's work and passing it off as your own
  5. Impossible to understand or interpret
  6. Lacking originality or freshness
  7. An old-fashioned word for 'pram'.
  8. The plural of elderly
  9. Enthusiastic; passionate
Down
  1. What 'A' stands for on your test paper
  2. Permanent; cannot be erased
  3. What you need to bounce back after a setback
  4. A planet that's not really one
  5. What you should be feeling if you can't spell this word
  6. The expression you get from a teacher when your classroom is dirty.
  7. What some of you need to improve on in your essays
  8. The type of towering cloud that forecasts a thunderstorm. Sometimes seen above teachers' heads after you fail a test.
  9. The scientific method of gathering and analysing information about a crime
  10. Mammal that lays eggs
  11. Word you say when it's the last day of school
  12. The strongest force on the planet

21 Clues: Essential; importantMammal that lays eggsThe plural of elderlyEnthusiastic; passionatePermanent; cannot be erasedA planet that's not really oneLacking originality or freshnessAn old-fashioned word for 'pram'.The strongest force on the planetImpossible to understand or interpretWhat 'A' stands for on your test paper...

Science Crossword 2021-11-02

Science Crossword crossword puzzle
Across
  1. a peanut butter and chocolate candy that has an orange wrapper
  2. a variable (a.k.a responding) beginning with "D"
  3. an object that measures things in inches, centimeters, and millimeters
  4. an instrument we use to find liquid volume
  5. everything that takes up space and has mass
  6. the energy an object has because it is moving
  7. an orange cat with black and white stripes
  8. the energy that is stored in a object or system
  9. a holiday beginning with "C"
  10. information about the natural world that is used to support or go against a claim
  11. a proposed answer to a question about the natural world
  12. to change from one type to another
Down
  1. an object that measures mass using three weights
  2. the second step in the Scientific Method that usually starts with "I think.."
  3. the ability to make things move or change
  4. a variable (a.k.a manipulated) beginning with "I"
  5. a machine that can convert kinetic energy into electrical energy
  6. the amount of space an object takes up
  7. a brown, furry, and tall alien from Star Wars
  8. a Japanese food that sometimes uses raw fish

20 Clues: a holiday beginning with "C"to change from one type to anotherthe amount of space an object takes upthe ability to make things move or changean instrument we use to find liquid volumean orange cat with black and white stripeseverything that takes up space and has massa Japanese food that sometimes uses raw fish...

Intellectuals/Ideas 2019-05-06

Intellectuals/Ideas crossword puzzle
Across
  1. Formulated germ theory of disease, 1885 vaccination against rabies
  2. Father of humanism & renaissance, characterized middle ages as period of darkness
  3. Treatises of Government, governments exist to protect natural rights
  4. French philosopher, deductive reasoning
  5. Developed empirical method, inductive reasoning
  6. British writer and activist, A Vindication of the Rights of Woman
  7. Used Darwin's ideas to justify colonization, survival of the fittest
  8. Will to power, ubermensch, God is dead
  9. Positivism, all knowledge must be scientific knowledge
  10. The Social Contract & Emile, hypocritical lifestyle
  11. Essay on the Principle of Population, overpopulation
  12. The Origin of Species, theory of evolution
  13. Opposed mercantilism, "The Invisible Hand," free trade
  14. Leviathan, viewed humans as naturally evil
Down
  1. One of the most famous French philosophes, Candide
  2. 95 Theses, helped start Reformation
  3. Protestant reformer, Geneva
  4. 3 laws of planetary motion, orbits are elliptical
  5. Psychoanalysis, The Interpretation of Dreams
  6. Iron Law of Wages, Principles of Political Economy
  7. Heliocentric universe, On the Revolution of the Heavenly Spheres
  8. Principia, influenced Deism
  9. In Praise of Folly, Northern humanist

23 Clues: Protestant reformer, GenevaPrincipia, influenced Deism95 Theses, helped start ReformationIn Praise of Folly, Northern humanistWill to power, ubermensch, God is deadFrench philosopher, deductive reasoningThe Origin of Species, theory of evolutionLeviathan, viewed humans as naturally evilPsychoanalysis, The Interpretation of Dreams...

7th Grade American History Midterm 2020-12-07

7th Grade American History Midterm crossword puzzle
Across
  1. the study of the material remains of ancient peoples
  2. a narrow passage of water between two larger bodies of water
  3. a society that is ruled by religious leaders
  4. highly developed society
  5. a rough calculation of a number
  6. a government that links and unites different groups
  7. to supply water to crops by artificial means
  8. highly detailed
  9. a broad platform of flat land cut into a slope
  10. a group of people who have a common ancestor
Down
  1. a tool, weapon, or other object left behind by early peoples
  2. a communal Native American structure with a flat roof
  3. a form of writing that uses symbols or pictures to represent things, ideas, and sounds
  4. the movement of people into a new era
  5. a scientific method of determining the age of an artifact
  6. a supply
  7. to connect
  8. a people's shared values, beliefs, traditions, and behaviors
  9. person who moves from place to place
  10. a building
  11. a variety of corn
  12. a long, narrow gutter or groove through which water can flow

22 Clues: a supplyto connecta buildinghighly detaileda variety of cornhighly developed societya rough calculation of a numberperson who moves from place to placethe movement of people into a new eraa society that is ruled by religious leadersto supply water to crops by artificial meansa group of people who have a common ancestor...

war 2024-09-09

war crossword puzzle
Across
  1. Passage toughest part of Triangular Trade
  2. Britain's biggest rival in north america was
  3. Neglect Britain relaxed its restrictions on the colonies.
  4. was an 18th century intellectual movement that emphasized reason and the scientific method.
  5. was a large farm in the southern colonists
  6. Franklin invented bi-focals the Franklin stove
  7. Rebellion slave uprising in the colonies.
  8. Andros was named by King James II to rule over the dominion of New England
  9. Awakening religious revival movement of the 1700s.
  10. of New England Created by King James from Mine to Northern New Jersey.
Down
  1. Americans Second Largest ethnic group in the colonies.
  2. Men from the colonies who fought GB
  3. governing body of Great Britain
  4. Trade 3 part system in which sales were brought to the colonies.
  5. Crop grown on plantations and was meant to sell for profit.
  6. Servants came to the colonies from Europe to be apprentices with families and learn a trade.
  7. attacked the valley river
  8. The theory that the colonies were there to get Britain rich.
  9. acts were meant to punish the colonists
  10. illegal smuggling of goods a cash crop

20 Clues: attacked the valley rivergoverning body of Great BritainMen from the colonies who fought GBillegal smuggling of goods a cash cropPassage toughest part of Triangular Tradewas a large farm in the southern colonistsacts were meant to punish the colonistsBritain's biggest rival in north america wasRebellion slave uprising in the colonies....

The Enlightenment 2023-02-21

The Enlightenment crossword puzzle
Across
  1. a person that rules with absolute power
  2. created the laws of gravity and motion
  3. popularized the scientific method
  4. theory that the sun was the center of the universe
  5. to know something one did not know before
  6. a style during the 18th century defined by curved asymmetrical forms and elaborate ornamentation
  7. created "Leviathan"
  8. wanted women to have equal education as men
  9. belief that God exist and created the world but does not interfere
  10. discovered the heliocentric theory
Down
  1. the process of objectively establishing facts through testing and experimentation
  2. theory that the earth was the center of the universe
  3. observed that the moon was not pure and smooth
  4. theory that the governing and the governed came to an agreement that the governed will give up some rights and the governing will make decisions
  5. people who presented new ways of thinking
  6. created the idea "checks and balances"
  7. made the first vaccine for small pox
  8. was also called "The Age of Reason"
  9. parties where people met up to discuss new ideas
  10. believed in freedom of religion

20 Clues: created "Leviathan"believed in freedom of religionpopularized the scientific methoddiscovered the heliocentric theorywas also called "The Age of Reason"made the first vaccine for small poxcreated the laws of gravity and motioncreated the idea "checks and balances"a person that rules with absolute powerpeople who presented new ways of thinking...

Vocabulary Modules: 1,2,3 2025-03-25

Vocabulary Modules: 1,2,3 crossword puzzle
Across
  1. religious leader
  2. an 18th century intellectual movement that emphased the use of reason and the scientific method as means of obtaining knowledge
  3. Christian military expiditions to drive muslims from their holy land
  4. a group that believed God's light burned inside everyone
  5. Native Americans that lived in the valleys of salt and gila
  6. spanish explorers
  7. Native American's that settled in the Valley of mexico
  8. colonial malitia ready to fight
  9. Mound build society based in Ohio River Valley
  10. Wampanoag cheif
Down
  1. belief in equality for all people
  2. the ottawa leader that recognized that a french leader was a loss for native americans
  3. religious movement to reform Roman Catholic Church leading to the making of multiple protestant churches
  4. social ordering by rank, class, or age
  5. the establishment of outlying parents country
  6. Native American group that lived on mesa tops, cliff sides, and bottom of four corners
  7. a person who becomes property of others
  8. a series of laws by parliment in 1767
  9. Native Americans that lived in Guatamala and Yucatan peninsula
  10. crop grown by farmers for sale rather than for personal use

20 Clues: Wampanoag cheifreligious leaderspanish explorerscolonial malitia ready to fightbelief in equality for all peoplea series of laws by parliment in 1767social ordering by rank, class, or agea person who becomes property of othersthe establishment of outlying parents countryMound build society based in Ohio River Valley...

Diversity of Life 2025-04-12

Diversity of Life crossword puzzle
Across
  1. The science of classifying or categorizing living things
  2. the hypothesis that eukaryotes evolved from the combination of multiple prokaryotes
  3. the second level of Linnaeus classification
  4. the thirds level of Linnaeus classification
  5. the highest level of Linnaeus classification
  6. the sixth level of Linnaeus classification
  7. the seventh level of Linnaeus classification
  8. a process where bacteria trade pieces of DNA
  9. the eight level of Linnaeus classification
  10. microscopic prokaryotes
  11. the fifth level of Linnaeus classification
Down
  1. Swedish biologist who developed a new method of classifying organisms
  2. the study of the evolutionary history of living things
  3. a reduced form of a bacteria that allows it to survive harsh conditions
  4. the system of giving organisms a 2 word, Latin scientific name based on their genus and species
  5. a tool for identifying known organisms using a series of paired statements that the reader chooses between
  6. the fourth level of Linnaeus classification
  7. how bacteria reproduce
  8. an approach of organizing living things based on hypothesized recent common ancestors
  9. a now defunct kingdom that included all eukaryotes that were not animals, plants, or fungi

20 Clues: how bacteria reproducemicroscopic prokaryotesthe sixth level of Linnaeus classificationthe eight level of Linnaeus classificationthe fifth level of Linnaeus classificationthe second level of Linnaeus classificationthe thirds level of Linnaeus classificationthe fourth level of Linnaeus classificationthe highest level of Linnaeus classification...