scientific method Crossword Puzzles

Scientific Data 2012-12-10

Scientific Data crossword puzzle
Across
  1. The type of data using observations that are descriptive only
  2. Measurements and observations about something
  3. Changing the zero on an electronic balance
  4. Average
  5. The type of error due to a faulty instrument or using it at a temperature it is not designed for
  6. The type of data you have not found through an experiment; comes from textbooks, internet etc.
  7. The type of error due to guesswork needed when a measurement falls between an instruments's markings
  8. Add up all the 'good' values and divide by how many there are
Down
  1. The type of data you collect yourself from an experiment
  2. The type of error caused by not having your eye directly in line with the measurement
  3. The error due to instrument giving a small reading when it should read zero
  4. Can be avoided with care;are not errors
  5. The type of data containing measurements that use numbers (and usually units)
  6. Small changes to measurements that cannot be avoided, even with care

14 Clues: Average • Can be avoided with care;are not errors • Changing the zero on an electronic balance • Measurements and observations about something • The type of data you collect yourself from an experiment • The type of data using observations that are descriptive only • Add up all the 'good' values and divide by how many there are • ...

Scientific Tools 2023-12-05

Scientific Tools crossword puzzle
Across
  1. Paper Special paper used to test the acidity or alkalinity of a substance by changing color.
  2. A device that spins samples at high speeds to separate components based on their density.
  3. Cylinder A tall, narrow container with volume markings used for accurate measurement of liquid volume.
  4. A cylindrical container with a lip, used for mixing, stirring, and measuring liquids in the laboratory.
  5. A slender tube used to transfer small amounts of liquid, often with precise measurements.
  6. Burner A gas burner used in laboratories for heating, sterilizing, and conducting experiments.
  7. Caliper A measuring tool with jaws used to precisely measure dimensions of objects, often in millimeters or inches.
Down
  1. A device that magnifies tiny objects, allowing detailed observation of cells and microorganisms.
  2. Dish A shallow, circular dish with a lid, used to culture and observe microorganisms in a controlled environment.
  3. A piece of material with the ability to attract or repel objects containing iron or other magnetic elements.
  4. An instrument for measuring temperature, often using mercury or digital sensors.
  5. Goggles Protective eyewear designed to shield the eyes from chemical splashes, debris, or other hazards in the laboratory.
  6. An optical instrument used to view distant celestial objects such as stars and planets.
  7. Slide A thin, flat piece of glass or plastic used to hold objects for microscopic examination.
  8. Tube A thin, cylindrical glass container used for holding and mixing small amounts of liquids.

15 Clues: An instrument for measuring temperature, often using mercury or digital sensors. • An optical instrument used to view distant celestial objects such as stars and planets. • A device that spins samples at high speeds to separate components based on their density. • A slender tube used to transfer small amounts of liquid, often with precise measurements. • ...

Scientific Revolution 2024-01-19

Scientific Revolution crossword puzzle
Across
  1. His belief's and Ideas on the social Contract and individuality helped carry out the French revolution
  2. French Noble that identified 3 kinds of Government and stated the Separation of Powers
  3. Created SOcial Contract
  4. System where rulers tried to govern with enlighten principles while still maintaining royal power _____ absolutism
  5. Italian scientist that helped prove the work of Kepler and Copercornious about orbit of planets
  6. Life, Liberty, Estate
  7. Philosophe that created Natural Rights
  8. Concept stating an entire society agrees to be governed by its own will
Down
  1. Drawing rooms for the Gathering of the wealthy to discuss new ideas of philosophes
  2. Statement that Government is split into 3 branches separation of ____
  3. A theory that states the Sun is in the center of the Solar System
  4. A method That involves hypothesis, experiment, Data, Conclusion
  5. A theory that states that the Earth is in the center of the Solar System
  6. Intuectuals of the enlightenment were called this

14 Clues: Life, Liberty, Estate • Created SOcial Contract • Philosophe that created Natural Rights • Intuectuals of the enlightenment were called this • A method That involves hypothesis, experiment, Data, Conclusion • A theory that states the Sun is in the center of the Solar System • Statement that Government is split into 3 branches separation of ____ • ...

statistics and statistics elements 2021-05-27

statistics and statistics elements crossword puzzle
Across
  1. is collected with the help of observation by the observer or by personally going to
  2. number of values.
  3. Method: This method is inexpensive and can cover a wide area in a
  4. span of time. However, there is a chance of non-response especially when
  5. consideration of seen phenomenon”. It is a method under which data from the
  6. it is only contains a part of a set of data in a population.
  7. likely chance of being selected. Th members of the sample are chosen
  8. of data. The sources are governed by laws, rules and regulations, and
  9. statistics: the logical process from the sample analysis to a
  10. that can assume different values. It has two classification according to
  11. a random sampling method, a sample in each member of the populations has an
  12. are not easily understood.
  13. banks, newspapers, magazines, world wide web, and the like are the main
  14. ethnical responsibilities.
Down
  1. statistics: the phase of statistics which seek only to describe and
  2. it is a numerical characteristics or attribute associated with the
  3. in a stratified random s sampling method, the population is divided into
  4. or conclusion about a population.
  5. field.
  6. Method: This method is about the related information written in record
  7. a given group without drawing any conclusion or inferences about a large
  8. so that population member is in only one subgroup.
  9. it is a complete set of data that consists of the totality of observations
  10. which we are concerned.
  11. of each other.
  12. Method: Observation may be defined as systematic viewing, coupled

26 Clues: field. • of each other. • number of values. • which we are concerned. • are not easily understood. • ethnical responsibilities. • or conclusion about a population. • so that population member is in only one subgroup. • it is only contains a part of a set of data in a population. • statistics: the logical process from the sample analysis to a • ...

Java Keywords 2025-09-04

Java Keywords crossword puzzle
Across
  1. keyword to inform that the method may throw an exception
  2. uncaught exceptions are handled by
  3. to create variable arguments
  4. maximum no of varargs per method
  5. function which returns reference of thread from where it is called
  6. method that wakes up thread that called wait()
  7. class used for string handling that is thread safe
  8. every program starts with at least one thread that is
  9. to declare a variable as a constant
  10. a.equals(b) return type
  11. method to check the state of thread whether running or not
  12. instance variable in a.length
  13. class used for string handling that is not synchronized
  14. block which monitors for exception
  15. interface for implementing multithreading concept
  16. keyword for Inheritance
  17. Box b1; b1 is a??
  18. keyword used for essential global variables
  19. default access specifier within a package
Down
  1. block that catches the thrown exception
  2. equals() check for what equivalence
  3. super class of all class
  4. Same method specifications
  5. final keyword used to prevent (between super and sub classes)
  6. which methods are used to enable only one thread at a time
  7. Same method name with different types of argument or return type
  8. interface can have what variables
  9. final keyword prevents
  10. keyword for Interface
  11. Object of classes
  12. example method for timed waiting
  13. interface used for writing and reading objects into/from a file
  14. type of stream used for binary reading and writing
  15. Civilized form of goto
  16. keyword used to call superclass constructor
  17. method that wakes up all thread that called wait() on same object

36 Clues: Object of classes • Box b1; b1 is a?? • keyword for Interface • final keyword prevents • Civilized form of goto • a.equals(b) return type • keyword for Inheritance • super class of all class • Same method specifications • to create variable arguments • instance variable in a.length • maximum no of varargs per method • example method for timed waiting • interface can have what variables • ...

The Scientific Revolution 2016-05-04

The Scientific Revolution crossword puzzle
Across
  1. helped expand the idea of the Geocentric Theory
  2. of Universal Gravity explained how the same physical laws governed motion both on earth and in the heavens.
  3. Kepler the assistant to Tycho Brahe
  4. method a logical procedure for gathering and testing ideas.
  5. Theory the sun is the center of the universe
  6. Newton helped to bring together Copernicus and Kepler breakthroughs under a single theory of motion.
Down
  1. built a telescope in 1609 as a kid
  2. Theory the theory that the earth is the center of the universe
  3. created the original heliocentric theory

9 Clues: built a telescope in 1609 as a kid • Kepler the assistant to Tycho Brahe • created the original heliocentric theory • Theory the sun is the center of the universe • helped expand the idea of the Geocentric Theory • method a logical procedure for gathering and testing ideas. • Theory the theory that the earth is the center of the universe • ...

Education 2023-05-15

Education crossword puzzle
Across
  1. A branch of knowledge that deals with living organisms
  2. A system of knowledge of general truths that uses scientific method
  3. The science of numbers and their operations
  4. A chronological record of significant events
  5. The use of skill and creative imagination to produce beautiful objects
Down
  1. The study of the language of the people of England and the U.S.
  2. A science that describes physical, biological, and cultural features of the Earth's surface
  3. A science that deals with matter and energy
  4. A science that deals with the composition, structure, and properties of substances

9 Clues: A science that deals with matter and energy • The science of numbers and their operations • A chronological record of significant events • A branch of knowledge that deals with living organisms • The study of the language of the people of England and the U.S. • A system of knowledge of general truths that uses scientific method • ...

Study Activity #1: Vocabulary Crossword Puzzle 2022-01-05

Study Activity #1: Vocabulary Crossword Puzzle crossword puzzle
Across
  1. atmospheric
  2. inversely
  3. also called centigrade
  4. the act or process of a person who reasons
  5. a relationship between two quantities where they increase or decrease at the same rate
  6. energy
  7. Present in or produced by nature
  8. a way in which heat travels.
  9. any claim that can be proved or disproved using the scientific method
  10. a material or device which restricts the flow of an electrical current
  11. a representation of an idea, an object or even a process or a system that is used to describe and explain phenomena that cannot be experienced directly.
  12. a form of decisiveness, as it allows research to move forward despite constant uncertainty
  13. controlled
  14. the quantity of three-dimensional space occupied by a liquid, solid, or gas
  15. a suggested solution for an unexplained occurrence that does not fit into current accepted scientific theory
  16. the degree of compactness of a substance
Down
  1. the act of spreading or allowing to spread freely
  2. research
  3. energy carried by waves or a stream of particles
  4. the likelihood at which an event is going to occur
  5. an instrument for measuring atmospheric pressure, usually to determine altitude or weather changes
  6. a measure of how well internal states of a system can be inferred from knowledge of its external outputs
  7. a means of determining the internal energy contained within a given system
  8. energy moves from one place to another place by touch
  9. Zero
  10. the amount of force applied at right angles to the surface of an object per unit are
  11. the degree to which a semi-fluid or semi-solid material resists deformation by an applied force
  12. rises
  13. of conservation of mass a fundamental principle of physics
  14. the process by adding value to the intangible aspects of a product and there are two types
  15. referred to in Newton's Second Law

31 Clues: Zero • rises • energy • research • inversely • controlled • atmospheric • also called centigrade • a way in which heat travels. • Present in or produced by nature • referred to in Newton's Second Law • the degree of compactness of a substance • the act or process of a person who reasons • energy carried by waves or a stream of particles • the act of spreading or allowing to spread freely • ...

Environmental Science: Lesson 1-3 2026-07-12

Environmental Science: Lesson 1-3 crossword puzzle
Across
  1. The process used to test a hypothesis.
  2. Process that converts carbon dioxide into organic carbon.
  3. Asking questions based on observations is called ______ and exploring.
  4. Scientific rule that describes patterns in nature.
  5. Well-supported explanation based on repeated testing.
  6. Living components of an ecosystem.
  7. The movement of water through plants and into the atmosphere.
  8. Process in which sulfur falls directly from the atmosphere.
  9. Water stored beneath Earth's surface.
  10. The ability to do work or move objects.
  11. A component of nucleic acids, phospholipids, and ATP.
  12. Organized body of knowledge obtained through observation and experimentation.
  13. Scientist known as the founder of modern ecology.
  14. The First Law of Thermodynamics states that energy cannot be ______.
  15. Non-living components such as air, water, and soil.
  16. Second most abundant element in organisms by mass.
  17. First step of the scientific method using the senses.
  18. According to the Second Law of Thermodynamics, this always increases in natural systems.
  19. The ultimate source of energy for almost all life on Earth.
Down
  1. Study of the interactions between organisms and their environment.
  2. An essential element for molecules of living things.
  3. Process of removing salt from seawater.
  4. The protective blanket of gases surrounding the Earth.
  5. Study of energy and its transformations.
  6. just a 15x15 crossword puzzle)
  7. The law stating that everything is connected to everything else.
  8. A possible explanation that can be tested.
  9. Resources such as oil and coal.
  10. Resources like plants and animals that can naturally replenish.
  11. Process in which bacteria convert nitrates into nitrogen gas.
  12. A harmful algal bloom that can kill marine life.

31 Clues: just a 15x15 crossword puzzle) • Resources such as oil and coal. • Living components of an ecosystem. • Water stored beneath Earth's surface. • The process used to test a hypothesis. • Process of removing salt from seawater. • The ability to do work or move objects. • Study of energy and its transformations. • A possible explanation that can be tested. • ...

Environmental Science 2026-07-13

Environmental Science crossword puzzle
Across
  1. The scientific study of chemicals found in the environment.
  2. Nonliving physical and chemical components of an ecosystem.
  3. The first step of the scientific method using the senses to gather information.
  4. The study of Earth's atmosphere and weather processes.
  5. A place where materials are naturally stored in a biogeochemical cycle.
  6. A well-supported explanation of natural phenomena.
  7. The process by which plants release water vapor into the atmosphere.
  8. Excessive growth of algae caused by nutrient pollution.
  9. The branch of science that studies nonliving matter and energy.
  10. Water flowing over land after rainfall or melting snow.
  11. Rain made acidic by sulfur dioxide and nitrogen oxides.
  12. The process of removing salts from seawater.
  13. The study of interactions between organisms and their environment.
  14. The process in which plants use carbon dioxide to produce food.
  15. The scientist who introduced the Four Laws of Ecology.
  16. Organized body of knowledge obtained through observation and experimentation.
  17. The solid outer layer of the Earth.
  18. The branch of ecology that studies populations of the same species.
Down
  1. All of Earth's water resources including oceans, rivers, lakes, and groundwater.
  2. The process that converts atmospheric nitrogen into ammonia.
  3. The branch of science that studies living organisms.
  4. Commoner's ecological law stating that everything affects everything else.
  5. Living components of an ecosystem.
  6. A statement describing a constant pattern in nature.
  7. The common name for harmful algal blooms.
  8. The protective blanket of gases surrounding Earth.
  9. The part of Earth where life exists.
  10. The study of Earth's crust, rocks, and soils.
  11. The movement of chemical elements through living and nonliving components of Earth.
  12. A testable explanation for an observation.

30 Clues: Living components of an ecosystem. • The solid outer layer of the Earth. • The part of Earth where life exists. • The common name for harmful algal blooms. • A testable explanation for an observation. • The process of removing salts from seawater. • The study of Earth's crust, rocks, and soils. • A well-supported explanation of natural phenomena. • ...

Scientific Revolution 2024-03-06

Scientific Revolution crossword puzzle
Across
  1. someone who confirmed all matters fall at the same speed.
  2. a new wave of Scientists change how humans viewed the world in the renaissance.
Down
  1. created the Heliocentric Theory.
  2. proved that planets do not orbit in a perfect circle, they Ellipses.
  3. introduced the Scientific Method.
  4. crime of believing or saying things that go against the church's teaching
  5. invented the first modern telescope to discover other planets.

7 Clues: created the Heliocentric Theory. • introduced the Scientific Method. • someone who confirmed all matters fall at the same speed. • invented the first modern telescope to discover other planets. • proved that planets do not orbit in a perfect circle, they Ellipses. • crime of believing or saying things that go against the church's teaching • ...

Unit 7 Education 2016-11-02

Unit 7 Education crossword puzzle
Across
  1. an optional course that a student may select from among several alternatives
  2. the art and study of designing buildings
  3. the scientific study of plants and their structure
  4. the scientific study of the mind and how it influences behaviour
  5. the scientific study of language or of particular languages
  6. the scientific study of the earth's surface, physical features, population, etc.
  7. the scientific study of animals and their behaviour
Down
  1. the study of the physical and natural world and phenomena, especially by using systematic observation and experiment
  2. the study of the human race, especially of its origins, development, customs and beliefs
  3. the study of how a society organizes its money, trade and industry
  4. mathematics, especially as a subject in school dealing with numbers and equations
  5. required by law or an authority
  6. the branch of knowledge that records and analyzes past events
  7. the study of the nature and meaning of the universe and of human

14 Clues: required by law or an authority • the art and study of designing buildings • the scientific study of plants and their structure • the scientific study of animals and their behaviour • the scientific study of language or of particular languages • the branch of knowledge that records and analyzes past events • ...

Science 2022-10-02

Science crossword puzzle
Across
  1. The scientific name of green algae
  2. The branch of biology that deals with the study of fungi
  3. The gravitationally bound system of the Sun and the objects that orbit it
  4. An optical instrument used in land and sea warfare, submarine navigation, and elsewhere to enable an observer to see his surroundings while remaining under cover, behind armor, or submerged
  5. The scientific name of golden algae
  6. The scientific name of rhinoceros hornbill
  7. A bone in the middle ear of humans and other animals which is involved in the conduction of sound vibrations to the inner ear.
  8. The satellite of Earth
  9. The gut of the plant and the zone where plant roots and soil organisms interact in a whole variety of biotic, symbiotic and pathogenic relationships to enable these organisms to do their work
  10. A natural magnet
  11. The scientific name of whale shark
  12. Tiny air sacs in your lungs that take up the oxygen you breathe in and keep your body going
  13. Scientist that studies algae
Down
  1. a plant living above ground that is adapted to the conditions of abundant moisture pads of surrounding air
  2. A common vision condition in which near objects appear clear, but objects farther away look blurry
  3. A material or object that produces a magnetic field
  4. The outermost layer of skin on your body
  5. The satellite of Mars
  6. He is known as the "father of modern taxonomy"
  7. Any plant adapted to life in a dry or physiologically dry habitat (salt marsh, saline soil, or acid bog) by means of mechanisms to prevent water loss or to store available water
  8. The scientific name of red algae
  9. A plant that grows only in water or in very damp ground
  10. A piece of scientific equipment that lets us see very small things that our eyes otherwise couldn't see
  11. The satellite of Saturn

24 Clues: A natural magnet • The satellite of Mars • The satellite of Earth • The satellite of Saturn • Scientist that studies algae • The scientific name of red algae • The scientific name of green algae • The scientific name of whale shark • The scientific name of golden algae • The outermost layer of skin on your body • The scientific name of rhinoceros hornbill • ...

Final Review ANSC 2023-05-16

Final Review ANSC crossword puzzle
Across
  1. Which chicken breed has a "hat"?
  2. All red hog breed with down ears
  3. All white hog breed with large down ears
  4. Most popular meat goat breed
  5. A sheep has a _________ digestive system
  6. A female, porcine animal that has had a litter
  7. The _______ is where physical grinding occurs in avians
  8. Scientific word for hogs
  9. What digestive system eats only plants
  10. Which sheep breed has "rabbit ears"?
  11. Scientific word for hogs
Down
  1. Digestive system w/ 1 stomach chamber
  2. Castrated, ovine animal
  3. All white hog breed with up ears
  4. Rust, red pig with up ears
  5. Scientific word for beef
  6. A male, uncastrated hog
  7. Most popular dairy cow breed
  8. The _________ is the second chamber of the ruminant digestive system.
  9. Scientific word for sheep
  10. My favorite hog breed

21 Clues: My favorite hog breed • Castrated, ovine animal • A male, uncastrated hog • Scientific word for beef • Scientific word for hogs • Scientific word for hogs • Scientific word for sheep • Rust, red pig with up ears • Most popular meat goat breed • Most popular dairy cow breed • Which chicken breed has a "hat"? • All red hog breed with down ears • All white hog breed with up ears • ...

Animal Terminology #2 2022-11-15

Animal Terminology #2 crossword puzzle
Across
  1. a baby goat
  2. an adult male goat/rabbit
  3. meat from goats
  4. a baby poultry
  5. scientific name for goats
  6. a castrated male chicken/turkey
  7. an immature female chicken
  8. an adult female chicken/turkey
  9. a castrated male goat
  10. a group of rabbits
  11. scientific name for chicken and turkeys
  12. an adult female goat/rabbit
Down
  1. an immature female turkey
  2. an immature male goat
  3. an immature female goat
  4. a group of chicken
  5. the term giving birth related to goats
  6. the term giving birth related to rabbits
  7. an immature male chicken
  8. the term giving birth related to poultry
  9. scientific name for rabbits
  10. an immature male turkey
  11. a young rabbit
  12. a group of goats
  13. an adult male chicken
  14. an adult male turkey

26 Clues: a baby goat • a baby poultry • a young rabbit • meat from goats • a group of goats • a group of chicken • a group of rabbits • an adult male turkey • an immature male goat • a castrated male goat • an adult male chicken • an immature female goat • an immature male turkey • an immature male chicken • an immature female turkey • an adult male goat/rabbit • scientific name for goats • ...

Crossword 2018-04-01

Crossword crossword puzzle
Across
  1. / a method that updates the value of a variable.
  2. / The keyword that is used to stop the execution of a method and return a value to the caller.
  3. / The "type" of data that a method can receive.
  4. / an event, which occurs during the execution of a program, that disrupts the normal flow of the program's instructions.
  5. / a data structure, which can store a fixed-size collection of elements of the same data type.
  6. / a variable that's declared within the body of a method.
  7. / an array to hold more than one column.
  8. / The operator used to invoke a method.
  9. / only accessible within the same class as it is declared.
  10. / A diagram that represents the relationship between properties and methods.
  11. / feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its super-classes or parent classes.
  12. / a reference to the current object — the object whose method or constructor is being called.
  13. / means that the variable or function is shared between all instances of that class as it belongs to the type, not the actual objects themselves.
  14. / The values that are passed to a method.
  15. / feature that allows a class to have more than one method having the same name, if their argument lists are different.
  16. / String objects possess this feature
  17. / keywords that represent the handling of exceptions due to data or coding errors during program execution.
  18. / The process of invoking a method.
  19. / another name for the getter method.
  20. Sort / the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
  21. / the instruction set of the Java virtual machine (JVM).
  22. / Object-Oriented Programming
Down
  1. / these methods are often declared as public static so they can be invoked with the class name like Classname.method
  2. / method that reads value of a variable.
  3. / Another name for a child class
  4. / a mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit.
  5. / is a computer procedure that is a lot like a recipe (called a procedure) and tells your computer precisely what steps to take to solve a problem or reach a goal.
  6. / A combination of English and Coding
  7. Modifier / May be public, private or protected.
  8. / a data structure for representing arrays of records.
  9. / The keyword simply tells the compiler that main( ) does not return a value.
  10. / the ability of an object to take on many forms.
  11. / A constructor that contains parameters.
  12. / the process of creating an instance of a class.
  13. / The method that belongs to an object of a class.
  14. / the process of writing computer programs.
  15. / used when we need a string representation of an object.
  16. / A new class is derived from an existing class.
  17. / is used to hide certain details and only show the essential features of the object. In other words, it deals with the outside view of an object (interface).
  18. / a block of code similar to a method that's called when an instance of an object is created.
  19. / Automatically generated by the compiler if no constructors have been defined for the class.
  20. / another name for the setter method.
  21. / a variable defined in a class.
  22. / have states and behaviors.
  23. / can be called (invoked) at any point.

45 Clues: / have states and behaviors. • / Object-Oriented Programming • / a variable defined in a class. • / Another name for a child class • / The process of invoking a method. • / A combination of English and Coding • / String objects possess this feature • / another name for the setter method. • / another name for the getter method. • ...

Animals 2017-12-06

Animals crossword puzzle
Across
  1. scientific name is martes americana
  2. I say chicka-dee-dee-dee
  3. I have big curly horns
  4. I chop down trees
  5. I am a bird with a black body and red belly
  6. I am an owl with "horns"
  7. I am a white headed raptor
  8. scientific name is ursus americanos
  9. I am shy and stealthy
Down
  1. I am small and have quills
  2. I am the smallest kind of falcon
  3. I am a red tailed raptor
  4. my baby is called a fawn
  5. scientific name is ursus horribles
  6. I am a professional football team
  7. I pounce on voles in the winter
  8. I am the name of a college football team
  9. nocturnal trash eater
  10. I hunt in a pack

19 Clues: I hunt in a pack • I chop down trees • nocturnal trash eater • I am shy and stealthy • I have big curly horns • I say chicka-dee-dee-dee • I am a red tailed raptor • my baby is called a fawn • I am an owl with "horns" • I am small and have quills • I am a white headed raptor • I pounce on voles in the winter • I am the smallest kind of falcon • I am a professional football team • ...

Spectra 2025-01-03

Spectra crossword puzzle
Across
  1. study of matter its properties and reactions
  2. study of heredity and variation
  3. smallest unit of a chemical element
  4. systematic explanation for a set of phenomena
  5. group of living organisms that can interbreed
  6. place for scientific experiments and research
  7. substances that consist of only one type of atom
  8. group of atoms bonded together
  9. systematic study of the natural world
Down
  1. community of living organisms and their environment
  2. creator of the periodic table
  3. international competition for scientific knowledge
  4. process by which plants make food
  5. father of evolutionary theory
  6. study of living organisms and their interactions
  7. mixture of two or more elements
  8. surroundings that affect living organisms
  9. scientific test or procedure
  10. basic unit of life

19 Clues: basic unit of life • scientific test or procedure • creator of the periodic table • father of evolutionary theory • group of atoms bonded together • study of heredity and variation • mixture of two or more elements • process by which plants make food • smallest unit of a chemical element • systematic study of the natural world • surroundings that affect living organisms • ...

-ic Spelling Words 2026-01-07

-ic Spelling Words crossword puzzle
Across
  1. – important in history
  2. – famous or important in history
  3. – exciting, emotional, or sudden
  4. – relating to or having the qualities of metal
  5. – relating to money, resources, or the economy
  6. – relating to technology or scientific tools
  7. – relating to people in general or the community
  8. – extremely good or imaginative
  9. – using or producing electricity
  10. – having the power to attract metal or interest
Down
  1. – relating to science or scientific study
  2. – using symbols to represent ideas
  3. – full of energy and enthusiasm
  4. – relating to poetry or having beauty in language
  5. – based on clear reasoning or sound thinking
  6. – relating to the earth or its physical features
  7. – relating to sports or physical activity
  8. – having creative skill or imagination
  9. – showing things as they actually are
  10. – relating to education or school subjects

20 Clues: – important in history • – full of energy and enthusiasm • – extremely good or imaginative • – famous or important in history • – exciting, emotional, or sudden • – using or producing electricity • – using symbols to represent ideas • – showing things as they actually are • – having creative skill or imagination • – relating to science or scientific study • ...

Baking Methods & Functions of Ingredients 2026-03-12

Baking Methods & Functions of Ingredients crossword puzzle
Across
  1. is the most commonly used thickener
  2. food coloring is an example of what
  3. A solid fat
  4. the only ingredient you should pack when measuring
  5. a quick bread that is made using the biscuit method
  6. butter should be _______ in the biscuit method.
  7. a cooking made using the foaming method.
  8. the most common sweetener used in baking
Down
  1. an organic leavening agent
  2. This tools cuts fat into flour
  3. This method is used when baking sugar cookies
  4. Gives baked goods structure
  5. When using the creaming method ingredients should be at ______ temperature.
  6. a chemical leavening agents
  7. whipping eggs with sugar is the first step in what method
  8. muffins are an example of ______ bread
  9. leavening agents help baked goods _______.

17 Clues: A solid fat • an organic leavening agent • Gives baked goods structure • a chemical leavening agents • This tools cuts fat into flour • is the most commonly used thickener • food coloring is an example of what • muffins are an example of ______ bread • a cooking made using the foaming method. • the most common sweetener used in baking • ...

The SOCratic Method!! 2019-03-13

The SOCratic Method!! crossword puzzle
Across
  1. challenge driven creativity
  2. The question and answer drivel for a circuit?
  3. Using UV light to get rid of bad memories?
  4. The three-terminal unipolar switch
  5. world-wide NOR
  6. Everyone's favorite vegetable is at the heart of computing
  7. Doing this makes us happy!!
  8. Accumulate-Multiply-Accumulate-Multiply.... (now read it in reverse)
  9. One of Italy's underrated underrated gems
Down
  1. Is this what you call software written in small font?
  2. This dragon has been tamed and is now audible!!!
  3. Hindrance in Circuit Theory
  4. In this race, content did not keep with time
  5. An adamant wire can act that way causing problems!!
  6. This command helps you recollect where you came from and get back there
  7. dream -> facilitate -> target
  8. This Australian bird, although delayed, helps in verification

17 Clues: world-wide NOR • challenge driven creativity • Hindrance in Circuit Theory • Doing this makes us happy!! • dream -> facilitate -> target • The three-terminal unipolar switch • One of Italy's underrated underrated gems • Using UV light to get rid of bad memories? • In this race, content did not keep with time • The question and answer drivel for a circuit? • ...

Communication method 2023-11-15

Communication method crossword puzzle
Across
  1. software It enables messages to be sent and received
  2. assistants Software that recognizes a user's voice uses AI to respond
  3. Short message service
  4. Connection between participants in various locations through telecommunication devices
  5. messaging Exchange of near-real messages through an embedded system
  6. Electronic transfer of messages
Down
  1. Live video-based meeting between participants in different locations using video-enabled devices
  2. communication A communication system that has the ability to receive signals
  3. A technology that allows to make calls using broadband internet connection
  4. media Platform for online communications
  5. communication Technology that connect people together for communication and data transmission

11 Clues: Short message service • Electronic transfer of messages • media Platform for online communications • software It enables messages to be sent and received • messaging Exchange of near-real messages through an embedded system • assistants Software that recognizes a user's voice uses AI to respond • ...

Research Method Terms 2023-02-07

Research Method Terms crossword puzzle
Across
  1. likely to be selected in a sample than others
  2. research that relies on measuring variables using a numerical system, analyzing these measurements using any of a variety of statistical models
  3. research that produces descriptive (non-numerical) data, such as observations of behavior or personal accounts of experiences
  4. a connection between two or more things
  5. when some members of a population are systematically
  6. the trustworthiness or consistency of a measure that is free from error
  7. a study that is conducted outside the laboratory in a “real-world” setting
  8. structured conversation where one participant asks questions,
  9. a study in which a group of participants is selected from a population and data about or opinions from those participants are collected, measured, and analyzed
  10. the characteristic of being founded on truth, accuracy, fact, or law.
  11. an in-depth investigation of a single individual, family, event, or other entity to understand an individual’s background or behavior
Down
  1. a technique to identify and recruit candidates for a study in which existing participants recommend additional potential participants, who themselves are observed and asked to nominate others,
  2. the careful, close examination of an object, process, or other phenomenon for the purpose of collecting data about it or drawing conclusions
  3. a scientific procedure undertaken to make a discovery or test a
  4. errors in the research process or the interpretation of its results that are attributable to a researcher’s behavior, preconceived beliefs, expectancies, or desires about results
  5. process of giving participants in a completed research project a fuller explanation of the study in which they participated
  6. the other provides answers

17 Clues: the other provides answers • a connection between two or more things • likely to be selected in a sample than others • when some members of a population are systematically • structured conversation where one participant asks questions, • a scientific procedure undertaken to make a discovery or test a • ...

Method del porcodue 2025-03-05

Method del porcodue crossword puzzle
Across
  1. rack griglia di ferro
  2. battuto
  3. l'ultimo pasto della giornata
  4. tagliare
  5. il primo pasto della giornata
  6. centro
  7. preriscaldato
  8. scoperto
Down
  1. setacciare
  2. sciolto
  3. noce moscata
  4. strofinare
  5. mescolare
  6. pangrattato
  7. frustrare
  8. semolato
  9. profondo

17 Clues: centro • sciolto • battuto • tagliare • semolato • profondo • scoperto • mescolare • frustrare • setacciare • strofinare • pangrattato • noce moscata • preriscaldato • rack griglia di ferro • l'ultimo pasto della giornata • il primo pasto della giornata

Baking Methods 2022-02-03

Baking Methods crossword puzzle
Across
  1. is one of the types of cakes listed on slide 5.
  2. this is one of the ingredients listed on slide 2 for the muffin method.
  3. in the biscuit method this is not used to make the biscuits rise.
  4. is one of the ingredients listed on slide 10 for the biscuit method.
  5. this method makes flaky scones.
  6. this is the creamsicle cookie recipe found in the presentation.
Down
  1. a quick method for making easy to assemble breads.
  2. the dry ingredients and add-ins are added all at once for this item.
  3. sugar is considered this type of ingredient for the muffin method.
  4. are added one at a time in the creaming method.
  5. in muffin method this ingredient is used in liquid form.
  6. in the muffin and the biscuit methods people mix by this method.
  7. for the biscuit method you have to do this to the butter.
  8. this ingredient helps tin incorporate air in the creaming method.

14 Clues: this method makes flaky scones. • is one of the types of cakes listed on slide 5. • are added one at a time in the creaming method. • a quick method for making easy to assemble breads. • in muffin method this ingredient is used in liquid form. • for the biscuit method you have to do this to the butter. • ...

Protein Concentration Determination Methods 2023-11-07

Protein Concentration Determination Methods crossword puzzle
Across
  1. factor to consider in deciding which assay method to use referring to how hazardous the method could be
  2. methods for quantification of proteins which take advantage of spectrophotometers
  3. buffer that interferes with the same method of protein concentration determination as 2
  4. factor to consider in deciding which assay method to use referring to the assay only responding to the desired component
  5. compound that the BCA is more sensitive to than the Lowry
  6. mixed acids found in the Folin-Ciocalteu reagent
  7. method of protein concentration determination that is similar to the Lowry (2 words but no space in crossword puzzle)
Down
  1. buffer that interferes with a method of protein concentration determination
  2. factor to consider in deciding which assay method to use referring to the money aspect of the assay
  3. method of protein concentration determination that absorbs light at 550 nm
  4. factor to consider in deciding which assay method to use referring to whether the change in response to changes in sample can be measured at various concentrations of the protein
  5. factor to consider in deciding which assay method to use referring to the lowest level that your sample can be detected
  6. method of protein concentration determination consisting of the Biuret followed by the reduction under alkaline conditions of the Folin-Ciocalteu reagent
  7. factor to consider in deciding which assay method to use that is the opposite of cumbersome
  8. the only method of the four that does not use copper but instead uses a dye to bind to the proteins

15 Clues: mixed acids found in the Folin-Ciocalteu reagent • compound that the BCA is more sensitive to than the Lowry • method of protein concentration determination that absorbs light at 550 nm • buffer that interferes with a method of protein concentration determination • methods for quantification of proteins which take advantage of spectrophotometers • ...

Module 12 Vocabulary 2021-11-03

Module 12 Vocabulary crossword puzzle
Across
  1. They helped to bring together their breakthroughs under a single theory of motion.
  2. Enlightenment thinkers, building on ideas set forth earlier by Descartes.
  3. A change in European thought because scholars replaced old assumptions with new theories.
  4. The belief that God was the creator of this orderly universe, the clockmaker who had set everything in motion.
  5. An influential French writer who devoted himself to the study of political liberty.
  6. The earth-centered view of the universe.
  7. Italian scientist who built on the new theories about astronomy.
  8. Some monarchs embraced the new ideas and made reforms that reflected the Enlightenment spirit.
  9. To escape such a bleak life, people had to hand over their rights to a strong ruler. In exchange, they gained law and order.
  10. They published an essay called A Vindication of the Rights of Woman in 1792.
Down
  1. The philosopher who held a different, more positive view of human nature.
  2. A logical procedure for gathering and testing ideas.
  3. Sun-centered.
  4. Large drawing rooms that held regular social-gatherings.
  5. The ruler that was most admired by the philosophes who ruled from 1762 to 1796.
  6. A third great philosophe who was passionately committed to individual freedom.
  7. A new intellectual movement that stressed reason and thought and the power of individuals to solve problems.
  8. The main artistic style of the late 1700s.
  9. The pen name for probably the most brilliant and influential of the philosophes
  10. Style which dominated European art of the 1600s and early 1700s.
  11. The social critics in France in the mid-1700’s.

21 Clues: Sun-centered. • The earth-centered view of the universe. • The main artistic style of the late 1700s. • The social critics in France in the mid-1700’s. • A logical procedure for gathering and testing ideas. • Large drawing rooms that held regular social-gatherings. • Italian scientist who built on the new theories about astronomy. • ...

Chapter 1 Concepts 2014-01-19

Chapter 1 Concepts crossword puzzle
Across
  1. Not being fully pleased with your job will affect this
  2. One's whole life and uniqueness
  3. Something that we know but others don't
  4. One culture that overrates their talents
  5. A movement that made managers more aware of the employees needs
  6. Something that we know and someone else knows
  7. A theory that concentrates on the scientific way to help with employees efficiency
  8. How a manger relays to an employee how they are performing their job
  9. Information that displays how you know yourself and how others know you
  10. One way to do a self-assessment on yourself
  11. a way to improve
  12. A main impact on employee performance and work behavior
  13. Why someone may either underrate or overrate their talents
  14. One way someone knows how they are performing
  15. How others assess a job performance by someone
  16. The risk of this happening is mainly in the public sector
  17. Commitment by an employee is linked to the rewards they recieve
Down
  1. Ways to gather information about oneself
  2. How a person communicates about oneself to others
  3. How one thinks if something in the past happened differently
  4. How companies fulfill demands by third parties
  5. Something the influences job gratification
  6. One culture that underrates their talents
  7. Using the scientific method to examine difficulties of employee production
  8. If a person doesn't like work they will try to avoid it
  9. Something that we and others do not know
  10. This can affect workers behavior and performance
  11. Ways to increase success both personally and professionally
  12. What others know but we do not
  13. How a person actually is

30 Clues: a way to improve • How a person actually is • What others know but we do not • One's whole life and uniqueness • Something that we know but others don't • Ways to gather information about oneself • One culture that overrates their talents • Something that we and others do not know • One culture that underrates their talents • Something the influences job gratification • ...

Science NOS Chapter Vocabulary 2016-08-21

Science NOS Chapter Vocabulary crossword puzzle
Across
  1. a spoken or written summary of observations
  2. a statement of what will happen next in a sequence of events
  3. an explanation of observations or events that is based on knowledge gained from many observations and investigations
  4. internationally accepted system of measurement
  5. the expression of error as a percentage of the accepted value
  6. use to study how a change in the independent variable changes the dependent variable
  7. uses words to describe what is observed
  8. the investigation and exploration of natural events and of the new information that results from those investigations
  9. the factors in an experiment that do not change
Down
  1. a logical explanation of an observation that is drawn form prior knowledge or experience
  2. comparing what you already know with the information you are given in order to decide whether you agree with it
  3. a rule that describes a repeatable pattern in nature
  4. uses numbers to describe what is observed
  5. the practical use of scientific knowledge, especially for industrial or commercial use
  6. a method of writing or displaying very small or very large values in a short form
  7. contains the same factors as the experimental group, but the independent variable is not changed
  8. the factor that you want to test/ is changed by the investigator to observe how it affects a dependent variable
  9. the factor you observe or measure during an experiment
  10. an interpretation of observations
  11. a possible explanation for an observation that can be tested by scientific investigations
  12. the results of using one or more of your senses to gather information and taking note of what occurs
  13. any factor that can have more than one value

22 Clues: an interpretation of observations • uses words to describe what is observed • uses numbers to describe what is observed • a spoken or written summary of observations • any factor that can have more than one value • internationally accepted system of measurement • the factors in an experiment that do not change • a rule that describes a repeatable pattern in nature • ...

Psychology chap 3 Crossword 2022-09-29

Psychology chap 3 Crossword crossword puzzle
Across
  1. argues that there are two kinds of foundation: mental and physical
  2. the divine right to preach, act in the name of God and direct the Lord's church
  3. rejected Church authority in favor of individual
  4. The real father of modern scientific psychology
  5. Discovered that speech was controlled by a specific part of the brain
  6. a method of drawing conclusions by going from the specific to the general
  7. the "father of modern science" and a major prophet of the Scientific Revolution
  8. an anatomist and physiologist who suggested the shape of the skull was an indicator of a person's character and personality
  9. A person who see themselves as an idealized soul in a tangible unity of mind, body, and soul
  10. Blood, yellow bile, black bile, and phlegm
  11. a belief or theory that opinions and actions should be based on reason and knowledge rather than on religious belief or emotional response
  12. The source of knowledge comes through our sense/experiences
  13. a style and theory of representation based on the accurate depiction of detail
Down
  1. the action or process of reforming an institution or practice
  2. the father of rationalism
  3. two true statements to form a conclusion
  4. the detailed study of the shape and size of the cranium as a supposed indication of character and mental abilities
  5. disbelief or lack of belief in the existence of God or gods.
  6. the branch of psychology that deals with the relationships between physical stimuli and mental phenomena
  7. the Greek doctor and philosopher who proposed an early theory of human personality types
  8. an early approach to psychology interested in describing mental experience in terms of complex structures made from increasingly simpler component structures
  9. the point of contact between mind and body

22 Clues: the father of rationalism • two true statements to form a conclusion • the point of contact between mind and body • Blood, yellow bile, black bile, and phlegm • The real father of modern scientific psychology • rejected Church authority in favor of individual • The source of knowledge comes through our sense/experiences • ...

Renaissance 2018-09-19

Renaissance crossword puzzle
Across
  1. was mathematical in nature and formulaic; empirical perspective accommodated a more
  2. willingness to question
  3. of Supremacy 1534: established the English monarch as head of the Church of England predestination Doctrine that God has decided all things beforehand, including which people will be
  4. Use of native language instead of classical
  5. Religious teachings based on the ideas of the reformer John Calvin
  6. Concerned with worldly rather than spiritual matters
  7. theory Theory that the sun is at the center of the universe
  8. Member of a Protestant church founded on the teachings of Martin Luther
  9. indulgence Release from punishments due for a sin. (Sold by the medieval and early Renaissance
  10. Newton Scientist who discovered laws of motion and gravity
  11. method Logical procedure for gathering and testing ideas
  12. Government controlled by religious leaders
Down
  1. Members of the Society of Jesus, a Roman Catholic religious order founded by Ignatius of
  2. theory View which held that the earth was the center of the universe
  3. People who financially supported artists
  4. Period of rebirth of art and learning in Europe lasting from about 1300 to 1600
  5. Galilei Scientist who was forced by the Catholic Church to take back scientific ideas that
  6. with the church’s view
  7. aspect. Be sure you can distinguish between the two.
  8. Reformation 16th-century Catholic reform movement in response to Protestant Reformation
  9. Member of a Christian church founded on the principles of the Reformation
  10. Focus on human potential and achievements
  11. 16th-century movement for religious reform, leading to the founding of new Christian
  12. Gutenberg German craftsman who developed the printing press and moveable type by 1440.
  13. Relating to the Church of England

25 Clues: with the church’s view • willingness to question • Relating to the Church of England • People who financially supported artists • Focus on human potential and achievements • Government controlled by religious leaders • Use of native language instead of classical • aspect. Be sure you can distinguish between the two. • Concerned with worldly rather than spiritual matters • ...

Science project 2023-10-30

Science project crossword puzzle
Across
  1. occurs when two tectonic plates move away from each other
  2. large slabs of rock that divide earth’s crust
  3. is an important phenomenon of our earth system
  4. giant waves caused by earthquakes or volcanic eruptions under the sea.
  5. causes a fault between two plates of the lithosphere which will slide past one another
  6. releases energy in waves that travel through the earth's crust and cause the shaking that we feel.
  7. What changes as a result of the independent variable manipulation in experiments
  8. making an observation, forming a hypothesis, making a prediction, conducting an experiment and finally analyzing the results
  9. long, narrow depressions on the seafloor that form at the boundary of tectonic plates where one plate is pushed, or subducts, beneath another.
  10. is most remembered as the originator of continental drift hypothesis
Down
  1. molten material moves in at the boundaries between tectonic plates pushing them apart as new oceanic crust is created
  2. that stands alone and isn’t changed
  3. scientific study of the deformation of the rocks that make the earth’s crust and the forces that produce such deformation
  4. that’s held constant in a research study
  5. calculate water depth by measuring the time it takes for the acoustic signal to reach the bottom and the echo to return to the ship.
  6. outermost rocky shell of a terrestrial planet or natural satellite.
  7. when two plates come together
  8. made of solid rocks and minerals
  9. the mostly solid bulk of Earth's interior
  10. hot vapor, and gas are being or have been erupted from the earth's crust.

20 Clues: when two plates come together • made of solid rocks and minerals • that stands alone and isn’t changed • that’s held constant in a research study • the mostly solid bulk of Earth's interior • large slabs of rock that divide earth’s crust • is an important phenomenon of our earth system • occurs when two tectonic plates move away from each other • ...

3.2 AgSci Investigators Key Terms Crossword 2024-02-08

3.2 AgSci Investigators Key Terms Crossword crossword puzzle
Across
  1. Exhibiting neither acid nor alkaline qualities.
  2. To derive by reasoning; conclude or judge from premises or evidence.
  3. An act or instance of noticing or perceiving.
  4. A seeking or request for truth, information, or knowledge.
  5. A numerical measure of acidity or hydrogen ion activity of a substance.
  6. scale A numeric range that quantifies the relative concentrations of hydronium ions and hydroxide ions.
  7. In an experiment, a group or individual that serves as a standard of comparison with another group
  8. The forming, sorting, apportioning, grouping, or dividing of objects into classes.
  9. A key for the identification of organisms based on a series of choices.
  10. Measurable information.
  11. In an experiment, the factor being tested.
Down
  1. The science of classification of organisms and other objects.
  2. Diligent and systematic inquiry or investigation into a subject in order to discover or revise facts.
  3. A statement that can be tested experimentally.
  4. method A procedure for investigating problems of a scientific nature.
  5. Observable information based on physical characteristics.
  6. The chemical group or ion OH- that consists of one atom of hydrogen and one of oxygen.
  7. To develop an assumption of an anticipated outcome.
  8. To arrange or organize a group by reason of common attributes, characteristics, qualities, or traits.
  9. A substance containing hydrogen that dissociates to form hydrogen ions when dissolved in water.
  10. The measure of how many hydroxyl ions a solution contains.
  11. One of a series of steps taken to accomplish an end.
  12. A diagram representing a system of connections or interrelations among two or more things.
  13. The measure of how many hydrogen ions a solution contains.
  14. A substance that gives off hydroxyl ions when dissolved in water; any substance with a pH above 7.0.
  15. A sheet exhibiting information in a table or systematic arrangement of columns and rows.

26 Clues: Measurable information. • In an experiment, the factor being tested. • An act or instance of noticing or perceiving. • A statement that can be tested experimentally. • Exhibiting neither acid nor alkaline qualities. • To develop an assumption of an anticipated outcome. • One of a series of steps taken to accomplish an end. • ...

Forensic Science crossword UNIT 1 vocab check 2024-08-29

Forensic Science crossword UNIT 1 vocab check crossword puzzle
Across
  1. search pattern which is a "double line search" up and down then side to side
  2. relating to the a QUALITY or the QUALITY of something
  3. when a facial composite is released to the media (T.V., internet, radio, newspaper)
  4. carefully examining something for purpose of explanation and interpretation
  5. reasoning ability to recognize and understand the scientific method,concepts,processes, and applications used in the pursuit of knowledge
  6. Crime Scene Investigation; they practice criminalistics, and can also be called criminalists
  7. solving the process of finding solutions to difficult or complex issues
  8. search pattern best for medium-large outdoor areas
  9. Alternate possible location of a crime
  10. relating to a QUANTITY ( A NUMBER or NUMERICAL VALUE)
  11. an "educated guess"
  12. gather information from evidence found at the scene
  13. this kind of evidence refers to any material items that would be present at the crime scene or in the suspects possesion
Down
  1. person associated / working with a suspect
  2. noticing or perceiving something; watching carefully or attentively
  3. thinking objective analysis of an issue in order to make a judgement
  4. this kind of evidence includes oral or written statements given to police and court testimony by witnesses
  5. inspecting something in detail,thoroughly
  6. statement of where a suspect was at the time of a crime
  7. scene any location a crime has been committed
  8. search pattern that can go inward or outward and is best used for spaces that are mostly empty
  9. when the police and detectives use a facial composite within the Police Department only
  10. well-researched and reliable
  11. Police __________ deal with traffic violations, emergency call response, patrolling, and first to arrive at the crime scene
  12. search pattern best for buildings or houses and massive outdoor areas
  13. Original location of a crime

26 Clues: an "educated guess" • well-researched and reliable • Original location of a crime • Alternate possible location of a crime • inspecting something in detail,thoroughly • person associated / working with a suspect • scene any location a crime has been committed • search pattern best for medium-large outdoor areas • gather information from evidence found at the scene • ...

Name: _________________What is Science Crossword Puzzle 2021-01-06

Name: _________________What is Science Crossword Puzzle crossword puzzle
Across
  1. variable that changes in response to the independent variable (also called dependent)
  2. a well-tested explanation for a range of observations (example: Theory of Pangaea)
  3. making a forecast for the future
  4. what you do with your senses to gather information
  5. a kind of experiment where only one variable is changed at a time
  6. what scientists expect to happen every time (Example: Newton's Laws of Motion)
  7. possible explanation for a set of observations
  8. the type of observation that deals with numbers
  9. a type of definition used in the scientific method to help further explain or measure
  10. purposely changed variable (also called independent)
Down
  1. factors that change in an experiment
  2. the type of observation that uses the five senses
  3. a way of learning about the natural world
  4. sharing of ideas with other scientists through writing and speaking
  5. an attitude of doubt
  6. facts, figures, and evidence
  7. explaining and interpreting what you observe
  8. things like diagrams, charts, pictures, to represent larger or smaller objects, prototypes, buildings, and many more

18 Clues: an attitude of doubt • facts, figures, and evidence • making a forecast for the future • factors that change in an experiment • a way of learning about the natural world • explaining and interpreting what you observe • possible explanation for a set of observations • the type of observation that deals with numbers • the type of observation that uses the five senses • ...

Education 2023-10-07

Education crossword puzzle
Across
  1. A written or spoken report on a research topic.
  2. A place where students perform scientific experiments.
  3. A group of students in the same age or grade level.
  4. The study of the structure and function of the human body.
  5. A person who manages and leads an educational institution.
  6. The skill of thinking clearly and logically.(two words)
  7. A person who writes articles or books on a subject.
Down
  1. The educational level above high school, typically a four-year degree.
  2. The study of the human mind and behavior.
  3. A document outlining course objectives and materials.
  4. A synonym for "tutor."
  5. A method of teaching that uses electronic technology.
  6. The study of living organisms and their interactions.
  7. The process of acquiring knowledge through investigation.
  8. The assessment of a student's learning at the end of a course. (two words)
  9. A subject that studies the Earth's features and processes.
  10. A person who studies the past to understand societies.
  11. A place to store books and learning materials.

18 Clues: A synonym for "tutor." • The study of the human mind and behavior. • A place to store books and learning materials. • A written or spoken report on a research topic. • A group of students in the same age or grade level. • A person who writes articles or books on a subject. • A document outlining course objectives and materials. • ...

Unit 2 Terminology Review 2026-09-01

Unit 2 Terminology Review crossword puzzle
Across
  1. This data is written as NUMBERS
  2. This type of graph looks at PERCENTAGES OF A WHOLE
  3. A test that is done to collect data to be used later with the hypothesis
  4. The variable(s) that REMAIN THE SAME
  5. This type of graph looks for a TREND OVER TIME
  6. This type of graph looks at A COMPARISON OF CATEGORIES
  7. Using Data and other research to determine if hypothesis is supported/not supported
  8. First Step of Scientific Method where you notice anything unusual or out of the ordinary
  9. The variable that WE CHANGE
  10. What the expected outcome is if possible cause is correct
Down
  1. This group RECEIVES the change (independent variable)
  2. This data is written as CHARACTERISTICS
  3. The variable that WE MEASURE/RECORD
  4. Data that are CLOSE TO ONE ANOTHER
  5. Data that are CLOSE TO THE TRUE VALUE
  6. A Testable Statement often framed as "If...then...because"
  7. Stating what possible cause is for observation based on prior knowledge or experience
  8. This group MIMICS NATURE or is our COMPARISON

18 Clues: The variable that WE CHANGE • This data is written as NUMBERS • Data that are CLOSE TO ONE ANOTHER • The variable that WE MEASURE/RECORD • The variable(s) that REMAIN THE SAME • Data that are CLOSE TO THE TRUE VALUE • This data is written as CHARACTERISTICS • This group MIMICS NATURE or is our COMPARISON • This type of graph looks for a TREND OVER TIME • ...

Scientific Revolution 2021-10-12

Scientific Revolution crossword puzzle
Across
  1. ____wanted science to advance human life with new discoveries
  2. focused on animal dissection for ideas on human anatomy
  3. every object attracts every object or causes something else
  4. earth and planets revolve around the sun
  5. the power and faith in the ____ church was severely weekend
  6. earth revolved around the____
  7. ancient greek sources where highly____
Down
  1. harvey figured out the motion of the heart and muscle
  2. jupiter had ____ moons
  3. created laws of planetary motion
  4. was arrested for going against the church about the planets
  5. renaissance inspired_____and questioning led to humanism and a revival in the study of the sciences
  6. a over flow of the government
  7. _____began to challenge traditional authorities

14 Clues: jupiter had ____ moons • a over flow of the government • earth revolved around the____ • created laws of planetary motion • ancient greek sources where highly____ • earth and planets revolve around the sun • _____began to challenge traditional authorities • harvey figured out the motion of the heart and muscle • focused on animal dissection for ideas on human anatomy • ...

scientific stuff 2021-08-13

scientific stuff crossword puzzle
Across
  1. having more than one cell
  2. people who share a characteristic
  3. biologically making children of the species
  4. an answer based on data collected
  5. something done to collect data to prove a hypothesis
  6. a change due to surrounding conditions
  7. event that evokes a specific functional reaction
  8. equilibrium
Down
  1. a reaction to stimuli
  2. the group that receives nothing out of the ordinary
  3. arranged in an orderly way
  4. the group that receives the variable
  5. a guess
  6. what was seen

14 Clues: a guess • equilibrium • what was seen • a reaction to stimuli • having more than one cell • arranged in an orderly way • people who share a characteristic • an answer based on data collected • the group that receives the variable • a change due to surrounding conditions • biologically making children of the species • event that evokes a specific functional reaction • ...

Scientific Crossword 2013-05-26

Scientific Crossword crossword puzzle
Across
  1. molecule is defined as an electrically neutral group of at least two atoms in a definite arrangement held together.
  2. matter from which a thing is or can be made.
  3. strong, hard, magnetic, silvery-gray metal, the chemical element of atomic number 26.
  4. thing that is composed of two or more separate elements; a mixture.
  5. acid, a self-replicating material present in nearly all living organisms as the main constituent of chromosomes.
  6. salt or ester of phosphoric acid, containing PO43− or a related anion or a group such as OPO(OH)2.
  7. part or aspect of something.
  8. study of living organisms, divided into many specialized fields.
  9. a structural and functional units of all living organisms.
  10. intellectual and practical activity encompassing the systematic study of the structure and behavior of the physical and natural.
Down
  1. the branch of biology concerned with the relations between organisms and their environment.
  2. colorless, odorless gas, CO2, produced by burning carbon and organic compounds and by respiration and absorbed by plants.
  3. acid, a self-replicating material present in nearly all living organisms as the main constituent of chromosomes
  4. unit of heredity that is transferred from a parent to offspring.

14 Clues: part or aspect of something. • matter from which a thing is or can be made. • a structural and functional units of all living organisms. • unit of heredity that is transferred from a parent to offspring. • study of living organisms, divided into many specialized fields. • thing that is composed of two or more separate elements; a mixture. • ...

scientific energy 2013-05-30

scientific energy crossword puzzle
Across
  1. / anything that stretches
  2. Energy / stored energy ready for use
  3. / travels faster than everything that exists
  4. / can easily be changed to different types of energy
  5. / does not need air to to travel
  6. / anything above the ground
  7. energy / is realesed when chemical reaction occurs
  8. energy / is reslesed when atoms of urainium and plutonium are spilt
Down
  1. Energy / energy with motion
  2. energy / is measured in joules
  3. / when cold air sinks and hot air rises
  4. / hot things have heat energy
  5. energy / energy from the sun
  6. / when hot air travels from a heat source

14 Clues: / anything that stretches • Energy / energy with motion • / anything above the ground • energy / energy from the sun • / hot things have heat energy • energy / is measured in joules • / does not need air to to travel • Energy / stored energy ready for use • / when cold air sinks and hot air rises • / when hot air travels from a heat source • ...

Scientific Fields 2023-09-07

Scientific Fields crossword puzzle
Across
  1. The study of the Earth's atmosphere and weather.
  2. The study of ancient life through fossils.
  3. Science The study of the natural world and how humans impact it.
  4. The study of plants and their life processes.
  5. The study of living organisms and their interactions.
  6. The science of matter, its properties, and how it changes.
Down
  1. The study of the Earth's oceans and marine life.
  2. The study of microscopic organisms.
  3. The science of matter, its properties, and how it changes.
  4. The study of interactions between organisms and their environment.
  5. The study of celestial objects in the universe.
  6. The study of animals and their behavior.
  7. The science of the Earth's structure and processes.
  8. The study of genes and heredity.
  9. The study of matter, energy, and their interactions.

15 Clues: The study of genes and heredity. • The study of microscopic organisms. • The study of animals and their behavior. • The study of ancient life through fossils. • The study of plants and their life processes. • The study of celestial objects in the universe. • The study of the Earth's oceans and marine life. • The study of the Earth's atmosphere and weather. • ...

Scientific Crossword. 2025-03-16

Scientific Crossword. crossword puzzle
Across
  1. What the Richter magnitude scale is commonly called.
  2. A tracing of earthquake motion that is created by a seismograph.
  3. A measure of a strength of an earthquake.
  4. The sudden return of an elastically deformed rock to its undeformed shape.
  5. A theory that is based on the idea that a major earthquake is more likely to happen along the part of an active fault where no earthquakes have occurred for a certain time period.
  6. The coast of the U.S. has a very high earthquake hazard level.
  7. The study of earthquakes.
Down
  1. A measurement of how likely an area is to have damaging earthquakes in the future.
  2. An instrument that records vibrations in the ground and determines the location and strength of an earthquake.
  3. An area along a fault where relatively few earthquakes have occurred recently but where strong earthquakes have occurred in the past.
  4. A measure of the degree to which an earthquake is felt by people and the amount of damage caused by an earthquake.
  5. A wave of energy that travels through the Earth, away from an earthquake in all directions.
  6. The part on Earths surface directly above an Earthquakes focus.
  7. The point along a fault at which the first motion of an earthquake occurs.

14 Clues: The study of earthquakes. • A measure of a strength of an earthquake. • What the Richter magnitude scale is commonly called. • The coast of the U.S. has a very high earthquake hazard level. • The part on Earths surface directly above an Earthquakes focus. • A tracing of earthquake motion that is created by a seismograph. • ...

Scientific Soulutions 2026-05-11

Scientific Soulutions crossword puzzle
Across
  1. zoology - Study of animals without a backbone
  2. - Study of the immune system and its responses to invading pathogens
  3. - Study of the blood and blood diseases
  4. Science - Study of how humans impact the earth and its resources.
  5. - Study of the incidence, distribution, and possible control of epidemics and other diseases
  6. - Study of reptiles and amphibians
  7. - Study of the nature, formation, and movement of glaciers
  8. - Study of fish
Down
  1. - The study of freshwater systems, such as lakes, ponds, and rivers
  2. Geology - Study of the geologic features of the ocean floor, including plate tectonics of the ocean
  3. Biology - Study of life in the ocean
  4. - Study of worms, particularly parasite forms such as tapeworms
  5. - Study of heredity & inherited traits passed down from generation to generation
  6. - Study of water on earth
  7. - Study of mammals

15 Clues: - Study of fish • - Study of mammals • - Study of water on earth • - Study of reptiles and amphibians • Biology - Study of life in the ocean • - Study of the blood and blood diseases • zoology - Study of animals without a backbone • - Study of the nature, formation, and movement of glaciers • - Study of worms, particularly parasite forms such as tapeworms • ...

Chapter 1: What is OB? 2026-09-03

Chapter 1: What is OB? crossword puzzle
Across
  1. A collection of verbal and symbolic assertions that specify how and why variables are related as well as the conditions in which they should (and should not) be related
  2. A perspective that argues that scientific findings should form the foundation for management education
  3. Incapable of being imitated or copied
  4. The belief that at best one-eighth, or 12 percent, of organizations will actually do what is required to build profits by putting people first
  5. Written predictions that specify relationships between variables
  6. view a model that argues that rare and inimitable resources help firms maintain competitive advantage
  7. the use of data (rather than just opinions) to guide decision making
Down
  1. Field of study that focuses on the applications of OB theories and principles in organizations
  2. A method that combines the results of multiple scientific studies by essentially calculating a weighted-average correlation across studies
  3. Field of study devoted to exploring the product choices and industry characteristics that affect an organization’s profitability
  4. an organizational form that emphasizes the control and coordination of its members through a strict chain of command,
  5. a field of study devoted to understanding, explaining, and ultimately improving the attitudes and behaviours of individuals and groups in organizations

12 Clues: Incapable of being imitated or copied • Written predictions that specify relationships between variables • the use of data (rather than just opinions) to guide decision making • Field of study that focuses on the applications of OB theories and principles in organizations • ...

Real Numbers 2014-10-03

Real Numbers crossword puzzle
Across
  1. whole numbers and their opposites plus zero
  2. the number of times a factor is multiplied in powers
Down
  1. Number Any number that can be expressed as a ratio of two integers
  2. the factor in powers
  3. numbers 2,5, 8, 9, 100
  4. notation A method of writing very large or very small numbers by using powers of 10
  5. A number produced by raising a base to an exponent

7 Clues: the factor in powers • numbers 2,5, 8, 9, 100 • whole numbers and their opposites plus zero • A number produced by raising a base to an exponent • the number of times a factor is multiplied in powers • Number Any number that can be expressed as a ratio of two integers • notation A method of writing very large or very small numbers by using powers of 10

Science Vocabulary Puzzle 2017-09-12

Science Vocabulary Puzzle crossword puzzle
Across
  1. When you observe or interpret the thing you do you're...
  2. A Test of a hypothesis under conditions established by a scientist
  3. A Way of learning about the natural world.
  4. What is a form of electricity that was discovered by Benjamin Franklin
Down
  1. Variables that Changes because of the manipulated variables.
  2. Scientists use skills such as observing inferring and...
  3. What's the first step in the scientific method

7 Clues: A Way of learning about the natural world. • What's the first step in the scientific method • When you observe or interpret the thing you do you're... • Scientists use skills such as observing inferring and... • Variables that Changes because of the manipulated variables. • A Test of a hypothesis under conditions established by a scientist • ...

Nadia Collier Bio 211 08-28-2024 2024-08-28

Nadia Collier   Bio 211 08-28-2024 crossword puzzle
Across
  1. a usually miniature representation of something.
  2. Mandate the on-going charge to humanity, in the power and blessing of God, to be fruitful, multiply, and fill the earth and to gently subdue and cultivate the earth.
  3. a method of gathering information using relevant questions from a sample of people with the aim of understanding populations as a whole.
  4. Method the process of objectively establishing facts through testing and experimentation.
  5. a branch of science that combines biology and technology with the aim of improving people's quality of life.
  6. Relating to or caused by the surroundings in which someone lives or something exists.
  7. an idea or explanation that you then test through study and experimentation
  8. the action or process of observing something or someone carefully or in order to gain information.
Down
  1. the study of ethical, social, and legal issues that arise in biomedicine and biomedical research.
  2. Of God humans are in the image of God in their moral, spiritual, and intellectual nature.
  3. a comprehensive conception or apprehension of the world especially from a specific standpoint.
  4. the act of explaining, reframing, or otherwise showing your own understanding of something.
  5. a natural science discipline that studies living things.
  6. a careful preservation and protection of something.
  7. a binding custom or practice of a community
  8. an idea or set of ideas that is intended to explain facts or events.

16 Clues: a binding custom or practice of a community • a usually miniature representation of something. • a careful preservation and protection of something. • a natural science discipline that studies living things. • an idea or set of ideas that is intended to explain facts or events. • an idea or explanation that you then test through study and experimentation • ...

GTT Solid Modeling Crossword 2024-04-02

GTT Solid Modeling Crossword crossword puzzle
Across
  1. Repeating process steps to continuously improve a work product
  2. A limitation or restriction. These may include such things as appearance, funding, space, materials, and human capabilities.
  3. The amount of space, measured in cubic units, that an object or substance fills
  4. A summary that briefly describes the design goals and needs of stakeholders
  5. A clear and concise identification and description of the design problem or opportunity
  6. The total area of the surface of a three-dimensional object
  7. Desired specifications (elements or features) of a product or system
Down
  1. A machine we will use to make a prototype of the models you design in TinkerCAD
  2. A solid modeling design method where an object is created by adding volume to a smaller object
  3. A process that uses a computer to assist in designing something, such as a part, circuit, or building
  4. When a transformation is moved in Tinkercad
  5. A person who is trained in and uses technological and scientific knowledge to solve practical problems
  6. The space of a two-dimensional surface or region measured in squared units
  7. The process of creating a solid model or 3D object using a modeling and design application on a computer
  8. A solid modeling design method where an object is created by subtracting volume from a larger object
  9. To change the size of an object in Tinkercad

16 Clues: When a transformation is moved in Tinkercad • To change the size of an object in Tinkercad • The total area of the surface of a three-dimensional object • Repeating process steps to continuously improve a work product • Desired specifications (elements or features) of a product or system • The space of a two-dimensional surface or region measured in squared units • ...

Chapter 8 Key Terms 2023-11-06

Chapter 8 Key Terms crossword puzzle
Across
  1. Indexing refers to accessing an element within a sequence using its position within the sequence. In Python, indices start at 0 for the first element.
  2. The `replace()` method returns a copy of the string where all occurrences of a specified old substring are replaced with a new substring.
  3. In Python, the asterisk `*` is used as a repetition operator to repeat a sequence a specified number of times.
  4. The `endswith()` method checks if a string ends with a specified suffix and returns `True` or `False`.
  5. The `find()` method returns the lowest index in the string where a specified substring is found. If the substring is not found, it returns `-1`.
  6. A sequence in Python is an ordered collection of items. Examples include lists, tuples, strings, and ranges.
  7. The `isdigit()` method checks if all characters in a string are digits and returns `True` or `False`.
  8. The `lstrip()` method removes any leading whitespace characters (space, tab, newline) from a string. If a character is specified (e.g., `lstrip(char)`), it removes leading characters that match the given character.
  9. The `isalpha()` method checks if all characters in a string are alphabetic and returns `True` or `False`.
  10. The `split()` method splits a string into a list of substrings based on a delimiter (default is any whitespace), returning the list.
  11. The `islower()` method checks if all alphabetic characters in a string are lowercase and returns `True` or `False`.
Down
  1. An object is considered immutable if it cannot be altered after creation. For example, strings and tuples in Python are immutable.
  2. The `upper()` method returns a copy of a string with all characters converted to uppercase.
  3. Concatenation is the operation of joining two sequences of the same type (like two strings or two lists) using the `+` operator.
  4. An `IndexError` is raised when you try to access an index that does not exist within a sequence (e.g., accessing the 10th item in a list that only has 5 items).
  5. Slicing is a way to obtain a subsequence from a sequence, specifying a start index and an end index (and optionally a step). The syntax is `sequence[start:stop:step]`.
  6. The `rstrip()` method removes any trailing whitespace characters from a string. If a character is specified (e.g., `rstrip(char)`), it removes trailing characters that match the given character.
  7. The `startswith()` method checks if a string starts with a specified prefix and returns `True` or `False`.
  8. The `lower()` method returns a copy of a string with all characters converted to lowercase.
  9. The `isspace()` method checks if all characters in a string are whitespace characters (e.g., space, tab, newline) and returns `True` or `False`.
  10. The `isalnum()` method checks if all characters in a string are alphanumeric (a combination of alphabets and numbers) and returns `True` or `False`.
  11. The `isupper()` method checks if all alphabetic characters in a string are uppercase and returns `True` or `False`.
  12. The `not in` operator is used to check if an element does not exist within a sequence and returns `True` if it does not, `False` otherwise.
  13. The `in` operator is used to check if an element exists within a sequence and returns `True` if it does, `False` otherwise.
  14. The `strip()` method removes both leading and trailing whitespace characters from a string. If a character is specified (e.g., `strip(char)`), it removes both leading and trailing characters that match the given character.

25 Clues: The `upper()` method returns a copy of a string with all characters converted to uppercase. • The `lower()` method returns a copy of a string with all characters converted to lowercase. • The `isdigit()` method checks if all characters in a string are digits and returns `True` or `False`. • ...

Intellectual Revolutions and Society 2022-04-02

Intellectual Revolutions and Society crossword puzzle
Across
  1. Stored knowledge.
  2. Accordingto etal. (2019), psycho analysisis“ a scientific method of understanding inner and unconsciouscon flicts embedded within one’spersonality, springing from free associations, dreams and fantasies of the individual.
  3. Accordingto ,etal .(2018), the field of psychology was considered more of an art rather than science and was classified under the area of philosophy.
  4. Perception.
  5. developed his own telescope and observed Venus.
  6. He introduced the idea that the earth rotatesonitsownaxis causing day and night. The earth a long with other heavenly bodies rotates around the sun.
  7. He first used the telescope to make extensive astronomical observations. He determined that the planets or bit the suninelliptical or bits.
  8. of universal gravitation states that every point mass in the universe attracts every other point mass with a force that is directly proportional to the product of their masses and inversely proportional to the square of the distance between them.
  9. The is part of the unconscious mind and comprises the two instincts: Eros and Thanatos.
Down
  1. Things we could be aware of if we wanted or tried.
  2. Thing sweare unaware of and cannot be aware of.
  3. refers to series of events that led to the emergence of modern science and more current scientific thinking across critical periods in history.
  4. Unconscious realm of higher morality.
  5. Sexual and aggressive.
  6. motives. Irrational wishes. Immortal urges
  7. the view that proposed the sun as the center of the solar system.
  8. In the 19th century, developed his theory of
  9. Conscious self. Formed to channel socially unacceptable urges of the id.
  10. The small amount of mental activity we know about.
  11. Unacceptable sexual desires.

20 Clues: Perception. • Stored knowledge. • Sexual and aggressive. • Unacceptable sexual desires. • Unconscious realm of higher morality. • motives. Irrational wishes. Immortal urges • In the 19th century, developed his theory of • Thing sweare unaware of and cannot be aware of. • developed his own telescope and observed Venus. • Things we could be aware of if we wanted or tried. • ...

Unit 1-5 Review 2015-05-13

Unit 1-5 Review crossword puzzle
Across
  1. The set of skills and knowledge developed by the Project Management Institute is known as (acronym) _____
  2. The PMI has a code of _____ that should be applied to project management
  3. A project management ______ is more prevalent in organizations that tend to take on a lot of projects
  4. An important quality successful project managers need to work with stakeholders
  5. ______ organizations are what most organizations tend to be in the real world
  6. The human _____ school arose as a counter to the scientific management approach
  7. _____ management emerged from the ideas of Taylor and Babbage
  8. Components of the PMI code of ethics includes responsibility, respect, fairness, and _____
  9. The course author is Peter _____
  10. The start or beginning of a project is also known as the project _____
  11. Very important people in a project/those affected by the project
  12. A _____ breakdown structure breaks the project down into individual work packages
  13. You can list activities and plot them on a _____ chart
  14. Something that has a finite duration and is not a normal production or creation process is a _____
Down
  1. In a _____ structure the project manager has the most power and the organization is structured around projects
  2. ______'s theory X and theory Y
  3. The iron triangle is made up of cost, time, and _____
  4. In a _____ organization the project manager has the least power and departments are separate from each other
  5. Advanced scheduling techniques include Critical Path Method or Project Evaluation and ______ Technique
  6. As the basis for the consultation with stakeholders you ask them questions from a _____
  7. Projects are becoming larger and more ______
  8. The first step to start a project is to identify the likely _____
  9. The clearly defined project outcomes is called the scope _____
  10. In a balanced _____ organization the project manager has more time and reasonable authority

24 Clues: ______'s theory X and theory Y • The course author is Peter _____ • Projects are becoming larger and more ______ • The iron triangle is made up of cost, time, and _____ • You can list activities and plot them on a _____ chart • _____ management emerged from the ideas of Taylor and Babbage • The clearly defined project outcomes is called the scope _____ • ...

Unit 1-5 Review 2015-05-13

Unit 1-5 Review crossword puzzle
Across
  1. A _____ breakdown structure breaks the project down into individual work packages
  2. Something that has a finite duration and is not a normal production or creation process is a _____
  3. Very important people in a project/those affected by the project
  4. An important quality successful project managers need to work with stakeholders
  5. _____ management emerged from the ideas of Taylor and Babbage
  6. The clearly defined project outcomes is called the scope _____
  7. The course author is Peter _____
  8. The human _____ school arose as a counter to the scientific management approach
  9. In a _____ organization the project manager has the least power and departments are separate from each other
  10. ______'s theory X and theory Y
  11. The first step to start a project is to identify the likely _____
  12. You can list activities and plot them on a _____ chart
  13. Advanced scheduling techniques include Critical Path Method or Project Evaluation and ______ Technique
Down
  1. A project management ______ is more prevalent in organizations that tend to take on a lot of projects
  2. The iron triangle is made up of cost, time, and _____
  3. The set of skills and knowledge developed by the Project Management Institute is known as (acronym) _____
  4. In a _____ structure the project manager has the most power and the organization is structured around projects
  5. As the basis for the consultation with stakeholders you ask them questions from a _____
  6. The start or beginning of a project is also known as the project _____
  7. The PMI has a code of _____ that should be applied to project management
  8. In a balanced _____ organization the project manager has more time and reasonable authority
  9. Projects are becoming larger and more ______
  10. ______ organizations are what most organizations tend to be in the real world
  11. Components of the PMI code of ethics includes responsibility, respect, fairness, and _____

24 Clues: ______'s theory X and theory Y • The course author is Peter _____ • Projects are becoming larger and more ______ • The iron triangle is made up of cost, time, and _____ • You can list activities and plot them on a _____ chart • _____ management emerged from the ideas of Taylor and Babbage • The clearly defined project outcomes is called the scope _____ • ...

Unit 1 Vocab Crossword 2024-06-10

Unit 1 Vocab Crossword crossword puzzle
Across
  1. The social science that studies human society and social behavior
  2. His goal was to show how social forces affect people’s behavior
  3. Proponent of “Social Darwinism”
  4. Believed that the imbalance in power would inevitably lead to conflict between the social classes
  5. A characteristic that can differ from one individual, group, or situation to another in a measurable way
  6. An objective, logical, and systematic way of collecting empirical data and arriving at a reasoned conclusion
  7. Anything that represents something else and include: physical objects, gestures, words, events, or any other thing that has an agreed upon meaning in a society
  8. The consequences that an element of society produces for the maintenance of the social system
  9. A viewing of behavior of groups in a systematic (or scientific) way
  10. One of the first to deeply explore the issue of race as it relates to society
  11. Observable facts or events that involve human society
  12. Views society as a set of interrelated parts that work together to produce a stable social system
Down
  1. The ability to see the connection between the larger world and your own personal life
  2. Focus on the forces in society that promote competition and change
  3. An intensive analysis of a person, group, or event
  4. Focuses on how individuals interact with one another in society
  5. interested in separate groups within a society rather than in society as a whole
  6. Allows sociologists to collect data on attitudes and opinions of a large number of people
  7. Explanations of the relationship among particular phenomena
  8. Developed the idea of using the scientific method to the social world, known as Positivism

20 Clues: Proponent of “Social Darwinism” • An intensive analysis of a person, group, or event • Observable facts or events that involve human society • Explanations of the relationship among particular phenomena • His goal was to show how social forces affect people’s behavior • Focuses on how individuals interact with one another in society • ...

1 sem review 2022-12-14

1 sem review crossword puzzle
Across
  1. way 3 that distinguishes atamosphereic layer is ______.
  2. ____ is the process of turning a liquid into a vapor.
  3. most fresh water on earth is found in _____.
  4. _______ is a layer that is closest to earths surface.
  5. way 2 that distinguishes atamosphereic layer is ______.
  6. 1 way in which movement of two blocks of rock along a fault causes an earthquake to occur is ___.
  7. _______ is one thing needed for
  8. _______ is the process that takes roc to the center of the earth.
  9. ______ waves are the first to reach a seismograph after an earthquake.
  10. a ____ measures temperature.
  11. the stratosphere contains the highest ______.
Down
  1. 1 way in which movement of two blocks of rock along a fault causes an earthquke is a ___ slip.
  2. vast underwater mountain chain is a __ ocean ridge
  3. Water _____ from oceans and lakes and rises into Earth's atmosphere as water vapor.
  4. _______ humidity a measure of the amount of water vapor that air is holding compared to the amount needed for saturation at a specific temperature.
  5. 1 way in which movement of two blocks of rock along a fault causes an earthquake to occur is ____.
  6. ares of low pressure usally have _____ weather.
  7. _______ is one thing needed for photosynthesis.
  8. after the hypothesis we observe and ____.
  9. scientific law descibes a _____ in nature.
  10. ______ is the 7 steps of the scientific method.
  11. way 1 that distinguishes atamosphereic layer is ______.
  12. _____ drift is the hypothesis that the Earth's continents have moved over geologic time relative to each other
  13. plates move apart at _____ boundaries
  14. celsius water freezes at ________.
  15. The point in Earth's interior where the energy release of an earthquake occurs is the ____.
  16. the boundary between cold and warm air masses is called a _____.

27 Clues: a ____ measures temperature. • _______ is one thing needed for • celsius water freezes at ________. • plates move apart at _____ boundaries • after the hypothesis we observe and ____. • scientific law descibes a _____ in nature. • most fresh water on earth is found in _____. • the stratosphere contains the highest ______. • ares of low pressure usally have _____ weather. • ...

Achievements of the Muslim Civilization 2025-02-26

Achievements of the Muslim Civilization crossword puzzle
Across
  1. The vast network of trade routes connecting the Islamic world with Europe, Africa, and Asia.
  2. A famous Muslim scholar who wrote "The Book of Healing" and "The Canon of Medicine."
  3. A famous Islamic philosopher who translated Greek philosophical texts into Arabic.
  4. The medical concept developed in the Islamic world that focused on the treatment of diseases.
  5. The term for Islamic scholars who were experts in law, theology, and other sciences.
  6. The type of architecture with intricate designs and arches that became iconic during the Golden Age.
  7. A famous Muslim explorer known for his travels to China, India, and Africa.
  8. The invention that made paper production cheaper and more efficient in the Islamic world.
  9. The city known as the heart of the Islamic Golden Age’s intellectual advancements.
Down
  1. A brilliant mathematician who developed algebra.
  2. A city that became a major center of learning during the Islamic Golden Age.
  3. The Muslim invention used for navigating at sea, allowing travelers to determine their location by the stars.
  4. A scientific field advanced during the Golden Age that studies celestial bodies.
  5. The book written by Ibn Battuta documenting his travels across the Islamic world.
  6. A key scientific method developed during the Islamic Golden Age, focusing on experimentation and observation.
  7. The system used by Muslim astronomers to map the stars.
  8. The language in which many scholarly texts of the Islamic Golden Age were written.
  9. A mathematician who contributed significantly to geometry and trigonometry.
  10. The ancient library in Baghdad, known for its vast collection of knowledge.
  11. A famous Islamic physician and philosopher who worked in the field of optics.

20 Clues: A brilliant mathematician who developed algebra. • The system used by Muslim astronomers to map the stars. • A mathematician who contributed significantly to geometry and trigonometry. • The ancient library in Baghdad, known for its vast collection of knowledge. • A famous Muslim explorer known for his travels to China, India, and Africa. • ...

Final Review 2025-06-08

Final Review crossword puzzle
Across
  1. What do we call the movement of air from areas of high pressure to low pressure?
  2. What kind of energy does a moving car have?
  3. What current moves plates in the mantle?
  4. What do we call the boundary between two air masses?
  5. What causes the path of wind to curve due to Earth’s rotation?
  6. What process breaks down rocks into smaller pieces?
  7. What is the outer solid layer of Earth called?
  8. Which type of rock forms from cooled magma?
  9. What gas makes up most of Earth’s atmosphere?
  10. What gas traps heat in the atmosphere and contributes to global warming?
  11. What type of front forms when warm air moves over cold air?
  12. What do you call a logical assumption based on evidence?
  13. What do you gather using your senses or tools?
  14. What do you call a possible answer to a scientific question?
  15. What type of air pressure system is usually associated with clear, dry weather?
Down
  1. What is the final step of the scientific method?
  2. What is formed when water moves sand and forms a triangular landform?
  3. What group in an experiment does not get the tested variable?
  4. What process moves sediment to a new location?
  5. What force slows down moving objects?
  6. What happens to the density of air as its temperature increases?
  7. What type of energy is stored due to an object’s height above the ground?
  8. What type of galaxy is the Milky Way?
  9. What is the name of the supercontinent that broke apart?
  10. What phase is the Moon in when the lit side faces completely away from Earth?
  11. Which rock type forms from heat and pressure?
  12. What is the solid part of a rocky planet called?

27 Clues: What force slows down moving objects? • What type of galaxy is the Milky Way? • What current moves plates in the mantle? • What kind of energy does a moving car have? • Which type of rock forms from cooled magma? • What gas makes up most of Earth’s atmosphere? • Which rock type forms from heat and pressure? • What process moves sediment to a new location? • ...

Root Unit Review 2025-10-28

Root Unit Review crossword puzzle
Across
  1. this water storing organelle is found in plant cells
  2. special layer inside the endodermis which acts as a security checkpoint (no space)
  3. Complete the vocab term "Root Apical _____ "
  4. the tendrils of pumpkin, grapes and pea plants demonstrate this tropism
  5. forms the large central X in dicot roots
  6. honey locust, chick peas and peanuts belong to this plant group
  7. Original 151 Pokemon who has a Rafflesia on their head (look up picture
  8. Halloween movie villain, mask based on William Shatner (no space)
  9. Bugs Bunnies favorite taproot
  10. Zone where root hairs first emerge
  11. explains why trees do not gro perpendicular to the ground on a slope
  12. this is the "toughest" part of the root, acts like a bulldozer (no space)
  13. specialized growing method where zero soil is used
Down
  1. plants will grow towards the brightest light source
  2. largest fish species alive in the ocean today (no space)
  3. macronutrient represented by the letter K
  4. tropism which explains why roots grow into sewer pipes
  5. scientific word for "upon another plant"
  6. sometimes called "ground tissue" this root layer provides support
  7. Type of tree which specialized in growing in saltwater
  8. vascular tissue that transports sugar
  9. fabled war hammer wielded by the Norse God of Thunder
  10. Sure it's nice for the holidays, but its a parasitic plant!
  11. term for separating pigments from a plant using filter paper
  12. short fictional character with enormous orange moustache.
  13. because growing in soil is too mainstream, this type of parasitic fruit tree germinates in the canopy (no space)
  14. scientific word for "snorkel root"
  15. Type of root found in monocots like grass
  16. oceanic invasive species with up to 18 venomous spines. Mr. Steube has been stung 11 times

29 Clues: Bugs Bunnies favorite taproot • scientific word for "snorkel root" • Zone where root hairs first emerge • vascular tissue that transports sugar • scientific word for "upon another plant" • forms the large central X in dicot roots • macronutrient represented by the letter K • Type of root found in monocots like grass • Complete the vocab term "Root Apical _____ " • ...

CROSSWORD 2020-11-30

CROSSWORD crossword puzzle
Across
  1. a movement to revive and defend Catholicism in response to the Reformation.
  2. a method of investigation involving observation and theory to test scientific assumptions
  3. holding religious beliefs that contradict the teachings of the church
  4. a reform movement of the 1500s that split the Catholic Church and gave birth to the Protestant religion
  5. the division of powers among branches of government
  6. expulsion from a church or religious community
  7. a religious group or movement within a larger religion sharing a common interpretation of that religion
  8. an agreement in which people give power to a government in return for its protections
Down
  1. a shift in thinking about the study of the natural world that began in the 1500s and departed from traditional religious teachings
  2. an intellectual movement of the 18th century that applied scientific methods to the study of society and government
  3. a painting or drawing technique that gives the appearance of depth on a flat surface
  4. a flowering of culture, based on classical Greek and Roman ideas, that began in Italy in around 1300 and later spread throughout Europe
  5. an official church pardon that relieved Catholics from punishment for sins
  6. a Renaissance philosophy emphasizing the worth of the individual and balancing religious faith with secular learning
  7. the native language of a people, region, or country
  8. the idea that Earth is the center of the solar system or universe
  9. a Christian who separated from the Catholic Church during the Reformation; today, any member of a Christian church founded on the principles of the Reformation
  10. the idea that the sun is the center of the solar system, with Earth and the other planets revolving around it
  11. rights that belong to people "by nature," simply because they are human beings
  12. non-religious; worldly

20 Clues: non-religious; worldly • expulsion from a church or religious community • the native language of a people, region, or country • the division of powers among branches of government • the idea that Earth is the center of the solar system or universe • holding religious beliefs that contradict the teachings of the church • ...

Invitation to Biology 2016-08-18

Invitation to Biology crossword puzzle
Across
  1. / fundamental building of all matter
  2. / multi celled eukaryotic consumer that develops through a series of stages and moves about during part or all of it's life
  3. / process by which parents produce offspring
  4. / group of interbreeding individuals of the same species that live in a given area
  5. / smallest unit of life
  6. / testable explanation of a natural phenomenon
  7. / transmission of DNA to offspring
  8. / process in which an organism keeps it's internal conditions within tolerable ranges by sensing and responding to change
  9. / a group of species that share a unique set of traits
  10. / scope of variation among living organisms
  11. / a community interacting with its environment
  12. method / systematically making, testing, and evaluating hypothesis
  13. / the science naming and classifying species
  14. / all populations of all species in a given area
  15. / individual that consists of one or more cells
Down
  1. / two or more atoms bonded together
  2. / values or other factual information before accepting it
  3. / organisms that makes it's own food using energy and non biological raw materials from the environment
  4. / process by which producers use light energy to make sugars from carbon dioxide and water
  5. / all regions of earth where organisms live
  6. / a characteristic or event that differs among individuals or over time,
  7. / process by which the first cell of a new individual becomes a multi celled adult
  8. / unique type of organism
  9. / member of the most diverse and well-known group of single-celled organisms that lack a nucleus
  10. / the scientific study of life
  11. / deoxyribonucleic acid; carries hereditary information that guides development and functioning
  12. / organism that gets energy and nutrients by feeding on tissues, wastes or remains of other organisms

27 Clues: / smallest unit of life • / unique type of organism • / the scientific study of life • / transmission of DNA to offspring • / two or more atoms bonded together • / fundamental building of all matter • / all regions of earth where organisms live • / scope of variation among living organisms • / process by which parents produce offspring • ...

Psychological methods 2024-02-27

Psychological methods crossword puzzle
Across
  1. sample a sample drawn in such a way that known subgroups within a population are represented
  2. observation The study of behavior in a controlled situation
  3. method 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. correlation A relationship between variables, in which one variable increases as the other variable also increases
  6. group In an experiment, the group that does not receive the treatment
  7. A research technique for acquiring data about the attitudes or behaviors of a group of people
  8. study an in-depth study of a single person, or a group to reveal some universal principle
  9. The relationship between variables
  10. correlation An unpleasant stimulus between two variables, in which one variable increases as the other variable decreases
Down
  1. A controlled scientific procedure to determine whether certain variables manipulated by the researcher
  2. population the total group to be a stud or described, and from whom samples may be drawn
  3. observation The study of behavior in naturally occur situations without manipulation or control on the part of the observer
  4. bias the concept, that people who volunteer to participate in research studies, often defer from those who do not volunteer
  5. A representative segment of a target population
  6. An inert substance used in controlled experiments
  7. To repeat a research study, usually with different participants and in different situations
  8. sample A survey selected by chance which fairly represents the general population
  9. consent Agreement by an individual to participate in research after receiving information about the purpose of the study
  10. rules and standards for proper and responsible behavior

20 Clues: The relationship between variables • A representative segment of a target population • An inert substance used in controlled experiments • rules and standards for proper and responsible behavior • observation The study of behavior in a controlled situation • group In an experiment, the group that does not receive the treatment • ...

Classification Vocabulary 2024-02-09

Classification Vocabulary crossword puzzle
Across
  1. A branching tree depicting evolutionary relationships among organisms
  2. Makes its own food by photosynthesis; does not need to eat other organisms
  3. A two-part scientific name using the Genus and the Species name; Genus is capitalized and Species is lower case; both written in italics.
  4. The system of grouping and naming organisms based on similar characteristics: such as observable traits, behaviors, and DNA
  5. Domain of unicellular or multicellular eukaryotes, contains Protista, Fungi, Plantae, and Animalia
  6. Domain of unicellular prokaryotes, the common bacteria found in most places on earth.
  7. Has to eat other organisms to obtain energy.
  8. A simple, single-celled organism; No nucleus, no membrane-bound organelles
  9. To arrange or organize a group by reason of common attributes, characteristics, qualities, or traits.
  10. Lacking a backbone or bony skeleton
Down
  1. Domain of unicellular prokaryotes, the "extreme" bacteria only found in very salty, toxic, or high temp areas.
  2. Eukaryotic, mostly unicellular, heterotrophic OR autotrophic, microscopic
  3. An organized set of characteristics used to identify organisms. Each step contains two choices until the organism is correctly identified
  4. Largest taxonomic category. There are 3 categories: Bacteria, Archaea, Eukarya
  5. Consisting of a single cell
  6. a method of asexual reproduction where there is a separation of the parent cell into two new daughter cells
  7. An animal with a backbone and an internal skeleton.
  8. Second largest group in taxonomic hierarchy
  9. a group of similar organisms that can breed and produce fertile offspring
  10. Consisting of MANY cells
  11. Group of closely related species; the first part of the scientific name
  12. Single or multicellular organism with a nucleus and membrane bound organelles

22 Clues: Consisting of MANY cells • Consisting of a single cell • Lacking a backbone or bony skeleton • Second largest group in taxonomic hierarchy • Has to eat other organisms to obtain energy. • An animal with a backbone and an internal skeleton. • A branching tree depicting evolutionary relationships among organisms • ...

The Scientific Method of thinking 2023-09-09

The Scientific Method of thinking crossword puzzle
Across
  1. data that is non numeric.
  2. a judgement based on your observation. It is a personal opinion.
  3. an examination of something in nature. Detected by any of the five senses.
Down
  1. an idea or proposition that can be tested by observations or experiments, about the natural world.
  2. data that us numeric in nature.
  3. Information gathered or recorded.

6 Clues: data that is non numeric. • data that us numeric in nature. • Information gathered or recorded. • a judgement based on your observation. It is a personal opinion. • an examination of something in nature. Detected by any of the five senses. • an idea or proposition that can be tested by observations or experiments, about the natural world.

Parts of the Scientific Method 2026-08-25

Parts of the Scientific Method crossword puzzle
Across
  1. an educated guess from research
  2. what you saw from the experiment
  3. observations put into a statement
  4. a paragraph that summarizes what happened
Down
  1. A problem that can be solved
  2. testing of the problem

6 Clues: testing of the problem • A problem that can be solved • an educated guess from research • what you saw from the experiment • observations put into a statement • a paragraph that summarizes what happened

Nadia Collier Bio 211 08-28-2024 2024-08-28

Nadia Collier   Bio 211 08-28-2024 crossword puzzle
Across
  1. Relating to or caused by the surroundings in which someone lives or something exists.
  2. the action or process of observing something or someone carefully or in order to gain information.
  3. Method the process of objectively establishing facts through testing and experimentation.
  4. a natural science discipline that studies living things.
  5. a method of gathering information using relevant questions from a sample of people with the aim of understanding populations as a whole.
  6. a careful preservation and protection of something.
  7. a usually miniature representation of something.
  8. the act of explaining, reframing, or otherwise showing your own understanding of something.
  9. a binding custom or practice of a community
Down
  1. a branch of science that combines biology and technology with the aim of improving people's quality of life.
  2. Of God humans are in the image of God in their moral, spiritual, and intellectual nature.
  3. an idea or set of ideas that is intended to explain facts or events.
  4. Mandate the on-going charge to humanity, in the power and blessing of God, to be fruitful, multiply, and fill the earth and to gently subdue and cultivate the earth.
  5. an idea or explanation that you then test through study and experimentation
  6. a comprehensive conception or apprehension of the world especially from a specific standpoint.
  7. the study of ethical, social, and legal issues that arise in biomedicine and biomedical research.

16 Clues: a binding custom or practice of a community • a usually miniature representation of something. • a careful preservation and protection of something. • a natural science discipline that studies living things. • an idea or set of ideas that is intended to explain facts or events. • an idea or explanation that you then test through study and experimentation • ...

summative 1 2014-03-14

summative 1 crossword puzzle
Across
  1. is used for moving small amounts of liquids from one container to another.
  2. the foremost natural philosopher in the ancient world.
  3. latin word scientia (scient-sciens).
  4. used in chemical analysis to measure precisely how much
  5. is used for titration.
  6. was the first woman in the world to receive in Nobel prize for physics for her study on radioactivity in 1903
  7. the simple means a spontaneously combustible material should be treated with with great caution.
  8. according to its proponents, seeks to
  9. this is used in the transport of _____ materials
  10. their societies.
  11. viral samples and used hypodermic needles
  12. is known as the application of scientific knowledge for practical purposes
  13. the science that deal with matters.
  14. or work space.
Down
  1. the science that deals with matter and energy and the interaction between them.
  2. Clearly indicates thet a _____ system is present in the lab-ra
  3. used the discoveries of the pure science to create practical solution to existing problem.
  4. is a set of manipulations or specific observation of nature and
  5. involves the study of living things.
  6. is used to crush solids into powder for experiments.
  7. decreases overtime or tkae different values in different
  8. focuses primarily on the study of people, culture
  9. the natural world and its different process.
  10. the study of earth and its composition
  11. is a characteristics,number or quantity that increases
  12. considered the most important part of the scientific method.
  13. used to hold heat and heat liquids.
  14. warns against biological hazards sign warns and is used for labeling biological substances carrying significant health risk
  15. study rock and geologist features.

29 Clues: or work space. • their societies. • is used for titration. • study rock and geologist features. • used to hold heat and heat liquids. • the science that deal with matters. • latin word scientia (scient-sciens). • involves the study of living things. • according to its proponents, seeks to • the study of earth and its composition • viral samples and used hypodermic needles • ...

Scientific Revolution and Enlightenment 2024-05-24

Scientific Revolution and Enlightenment crossword puzzle
Across
  1. rule by a single person with absolute power
  2. based on personal preference instead of reason
  3. a series of numbers or letters that represent a mathematical or scientific rule
  4. an idea or assumption to be tested in an experiment
  5. a theory that Earth is the center of the solar system or the universe. Geo is Greek for "Earth".
  6. a major shift in thinking between 1500 and 1700, in which modern science emerged as a new way of gaining knowledge about the natural world
  7. the division of powers among branches of government
  8. a measure of the amount of matter in an object
  9. a belief in reason and logic as the primary paths to knowledge
Down
  1. aform of government in which the monarch’s power is limited by a basic set of laws
  2. the acceptance of different religious beliefs and customs
  3. rights that belong to people “by nature,” simply because they are human beings
  4. a list of basic human rights that a government must protect
  5. an agreement in which people give power to a government in exchange for its protections
  6. a theory that places the sun at the center of the solar system with the planets, including Earth, revolving around it. Helio is Greek for "sun".
  7. the force of attraction between all masses in the universe
  8. an instrument used to view distant objects
  9. a step-by-step method of investigation involving observation and theory to test scientific assumptions
  10. an instrument used to make very small objects visible
  11. a period from the late 1600s to the late 1700s in Europe, in which people changed their outlook on life

20 Clues: an instrument used to view distant objects • rule by a single person with absolute power • based on personal preference instead of reason • a measure of the amount of matter in an object • an idea or assumption to be tested in an experiment • the division of powers among branches of government • an instrument used to make very small objects visible • ...

important greeks 2024-09-19

important greeks crossword puzzle
Across
  1. He is Known for the Battle of Marathon
  2. Earth’s circumference at 24,675 miles
  3. and later wrote its history.
  4. His greatest achievement fought and died in the Battle of Thermopylae in 480 B.C.E.
  5. He determined that Earth was round and
  6. His most famous work is the Republic
  7. responsible for the full development, in the later 5th century bce, of both the Athenian democracy and the Athenian empire, making Athens the political and cultural focus of Greece.
  8. He is often called the "Father of Comedy" and is credited as a pioneer of Old Comedy.
  9. wrote History of the Persian Wars, often seen as the first real history in Western civilization.
  10. He made pioneering contributions to all fields of philosophy and science, he invented the field of formal logic, and he identified the various scientific disciplines and explored their relationships to each other.
  11. known for his inventions and scientific discoveries.
  12. He is best known for his association with the Socratic method of question and answer
Down
  1. he is most celebrated as the first to propose a sun-centred universe.
  2. he retired toward Bactria but was deposed and killed by the Bactrian satrap Bessus.
  3. one of the best-known and most influential dramatists in classical Greek culture
  4. He built a powerful army and turned Macedonia into the chief power of the Greekworld.
  5. Great He was 20 when he became king of Macedonia.
  6. was another great Athenian playwright. His most famous play was Oedipus Rex.
  7. familiar to geometry students for his Pythagorean theorem
  8. the greatest historian of the ancient world. He was an Athenian general who fought in the Great Peloponnesian
  9. After Darius died in 486 b.c he became the new Persian monarch.
  10. wrote the Elements, a textbook on plane geometry.

22 Clues: and later wrote its history. • His most famous work is the Republic • Earth’s circumference at 24,675 miles • He is Known for the Battle of Marathon • He determined that Earth was round and • wrote the Elements, a textbook on plane geometry. • Great He was 20 when he became king of Macedonia. • known for his inventions and scientific discoveries. • ...

NOS CH1 2022-09-14

NOS CH1 crossword puzzle
Across
  1. a possible explanation for an observation that can be tested by scientific investigations
  2. a spoken or written summary of an observation
  3. the factor that is changed by the investigator to observe how it affects a dependent variable
  4. comparing what you already know about something to new information and deciding whether or not you agree with the new information
  5. an explanation of observations or events that is based on knowledge gained from many observations and investigations
  6. the factor a scientist observes or measures during an experiment
  7. an interpretation of observations
Down
  1. the act of using one or more of your senses to gather information and take note of what occurs
  2. a statement of what will happen next in a sequence of events
  3. a method of writing or displaying very small or very large numbers
  4. the part of the controlled experiment used to study relationships among variables
  5. the use of words to describe what is observed in an experiment
  6. the internationally accepted system of measurement
  7. the investigation and exploration of natural events and of the new information that results from those investigations
  8. the part of a controlled experiment that contains the same factors as the experimental group, but the independent variable is not changed
  9. the factors in an experiment that remain the same
  10. a rule that describes a pattern in nature
  11. any factor that can have more than one value
  12. the use of numbers to describe what is observed in an experiment
  13. the practical use of scientific knowledge, especially for industrial or commercial use
  14. a logical explanation of an observation that is drawn from prior knowledge or experience

21 Clues: an interpretation of observations • a rule that describes a pattern in nature • any factor that can have more than one value • a spoken or written summary of an observation • the factors in an experiment that remain the same • the internationally accepted system of measurement • a statement of what will happen next in a sequence of events • ...

vocab 3.2 2023-01-25

vocab 3.2 crossword puzzle
Across
  1. to derive by reasoning
  2. noticing or perceiving
  3. a seeking or request for truth, info or knowledge
  4. a numerical measure of acidity or hydrogen ion activity
  5. the factor being tested
  6. scale numeric range that quantifies the relative concentrations of hydronimu and hydroxide ions in a solution
  7. key a key for the identification of organisms based on choices between alternative characters
  8. in an experiment an element that remains unchanged or unaffected by other variables, a standard of comparison
  9. the forming, sorting, grouping or dividing into classes to form ordered arrangement having defined range of characteristics
  10. measurable info
Down
  1. science of classification of things into groups such as species, genus, family, and order
  2. investigation into a subject to discover or revise facts
  3. a statement that can be tested experimentally
  4. method procedure for investigating problems of a scientific nature
  5. having neither acid nor alkaline qualities
  6. observable info based on physical characteristics
  7. a diagram representing a system of connections or interrelations among 2 or more things by a number of distinctive dots, line or bars
  8. the chemical group or ion OH-tht consists of one atom of hydrogen and one of oxygen
  9. to develop an assumption of an anticipated outcome
  10. to organize a group using common attributes, qualities, or traits
  11. any substance with a pH lower than 7.0
  12. the measure of how many hydroxyl ions a substance has
  13. one of a series of steps taken to accomplish an end
  14. the measure of how much hydrogen ions a substance has
  15. a substance that gives off hydroxyl ions when dissolved in water, has pH above 7.0
  16. a sheet that has information in a table or systematic arrangement of columns and rows

26 Clues: measurable info • to derive by reasoning • noticing or perceiving • the factor being tested • any substance with a pH lower than 7.0 • having neither acid nor alkaline qualities • a statement that can be tested experimentally • a seeking or request for truth, info or knowledge • observable info based on physical characteristics • ...

Vocab Crossword puzzle 2022-09-27

Vocab Crossword puzzle crossword puzzle
Across
  1. A form of therapy aimed at making patients aware of their unconscious motives to gain control over their behavior.
  2. Studies the function of consciousness
  3. An assumption or prediction about behavior or an educated guess about the relationship between two variables tested through scientific research.
  4. the process by which an individual's attitudes, beliefs, or behavior are modified by the presence or action of others
  5. any attempt to understand phenomena related to intelligent behavior.
  6. A scientist who studies the mind and behavior of humans or animals.
  7. A psychologist who studies how we process, store, retrieve, and use the information and how cognitive processes influence our behavior.
  8. A psychologist who believes that each person has freedom in directing his or her future and achieving personal growth.
  9. Able to be noticed or perceived
  10. A psychologist who studies a branch of medicine that deals with mental, emotional, or behavioral disorders.
  11. Having to do with someone's thinking and understanding.
  12. Having to do with an organism’s physical needs.
Down
  1. What we think of as pre-wiring is influenced by genetic inheritance and other biological factors.
  2. A psychologist who studies how physical and chemical changes in our bodies influence our behaviors.
  3. breaking down mental processes into the most essential components.
  4. an attempt to foretell what will happen
  5. The scientific, systematic study of behaviors and mental processes.
  6. A method of self-observation in which participants report their thoughts and feelings.
  7. help psychologists distinguish between typical and atypical behaviors and gain a more accurate understanding of human and animal behaviors and thoughts.
  8. A psychologist who analyzes how organisms learn or modify their behavior based on their responses to events in the environment.

20 Clues: Able to be noticed or perceived • Studies the function of consciousness • an attempt to foretell what will happen • Having to do with an organism’s physical needs. • Having to do with someone's thinking and understanding. • breaking down mental processes into the most essential components. • The scientific, systematic study of behaviors and mental processes. • ...

Psychology vocab chapter one 2022-09-26

Psychology vocab chapter one crossword puzzle
Across
  1. their thoughts and feelings
  2. is the scientific study of behavior and mental processes. Such study can involve both animal and human behaviors
  3. vs. Nurture nature is like something that is genetic and nurture is you are exposed to it
  4. a psychologist who believes that each person has freedom in directing his or her future and achieving personal growth
  5. study how the brain, the nervous system, hormones, and genetics influence our behavior
  6. In physics, an observable is a physical quantity that can be measure
  7. a psychologist who studies how unconscious motives and conflicts determine human behavior
  8. relating to the branch of biology that deals with the normal functions of living organisms and their parts
  9. a method of self-observation in which participants
  10. : a psychologist who studied the function (rather than the structure) of consciousness
  11. the capacity to have an effect on the character, development, or behavior of someone or something, or the effect itself.
  12. a psychologist who analyzes how organisms learn or modify their behavior based on their response to events in the environment
Down
  1. a psychologist who studied the basic elements that make up conscious mental experiences
  2. Cognition refers to "the mental action or process of acquiring knowledge and understanding through thought, experience, and the senses
  3. a psychologist who studies how we process, store, retrieve, and use information and how cognitive processes influence our behavior
  4. A prediction, or forecast, is a statement about a future event or data.
  5. a medical practitioner specializing in the diagnosis and treatment of mental illness.
  6. an assumption or prediction about behavior that is tested through scientific research
  7. to make something clear
  8. a scientist who studies the mind and behavior of humans and animals

20 Clues: to make something clear • their thoughts and feelings • a method of self-observation in which participants • a scientist who studies the mind and behavior of humans and animals • In physics, an observable is a physical quantity that can be measure • A prediction, or forecast, is a statement about a future event or data. • ...

Scientific Revolution and the Enlightenment Crossword Puzzle 2022-09-23

Scientific Revolution and the Enlightenment Crossword Puzzle crossword puzzle
Across
  1. Father of modern economics; Evolved the idea of a Free Market System
  2. A mathematician, astronomer, and Catholic canon; Created the planetary model with the Sun at the center of the universe
  3. English politician and contributer to the scientific method of study
  4. A political philosophy focusing on the rights of the individual, equality before the law, and general liberty for all
  5. Support for a republican system of government
  6. a body of non-elected government officials who make decisions over the people
  7. French political philosopher; Created the idea of seperation of powers
  8. Economic term for hands-off government approach to an economy
  9. A system of government where the whole population is typically represented by elected representatives
  10. Father of liberalism
  11. A system of government with a King or Queen ruling over the country
  12. A time period of increased developments in mathematics, physics, astronomy, biology and chemistry
  13. A ruler who holds absolute power
  14. period of rigorous scientific, political and philosophical development in Europe
  15. A global war between England, France, and their allies
  16. The document that made the United States it's own country
Down
  1. A division of all government abilities
  2. A political philosophy focusing on a free enterprise system, private ownership of business, and socially traditional ideas
  3. German astronomer, mathematician, astrologer, natural philosopher and writer on music
  4. French philosopher, scientist, and mathematician; contributer to modern philosophy
  5. The United States first government document/system
  6. A type of monarchy power that is unrestrained by all other institutions, such as churches or government
  7. Italian astronomer, physicist and engineer
  8. Belief in a supreme being; God, Allah, etc.

24 Clues: Father of liberalism • A ruler who holds absolute power • A division of all government abilities • Italian astronomer, physicist and engineer • Belief in a supreme being; God, Allah, etc. • Support for a republican system of government • The United States first government document/system • A global war between England, France, and their allies • ...

Phy and psy 2025-12-05

Phy and psy crossword puzzle
Across
  1. The human soul, mind, or spirit.
  2. Inflammation of the pharynx, typically causing a sore throat.
  3. The surgical incision into a vein to withdraw blood, often for lab testing; also known as a venipuncture.
  4. Originating in the mind or having a psychological cause rather than a physical one.
  5. The scientific study of the mind and behavior.
  6. Inflammation of the walls of a vein.
  7. A severe mental disorder in which thought and emotions are so impaired that contact is lost with external reality.
  8. The scientific study of mental disorders, including their origins, development, and manifestations.
Down
  1. A therapeutic method, pioneered by Sigmund Freud, for treating mental disorders by investigating the interaction of conscious and unconscious mind elements.
  2. The treatment of mental or emotional disorders by psychological means; often referred to as "talk therapy."
  3. A person qualified to provide physical therapy; the treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise.
  4. Relating to the body, as opposed to the mind, or relating to the tangible world.
  5. The use of plants or plant extracts for medicinal purposes.
  6. branch of biology that deals with the normal functions of living organisms and their parts.
  7. Affecting the mind or mental processes, typically used to describe a medication that influences mood or behavior.
  8. A primary classification group of organisms within the animal or plant kingdoms.
  9. The branch of medicine dealing with physical medicine and rehabilitation.
  10. Used to describe physical illness or symptoms caused or aggravated by mental factors, such as stress or anxiety.
  11. person legally qualified to practice medicine; a doctor.
  12. The branch of medicine focused on the diagnosis, treatment, and prevention of mental, emotional, and behavioral disorders.

20 Clues: The human soul, mind, or spirit. • Inflammation of the walls of a vein. • The scientific study of the mind and behavior. • person legally qualified to practice medicine; a doctor. • The use of plants or plant extracts for medicinal purposes. • Inflammation of the pharynx, typically causing a sore throat. • ...

Introduction to Psychology 2026-08-31

Introduction to Psychology crossword puzzle
Across
  1. behavior is a result of interaction of forces (biological, psychological, social, and cultural influences)
  2. study is focused on memory, intelligence, perception, problem solving, and learning
  3. Wundt's process of examining and measuring one's own thoughts and mental activities
  4. William James's perspective which studied how the mind allows people to adapt, live, work, and play
  5. detailed study of an individual
  6. explanation of observed phenomena
  7. student of Wundt who came up with structuralism
  8. focuses on biological bases of universal human mental characteristics
  9. modern version of psychoanalysis that is more focused on a sense of self and motivations beyond those of a sexual nature
  10. tendency of a test to repeatedly return the same scores
  11. randomly selected subjects from a larger population
  12. originator of psychoanalysis
  13. scientific study of behavior and mental processes
  14. degree to which a test actually measures what it's supposed to
  15. variable that represents the measurable response or behavior in an experiment
Down
  1. mathematics concerned with collection and interpretation of numerical data
  2. attributes human and animal behavior to biological events (genetics, hormones, neurological responses, etc.)
  3. "third force" in psychology that focuses on aspects of personality that make us uniquely human
  4. area of specialization
  5. shift focus from negative to well-being
  6. viewpoint of studying behavior through only observable behaviors
  7. meaning of a variable that allows it to be measured
  8. credited as first to apply scientific method to the study of the human mind
  9. study of the structure of the mind
  10. system of gathering data so bias and error are reduced in measurement
  11. general explanation of a set of observations or facts
  12. measure of relationship between variables
  13. manipulated variable in an experiment

28 Clues: area of specialization • originator of psychoanalysis • detailed study of an individual • explanation of observed phenomena • study of the structure of the mind • manipulated variable in an experiment • shift focus from negative to well-being • measure of relationship between variables • student of Wundt who came up with structuralism • ...

Environment Science CrossWord Puzzle 2026-07-14

Environment Science CrossWord Puzzle crossword puzzle
Across
  1. What is the excessive growth of algae caused by nutrient pollution?
  2. What is a widely accepted explanation of natural phenomena?
  3. What is the systematic study of the environment and environmental problems?
  4. Which branch of ecology studies a group of the same species?
  5. What are the non-living parts of an ecosystem called?
  6. Who is the founder of modern ecology?
  7. What process returns nitrogen to the atmosphere?
  8. Which branch of ecology studies energy flow in ecosystems?
  9. Which branch of ecology studies a single organism?
  10. Which branch of ecology studies interactions among different species
  11. Which sphere contains all of Earth’s water?
  12. Cycle What cycle involves the movement of carbon through living things and the atmosphere?
  13. Which sphere is where life exists?
  14. What is a testable explanation for an observation?
  15. What is the process where water changes into vapor?
Down
  1. What is the Earth’s protective blanket of gases?
  2. What type of rain is caused by sulfur dioxide
  3. What is the process where plants release water vapor?
  4. What process converts atmospheric nitrogen into ammonia?
  5. What describes what happens in nature?
  6. Which sphere is the outer solid layer of the Earth?
  7. What cycle describes the movement of water on Earth?
  8. What is the scientific study of organisms and their environment? Ecology What are the living parts of an ecosystem called?
  9. What is the study of the distribution of species called?
  10. Cycle Which cycle has sedimentary rocks as its main reservoir?
  11. What is the main source of energy for organisms on Earth?
  12. What is the first step of the scientific method?
  13. Tide What is the common name for harmful algal blooms?
  14. What is the organized body of knowledge obtained through study and experimentation?

29 Clues: Which sphere is where life exists? • What describes what happens in nature? • Who is the founder of modern ecology? • Which sphere contains all of Earth’s water? • What type of rain is caused by sulfur dioxide • What is the Earth’s protective blanket of gases? • What process returns nitrogen to the atmosphere? • What is the first step of the scientific method? • ...

Chapter 12 QUANTITATIVE DATA COLLECTION 2025-07-12

Chapter 12 QUANTITATIVE DATA COLLECTION crossword puzzle
Across
  1. Questions with a fixed set of response options
  2. Sampling method that randomly selects entire groups or clusters
  3. The degree to which an instrument measures what it claims to measure
  4. A common tool for gathering self-report data in surveys
  5. The difference between sample results and the true population value
  6. Selecting participants based on specific characteristics or qualities
  7. A method where every individual has an equal chance of being selected
  8. A statement followed by a scale, often ranging from strongly agree to strongly disagree
  9. A sampling method using a fixed interval from a randomly selected starting point
  10. Selecting participants who are readily available
Down
  1. A poorly written question that asks about two things at once
  2. A sampling method that divides the population into subgroups and selects randomly from each
  3. Questions that allow for unrestricted, narrative responses
  4. The consistency or repeatability of a measure
  5. The process of selecting individuals from a population for a study
  6. A nonrandom method where participants are selected to meet a specific proportion
  7. A method of assessing reliability by administering the same test twice
  8. A flaw that occurs when the sample is not representative of the population
  9. A method used to collect data from a predefined group of respondents
  10. A statistic used to measure internal consistency reliability

20 Clues: The consistency or repeatability of a measure • Questions with a fixed set of response options • Selecting participants who are readily available • A common tool for gathering self-report data in surveys • Questions that allow for unrestricted, narrative responses • A poorly written question that asks about two things at once • ...

My Favorite Crossword Puzzle 2025-10-27

My Favorite Crossword Puzzle crossword puzzle
Across
  1. "hello my name is..."
  2. A sport where you kick a white and black ball into a net.
  3. painting and drawing
  4. the scientific study of physical things
  5. Hanwha is a _________ team.
  6. "My ________ subject is..."
  7. You study your own language.
Down
  1. Addition and subtraction.
  2. A subject where you sing songs and play instruments.
  3. A sport where you throw balls into baskets.
  4. the scientific study of chemical things
  5. to hear with intention - "_______ to the teacher."
  6. the scientific study of living things
  7. A subject where you play sports.
  8. to communicate with your voice
  9. chemicals & space & plants
  10. "I _____ to sing songs."
  11. The act of being nice to someone.

18 Clues: painting and drawing • "hello my name is..." • "I _____ to sing songs." • Addition and subtraction. • chemicals & space & plants • Hanwha is a _________ team. • "My ________ subject is..." • You study your own language. • to communicate with your voice • A subject where you play sports. • The act of being nice to someone. • the scientific study of living things • ...

BNL BRAIN BOOST 2026-06-28

BNL BRAIN BOOST crossword puzzle
Across
  1. National Laboratory located on Long Island.
  2. Building with meeting rooms, the cafeteria, and many campus events.
  3. Machine that brings particles together at high speeds.
  4. Brookhaven department that assists visitors with housing and accommodations.
  5. Technology that enables computers to learn and solve problems.
  6. Brookhaven organization that sponsors employee clubs, recreation, and social activities.
  7. Science of living things.
  8. Brookhaven dormitory named after Nobel Prize-winning physicist Arthur.
  9. Brookhaven center dedicated to nanoscience research.
  10. Facility that produces brilliant X-rays for scientific research, like NSLS-II.
  11. The study of matter, energy, motion, and forces.
  12. Negatively charged particle found in atoms.
  13. A particle of light.
  14. Circular accelerator that produces extremely bright X-rays.
  15. Scientific test designed to answer a question.
Down
  1. Prestigious award earned by scientists associated with Brookhaven discoveries.
  2. Physics at the smallest scales.
  3. Tiny building block studied by physicists.
  4. Two or more atoms bonded together.
  5. Step-by-step instructions used to solve a problem.
  6. Science of substances and how they interact.
  7. Brookhaven's particle collider that studies nuclear matter.
  8. Particles accelerated and studied at RHIC.
  9. Brookhaven facility that produces ultra-bright X-rays.
  10. Place where scientific research is performed.
  11. Basic unit of matter.
  12. The pursuit of knowledge through observation and experimentation.
  13. Brookhaven dormitory that houses many on-site guests.
  14. Using computers to solve scientific problems.
  15. Information collected during experiments.
  16. Path that carries X-rays or particle beams to experiments.
  17. Historic military camp that occupied the site before Brookhaven National Laboratory.
  18. Energy that travels as waves or particles.
  19. Important new scientific finding.
  20. Device that records particles or radiation.
  21. Brookhaven dormitory named after pioneering scientist Marie Curie.
  22. Search for new scientific knowledge.
  23. Machine that speeds up particles.
  24. Atoms of the same element with different numbers of neutrons.
  25. The ability to do work.

40 Clues: A particle of light. • Basic unit of matter. • The ability to do work. • Science of living things. • Physics at the smallest scales. • Important new scientific finding. • Machine that speeds up particles. • Two or more atoms bonded together. • Search for new scientific knowledge. • Information collected during experiments. • Tiny building block studied by physicists. • ...

Famous Plants in Indiana 2023-02-01

Famous Plants in Indiana crossword puzzle
Across
  1. Has small yellow groups gathered around a stick. Also known as Linera Benzoin.
  2. The middle part of the flower pops out instead of being inside. It is named Echinacea
  3. A yellow petal flower, the petals are clustered together. Known as Solidago.
  4. They almost look like red chili peppers. They are small and very red. Known as Lobelia cardinalis.
  5. A purple and white flower that almost looks like a cattail. Known as Liatris.
  6. Their scientific name is Rudbeckia Hirta.
  7. It is a wildflower that can grow up to 1-3 feet tall. Their scientific name is symphyotrichum oblongifolium.
Down
  1. Their name is Aronia Melanocarpa
  2. Ranging from white,red,pink, and purple. This flower has a large pistil and the petals are long but has many. Echinacea is their scientific name.
  3. Three purple petal flower. Scientific name is Tradescantia.
  4. A five petal flower, A light purple for the petals and the out side has a dark purple. Scientific name is Aquilegia
  5. a pink/purple flower, clustered up with many of the same flowers. Known as Cercis Canadensis.
  6. Also known as the Flowering Dogwood.
  7. They are shaped like small feathers on a stick, has a brown stem. Scientific name is Schizachyrium Scoparium.
  8. A vibrant flower, with warm colors. Is known as Hemerocallis

15 Clues: Their name is Aronia Melanocarpa • Also known as the Flowering Dogwood. • Their scientific name is Rudbeckia Hirta. • Three purple petal flower. Scientific name is Tradescantia. • A vibrant flower, with warm colors. Is known as Hemerocallis • A yellow petal flower, the petals are clustered together. Known as Solidago. • ...

Plant Anatomy and Taxonomy 2023-09-19

Plant Anatomy and Taxonomy crossword puzzle
Across
  1. Latin/Scientific Name for rhododendron
  2. converts sugars and starches into energy
  3. old inactive phloem
  4. open and close stomates
  5. Latin/Scientific Name for Fig
  6. thin, green, actively growing tissue located between bark and wood and produces all new stem cells
  7. Green parts that cover and protect flower bud before it opens
  8. The male part of the flower that holds up the anther
  9. the edge of the leaf
  10. the large, flat part of the leaf
  11. plant stems have the phloem layer and xylem layer separated by cambium (In rings)
  12. Latin/Scientific Name for Pine
  13. long root with few branched ones more difficult to transplant
  14. are really leaves that are modified to attract insects for flower pollination, the pretty part that we call flowers
  15. old inactive xylem
  16. Latin/Scientific Name for Maple
  17. Latin/Scientific Name for dogwood
  18. bud on side of stem
  19. leaves or stems have a smooth non-hairy feel
  20. Female Part of flower
  21. Female part of the flower that is in in between the ovary and stigma
  22. A internal passageway that carries food and sugar down the plant
  23. The bottom portion of pistil, protected by flower and is what helps a flower reproduce
  24. the large center vein
  25. small openings under the leaf for breathing or transpiration
  26. branched shallow roots that are easier to transplant
Down
  1. green particles that contain chlorophyll
  2. release of water vapor from the leaves of plants
  3. are modified leaves and a example of these are poinsettias
  4. -show where terminal buds have been located
  5. plant stems have vascular bundles that contain both xylem and phloem in each bundle
  6. The sticky top part of the pistil
  7. bud on the end of a stem
  8. the structural framework of the leaf
  9. Male part of flower
  10. leaf stalk or part that connects the leaf to the stem
  11. breathing pores
  12. The top portion of the male flower part that contains all the pollen
  13. process by which plants capture sunlight and use it to convert carbon dioxide and water into food
  14. show where leaves were attached
  15. leaves or stems have a hairy feel
  16. A internal passageway that carries water and nutrients up
  17. Latin/Scientific Name for Holly
  18. new active xylem
  19. Latin/Scientific Name for oak

45 Clues: breathing pores • new active xylem • old inactive xylem • old inactive phloem • Male part of flower • bud on side of stem • the edge of the leaf • Female Part of flower • the large center vein • open and close stomates • bud on the end of a stem • Latin/Scientific Name for Fig • Latin/Scientific Name for oak • Latin/Scientific Name for Pine • Latin/Scientific Name for Maple • ...

Steps of the Scientific Method 2025-09-17

Steps of the Scientific Method crossword puzzle
Across
  1. Did it support or disprove your hypothesis?
  2. Something made you curious. What are you trying to learn?
Down
  1. Put your guess to the test. Only change one variable.
  2. Make an educated, testable guess about what will happen.
  3. What are our results? Make graphs and find patterns.
  4. Do research about your topic and look carefully at it. Use all 5 senses.

6 Clues: Did it support or disprove your hypothesis? • What are our results? Make graphs and find patterns. • Put your guess to the test. Only change one variable. • Make an educated, testable guess about what will happen. • Something made you curious. What are you trying to learn? • Do research about your topic and look carefully at it. Use all 5 senses.

Thermal physics 2023-10-13

Thermal physics crossword puzzle
Across
  1. Change of a substance from a gas to a liquid.
  2. The study of heat energy and its transformations.
  3. Italian scientist known for his contributions to the scientific method and physics.
  4. Heat transfer through electromagnetic waves.
  5. Force per unit area.
  6. Amount of heat required to raise the temperature of a unit mass by one degree Celsius.
  7. Instrument used to measure temperature.
Down
  1. Heat transfer through the movement of fluids.
  2. PV=constant at constant temperature is known as ______.
  3. A measure of disorder or randomness in a system.
  4. When two objects are at the same temperature, they are in ______.
  5. Heat absorbed or released during a change of phase at constant temperature.
  6. The lowest possible temperature, at which a substance has minimal internal energy.
  7. A state of matter with charged particles but no overall charge.
  8. Change of a substance from a liquid to a gas at temperatures below its boiling point.
  9. The energy of motion.
  10. Heat transfer through direct contact of particles.
  11. A group of atoms bonded together.

18 Clues: Force per unit area. • The energy of motion. • A group of atoms bonded together. • Instrument used to measure temperature. • Heat transfer through electromagnetic waves. • Heat transfer through the movement of fluids. • Change of a substance from a gas to a liquid. • A measure of disorder or randomness in a system. • The study of heat energy and its transformations. • ...

AQS Scientist 2020-10-15

AQS Scientist crossword puzzle
Across
  1. Famous for his monographs on jellyfish
  2. Invented scuba gear in 1943
  3. First Hawaiian Native woman to earn a Ph.D. in science, named over 200 new species of algae
  4. Built a sustainable marine aquarium in 1846
  5. Created the African American Oral History project and a Marine biology project for students
  6. CEO of the NGO Beneath the Waves
  7. Used special techniques to regrow coral in the Red Sea reef
  8. Created a method of determining the age of a fish by observing the otoliths
  9. Pioneered integration of fisheries, oceanography and meteorology
Down
  1. The world's expert on shipworms
  2. The first woman to earn a P.h.D and the first to study/name algae
  3. Studies fish stability in reefs of the Caribbean
  4. Theory of Evolution
  5. Worked to improve the shark reputation of the world founded Cape Haze Marine Lab
  6. Famous for writing Silent Spring which helped environmental consciousness
  7. Wrote "the bible" of oceanographers
  8. Cephalopod expert
  9. Published in the Scientific American while in high school,provided the first specimen of Bugula Neritina

18 Clues: Cephalopod expert • Theory of Evolution • Invented scuba gear in 1943 • The world's expert on shipworms • CEO of the NGO Beneath the Waves • Wrote "the bible" of oceanographers • Famous for his monographs on jellyfish • Built a sustainable marine aquarium in 1846 • Studies fish stability in reefs of the Caribbean • Used special techniques to regrow coral in the Red Sea reef • ...

Unit 1 Vocabulary Review 2021-09-22

Unit 1 Vocabulary Review crossword puzzle
Across
  1. Variable: the purposely manipulated variable in the experiment
  2. the chemical reactions that occur in the cells of all organisms
  3. any form of data dealing with numbers
  4. Group: special group in some experiments that is set up for comparison only
  5. the life process of moving substances around the body
  6. maintaining a constant internal environment (steady-state)
  7. An educated guess
  8. the life process of taking smaller simple substances and chemically combining them to form more complex substances
  9. any form of data not dealing with numbers
  10. method: an organized way of using evidence to problem solve
Down
  1. variable: the observable results of the experiment
  2. the steps you follow in order to find the answer to your hypothesis
  3. the life process of removing wastes from the body
  4. information gathered by our natural senses
  5. measured or observed results of the experiment
  6. the study of living things (organisms)
  7. the answer to your hypothesis based on the data collected from your experiment
  8. a signal to which an organism responds

18 Clues: An educated guess • any form of data dealing with numbers • the study of living things (organisms) • a signal to which an organism responds • any form of data not dealing with numbers • information gathered by our natural senses • measured or observed results of the experiment • the life process of removing wastes from the body • ...

Vocab Review 2025-06-12

Vocab Review crossword puzzle
Across
  1. when an animal looks like another animal to scare off predators
  2. the remains of an animal from millions of years ago
  3. when a group of animals lives in the same place
  4. animal with a backbone and skeleton
  5. when an animal conserves its energy by sleeping over winter
  6. the first step of the scientific method
  7. a trait that helps a living thing live in its environment
  8. the color of your eyes is an __________ trait
  9. the language you speak is a __________ trait
Down
  1. to blend in with your environment
  2. a relationship where one animal benefits whilst the other suffers
  3. a singular type of animal
  4. the most important species in a food web is a _________ species.
  5. the fight between species for resources
  6. the theory that animals change over a long period of time
  7. seasonal movement of animals from one region to another
  8. what conifers use to reproduce
  9. the difference in traits within the same species

18 Clues: a singular type of animal • what conifers use to reproduce • to blend in with your environment • animal with a backbone and skeleton • the fight between species for resources • the first step of the scientific method • the language you speak is a __________ trait • the color of your eyes is an __________ trait • when a group of animals lives in the same place • ...

Experimental Design Review Crossword 2023-05-18

Experimental Design Review Crossword crossword puzzle
Across
  1. Claim that either supports or rejects the hypothesis using data (1.2).
  2. What is being attempted to answer or proved (1.2).
  3. Uses one or more senses to gather information (1.1).
  4. The sky is blue is an example of a ___________ observation (1.1).
  5. The information gathered (Also called evidence) (1.1).
  6. Number of steps in the scientific method (1.2).
  7. Horizontal (left to right) line on a graph (1.2).
  8. Steps taken to answer a question or prove a theory (1.2).
  9. You use your ______ _________ to make observations (1.1).
  10. A graph mist always have a ___________ (1.2).
  11. Involves Numbers (1.1).
Down
  1. Variable that is NOT changed (constant) (1.2).
  2. Step that required writing down data and looking at it closely (1.2).
  3. Possible explanation to answer a question (1.2).
  4. Factor in an experiment that can be changed (1.2).
  5. There are seven runners in the race is a ____________ observation (1.1).
  6. Vertical (up and down) line on a graph (1.2).
  7. Characteristics that cannot be measured or counted (1.1).
  8. Variable changed because of the Independent Variable (what you are measuring) (1.2).
  9. Variable changed on Purpose (1.2).

20 Clues: Involves Numbers (1.1). • Variable changed on Purpose (1.2). • Vertical (up and down) line on a graph (1.2). • A graph mist always have a ___________ (1.2). • Variable that is NOT changed (constant) (1.2). • Number of steps in the scientific method (1.2). • Possible explanation to answer a question (1.2). • Horizontal (left to right) line on a graph (1.2). • ...

Globalisation 2013-07-24

Globalisation crossword puzzle
Across
  1. 1.Talk about (something) with another person or group of people.
  2. A nation with its own government, occupying a particular territory.
  3. Send (goods or services) to another country for sale.
  4. Bring (goods or services) into a country from abroad for sale.
  5. An international computer network providing e-mail and information from computers in educational institutions
  6. Existing, occurring, or carried on between two or more nations.
  7. Of or relating to economics or the economy.
Down
  1. The earth, together with all of its countries, peoples, and natural features.
  2. The method of human communication
  3. The action or process of paying someone or something, or of being paid.
  4. growth to a global or worldwide scale
  5. Reciprocal action or influence
  6. The imparting or exchanging of information or news.
  7. Be incompatible or at variance; clash.
  8. Buy and sell goods and services.
  9. Machinery and equipment developed from such scientific knowledge.
  10. Of or relating to the whole world
  11. Give something and receive something of the same kind in return.

18 Clues: Reciprocal action or influence • Buy and sell goods and services. • The method of human communication • Of or relating to the whole world • growth to a global or worldwide scale • Be incompatible or at variance; clash. • Of or relating to economics or the economy. • The imparting or exchanging of information or news. • Send (goods or services) to another country for sale. • ...

Computer literacy 2026-09-24

Computer literacy crossword puzzle
Across
  1. — The physical parts of a computer that you can touch.
  2. — The actions or processes performed by a computer or system.
  3. — Collections of digital information saved on a computer.
  4. — Information produced by a computer after processing data.
  5. — Programs and instructions that tell a computer what to do.
  6. — A worldwide network that connects computers and devices.
  7. — A place or method used to save digital information.
  8. — The exchange of information between people or devices.
  9. — A group of connected parts that work together.
Down
  1. — The process of organising and controlling resources or tasks.
  2. — Relating to mobile phones or communication through a network of cells.
  3. — Electronic equipment used to perform specific functions.
  4. — Information or data entered into a computer.
  5. — The process of writing instructions for a computer.
  6. — An electronic device that processes information and performs tasks.
  7. — A program or tool used to browse and manage files and folders.
  8. — The use of scientific knowledge to create tools and solve problems.
  9. — The part of a computer that stores data and instructions for use.

18 Clues: — Information or data entered into a computer. • — A group of connected parts that work together. • — The process of writing instructions for a computer. • — A place or method used to save digital information. • — The physical parts of a computer that you can touch. • — The exchange of information between people or devices. • ...

Yanis-p.128-131 2023-03-24

Yanis-p.128-131 crossword puzzle
Across
  1. eine wissenschaftliche Arbeit
  2. eine Studie durchführen
  3. Evolutionstheorie
  4. entfernen
  5. einen Aufsatz veröffentlichen
  6. leibliches Kind
  7. Experte
  8. Analysee,Untersuchung
  9. etw übertragen
  10. Biologe
  11. Genomedition
  12. Labor
Down
  1. Notaufnahme
  2. ein überraschendes Ergebnis liefern
  3. ruhig bleiben
  4. eine Krankheit übertragen
  5. eine Wissenschaftliche Entdeckung
  6. öffnen
  7. umstritten
  8. erschaffen

20 Clues: Labor • öffnen • Experte • Biologe • entfernen • umstritten • erschaffen • Notaufnahme • Genomedition • ruhig bleiben • etw übertragen • leibliches Kind • Evolutionstheorie • Analysee,Untersuchung • eine Studie durchführen • eine Krankheit übertragen • eine wissenschaftliche Arbeit • einen Aufsatz veröffentlichen • eine Wissenschaftliche Entdeckung • ein überraschendes Ergebnis liefern

Pio 2023-01-18

Pio crossword puzzle
Across
  1. A narrower concept is human capital, the knowledge and skills which the individuals command.
  2. the body of literary works produced in Spain.
  3. the study of the development, structure, and functioning of human society.
  4. the application of scientific methods and techniques to matters under investigation by a court of law.
  5. academic discipline and applied art whose activity consists in projecting visual communications intended to transmit specific messages to social groups, with specific objectives.
  6. the study of living organisms, divided into many specialized fields that cover their morphology.
  7. the mental characteristics or attitude of a person or group.
  8. the science of life and living organisms.
  9. the discipline that embodies the science and technology of design, construction, implementation, and maintenance of software and hardware components of modern computing systems and computer-controlled equipment.
  10. senior year.
Down
  1. the activity or profession of writing for newspapers, magazines, or news websites or preparing news to be broadcast.
  2. the art and practice of planning and projecting ideas and experiences with visual and textual content.
  3. the method and practice of teaching, especially as an academic subject or theoretical concept.
  4. multidisciplinary field that refers to the skill sets needed in the contemporary, advanced automated manufacturing industry.
  5. psychotherapy focused on body mediation.
  6. application of engineering principles and design concepts to medicine and biology for healthcare purposes.
  7. the coordination and administration of business activities, tasks, and resources to achieve a set objective.
  8. the scientific study of the human mind and its functions, especially those affecting behaviour in a given context.

18 Clues: senior year. • psychotherapy focused on body mediation. • the science of life and living organisms. • the body of literary works produced in Spain. • the mental characteristics or attitude of a person or group. • the study of the development, structure, and functioning of human society. • ...

Pio 2023-01-18

Pio crossword puzzle
Across
  1. A narrower concept is human capital, the knowledge and skills which the individuals command.
  2. the body of literary works produced in Spain.
  3. the study of the development, structure, and functioning of human society.
  4. the application of scientific methods and techniques to matters under investigation by a court of law.
  5. academic discipline and applied art whose activity consists in projecting visual communications intended to transmit specific messages to social groups, with specific objectives.
  6. the study of living organisms, divided into many specialized fields that cover their morphology.
  7. the mental characteristics or attitude of a person or group.
  8. the science of life and living organisms.
  9. the discipline that embodies the science and technology of design, construction, implementation, and maintenance of software and hardware components of modern computing systems and computer-controlled equipment.
  10. senior year.
Down
  1. the activity or profession of writing for newspapers, magazines, or news websites or preparing news to be broadcast.
  2. the art and practice of planning and projecting ideas and experiences with visual and textual content.
  3. the method and practice of teaching, especially as an academic subject or theoretical concept.
  4. multidisciplinary field that refers to the skill sets needed in the contemporary, advanced automated manufacturing industry.
  5. psychotherapy focused on body mediation.
  6. application of engineering principles and design concepts to medicine and biology for healthcare purposes.
  7. the coordination and administration of business activities, tasks, and resources to achieve a set objective.
  8. the scientific study of the human mind and its functions, especially those affecting behaviour in a given context.

18 Clues: senior year. • psychotherapy focused on body mediation. • the science of life and living organisms. • the body of literary works produced in Spain. • the mental characteristics or attitude of a person or group. • the study of the development, structure, and functioning of human society. • ...

Pio 2023-01-18

Pio crossword puzzle
Across
  1. the mental characteristics or attitude of a person or group.
  2. the scientific study of the human mind and its functions, especially those affecting behaviour in a given context.
  3. the application of scientific methods and techniques to matters under investigation by a court of law.
  4. the method and practice of teaching, especially as an academic subject or theoretical concept.
  5. A narrower concept is human capital, the knowledge and skills which the individuals command.
  6. multidisciplinary field that refers to the skill sets needed in the contemporary, advanced automated manufacturing industry.
  7. the study of living organisms, divided into many specialized fields that cover their morphology.
  8. academic discipline and applied art whose activity consists in projecting visual communications intended to transmit specific messages to social groups, with specific objectives.
  9. the art and practice of planning and projecting ideas and experiences with visual and textual content.
Down
  1. senior year.
  2. application of engineering principles and design concepts to medicine and biology for healthcare purposes.
  3. the activity or profession of writing for newspapers, magazines, or news websites or preparing news to be broadcast.
  4. the science of life and living organisms.
  5. the coordination and administration of business activities, tasks, and resources to achieve a set objective.
  6. psychotherapy focused on body mediation.
  7. the body of literary works produced in Spain.
  8. the study of the development, structure, and functioning of human society.
  9. the discipline that embodies the science and technology of design, construction, implementation, and maintenance of software and hardware components of modern computing systems and computer-controlled equipment.

18 Clues: senior year. • psychotherapy focused on body mediation. • the science of life and living organisms. • the body of literary works produced in Spain. • the mental characteristics or attitude of a person or group. • the study of the development, structure, and functioning of human society. • ...

Pio 2023-01-18

Pio crossword puzzle
Across
  1. psychotherapy focused on body mediation.
  2. the method and practice of teaching, especially as an academic subject or theoretical concept.
  3. senior year.
  4. A narrower concept is human capital, the knowledge and skills which the individuals command.
  5. the body of literary works produced in Spain.
  6. application of engineering principles and design concepts to medicine and biology for healthcare purposes.
  7. the mental characteristics or attitude of a person or group.
Down
  1. academic discipline and applied art whose activity consists in projecting visual communications intended to transmit specific messages to social groups, with specific objectives.
  2. the discipline that embodies the science and technology of design, construction, implementation, and maintenance of software and hardware components of modern computing systems and computer-controlled equipment.
  3. the study of living organisms, divided into many specialized fields that cover their morphology.
  4. the science of life and living organisms.
  5. the art and practice of planning and projecting ideas and experiences with visual and textual content.
  6. multidisciplinary field that refers to the skill sets needed in the contemporary, advanced automated manufacturing industry.
  7. the scientific study of the human mind and its functions, especially those affecting behaviour in a given context.
  8. the coordination and administration of business activities, tasks, and resources to achieve a set objective.
  9. the activity or profession of writing for newspapers, magazines, or news websites or preparing news to be broadcast.
  10. the application of scientific methods and techniques to matters under investigation by a court of law.
  11. the study of the development, structure, and functioning of human society.

18 Clues: senior year. • psychotherapy focused on body mediation. • the science of life and living organisms. • the body of literary works produced in Spain. • the mental characteristics or attitude of a person or group. • the study of the development, structure, and functioning of human society. • ...

Human Being Topics 2025-09-26

Human Being Topics crossword puzzle
Across
  1. political philosophy that uses a dialectical materialist interpretation of historical development, known as historical materialism, to understand class relations and social conflict.
  2. training and control for self-improvement or the enforcement of rules and order
  3. a point of view.
  4. a system of ideas, beliefs, and values that explains and shapes how individuals and groups understand the world and how society should be organized
  5. to highlight it, stress its importance, or draw special attention to it
  6. relating to biology or living organisms.
  7. the comprehensive, scientific study of humanity, focusing on human beings across all cultures and all time, from their origins to the present
  8. how do you see or persive sth
Down
  1. a collection of myths, especially one belonging to a particular religious or cultural tradition.
  2. the action of manipulating something in a skillful manner
  3. a supposition
  4. The act or process of changing a religious, political, or societal institution for the better
  5. a diverse group of academic disciplines that apply the scientific method to study human behavior and society, examining individuals, groups, relationships, and institutions
  6. the observable actions, activities, and reactions of an individual, organism, or system in response to internal and external stimuli within its environment
  7. primates characterized by bipedalism, a lack of body hair, and advanced intelligence, allowing for complex thought, language, and creativity
  8. only, completely, or without others
  9. the human race (everyone on Earth) or, more abstractly, the quality of being human and showing compassion, kindness, and empathy toward others
  10. encourage or promote the development of (something, typically something regarded as good)

18 Clues: a supposition • a point of view. • how do you see or persive sth • only, completely, or without others • relating to biology or living organisms. • the action of manipulating something in a skillful manner • to highlight it, stress its importance, or draw special attention to it • training and control for self-improvement or the enforcement of rules and order • ...

What is Science Crossword Puzzle 2021-01-06

What is Science Crossword Puzzle crossword puzzle
Across
  1. variable that changes in response to the independent variable (also called dependent)
  2. a well-tested explanation for a range of observations (example: Theory of Pangaea)
  3. making a forecast for the future
  4. what you do with your senses to gather information
  5. a kind of experiment where only one variable is changed at a time
  6. what scientists expect to happen every time (Example: Newton's Laws of Motion)
  7. possible explanation for a set of observations
  8. the type of observation that deals with numbers
  9. a type of definition used in the scientific method to help further explain or measure
  10. purposely changed variable (also called independent)
Down
  1. factors that change in an experiment
  2. the type of observation that uses the five senses
  3. a way of learning about the natural world
  4. sharing of ideas with other scientists through writing and speaking
  5. an attitude of doubt
  6. facts, figures, and evidence
  7. explaining and interpreting what you observe
  8. things like diagrams, charts, pictures, to represent larger or smaller objects, prototypes, buildings, and many more

18 Clues: an attitude of doubt • facts, figures, and evidence • making a forecast for the future • factors that change in an experiment • a way of learning about the natural world • explaining and interpreting what you observe • possible explanation for a set of observations • the type of observation that deals with numbers • the type of observation that uses the five senses • ...

Psychological Perspectives 2024-02-06

Psychological Perspectives crossword puzzle
Across
  1. Noam Chomsky was very influential in beginning this type of revolution.
  2. Created the first laboratory for psychological research.
  3. Understanding the conscious experience through introspection.
  4. The scientific study of mind and behavior.
  5. Focuses on humans as a whole rather than individual parts.
  6. Proposed a hierarchy of human needs in motivating behavior.
  7. Developed a client-centered therapy method.
  8. Process by which someone examines their own conscious experience in an attempt to break it into its component parts
  9. Focuses on observing and controlling behavior.
Down
  1. Skinner studied how behavior was affected by these.
  2. Emphasizes the potential for good that is innate in all humans.
  3. Studied "hysteria" and neurosis.
  4. How mental activities help an organism adapt to its environment.
  5. According to Gestalt, this is greater than the sum of its parts.
  6. Focuses on the role of the unconscious in affecting conscious behavior.
  7. Russian physiologist who discovered the concept of classical conditioning.
  8. Known as the father of behaviorism within psychology.
  9. First American psychologist, established functionalism.

18 Clues: Studied "hysteria" and neurosis. • The scientific study of mind and behavior. • Developed a client-centered therapy method. • Focuses on observing and controlling behavior. • Skinner studied how behavior was affected by these. • Known as the father of behaviorism within psychology. • First American psychologist, established functionalism. • ...

Internal Education Crossword 2021-12-06

Internal Education Crossword crossword puzzle
Across
  1. probiotics and other dietary components that have a positive effect on mental health (13)
  2. statistical method used to compare results of multiple scientific studies (4,8)
  3. stool chart used to assess stool consistency of patients (7)
  4. A type of single-celled microorganism (8)
  5. major lifestyle factor affecting gut microbiota (4)
  6. __________ are more susceptible to URTIs than the gerenal population (8)
  7. state of imbalance within the gut microbiota (9)
  8. _______ _________ cells are reduced in smokers (7,6)
  9. fuel for gut microbes (10)
  10. ________ bowel syndrome is a common condition affecting the digestive tract (9)
Down
  1. Main nerve that connects the gut and the brain (5)
  2. fermented food containing dairy (6)
  3. protective layer found on the epithelial cells of the gut (5)
  4. symptom that is characterised by long stool transit time (12)
  5. Genus of lactic acid bacteria (13)
  6. collection of microorganisms and their genetic material found within a habitat (10)
  7. ________ ______ mice are often used to study the effects of gut microbiota on health and disease (4,4)
  8. disease-causing microorganisms (8)

18 Clues: fuel for gut microbes (10) • Genus of lactic acid bacteria (13) • disease-causing microorganisms (8) • fermented food containing dairy (6) • A type of single-celled microorganism (8) • state of imbalance within the gut microbiota (9) • Main nerve that connects the gut and the brain (5) • major lifestyle factor affecting gut microbiota (4) • ...

Pio 2023-01-18

Pio crossword puzzle
Across
  1. A narrower concept is human capital, the knowledge and skills which the individuals command.
  2. the body of literary works produced in Spain.
  3. the study of the development, structure, and functioning of human society.
  4. the application of scientific methods and techniques to matters under investigation by a court of law.
  5. academic discipline and applied art whose activity consists in projecting visual communications intended to transmit specific messages to social groups, with specific objectives.
  6. the study of living organisms, divided into many specialized fields that cover their morphology.
  7. the mental characteristics or attitude of a person or group.
  8. the science of life and living organisms.
  9. the discipline that embodies the science and technology of design, construction, implementation, and maintenance of software and hardware components of modern computing systems and computer-controlled equipment.
  10. senior year.
Down
  1. the activity or profession of writing for newspapers, magazines, or news websites or preparing news to be broadcast.
  2. the art and practice of planning and projecting ideas and experiences with visual and textual content.
  3. the method and practice of teaching, especially as an academic subject or theoretical concept.
  4. multidisciplinary field that refers to the skill sets needed in the contemporary, advanced automated manufacturing industry.
  5. psychotherapy focused on body mediation.
  6. application of engineering principles and design concepts to medicine and biology for healthcare purposes.
  7. the coordination and administration of business activities, tasks, and resources to achieve a set objective.
  8. the scientific study of the human mind and its functions, especially those affecting behaviour in a given context.

18 Clues: senior year. • psychotherapy focused on body mediation. • the science of life and living organisms. • the body of literary works produced in Spain. • the mental characteristics or attitude of a person or group. • the study of the development, structure, and functioning of human society. • ...

Pio 2023-01-18

Pio crossword puzzle
Across
  1. academic discipline and applied art whose activity consists in projecting visual communications intended to transmit specific messages to social groups, with specific objectives.
  2. A narrower concept is human capital, the knowledge and skills which the individuals command.
  3. the study of the development, structure, and functioning of human society.
  4. the art and practice of planning and projecting ideas and experiences with visual and textual content.
  5. the body of literary works produced in Spain.
  6. the scientific study of the human mind and its functions, especially those affecting behaviour in a given context.
  7. the application of scientific methods and techniques to matters under investigation by a court of law.
  8. the activity or profession of writing for newspapers, magazines, or news websites or preparing news to be broadcast.
Down
  1. multidisciplinary field that refers to the skill sets needed in the contemporary, advanced automated manufacturing industry.
  2. application of engineering principles and design concepts to medicine and biology for healthcare purposes.
  3. psychotherapy focused on body mediation.
  4. the coordination and administration of business activities, tasks, and resources to achieve a set objective.
  5. the method and practice of teaching, especially as an academic subject or theoretical concept.
  6. senior year.
  7. the mental characteristics or attitude of a person or group.
  8. the study of living organisms, divided into many specialized fields that cover their morphology.
  9. the science of life and living organisms.
  10. the discipline that embodies the science and technology of design, construction, implementation, and maintenance of software and hardware components of modern computing systems and computer-controlled equipment.

18 Clues: senior year. • psychotherapy focused on body mediation. • the science of life and living organisms. • the body of literary works produced in Spain. • the mental characteristics or attitude of a person or group. • the study of the development, structure, and functioning of human society. • ...