scientific method Crossword Puzzles
Science classifying matter 2021-09-15
Across
- force with which gravity pulls on a quantity of matter
- the smallest particle that has the properties of an element
- measure of space
- scientific measurement of time
- the scientific measurement of temperature
Down
- combination of more than one pure substance
- a measure of quantity of matter in an object
- a substance made of atoms of more than one element bound together
- scientific measurement of mass
- scientific measurement of length
10 Clues: measure of space • scientific measurement of mass • scientific measurement of time • scientific measurement of length • the scientific measurement of temperature • combination of more than one pure substance • a measure of quantity of matter in an object • force with which gravity pulls on a quantity of matter • the smallest particle that has the properties of an element • ...
Vocab tic-tac-toe 2025-01-16
Across
- The time it takes for a radioactive substance to decay to half of its original amount.
- A scientific method used to determine the age of an object containing organic material by analyzing the properties of radiocarbon, a radioactive isotope of carbon.
- States that within a sequence of layers of sedimentary rock, the oldest layer is at the base and that the layers are progressively younger with ascending order in the sequence.
- Method used to determine the age of rocks, fossils, and other geological features by comparing them to one another.
- The age of a geologic phenomenon measured in present Earth years, rather than its age relative to other geologic phenomena.
Down
- A radiometric dating technique that compares two isotopes of uranium in a sample.
- The remains or impression of a prehistoric organism preserved in petrified form or as a mold or cast in rock.
- The process by which an unstable atomic nucleus loses energy by radiation.
- Refers to the representation of time based on the rock record of Earth.
9 Clues: Refers to the representation of time based on the rock record of Earth. • The process by which an unstable atomic nucleus loses energy by radiation. • A radiometric dating technique that compares two isotopes of uranium in a sample. • The time it takes for a radioactive substance to decay to half of its original amount. • ...
Scientific Revolution 2023-12-14
Across
- His discoveries frightened the Catholic and Protestant Churches (they promoted the geocentric theory); worried that people would start to question other Church teachings
- Disproved many of Galen’s hypotheses (worked with apes and dogs in the 2nd century) Ex: the liver digested food and processed it into blood
- Developed the heliocentric system (the Sun is at the center of the universe, with all the planets and stars revolving around it in circular orbits
- Developed precise thermometers filled with mercury to measure temperature
- Developed analytic geometry; algebraic procedures are applied to geometry
Down
- Mathematically proved the heliocentric theory (the Sun is at the center of the universe, with all the planets and stars revolving around it)
- Established observatories to chart the movements of the stars and planets. (no telescope… only the naked eye)
- Helped develop the scientific method (1. Observe 2. Hypothesis 3. Experiment 4. Analyze data to prove or disprove the hypothesis)
- Dissecting human bodies was illegal; studying animals was the accepted method of learning about the human body
- Developed the Law of Universal Gravitation; all physical objects are affected equally by the same forces, in space and on earth
10 Clues: Developed precise thermometers filled with mercury to measure temperature • Developed analytic geometry; algebraic procedures are applied to geometry • Established observatories to chart the movements of the stars and planets. (no telescope… only the naked eye) • ...
Snowdrops 2025-05-07
Across
- They grow in gardens and .....
- In what language is their scientific name?
- What does their scientific name mean?
- The superstition was .........
- How many species are there?
- They are ....-shaped
- Snowdrops hang........
Down
- You can find snowdrops from lowlands to ....
- How many outer and inner petals does the snowdrop have?
- What color do the leaves have?
- What is their scientific name?
- The folklore about the snow is from ......
12 Clues: They are ....-shaped • Snowdrops hang........ • How many species are there? • They grow in gardens and ..... • What color do the leaves have? • What is their scientific name? • The superstition was ......... • What does their scientific name mean? • In what language is their scientific name? • The folklore about the snow is from ...... • ...
Scientific Models Vocabulary 2025-02-03
Across
- A variable or constant that defines the limits or conditions of a model or simulation.
- Information from the output of a model that is used to adjust or refine the model’s inputs or parameters.
- An educated guess or prediction about a scientific phenomenon, often tested through models.
- The degree of difficulty in understanding or representing a system due to its many interconnected parts.
- An observable event or occurrence that scientists try to explain or predict using models.
- A physical or mathematical model that represents a real object or system in reduced size or in proportion to actual dimensions.
- A factor or condition that can be changed or controlled in an experiment or model.
- A simplified version of a system, removing unnecessary details to focus on the most essential features.
- A standard or reference used in an experiment or model to compare results and ensure consistency.
- A set of interconnected parts working together as a whole, such as the Earth system, climate system, or solar system.
Down
- A forecast or expected outcome based on a model or hypothesis.
- A condition or premise taken for granted when creating or testing a model.
- Information collected during an experiment or simulation, often used to support or refine a model.
- A well-substantiated explanation of some aspect of the natural world that can incorporate laws, hypotheses, and facts.
- A way of illustrating a model or phenomenon, such as through graphs, charts, or diagrams.
- A process of imitating a real-world process or system using a model to predict or analyze its behavior.
- A model or diagram that depicts a concept or system in a more understandable or manageable form.
- A simplified representation of a system or phenomenon used to explain or predict how something works.
- The size or proportion used to represent the real-world dimensions of a system in a model.
- The extent to which a model accurately represents real-world processes or systems.
20 Clues: A forecast or expected outcome based on a model or hypothesis. • A condition or premise taken for granted when creating or testing a model. • A factor or condition that can be changed or controlled in an experiment or model. • The extent to which a model accurately represents real-world processes or systems. • ...
Programming Week 1 2024-07-23
Across
- Data type that can store only 2 possible values.
- Another name for a method.
- Automatic conversion from one type to another.
- A return type used when a method does not require any data be returned.
- Giving a variable a name, but not a value
- Data type that stores whole number values.
- 4-byte numerical data type that can store floating-point values.
- Data stored in a variable or returned by a method. Data ____
- Assigning a value to an existing variable
- Keyword that modifiers data types and allows them to store larger values.
- A unique identifier that defines the purpose of a method.
- The value assigned to a parameter when a function is executed.
- A logical grouping of methods that serve a similar purpose.
- A set of data types from which all data types are constructed
- A software application that assists software engineers in developing code efficiently
- Variables marked with this keyword can not contain negative values.
- A structure of code that is grouped together. Code _
- Searching through a string to find another suitable data type for conversion.
Down
- Written material that describes how a product is used
- A piece of code that performs a particular task and has been stored and defined as a code block.
- To link things together in a chain or series. Or combine 2 strings into 1.
- The part of a program where a particular name or identifier is considered valid.
- Combined definition and declaration of a variable
- A name given to an entity by the developer
- Executing a pre-defined method within your code by referring to its identifier and optional parameters.
- Keyword within a method that identifies the point where a value will be returned. Also immediately exits that method's execution.
- A character that presents a specific mathematical or logical action or process
- Intentional conversion from one data type to another that can not happen automatically.
- A predefined, reserved words with special meaning to the compiler
- Programming expression that aids in explicit conversions.
- A method with the same identifier of an existing method, but a different parameter list and/or return type.
- Methods and variables stored immediately within a class. They can typically access one another.
- A storage location associated with a name
- 8-byte numerical data type that can store floating-point values.
- Placeholder variable declarations that are used to pass values to a method.
- Default access for class members in C++
36 Clues: Another name for a method. • Default access for class members in C++ • Giving a variable a name, but not a value • Assigning a value to an existing variable • A storage location associated with a name • A name given to an entity by the developer • Data type that stores whole number values. • Automatic conversion from one type to another. • ...
Scientific process 2020-09-03
Across
- Using your senses to understand the world
- An educated guess about what will happen
- Facts and numbers collected in an experiment
- A conclusion based on observations
- What stays the same in an experiment
Down
- Questioning and testing the natural world
- Method of testing a hypothesis
- A variable that the scientist changes
- A set of well tested explanation of why things happen
- A judgement about the outcome of an experiment
- A variable that is being measured
- A widely accepted rule that has not be disproven
12 Clues: Method of testing a hypothesis • A variable that is being measured • A conclusion based on observations • What stays the same in an experiment • A variable that the scientist changes • An educated guess about what will happen • Questioning and testing the natural world • Using your senses to understand the world • Facts and numbers collected in an experiment • ...
scientific revolution 2021-10-26
scientific revolution 2021-10-26
Scientific Vocabulary 2021-12-01
Across
- the force exerted by magnets when they attract or repel each other.
- a state of matter that doesn’t have a definite shape but has a definite volume
- Anything that has mass and takes up space
- Tiny pieces of matter
- Something in motion
- A state of matter that has a definite shape and
- a solute can be dissolved or dispersed into it
- Something that can float or rise to the top of a liquid or gas
Down
- A substance that dissolves into a solvent to create a solution
- A process where impurities or particles are removed from a liquid or gas
- a state of matter that doesn’t have a definite shape or volume and it will expand to fill a container
- A mixture of two or more substances and when you look at it, it looks like one thing
12 Clues: Something in motion • Tiny pieces of matter • Anything that has mass and takes up space • a solute can be dissolved or dispersed into it • A state of matter that has a definite shape and • A substance that dissolves into a solvent to create a solution • Something that can float or rise to the top of a liquid or gas • ...
Scientific Inquiry 2018-08-07
Across
- Research with a problem, data, hypothesis
- A variable that doesn't change
- Something that changes
- Collecting information using senses
Down
- Uncertain of something so it's asked in an interrogative form
- Natural science that deals with energy
- Unchanged part of the experiment
- An example of a structure usually in a smaller representation
- Information gathered through an experiment
- An educated guess
- Something to be proven
- A group of predictions
12 Clues: An educated guess • Something that changes • Something to be proven • A group of predictions • A variable that doesn't change • Unchanged part of the experiment • Collecting information using senses • Natural science that deals with energy • Research with a problem, data, hypothesis • Information gathered through an experiment • ...
Scientific inquiry 2014-09-15
Across
- a well-tested explanation for a wide range of observations
- the variable that changes as a result of the manipulated variable
- a pattern, plan, representation, or description designed to show the structure or workings of an object, system, or concept
- a statement that describes what scientists expect to happen every time under a set of conditions
- the factor scientists change during an experiment
- a possible explanation for a set of observations
Down
- a factor that can be measured in an experiment
- an experiment in which one variable is controlled at a time
- the process of sharing your ideas with others through speaking or writing
- the ongoing process of discovering science
- a factor that can change in an experiment
- facts,figures,or other evidence gathered through observations
12 Clues: a factor that can change in an experiment • the ongoing process of discovering science • a factor that can be measured in an experiment • a possible explanation for a set of observations • the factor scientists change during an experiment • a well-tested explanation for a wide range of observations • an experiment in which one variable is controlled at a time • ...
Scientific inquiry 2014-09-15
Across
- a statement that describes what scientists expect to happen every time under a particular set of conditions
- the diverse ways of discovering science
- the factor that changes as a result of the changes of the manipulated variable
- facts,facts,and other evidence gathered through observations
- a possible eplanation for a set of observations
- the one factor that scientist changes during an experimnet
Down
- the process of sharing ideas with others through writing and speaking
- a well-tested explanation for a wide range of observations or experimental results
- an experiment in which one variable is manipulated at a time
- a factor that can change in an experiment
- a factor that can be measured in an experiment
- a pattern,plan,representation,or description designed to show the structure or workings of an object,system,or concept
12 Clues: the diverse ways of discovering science • a factor that can change in an experiment • a factor that can be measured in an experiment • a possible eplanation for a set of observations • the one factor that scientist changes during an experimnet • an experiment in which one variable is manipulated at a time • ...
Scientific Revolution 2016-07-13
Across
- English thinker who believed all people have a right to life, liberty, and property
- the idea that Earth revolved around the sun
- philosopher that thought people were naturally greedy, cruel, selfish
- a period after the Middle Ages when a lot of new ideas in Math, Science, Physics, and Philosophy came into being
- a strong government that could control people's evil instinct and that people should give up some of their rights in exchange for order
Down
- theory that opposes governmental interference in economic affairs beyond what is necessary to protect life and property
- invented the law of inertia
- individuals concerned with the nature of the universe
- the amount of days people believed the world to be created in before modern science
- the idea Earth is the center of the universe
- laws that govern the physical univers
- laws that govern human nature
12 Clues: invented the law of inertia • laws that govern human nature • laws that govern the physical univers • the idea that Earth revolved around the sun • the idea Earth is the center of the universe • individuals concerned with the nature of the universe • philosopher that thought people were naturally greedy, cruel, selfish • ...
scientific revolution 2023-12-08
Across
- an Italian astronomer, physicist and engineer, sometimes described as a polymath.
- a method of procedure that has characterized natural science since the 17th century, consisting in systematic observation, measurement, and experiment
- in the broadest sense, is an absence of belief in the existence of deities.
- the century the scientific revolution began
- a person who researches to advance knowledge in an area of the natural sciences.
Down
- the application of conceptual knowledge for achieving practical goals, especially in a reproducible way
- the theory that all knowledge is derived from sense-experience.
- questioning attitude or doubt toward knowledge claims that are seen as mere belief or dogma.
- a continent comprising the westernmost peninsulas of Eurasia, located entirely in the Northern Hemisphere and mostly in the Eastern Hemisphere.
- He was the second Astronomer Royal in Britain
- the astronomical model developed by Nicolaus Copernicus and published in 1543.
- an English polymath active as a mathematician, physicist, astronomer, alchemist, theologian, and author who was described in his time as a natural philosopher.
12 Clues: the century the scientific revolution began • He was the second Astronomer Royal in Britain • the theory that all knowledge is derived from sense-experience. • in the broadest sense, is an absence of belief in the existence of deities. • the astronomical model developed by Nicolaus Copernicus and published in 1543. • ...
Scientific Thought 2023-09-09
Across
- an educated guess about the future outcome of an experiment or observation may be framed as a detailed question or statement
- variable, in an experiment the factor that a scientist deliberately manipulates variable in an experiment a factor that is unknow or can change
- factor, the ratio between the sizes of two standard units for measurement of the same thing which is the factor by which you multiply a measurement in terms if one unit to get the same measurements in terms of the other
- The facts you collect from an experiment
- units, the units agreed upon in SI for reporting measurements of fundamental physical quantities
- a three-atom form of oxygen that in a layer in the stratosphere screens out harmful ultraviolet rays from the sun
Down
- variable, in an experiment the factor that may change because of a change in the independent variable
- a standard used to compare the results of an experiment for example a control group might receive no treatment and an experimental group would receive some type of special treatment or be placed in special conditions
- unit, the unit of measurement that combines fundamental units to measure a physical property
- the act or practice of producing conditions similar to real conditions
- addreviation for the French system international d'unites or international system of units which is based on the metric system of measurement and is accepted worldwide by scientists
- sensing, obtaining data usually in person at the exact location of the data
12 Clues: The facts you collect from an experiment • the act or practice of producing conditions similar to real conditions • sensing, obtaining data usually in person at the exact location of the data • unit, the unit of measurement that combines fundamental units to measure a physical property • ...
Scientific Vocabulary 2024-11-11
Across
- Recording evidence gathered through observations.
- The variable you control or vary in an experimental study to explore its effects.
- An idea or explanation that you then test through study and experimentation.
- Information gained from observing and testing an experiment.
- What has been found out during an investigation.
- A correctly conducted experiment.
- Collect the measurements and analyze them.
Down
- An element that is kept the same throughout the experiment.
- Tests whether your prediction is accurate.
- Sensory experiences that allow scientists to collect data.
- What is expected if the hypothesis is true.
- What changes as a result of the independent variable in experiments.
12 Clues: A correctly conducted experiment. • Tests whether your prediction is accurate. • Collect the measurements and analyze them. • What is expected if the hypothesis is true. • What has been found out during an investigation. • Recording evidence gathered through observations. • Sensory experiences that allow scientists to collect data. • ...
Scientific Revolution 2026-02-13
Across
- made the first working pendulum clock in 1657
- lightning is a form of
- the barometer was invented in 1643 by
- the telescope was invented around 1608 by
- many important discoveries made through the use of the
- the telescope allowed people to look at the
Down
- used water than alcohol than liquid mercury
- created calculus
- Measures pressure of the air
- more accurate way to tell time lost 15 seconds per day rather than 15 minutes
- improved magnification to 33 times
- the barometer uses
12 Clues: created calculus • the barometer uses • lightning is a form of • Measures pressure of the air • improved magnification to 33 times • the barometer was invented in 1643 by • the telescope was invented around 1608 by • used water than alcohol than liquid mercury • the telescope allowed people to look at the • made the first working pendulum clock in 1657 • ...
Object-Oriented Programming 2016-02-25
Across
- providing a single interface for multiple types
- method to access private data
- accessible only within class functions
- method for freeing data allocated by class
- instantiation of a class
- data associated with a class
Down
- accessible outside class
- relationships between classes, e.g. is-a, has-a
- make an object from a class
- method for instantiating class
- code construct used to encapsulate data and functions
- type of polymorphism used to create generic functions
- method to change private data
- a member function, or function of a class
14 Clues: accessible outside class • instantiation of a class • make an object from a class • data associated with a class • method to access private data • method to change private data • method for instantiating class • accessible only within class functions • a member function, or function of a class • method for freeing data allocated by class • ...
travel 2021-06-02
Across
- Where many people from different families travel together.
- A flying machine with blades.
- A method of travel that is common.
- A method of travel that humans use to travel short distances.
- A flying method of transport that doesn't use blades.
- A method of travel that works on rails.
- A method of travel with a skateboard.
- What birds do.
Down
- A small ship.
- The present tense of glide.
- A animal used to transport people.
- A faster way of running.
- What babies do instead of walking.
- Used to transport items.
14 Clues: A small ship. • What birds do. • A faster way of running. • Used to transport items. • The present tense of glide. • A flying machine with blades. • A animal used to transport people. • A method of travel that is common. • What babies do instead of walking. • A method of travel with a skateboard. • A method of travel that works on rails. • ...
Efectivo - Warehouse Management System 2024-08-07
Across
- Order verification
- Goods security
- Order processing
- Order accuracy measure
- Warehouse layout
- Stock organization method
- Stock overflow area
- Goods movement
- Stock movement record
- Storage optimization
- Order prioritization
- Stock quantity buffer
- Product grouping
- Goods returnal
- Storage location identifier
- Goods protection
- Stock organization strategy
- Inventory classification method
- Order completion status
- Order processing system
- Storage temperature control
- Warehouse staff
- Order compilation
- Goods dispatch
- Inventory valuation method
- Order tracking
- Goods damage prevention
- Goods reception
- Inventory reduction
- Storage unit
- Goods consolidation
- Goods organizer
- Order sorting
Down
- Inventory value calculation
- Order fulfillment process
- Inventory accuracy measure
- Stock placement strategy
- Package measurement
- Stock location strategy
- Inventory accuracy goal
- Inventory visibility
- Goods flow
- Inventory count
- Order processing speed
- Stock quantity
- Goods protector
- Stock level alert
- Item identifier
- Order assembly area
- Inventory cost method
- Inventory management software
- Stock level maintenance
- Goods identifier
- Inventory tracking method
- Stock movement path
- Inventory forecasting
- Goods vehicles
- Inventory reconciliation
- Stock optimization technique
- Order grouping method
- Efficiency metric
- Goods flow optimization
- Inventory audit
- Inventory turnover
- Dispatch area
- Goods lifting equipment
- Goods receiver
- Shelf organizer
- Stock replenishment
69 Clues: Goods flow • Storage unit • Dispatch area • Order sorting • Goods security • Goods movement • Stock quantity • Goods returnal • Goods vehicles • Goods dispatch • Goods receiver • Order tracking • Inventory count • Goods protector • Item identifier • Warehouse staff • Inventory audit • Shelf organizer • Goods reception • Goods organizer • Order processing • Warehouse layout • Product grouping • Goods identifier • ...
hospitality crossword 2026-06-16
Across
- the process of steeping solids in a liquid to extract flavour
- food is first seared then stewed in this method
- when microwave rays are generated and "shot" into food, heating up each molecule via friction
- how you ensure that you, the workspace, and the food are clean
- the process by which proteins thicken and change state to a solid
- we cut food with a...
- a method used for pastries and cakes
- the breakdown of starches into smaller molecules, such as when toasting bread
- the direct transfer of heat from a metal surface to a food item
Down
- how you cook pasta
- the transfer of harmfull substances to a food or workspace
- a method where bite sized pieces of food are cooked quickly while stirring
- a dry method where meat and vegetables are cooked in an oven
- a dry technique where food is cooked over an open flame
- when sugars are cooked at high heats to create brittle, slightly bitter compounds
- the flow of hot fluids, liquid or air, around a food, heating and cooking it in the process
- the clothes and other equipment we use to keep ourselves safe while cooking
- a moist method where food is cooked above boiling water
- when starches expand and absorb liquids, thickening those liquids into gels
- a method where food is cooked quickly on high heat, often used in thai food
20 Clues: how you cook pasta • we cut food with a... • a method used for pastries and cakes • food is first seared then stewed in this method • a dry technique where food is cooked over an open flame • a moist method where food is cooked above boiling water • the transfer of harmfull substances to a food or workspace • a dry method where meat and vegetables are cooked in an oven • ...
Hair removal review 2025-11-24
Across
- – Removal of hair at the skin’s surface
- – Recommended before waxing to prevent ingrowns
- – Natural paste method similar to waxing
- – Temporary method using a razor
- – Removal of hair from the root
- – Structure in the skin where hair grows
Down
- – Method used to remove individual hairs
- – Hair trapped under the skin after removal
- – Technique using twisted cotton thread
- – Popular epilation method using resin
- – Resting stage of the hair cycle
- – Active growth stage of the hair cycle
- – Electric tool used to shorten hair
- – Permanent reduction method using heat and light
14 Clues: – Removal of hair from the root • – Temporary method using a razor • – Resting stage of the hair cycle • – Electric tool used to shorten hair • – Popular epilation method using resin • – Removal of hair at the skin’s surface • – Technique using twisted cotton thread • – Active growth stage of the hair cycle • – Method used to remove individual hairs • ...
Basics of Science - Vocabulary 2021-06-10
Across
- a property of matter equal to the measure of an object's resistance to changes in either its speed or direction of its motion. The mass of an object is not dependent on gravity and therefore is different from but proportional to its weight. Unit: grams (g)
- the measurement of the extent of something along its greatest dimension. Unit: meters (m)
- data: data described in terms of some quality or categorization that may be informal or may use ill-defined characteristics such as warmth and flavor
- variable (or manipulated variable): variable whose value is being altered to bring a change in some condition
- method: a method of research in which a problem is identified, relevant data are gathered, a hypothesis is formulated from these data, and the hypothesis is empirically tested.
- the amount of space occupied by a three-dimensional object or region of space Unit: Liters (L)
- a branch of science that involves the study of the composition, structure and properties of matter. Often known as the central science, it is a creative discipline chiefly concerned with atomic and molecular structure and its change, for instance through chemical reactions.
- figures: All of the numbers in a measurement that are know to be accurate, plus one that is uncertain.
- variable: a sample in which a factor whose effect is being estimated is absent or is held constant: in order to provide a comparison.
- analysis: a technique that involves the study of dimensions of physical quantities
Down
- a measure of the average kinetic energy of the particles in a sample of matter, expressed in terms of units or degrees designated on a standard scale. Unit: Kelvin (K) or Celsius (®C)
- a test under controlled conditions that is made to demonstrate a known truth, examine the validity of a hypothesis: or determine the efficacy of something previously untried.
- : the act of noting and recording something with instruments.
- system: a decimal system of units based on the meter as a unit length, the kilogram as a unit mass: and the second as a unit time.
- a position reached after consideration of data obtained from an experiment
- variable (or responding variable): the observed variable in an experiment or study whose changes are determined by the presence or degree of one or more independent variables
- data: data described in terms of quantity and in which numerical values are used.
- a tentative explanation for an observation or scientific problem that can be tested by further investigation.
- notation: a method of writing or displaying numbers in terms of a decimal number between 1 and 10 multiplied by a power of 10.
19 Clues: : the act of noting and recording something with instruments. • a position reached after consideration of data obtained from an experiment • data: data described in terms of quantity and in which numerical values are used. • analysis: a technique that involves the study of dimensions of physical quantities • ...
Climate Crossword Puzzle 2013-06-06
Across
- mostly contains oxygen and nitrogen
- evidence/ evidence based on scientific theory
- part of the earth that is water
- of inclination/ the tilt of the earth's axis
- solar radiation that is given to a specific area
- all living things that exist on earth
- distance relative to sea and ground level
Down
- temperature that can be maintained for decades
- effect/ gases in the atmosphere that are absorbed
- temperature at a specific place and time
- part of the earth that is land
- change to impact and the ability to adjust
- effect/ process of convection currents veering sideways
- evidence/ evidence not based on a scientific theory
- the distance north and south of the equator
- the ability of a surface to reflect energy
16 Clues: part of the earth that is land • part of the earth that is water • mostly contains oxygen and nitrogen • all living things that exist on earth • temperature at a specific place and time • distance relative to sea and ground level • change to impact and the ability to adjust • the ability of a surface to reflect energy • the distance north and south of the equator • ...
Treatment Fads 2026-08-03
Across
- The doctor who developed the method of auditory stimulation from which AIT originally evolved.
- This expensive oxygen therapy for ASD has no evidence of benefit and can cause side effects.
- An expensive therapy claiming to "repair" brain function, though it lacks scientific evidence and is potentially harmful.
- A treatment characterized by an initial burst of popularity supported by enthusiasm rather than empirical evidence.
- The doctor who developed Auditory Integration Therapy (AIT) based on the premise of reducing hypersensitivity.
- Any effect on a disease attributable to a pill or procedure that lacks specific pharmacodynamic properties.
- A treatment based on unscientific principles; most of its remedies contain no active ingredients.
- It is considered ____ to make clinical claims that cannot be substantiated.
- Fad treatments often rely on this type of "evidence" from parents rather than rigorous statistical evaluation.
Down
- The "____ to the mean" phenomenon occurs when chronic symptoms naturally fluctuate back toward a patient's average.
- The effect where people change their behavior simply because they know they are participating in a novel experiment.
- A discredited communication method for ASD where a prompt or "helper" often accidentally guides the user's response.
- AIT practitioners incorrectly use 5-10 dB threshold variations between these types of frequencies as evidence of "distorted" hearing,.
- Fad treatments are generally publicized in journals that lack this independent expert check.
- A dangerous fad treatment for ASD intended to remove heavy metals from the body; it has led to patient deaths.
15 Clues: It is considered ____ to make clinical claims that cannot be substantiated. • This expensive oxygen therapy for ASD has no evidence of benefit and can cause side effects. • Fad treatments are generally publicized in journals that lack this independent expert check. • ...
Introduction to Psychology 2026-06-11
Across
- variable – The outcome measured in an experiment.
- – Any observable action of a person or animal.
- – A diagram showing connections between ideas.
- – The scientific study of mind and behavior.
- variable – Factor kept constant to ensure fairness.
- – Approach emphasizing observable actions and conditioning.
- – Approach linking behavior to brain, genes, and hormones.
- – Watching and recording behavior systematically.
- variable – The factor deliberately changed by the researcher.
- thinking – Using evidence and logic to study psychology.
Down
- – A testable prediction in research.
- – A factor that can change in an experiment.
- – Process of acquiring knowledge or skills.
- – Approach focusing on mental processes like memory and thinking.
- – A natural state studied in psychology for its effects on learning.
- – A smaller group chosen to represent a population.
- – Research must be free from personal bias.
- – A scientific test to study cause and effect.
- study – In‑depth research on one person or group.
- – Rules ensuring participants are treated fairly in studies.
20 Clues: – A testable prediction in research. • – Process of acquiring knowledge or skills. • – Research must be free from personal bias. • – A factor that can change in an experiment. • – The scientific study of mind and behavior. • – Any observable action of a person or animal. • – A diagram showing connections between ideas. • – A scientific test to study cause and effect. • ...
Timber defects 2020-05-04
Across
- Term used when timber is drying out
- A method used with a gun for treating timber
- The most common method used for treating timber
- Timber that is decaying due to the rain water
- A fungal attack due to moisture above 20%
- The simplest way to convert a log
- Timber has been protected with a...
- A simple method of repairing timber
Down
- The most common insect that attack timber in the UK
- Hard woods are...
- One method of converting a log
- A very difficult joint that is used for repairs
- Soft woods are...
- Oven used to season timber
- One method of converting a log
- One method of converting a log
- Method used to treat timber in large bulks
17 Clues: Hard woods are... • Soft woods are... • Oven used to season timber • One method of converting a log • One method of converting a log • One method of converting a log • The simplest way to convert a log • Term used when timber is drying out • Timber has been protected with a... • A simple method of repairing timber • A fungal attack due to moisture above 20% • ...
5 rules + 1 2023-10-24
5 Clues: Every connection must be direct. • Built-in tests to signal problems. • The pathway for every product and service must be simple and direct. • Any improvement must be made in accordance with the scientific method. • All work shall be highly specified as to content, sequence, timing, and outcome.
LGBTQ 2025-10-14
Across
- Gay tinder
- how many colours in the standard pride flag
- scientific word for people not attracted to anything
- in America gay people are typically this political party.
- A slur used to describe gay man
- scientific word u call someone that's gay
Down
- Q in LGBTQ
- scientific word for straight people
- month they celebrate their gayness
- B in LGBTQ
- the practise to have more than one partner
- L in LGBTQ
12 Clues: Q in LGBTQ • B in LGBTQ • Gay tinder • L in LGBTQ • A slur used to describe gay man • month they celebrate their gayness • scientific word for straight people • scientific word u call someone that's gay • the practise to have more than one partner • how many colours in the standard pride flag • scientific word for people not attracted to anything • ...
Your Organs 2021-08-17
Across
- scientific name for lungs
- a colourless gas with a characteristic pungent smell, which dissolves in water to give a strongly alkaline solution
- scientific name for liver
- the region of the body in between the thorax and the pelvis
- one of a pair of organs located in the right and left side of the abdomen
- a sack connected by the esophagus at one end and small intestine on the other.
- is a process by which food is broken down and chemically converted so that it can be absorbed
- scientific name for kidneys
Down
- chemical formula is CO2
- a bitter greenish-brown alkaline fluid which aids digestion and is secreted by the liver and stored in the gall bladder
- the movement of fluid through the body in a regular course
- scientific name for stomach
- are chemical substances that act like messenger molecules in the body
- is the process by which organisms expels metabolic waste products and other toxic substances from their body
- relating to the brain or the intellect
15 Clues: chemical formula is CO2 • scientific name for lungs • scientific name for liver • scientific name for kidneys • scientific name for stomach • relating to the brain or the intellect • the movement of fluid through the body in a regular course • the region of the body in between the thorax and the pelvis • ...
Chapter 1 Using Scientific Inquiry Crossword 2022-10-17
Across
- evidence - data that is collected using scientific processes that describe particular observations
- - a way of learning about the natural world
- an conclusions that have been repeated
- - making a statement on a claim about what will happen in the future based on past experience or evidence
- error in the design of the experiment
- - using one or more senses to gather information
- experiment- a scientific experiment where 1 variable is changed at a time
- inquiry - the process of gathering evidence about the natural world and proposing explanations based on it's evidence
Down
- - a possible answer to a scientific question
- variable - one factor that is purposely changed to test the hypothesis
- - evaluating observations and data to reach a conclusion about them
- variable - the factor that may change in response to the independent variable
- - based on empirical evidence and well reasoned interpretation of data
- reasoning - reasoning based on evidence
- - something based on reasoning from prior knowledge (not a guess)
- reasoning - reasoning based on personal feelings or values
16 Clues: error in the design of the experiment • an conclusions that have been repeated • reasoning - reasoning based on evidence • - a way of learning about the natural world • - a possible answer to a scientific question • - using one or more senses to gather information • reasoning - reasoning based on personal feelings or values • ...
Science Revision Crossword 2023-06-19
Across
- A type of power for which you need a socket
- Used Galapagos finches to identify the theory of evolution
- Paths through which electricity can flow through
- When you receive characteristics from your parents
- The free flow of electricity/ the power flowing through a circuit
- An animals that adapted to their environment because of the Industrial revolution
- When light passes through mediums and bends
- When cells duplicate to grow, usually when a mutation occurs
- bounce of a surface
Down
- A material that allows electricity to pass through
- scientific study including forces, magnetism, etc.
- It is part of the Domain eukarya and a dog is an .....
- a place with no air
- Related to the heart
- scientific study of living organisms
- Animals without a backbone
- When cells are altered or damaged
- A material that does not allow electricity to pass through
- A gradual process in which something changes into a different and usually more complex or better form.
- scientific study of chemicals
20 Clues: a place with no air • bounce of a surface • Related to the heart • Animals without a backbone • scientific study of chemicals • When cells are altered or damaged • scientific study of living organisms • A type of power for which you need a socket • When light passes through mediums and bends • Paths through which electricity can flow through • ...
Half Brother by Kenneth Opal - A Vocabulary Crossword by Maya Kattenfeld 2015-12-01
Across
- Drink (alcohol)
- Reduce to fine particles
- A feeling of intense irritation or annoyance
- A decision without the agreement of others
- Visually attractive
- To behave in a way that suggests one has higher standards or more noble beliefs than is the case
- Cool and distant
- Having, showing or caused by emotion, especially tender or affectionate feelings
- Extremely thirsty
Down
- An example of something for scientific study or display; an animal, plant, piece of mineral, etc.
- Have a mutual relationship or connection, in which one thing affects or depends on another
- The arrangment of words and phrases to create well-formed sentences in a language
- Acting or done without forethought
- An authoritarian and nationalistic right-wing system of government and social organization
- Scientific study of language
- To make up or form something
- The practice or custom of having more than one wife or husban at the same time
- Scientific study of primates
- Pitifully sad and abandoned and lonely
- Caught fire
20 Clues: Caught fire • Drink (alcohol) • Cool and distant • Extremely thirsty • Visually attractive • Reduce to fine particles • Scientific study of language • To make up or form something • Scientific study of primates • Acting or done without forethought • Pitifully sad and abandoned and lonely • A decision without the agreement of others • A feeling of intense irritation or annoyance • ...
HISTOPATHOLOGY 2015-08-23
Across
- wax that has a melting point of 46 - 48 degree celsius
- fluid that acts as decalcifying and softener
- also known as electric ionization
- melting point of 56 - 57 degree celsius
- also known as bisphenol A
- embedding method which uses negative atmospheric pressure
- most rapid decalcifying agent
- common tissue softener
- machine it fixes, dehydrates, clears and, infiltrates
- embedding unit for several specimens
- embedding mold that is adjustable into wide variety of sizes
- method by which considered as simple yet reliable and recommended as routine method
- mounting medium that has gum arabic as primary ingredient
Down
- also known as cyclohexene dioxide
- addition of this reagent may hasten removal of cedarwood oil
- most common chelating agent
- method done by touching or bending the tissue
- also known as chromic acid in decalcification
- excessive ___ will dry up the section
- acid that is used in post mortem research in decalcification
- embedding medium for delicate specimens
- method by which considered as most explosive
- arrangement of tissue before embedding
- most reliable and most sensitive method in decalcification
- purified from of nitrocellulose soluble in many solvents
- also known as epon
- decalcification is the procedure whereby ____ is removed
- acid which is routinely used in decalcification
- best embedding medium so far
- paraffin process is not recommended for ___ tissue
30 Clues: also known as epon • common tissue softener • also known as bisphenol A • most common chelating agent • best embedding medium so far • most rapid decalcifying agent • also known as cyclohexene dioxide • also known as electric ionization • embedding unit for several specimens • excessive ___ will dry up the section • arrangement of tissue before embedding • ...
HISTOPATHOLOGY 2015-08-23
Across
- wax that has a melting point of 46 - 48 degree celsius
- fluid that acts as decalcifying and softener
- also known as electric ionization
- melting point of 56 - 57 degree celsius
- also known as bisphenol A
- embedding method which uses negative atmospheric pressure
- most rapid decalcifying agent
- common tissue softener
- machine it fixes, dehydrates, clears and, infiltrates
- embedding unit for several specimens
- embedding mold that is adjustable into wide variety of sizes
- method by which considered as simple yet reliable and recommended as routine method
- mounting medium that has gum arabic as primary ingredient
Down
- also known as cyclohexene dioxide
- addition of this reagent may hasten removal of cedarwood oil
- most common chelating agent
- method done by touching or bending the tissue
- also known as chromic acid in decalcification
- excessive ___ will dry up the section
- acid that is used in post mortem research in decalcification
- embedding medium for delicate specimens
- method by which considered as most explosive
- arrangement of tissue before embedding
- most reliable and most sensitive method in decalcification
- purified from of nitrocellulose soluble in many solvents
- also known as epon
- decalcification is the procedure whereby ____ is removed
- acid which is routinely used in decalcification
- best embedding medium so far
- paraffin process is not recommended for ___ tissue
30 Clues: also known as epon • common tissue softener • also known as bisphenol A • most common chelating agent • best embedding medium so far • most rapid decalcifying agent • also known as cyclohexene dioxide • also known as electric ionization • embedding unit for several specimens • excessive ___ will dry up the section • arrangement of tissue before embedding • ...
Test 2 study crossword 2025-04-30
Across
- Substring s[4:9] for s=”Hi, happy Sunday!”
- Numeric code of a single character
- Function name that creates a file object and prepares the file for reading/writing
- List.pop() will remove and _______ last item in the list
- Dictionaries are a ______ data type
- Python keyword stopping control flow and throwing an exception
- Python GUI package that provides saveAs and file open dialog functions
- Sequence[] meaning for list operations
- _____ variables are accessed by name using an object’s dot notation
- Sequence[:] meaning for list operations
- Exception handling uses a try/_____
Down
- * meaning in string processing
- Usually, the name of the first parameter of a class method
- __init__ is a special method known as the object _________
- + meaning in string processing
- Capable of or subject to change or alteration
- Sys list that stores command line arguments
- List within another list
- List method that add all items in a list to the list
- Instance variables and methods are called the __________ of an object
- String method that creates a copy with all characters converted to uppercase
- String method that concatenates a list of strings into one large string
- Dictionary method that returns a sequence of tuples of key-value pairs
- File mode that adds data to an existing file
- Function that converts a numeric code to the corresponding
25 Clues: List within another list • * meaning in string processing • + meaning in string processing • Numeric code of a single character • Dictionaries are a ______ data type • Exception handling uses a try/_____ • Sequence[] meaning for list operations • Sequence[:] meaning for list operations • Substring s[4:9] for s=”Hi, happy Sunday!” • Sys list that stores command line arguments • ...
java 0 2024-10-31
Across
- holds one or more methods
- compatible with old codes
- holds one class definition
- declare a custom variable type
- method of list class to determine length
- args type of main method
- do something again and again
- months you must wait for next version
- translates bytecode into runable
- a combination of characters
- two equals signs will do
- one equals sign will do
- it was ages ago
- comes after try
- name of the class that JVM will run first
- in java everything goes in there
- weakness efficiency compared to C and Rust
- a Boolean test take place inside it
- util class that contains random generator
- it can optimize your code while it's running
- declare a list of integers
- checks for errors and transforms source to bytecode
Down
- contains syntaxes
- easy to read and write syntax
- method in util class to generate random integer
- declare an integer with
- ...tests results will be true or false
- bytecode file extension
- end of a statement
- do something
- source file extension
- write once run anywhere
- create a list of elements
- first performance enhancer
- these are not really used now in versioning
- do something conditionally
- entry method name of application
- java package that contains random generator
- code blocks are inside them
- method of Integer class that converts string to int
- holds a set of statements
- keep looping as long as true
43 Clues: print • do something • it was ages ago • comes after try • contains syntaxes • end of a statement • source file extension • declare an integer with • bytecode file extension • one equals sign will do • write once run anywhere • args type of main method • two equals signs will do • holds one or more methods • compatible with old codes • create a list of elements • holds a set of statements • ...
Nature of Science 2023-04-30
Across
- Measurements or observations collected and recorded in an experiment or investigation
- To arrange in a specific order or group by categories based on similarities.
- An organized study of the natural world that may include making systematic observations, asking questions, gathering information, analyzing data, summarizing results, drawing conclusions, and/or communicating results.
- An event, condition, or factor that can be changed or controlled in order to study r test a hypothesis in a scientific experiment
- TO arrange in a specific order or group by categories based on similarities.
- A feature, quality, property, or trait of an object or organism
- A statement that tells what an investigation showed, based on observations and data
Down
- A group of scientific experiment that serves as a reference for comparison to the experimental group
- An explanation based on evidence that is not directly observed
- To examine methodically by separating into parts and studying their interrelatedness.
- A term used to describe the certainty of data or results of an investigation or experiment
- Information about the natural world gathered through the sense and/or scientific instruments
- A term used to describe a quesion that can be answered through an experiment or observation.
- The use of scientific knowledge and processes to solve practical problems
- Multiple sets of measurements or observations in a scientific investigation
15 Clues: An explanation based on evidence that is not directly observed • A feature, quality, property, or trait of an object or organism • The use of scientific knowledge and processes to solve practical problems • Multiple sets of measurements or observations in a scientific investigation • To arrange in a specific order or group by categories based on similarities. • ...
Controversial Topics 2026-08-04
Across
- Scientific discoveries should improve the lives of all people and benefit this as a whole.
- Before approving a medical experiment, researchers must consider these principles to protect human life and dignity.
- A woman may choose to become one to help another family have a child when they cannot do so themselves.
- Ignoring safety rules in a laboratory can have a serious ______ for both researchers and patients.
- People often ask whether cloning humans is a ______ issue rather than only a scientific one.
- The invention of artificial organs is considered a scientific ______ because of its incredible impact on medicine.
- Scientists created an ______ heart to replace a damaged natural one.
- Before accepting a new medicine, scientists must carefully conduct this to prove that it is safe and effective.
- Editing this could affect not only one person but also their future children and grandchildren.
- Scientists have the ______ to ensure their discoveries do not cause unnecessary harm.
- A doctor who must choose between two difficult medical decisions is facing this kind of situation.
- Eye color, hair type, and many inherited diseases are determined by information that is described as this.
Down
- If an experiment produces no useful knowledge or benefit, many people would describe it as this.
- Human cloning remains this because experts, governments, and the public often disagree about it.
- Many people believe it is this to make animals suffer when safer scientific alternatives are available.
- A doctor should never perform surgery without first obtaining the patient's ______.
- Stem cell research often involves this very early stage of human development.
- Some diseases develop because of a change in DNA known by this scientific term.
- The development of gene-editing technology is considered one of the greatest scientific ______ of this century.
- Modern technology allows scientists to ______ genes in order to study or treat certain diseases.
- Dolly the sheep became famous because scientists used this process to create a genetically identical animal.
- Some people believe it is this to change a baby's DNA simply to improve physical appearance.
- A museum may display this instead of the original artifact to protect the real one from damage.
- Children usually do this with characteristics such as eye color, blood type, and sometimes genetic conditions.
- Scientists should always conduct research in a way that respects human rights and moral principles.
25 Clues: Scientists created an ______ heart to replace a damaged natural one. • Stem cell research often involves this very early stage of human development. • Some diseases develop because of a change in DNA known by this scientific term. • A doctor should never perform surgery without first obtaining the patient's ______. • ...
Scientific Revolution Crossword 2016-11-15
Across
- Prolonged or vigorous questioning or investigation of ones religious beliefs started in Spain in 1478
- The nature and properties of matter and energy
- Optical instrument designed for studying distant objects
- The process of improving an institution or practice
- A completely empty space
- The most advanced human social development
- Millions or billions of stars with gas and dust held together by gravitational attraction
Down
- To print a work of writing and sell it to the public
- Oval shaped orbits
- A force that attracts a smaller object to a larger entity
- All existing matter and space
- A person possessing highly developed knowledge and awareness
- Cultural rebirth/reawakening of Europe
- An exploding star
- A building used for scientific study and equipment
- A plan or idea developed by the mind.
- An idea or set of idea intended to explain facts or events
- Facts and statistics collected together to reference or analyze
- A highly educated person that rigorously studies and publishes work
19 Clues: An exploding star • Oval shaped orbits • A completely empty space • All existing matter and space • A plan or idea developed by the mind. • Cultural rebirth/reawakening of Europe • The most advanced human social development • The nature and properties of matter and energy • A building used for scientific study and equipment • ...
Belal's Scientific Challenge 2019-02-14
Across
- A type of metal that turns green as it ages
- Exposed From the air
- A Metalloid
- Used in baking
- A metal used to make soda cans.
- Used in lamps.
- A substance used in explosives
- A colorless gas, liquid, and solid. Boron Is a low abundance element in the solar system.
- It is radioactive,colorless,s odorless, tasteless noble gas.
- Valuable metal found in mines.
Down
- Found in almost living things
- A radioactive element with the highest atomic mass
- An element found in fruits an vegetables.
- Gas used in hot air balloons
- An element found in table salt, and bleach.
- You breath it
- A Chemical that is bad for your lungs and heart.
- Used to refer to a coin.
- An element that is also a mineral.
19 Clues: A Metalloid • You breath it • Used in baking • Used in lamps. • Exposed From the air • Used to refer to a coin. • Gas used in hot air balloons • Found in almost living things • A substance used in explosives • Valuable metal found in mines. • A metal used to make soda cans. • An element that is also a mineral. • An element found in fruits an vegetables. • ...
Scientific Crossword Puzzle 2018-12-27
Across
- Occurs when the water potential of the surrounding plant cell is greater than the water potential in the cell
- Single substance that cannot be broken down into 2 or more simpler substance through chemical means
- An element in Period 2
- Has a precision of 0.01mm
- Describes the variation you see when you measure the same value repeatedly with the same instrument
- Describes the difference between the measurement and the actual value
- A separation technique
- A transition metal/element
- Net random movement of particles that move from a region of higher concentration to a region of lower concentration down a concentration gradient
- The measure of gravitational force acting on a body
Down
- Mass per unit volume
- Thermal Energy
- Is a product of photosynthesis, used during cellular respiration
- Transfer of thermal energy by currents in liquid and gases due to differences in density
- Distance moved per unit time
- Ability for given substance, solute , to dissolve in a solvent
- Defined as the amount of matter in a body
- An element in Group 1
- Process whereby thermal energy is transferred through collisions of particles
19 Clues: Thermal Energy • Mass per unit volume • An element in Group 1 • An element in Period 2 • A separation technique • Has a precision of 0.01mm • A transition metal/element • Distance moved per unit time • Defined as the amount of matter in a body • The measure of gravitational force acting on a body • Ability for given substance, solute , to dissolve in a solvent • ...
Scientific Revolution Review 2024-08-12
Across
- French philosopher and mathematician who emphasized human reasoning as the best road to understanding.
- A scientific procedure undertaken to make a discovery, test a hypothesis, or demonstrate a known fact
- Danish astronomer whose work confirmed Copernicus’ observations
- English philosopher who argued that truth could not be known at the beginning of a question, but only at the end of a long process of investigation
- German mathematician, astronomer, and astrologer whose work supported Copernicus’ heliocentric model of the solar system
- Polish astronomer who discovered that Earth actually rotated around the Sun, and not the opposite.
- The force that attracts a body toward the center of the earth, or toward any other physical body having mass
- Having or representing the sun as the center, as in the accepted astronomical model of the solar system, as proposed by Galileo
- Italian astronomer and mathematician who was the first to use a telescope to study the stars. Was threatened with death if he did not recant his discoveries, which the Catholic church found heretical.
Down
- The 16th-century Flemish/Netherlandish anatomist, physician, and author of one of the most influential books on human anatomy
- English mathematician and physicist; remembered for developing the calculus and for his law of gravitation and his three laws of motion
- 17th century chemist who distinguished between individual elements and chemical compounds
- The complete change or overthrow of a government, a social system, etc.
- Along with Aristotle and Plato, this Ancient Greek philosopher conceived the first unified concept of the cosmos and Earth’s place in it.
- Having or representing the earth as the center, as in former astronomical systems
- A method of procedure consisting in systematic observation, measurement, and experiment, and the formulation, testing, and modification of hypotheses
- To say that one no longer holds an opinion or belief, especially one considered heretical
- The English scholar who described the circulation of blood for the first time
- A supposition or proposed explanation made on the basis of limited evidence as a starting point for further investigation
19 Clues: Danish astronomer whose work confirmed Copernicus’ observations • The complete change or overthrow of a government, a social system, etc. • The English scholar who described the circulation of blood for the first time • Having or representing the earth as the center, as in former astronomical systems • ...
Pottery 2025-05-14
Across
- 4th stage of clay
- 5th stage of clay
- Plate used to transport pottery on and off the wheel
- 1st wheel thrown step
- Texture category pressing objects
- Texture category subtracting clay
- 5th wheel thrown step
- Second stage of clay
- Mrs. Harters favorite Soda
- how to add clay
- The type of clay body we use
- What is wax used for
- 1st firing
- Mascot
- 4th wheel thrown step
- Wedging method
Down
- Is the strongest clay body
- Handbuilding method #2
- Terra-cotta is what type of clay body
- texture category adding clay
- 6th stage of clay
- First stage of clay
- Handbuilding method #1
- 2nd firing
- 2nd wheel thrown step
- third stage of clay
- 3rd wheel thrown step
- Glaze turns into _____ in the kiln
- Handbuilding method #3
29 Clues: Mascot • 2nd firing • 1st firing • Wedging method • how to add clay • 4th stage of clay • 5th stage of clay • 6th stage of clay • First stage of clay • third stage of clay • Second stage of clay • What is wax used for • 1st wheel thrown step • 5th wheel thrown step • 2nd wheel thrown step • 3rd wheel thrown step • 4th wheel thrown step • Handbuilding method #2 • Handbuilding method #1 • ...
Java Unit II Crossword Student Name: ____________________ Marks: ____ / 25 2026-08-02
Across
- Keyword that prevents modification
- Compares two string contents
- Instance of a class
- Joins two strings
- Returns character at a specified index
- Extracts part of a string
- Method called before garbage collection
- Dynamic resizable collection
- Immutable sequence of characters
- Fixed-size collection of elements
- Removes leading and trailing spaces
- Returns the number of characters
- Returns the number of elements in an ArrayList
- Thread-safe mutable character sequence
Down
- Replaces characters or substrings
- Blueprint for creating objects
- Block of code that performs a task
- Same method name with different parameters
- Shared among all objects of a class
- Special method used to initialize an object
- Refers to the current object
- Keyword used to create an object
- Automatic memory cleanup process
- Finds the position of a character
- Faster mutable character sequence
25 Clues: Joins two strings • Instance of a class • Extracts part of a string • Compares two string contents • Refers to the current object • Dynamic resizable collection • Blueprint for creating objects • Keyword used to create an object • Automatic memory cleanup process • Immutable sequence of characters • Returns the number of characters • Replaces characters or substrings • ...
Science 2023-07-05
Across
- The scientific study of celestial objects, such as stars, planets, and galaxies.
- The genetic material that carries the instructions for living organisms.
- A proposed explanation or prediction based on limited evidence.
- The act of finding or uncovering something new or unknown.
- The branch of technology that deals with the design and construction of robots.
- An optical instrument used to observe distant objects in space.
- The force that attracts objects toward each other, keeping them grounded.
- The study of the Earth's atmosphere and weather patterns.
Down
- A substance made up of different elements, often used in experiments.
- A person who studies and conducts research in various fields of science.
- A controlled environment where scientific experiments and research are conducted.
- A scientific activity conducted to test or investigate something.
- A device used to magnify small objects or organisms for detailed observation.
- The application of scientific knowledge to create tools and solve problems.
- The ability to do work or cause change, often in the form of heat, light, or motion.
- The protection and preservation of natural resources and the environment.
16 Clues: The study of the Earth's atmosphere and weather patterns. • The act of finding or uncovering something new or unknown. • A proposed explanation or prediction based on limited evidence. • An optical instrument used to observe distant objects in space. • A scientific activity conducted to test or investigate something. • ...
Nature of Science 2023-08-21
Across
- the act of someone else conducting your experiment
- what describes you measuring boiling water at 100.5 multiple times
- when an experiment proves the hypothesis was correct
- type of variable kept the same between all test trials
- derriving answers from your personal belief
- type of variable being measured in an experiment
- type of observation when using a meter stick
- the base SI unit of length
- what you use a triple beam balance to measure
Down
- the type of evidence obtained from scientific experiments
- derriving answers from evidence
- the scientific explanation for a never changing fact
- the act of doing multiple trials
- the scientific explanation of a consistent replicated experiment
- when judgement is made based on personal feelings
- type of variable being tested in an experiment
- what is being tested in experiment
- what describes you measuring boiling water at 100.5 celcius
- the base SI unit of volume
- the base SI unit of mass
- what you use a graduated cylinder to measure
21 Clues: the base SI unit of mass • the base SI unit of volume • the base SI unit of length • derriving answers from evidence • the act of doing multiple trials • what is being tested in experiment • derriving answers from your personal belief • type of observation when using a meter stick • what you use a graduated cylinder to measure • what you use a triple beam balance to measure • ...
Measurement and Conversion Vocabulary Review 2025-05-19
Across
- Something placed in front of a unit to change its value
- Labels used to give numbers context
- Number in the bottom of a fraction
- The number between 1 and 10 in scientific notation
- Modifies the base in scientific notation
- Number in the top of a fraction
- Derived unit containing distance and time
- The distance between 2 points
- Base unit for length in the metric system
- Unit created by combining 2 or more other units using multiplication or division
Down
- Derived unit containing volume and mass
- Base unit for time in the metric system
- A fraction equal to 1 used to convert units
- Base unit for mass in the metric system
- A condensed way to represent numbers, especially very large or small numbers
- an unmodified unit used in the metric system
- the space something takes up in 2 dimensions
- The measure of how much matter is present
- 10 used in scientific notation
- the space something takes up in 3 dimensions
20 Clues: The distance between 2 points • 10 used in scientific notation • Number in the top of a fraction • Number in the bottom of a fraction • Labels used to give numbers context • Derived unit containing volume and mass • Base unit for time in the metric system • Base unit for mass in the metric system • Modifies the base in scientific notation • ...
Zoology Unit 2: Taxonomy and Geological Time Scale 2022-09-08
Across
- kingdom with prokaryotes found everywhere
- largest unit of time on geological time scale
- tool used to identify species with pairs of statements
- a diagram separating species into branches based on derived characteristics
- the study of classification
- era that contains dinosaurs
- kingdom with eukaryotic, absorptive, mostly multicellular heterotrophs
- the evidence for the geological time scale
- era before dinosaurs with first vertebrates and arthropods
- when 90% of species died out
- a time when multicellular life diversified into many species
- a member of the kingdom of multicellular, ingestive heterotrophs with no cell walls
- first part of scientific name
- second part of scientific name
Down
- father of taxonomy
- a classification group of related species, example: phylum
- paleozoic period with giant bugs
- a large taxon group, there are six of them
- kingdom with prokaryotes found in extreme environments
- era after dinosaurs with large mammals
- scientific names should be printed in _______
- the group right above order
22 Clues: father of taxonomy • the study of classification • era that contains dinosaurs • the group right above order • when 90% of species died out • first part of scientific name • second part of scientific name • paleozoic period with giant bugs • era after dinosaurs with large mammals • kingdom with prokaryotes found everywhere • a large taxon group, there are six of them • ...
Crossword 2020-01-17
Across
- influenced by Darwin, survival of the fittest, theory of evolution to describe society… “Social Darwinism”.. Thought that helping the weak would make the process slower.. The best would survive
- choices people make to satisfy needs and wants
- how the environment affects behavior and personality
- the unintended consequences of society
- is formed from characteristics and elements of the given phenomena, but it is not meant to correspond to all of the characteristics of any one particular case
- perspective parts that produce a stable social system
- understanding of how people make sense of their world
- the scientific study of the human mind and its functions, especially those affecting behavior in a given context.
- an exchange between two or more individuals
- founded sociology as a distinct subject, and coined the term sociology, social order/social change, believed that society changes through social dynamics, practiced “cerebral hygiene”.. Applied scientific methods to the study of social interactions...
- how social groups affect each other
Down
- understanding of how people make sense of their world
- behavior that influences or is influenced by organisms sufficiently alive to respond to one another.
- the study of the development, structure, and functioning of human society.
- ability to see connection between the world and your personal life
- the theory that all aspects of a society serve a function and are necessary for the survival of that society.
- competition and perspective
- perspectives assumptions about the nature of things
- bad consequence something has
- Developed the first sociology course in France.. Interested in the function of religion holding society together. Educated in France and Germany
- how a person interacts with others in a society
- the scientific study of human society and social relationships.
- Weber More interested in seperate groups than society as a whole.. Focused study on how society affects the individual and the meaning of people's actions. Developed “ideal type”
- a way of viewing humanity as a society.
- organization and operation of government
- the intended consequences of society
- perspectives in sociology and social psychology that emphasize a materialist interpretation of history, dialectical method of analysis, a critical stance toward existing social arrangements, and political program of revolution or, at least, reform.
- how someone reacts to 1 other person
- writer/editor for radical newspaper, society is influenced on how the economy is set up. Believed conflict is the main way social change happens. Wanted a classless society...
- anything that represents something else
30 Clues: competition and perspective • bad consequence something has • how social groups affect each other • the intended consequences of society • how someone reacts to 1 other person • the unintended consequences of society • a way of viewing humanity as a society. • anything that represents something else • organization and operation of government • ...
chapter 10 2017-03-06
Across
- FRS was an English philosopher and physician, widely regarded as one of the most influential of Enlightenment thinkers and commonly known as the "Father of Liberalism
- sun the center of the universe
- someone who studies wisdom, love to study
- baptised as Johannes Chrysostomus Wolfgangus Theophilus Mozart, was a prolific and influential composer of the Classical era.
- was a Francophone Genevan philosopher, writer, and composer of the 18th century.
- PRS was an English mathematician, astronomer, and physicist who is widely recognised as one of the most influential scientists of all time
- Dubbed the father of modern western philosophy, much of subsequent Western philosophy is a response to his writings, which are studied closely to this day.
- a method of procedure that has characterized natural science since the 17th century
Down
- He served both as Attorney General and as Lord Chancellor of England
- Galileo Galilei was an Italian polymath: astronomer, physicist, engineer, philosopher, and mathematician
- was a German mathematician, astronomer, and astrologer.
- Nicolaus Copernicus was a Renaissance mathematician and astronomer who formulated a model of the universe that placed the Sun rather than the Earth at the center of the universe
- a belief or theory that opinions and actions should be based on reason and knowledge rather than on religious belief or emotional response
- Earth is the center of the universe
- a perios when philosophers believed that they could apply the scientific method and use reason to explain human nature logically
15 Clues: sun the center of the universe • Earth is the center of the universe • someone who studies wisdom, love to study • was a German mathematician, astronomer, and astrologer. • He served both as Attorney General and as Lord Chancellor of England • was a Francophone Genevan philosopher, writer, and composer of the 18th century. • ...
Science ELT project 2024-05-07
Across
- Key keys used to identify animals and plants.
- a person who purchases goods and services for personal use.
- Feeders and Decomposers Detritivores are the animals which feed on dead remains of plants and animals. Decomposers are micro-organisms which secrete digestive enzymes over dead organic matter to convert it into simpler and soluble organic substances.
- the process by which businesses or other organizations develop international influence or start operating on an international scale.
- resource a resource of which there is an endless supply because it can be replenished.
- cycle involves the continuous circulation of water in the Earth-Atmosphere system
- Method a method of procedure that has characterized natural science since the 17th century, consisting in systematic observation, measurement, and experiment, and the formulation, testing, and modification of hypotheses
- equilibrium When a population is in equilibrium, both genotype and allele frequencies remain constant from one generation to the next
Down
- avoidance of natural resource depletion to maintain an ecological balance.
- any product of the condensation of atmospheric water vapor that falls from clouds due to gravitational pull
- a group of people living in the same place or having a particular characteristic in common.
- an organism that creates its own food or energy
- the process of turning from liquid into vapor.
- Cycle a repeating cycle of processes during which nitrogen moves through both living and non-living things.
- profile the vertical section of the soil from the ground surface downwards to where the soil meets the underlying rock
15 Clues: Key keys used to identify animals and plants. • the process of turning from liquid into vapor. • an organism that creates its own food or energy • a person who purchases goods and services for personal use. • avoidance of natural resource depletion to maintain an ecological balance. • ...
Zoology 2026-02-05
Across
- study of naming and classifying organisms
- Sponges
- First part of scientific name
- Shortest length of time
- inherited characteristic
- Different around the organism
- Same all around
Down
- 2 eq differences
- Longest length of time
- second part of the scientific name
- Jellyfish/sea anemone
- Mammals
- evidence of past life preserved in materials
- hookworms/heartworms
- Lobsters/beetles
15 Clues: Sponges • Mammals • Same all around • 2 eq differences • Lobsters/beetles • hookworms/heartworms • Jellyfish/sea anemone • Longest length of time • Shortest length of time • inherited characteristic • First part of scientific name • Different around the organism • second part of the scientific name • study of naming and classifying organisms • evidence of past life preserved in materials
in the kitchen 2023-10-18
Across
- A brief cooking method that involves plunging food into boiling water, often to preserve color or prepare for further cooking.
- The process of turning sugars into a sweet, browned glaze by heating.
- A cooking technique that involves finely chopping ingredients into tiny pieces.
- Instructions for preparing a delicious dish
- Quickly cook the surface of meat or fish to lock in juices and add a flavorful crust.
- To use liquid, often wine or broth, to release flavorful bits stuck to the pan after searing or sautéing.
- Cooking at a gentle, bubbling heat to blend flavors and tenderize ingredients.
- A scooping tool used to serve soups, stews, and other liquid dishes.
- The outermost layer of citrus fruits, used to add a burst of flavor to dishes.
Down
- A high-heat cooking method that cooks food under direct heat for a crispy finish.
- Kitchen appliance used for baking and roasting
- Slow-cooking method that involves searing and simmering in liquid for tender results.
- Culinary expert who creates delectable dishes
- To soak food in a flavorful liquid for a period, enhancing its taste before cooking.
- A cooking method that involves quick frying in a small amount of oil or butter.
- A gentle cooking method that uses hot vapor to prepare food, preserving its nutrients and texture.
- A kitchen tool used for beating, mixing, and incorporating air into ingredients.
- A method of cooking that involves open flames and grill marks on food.
- Cooking method that involves placing meat or vegetables in the oven for a flavorful, browned exterior.
- Flavor enhancers that add zest to your culinary creations.
20 Clues: Instructions for preparing a delicious dish • Culinary expert who creates delectable dishes • Kitchen appliance used for baking and roasting • Flavor enhancers that add zest to your culinary creations. • A scooping tool used to serve soups, stews, and other liquid dishes. • The process of turning sugars into a sweet, browned glaze by heating. • ...
Calculus Vocab B 2025-06-28
Across
- The derivative of position; rate of change of position
- by Washers A method for volume involving a hole in the solid
- Between Curves The integral of the top function minus the bottom function over an interval
- Rates A method to find the rate of change of one variable in terms of another
- by Shells A method using cylindrical shells parallel to the axis of rotation
- A function whose derivative is the given function
- A method for finding integrals using a change of variable
- Endpoint The Riemann sum using the left ends of subintervals
- The accumulation of quantities; area under a curve
- Condition A known value used to solve for C in an antiderivative
- Differentiation A method for finding derivatives by taking logarithms of both sides
- The Riemann sum using the midpoint of subintervals
- The derivative of velocity; second derivative of position
- Rule A method to evaluate limits involving indeterminate forms
Down
- Net change in position; ∫ velocity
- Field A graphical representation of a differential equation
- Sum An approximation of area using rectangles
- by Disks A method to find volume using circular cross-sections perpendicular to the axis
- Value The average height of a function over an interval; (1/(b-a)) ∫ f(x) dx
- Theorem The theorem that connects derivatives and integrals
- Equation A differential equation that can be written as f(y)dy = g(x)dx
- Distance The integral of the absolute value of velocity
- Integral The signed area under a curve between two bounds
- Integral The general antiderivative of a function
- The location of a particle at a given time
- Rule An area approximation method using trapezoids instead of rectangles
- Endpoint The Riemann sum using the right ends of subintervals
- Differentiation A method to find dy/dx when y is not isolated
28 Clues: Net change in position; ∫ velocity • The location of a particle at a given time • Sum An approximation of area using rectangles • A function whose derivative is the given function • Integral The general antiderivative of a function • The accumulation of quantities; area under a curve • The Riemann sum using the midpoint of subintervals • ...
Manufacturing 2026-01-08
Across
- production rate needed to meet customer demand
- data-driven method to reduce variation and defects
- maintenance, repair, and operations supplies
- measuring device used for inspection
- bill of materials listing required components
- mistake-proofing method to prevent errors
- waste-reduction philosophy focused on customer value
- quick changeover method (single-minute exchange of die)
Down
- just-in-time production approach
- quality assurance
- total productive maintenance
- quality management system standard
- value stream mapping of material and information flow
- failure modes and effects analysis
- visual signal used to stop or flag problems on the line
- visual pull system using cards or signals to control flow
- work-in-process inventory
- manufacturing layout where machines are grouped by product flow
- overall equipment effectiveness metric
- workplace organization method: sort, set, shine, standardize, sustain
20 Clues: quality assurance • work-in-process inventory • total productive maintenance • just-in-time production approach • quality management system standard • failure modes and effects analysis • measuring device used for inspection • overall equipment effectiveness metric • mistake-proofing method to prevent errors • maintenance, repair, and operations supplies • ...
D4D Puzzle #2 2026-09-14
Across
- The act of thinking or making a decision as a group that removes individual responsibility and/or creativity.
- A specific problem a customer encounters that causes frustration, confusion, or even anger.
- A narrowing method performed by allocating 100 given points between ideas. The idea with the highest number of points allocated to it is the chosen idea.
- A horizontal and vertical line used to plot data within a chart or graph.
- A board that is used to write and draw on and is easily wiped off when finished.
- A statement written from a customer's perspective that identifies what a new and improved experience looks like.
- The process of cutting away solution ideas until only the best solution idea. This solution should solve for customer benefit.
- An observation method where customers are observed using a product or service in the location they normally use that specific product or service.
- A method used to brainstorm new ideas. This method uses a six-pointed star to answers who, what, where, why, when, and how questions about an idea.
- An observation method used to observe a customer's use of a product or service in person.
- The method of creating new innovative concepts through pairing different elements thought of during a brainstorming session.
Down
- Small slips of paper in a notepad with strips of adhesive on the back so that the papers can be attached and removed from a surface.
- A statement that describes the customer problem.
- A narrowing technique used to place ideas in quadrants determined by specific criteria to help narrow down to a solution idea that will provide the best customer delight.
- An observation method where customers are abserved via the internet.
- An observation method where customers are observed using the website.
- A brainstorming method used to come up with seven distinctly different ideas.
- A group discussion to generate ideas or solve problems.
- The process of observing an individual to gather information and insight.
19 Clues: A statement that describes the customer problem. • A group discussion to generate ideas or solve problems. • An observation method where customers are abserved via the internet. • An observation method where customers are observed using the website. • A horizontal and vertical line used to plot data within a chart or graph. • ...
Chapter 10 2017-03-07
Across
- Belief that views reason as the chief source of knowledge
- German mathematician, astronomer, and astrologer; confirmed that the sun was at the center of the universe
- French philosopher; began by thinking and writing about the doubt; wrote "Discourse on Method"
- Systematic procedure to collect and analyze evidence
- Earth at the center of universe
- Mathematician, astronomer; formulated the sun-centered conception of the universe
- Sun at the center of universe
- English philosopher; one of the most influential of Enlightenment thinker; argued that every person was born with a tabula rasa or blank mind, through his work "Essay Concerning Human Understanding"
Down
- English philosopher; believed that scientists should learn about nature by using inductive reasoning instead of rely on the ideas of ancient authorities
- Composer; owner of three of the world's greatest operas: "The Marriage of Figaro", "The Magic Flute", and "Don Giovanni"
- Most famous philosophe of the later Enlightenment; through his "Discourse on the Origins of the Inequality of Mankind", argued that people had adopted laws and government in order to preserve their private property
- Italian astronomer, physicist, engineer, philosopher, and mathematician; first European to make regular observations of the heavens using a telescope
- English mathematician, astronomer, and physicist; influenced eighteenth-century intellectual through ideas; discovered several laws and theories of physics and motion
- A period when philosophers used reason and the scientific method to discover more about human nature
- Someone who studies wisdom, love to study
15 Clues: Sun at the center of universe • Earth at the center of universe • Someone who studies wisdom, love to study • Systematic procedure to collect and analyze evidence • Belief that views reason as the chief source of knowledge • Mathematician, astronomer; formulated the sun-centered conception of the universe • ...
Treatment Fads 2026-08-03
Across
- A treatment characterized by an initial burst of popularity supported by enthusiasm rather than empirical evidence.
- A treatment based on unscientific principles; most of its remedies contain no active ingredients.
- CELL: An expensive therapy claiming to "repair" brain function, though it lacks scientific evidence and is potentially harmful
- This expensive oxygen therapy for ASD has no evidence of benefit and can cause side effects.
- A discredited communication method for ASD where a prompt or "helper" often accidentally guides the user's response.
- The "____ to the mean" phenomenon occurs when chronic symptoms naturally fluctuate back toward a patient's average.
- The doctor who developed Auditory Integration Therapy (AIT) based on the premise of reducing hypersensitivity.
- A dangerous fad treatment for ASD intended to remove heavy metals from the body; it has led to patient deaths.
Down
- The effect where people change their behavior simply because they know they are participating in a novel experiment.
- REVIEW: Fad treatments are generally publicized in journals that lack this independent expert check,.
- The doctor who developed the method of auditory stimulation from which AIT originally evolved.
- Any effect on a disease attributable to a pill or procedure that lacks specific pharmacodynamic properties.
- Fad treatments often rely on this type of "evidence" from parents rather than rigorous statistical evaluation.
- AIT practitioners incorrectly use 5-10 dB threshold variations between these types of frequencies as evidence of "distorted" hearing,.
- It is considered ____ to make clinical claims that cannot be substantiated.
15 Clues: It is considered ____ to make clinical claims that cannot be substantiated. • This expensive oxygen therapy for ASD has no evidence of benefit and can cause side effects. • The doctor who developed the method of auditory stimulation from which AIT originally evolved. • ...
Lumina 2022-07-28
Across
- Ability to think and move clearly, easily and with speed
- A method for solving a problem
Down
- Surprising a customer by exceeding their expectations and thus creating a positive emotional reaction
- leveraging the application of scientific knowledge, tools for practical purposes
- the process of becoming or making something different
5 Clues: A method for solving a problem • the process of becoming or making something different • Ability to think and move clearly, easily and with speed • leveraging the application of scientific knowledge, tools for practical purposes • Surprising a customer by exceeding their expectations and thus creating a positive emotional reaction
vol2 pg228 The Age of Ideas 2025-09-08
5 Clues: a sun-centered description of the universe • an explanation about how or why something happens • a method of preventing diseases, such as small pox • the idea that the earth is the center of the universe • an era of scientific and ethical progress in Europe during 1600s and 1700s
11C Accounting Crosswords Quiz - Josephine, Monica, Ciacia, Chris 2023-10-12
Across
- __ will lead to the same output with fewer employees.
- When the company wants to ___ from employees, they will use the daywork method.
- One of the disadvantages of individual bonus schemes is that the ___ might ___.
- If a company choose to use the bonus scheme method, labor costs will be ___
- The employees will receive a ______ for each unit of output above this level.
- Which result is obtained by dividing a certain measure by the number of employees to determine labor productivity?
- A more productive workforce will __ over a higher output and reduce the unit costs.
- What are the two important elements in a business that can be affected by employee remuneration?
- Effective employees __ will motivate employees to work more efficiently and thus increase output.
- What is the significance of the impact generated by labor costs for a company?
Down
- The most common method of rewarding employees is rewarding them for actual output over the planned standard output expected _____ working conditions.
- Compared to other methods, the group bonus scheme method allows employees to _____ within the group.
- Works that can be divided into small tasks often use ___.
- Whatever remuneration method is chosen, the cost benefits obtained by using it should be greater than the costs of ___.
- Remuneration includes wages, and other benefits, such as pension contributions, or ___
- By employing piecework, it has the potential to boost employee productivity and output, as it motivates them to...?
- Another name for the volume of output?
- As a disadvantage of the day work method, what will be needed for the employees?
- By using the daywork method, how could the company spend more labour cost?
- What makes labour cost a significant cost in a business?
20 Clues: Another name for the volume of output? • __ will lead to the same output with fewer employees. • What makes labour cost a significant cost in a business? • Works that can be divided into small tasks often use ___. • By using the daywork method, how could the company spend more labour cost? • ...
Design & Modeling Vocabulary 2025-05-01
Across
- A measuring tool with two usually adjustable jaws used especially to measure thickness or diameter.
- Collecting data in a quantifiable manner.
- A person or household that purchases goods or services.
- A person who designs any of a variety of things.
- Cut off irregular or unwanted parts.
- Turning around an axis or center point.
- refers to the size of an object (a whole) in relationship to another object (another whole)
- A detailed description of the design and materials used to make something.
- The way people use resources to meet their wants and needs.
- A measure in one direction.
- A new product, system, or process that has never existed before, created by study and experimentation.
- The measurement or extent of something from side to side.
- A straight line passing from side to side through the center of a circle or sphere.
- The number above the line in a fraction showing how many of the parts indicated by the denominator is taken.
- A straight line from the center to the circumference of a circle or sphere.
- A form of pictorial drawing in which all three drawing axes form equal angles of 120 degrees with the plane of projection.
- Using technological and scientific knowledge to solve practical problems.
- Construct or manufacture an industrial product.
- Desired specifications (elements or features) of a product or system.
- A rough drawing representing the main features of an object or scene and often made as a preliminary study.
- An iterative decision-making process that produces plans by which resources are converted into products or systems that meet human needs and wants or solve problems.
- A full-scale working model used to test a design concept by
Down
- Pleasing in appearance.
- A method of shared problem solving in which all members of a group spontaneously, and in an unrestrained discussion, generate ideas.
- The act or process of building, erecting, or constructing buildings, roads, or other structures.
- The degree to which several measurements or calculations show the same or similar results.
- A method for collecting data.
- A change or correction made as a result of editing.
- Designed to be practical and useful.
- The distance from front to back.
- A limit to the design process. Constraints may be such things as appearance, funding, space, materials, and human capabilities.
- An improvement of an existing technological product, system, or method of doing something.
- To form an idea of the amount of value of; assess.
- To observe or study by close examination and systematic inquiry.
- The condition or quality of being true, correct, or exact; precision; exactness. The degree of correctness of a quantity or expression.
- The transmission of information through a common system of symbols, signs, behavior, speech, writing, or signals.
- Parallel to the X axis.
- The process of making a raw material into a finished product; especially in large quantities
- Change to ensure accuracy.
- The measurement of someone or something from head to foot or from base to top.
- A standard quantity in terms of which other quantities may be expressed.
- A limit to a design process. Constraints may be such things as appearance, funding, space, materials, and human capabilities. A limitation or restriction.
- A person who is trained in and uses technological and scientific knowledge to solve practical problems.
43 Clues: Pleasing in appearance. • Parallel to the X axis. • Change to ensure accuracy. • A measure in one direction. • A method for collecting data. • The distance from front to back. • Cut off irregular or unwanted parts. • Designed to be practical and useful. • Turning around an axis or center point. • Collecting data in a quantifiable manner. • ...
Wireless 2023-03-28
Across
- is an open standard protocol used to authenticate users onto a network.
- A communication method that uses radio waves to transmit data from small circuit boards called RFID tags to special scanners.
- Secure authentication method for wired and wireless networks.
- multiple-output An enhancement that allows multiple antennas to use the same radio frequency.
- IEEE designation for all wireless networking standards.
- Wireless authentication method that uses a passphrase to authenticate users.
- Authentication method that forces a user to agree to terms or pay a fee before accessing the wireless network.
- A method that combines channels into one to increase bandwidth.
- Wireless network that requires no authentication.
- Wireless authentication method that allows for automatic connection between a device and the wireless access point.
- A communication method that allows two-way communication between two devices within a few centimeters of each other.
Down
- was developed by Cisco to address security concerns in RADIUS.
- An enhancement to MIMO that allows the antennae on the access point to divide streams between multiple devices.
- Wireless communication technology that allows two devices to connect to each other over a short distance.
- Encryption protocol used on most wireless networks today. Versions 2 and 3 are the latest versions in use.
- A method that allows the frequency of the wireless network to be fine-tuned. Each channel is approximately 20 MHz wide.
- s a key component of Windows Active Directory. has three main components:
- was introduced in 2018 to address the vulnerabilities inherent in the WPA2 handshake and to support newer technologies. Instead of using the pre-shared key, WPA3 implements the Simultaneous Authentication of Equals (SAE) standard.
18 Clues: Wireless network that requires no authentication. • IEEE designation for all wireless networking standards. • Secure authentication method for wired and wireless networks. • was developed by Cisco to address security concerns in RADIUS. • A method that combines channels into one to increase bandwidth. • ...
A Sketchy Scene Vocabulary 2024-09-05
Across
- Established procedures or rules to follow when collecting and handling evidence.
- Official procedures or systems used to ensure the proper collection and handling of evidence.
- A procedure or analysis conducted on evidence to support or refute hypotheses.
- An initial explanation or theory about the evidence found at the scene.
- Electronics that might contain evidence, such as phones or computers.
- A significant location within the crime scene from which measurements and searches are often initiated.
- Lists all observable evidence in a sketch
- Drawing A drawing of the crime scene where the dimensions are proportional but reduced in size.
- A notebook used to record observations, hypotheses, sketches, and other notes during an investigation.
- The boundary established around the crime scene to restrict access.
Down
- The use of cameras to capture images of the crime scene for documentation.
- The reference point from which measurements are taken at the crime scene.
- An organized method of searching a crime scene to ensure no evidence is overlooked.
- Includes the date, time, location, and temperature in a sketch
- The process of determining the size, length, or amount of something at the crime scene.
- A record of all evidence collected at the scene, including details about each item.
- A preliminary drawing of the crime scene showing the arrangement of evidence.
- Techniques used to systematically search a crime scene, such as the Link Method, Zone Method, Spiral Method, Line (Strip) Method, Wheel or Ray Method, and Grid Method.
- A record-keeping tool used by forensic scientists to document their work and findings.
- The person who has died.
- Any items or information that can be used to understand or solve a crime.
21 Clues: The person who has died. • Lists all observable evidence in a sketch • Includes the date, time, location, and temperature in a sketch • The boundary established around the crime scene to restrict access. • Electronics that might contain evidence, such as phones or computers. • An initial explanation or theory about the evidence found at the scene. • ...
Modern materials and methods of construction 2025-12-11
Across
- One of the benefits of off site construction is enhanced health and ------ outcomes.
- A type of modern engineered timber.
- Welsh word for 'green'
- This modern method of construction describes the method of joining large factory finished modules, usually in the form of rooms such as living rooms and bedrooms, to make almost a complete building.
- A modern method of surveying that uses laser scanning and drones that provides comprehensive 3D models with great accuracy and density over large areas(Abbreviation)
- Speed and efficiency, improved quality and consistency, cost savings, sustainability and waste reduction, are all -------- of off-site construction.
- 'BIM'a modern method of design and construction(8,11,9)
- Type of building designed to minimize environmental impact through resource-efficient and sustainable practices across their entire lifecycle.
- A modern method of construction that uses factory - made panels in the form of walls, floors and roofs.
Down
- Word to describe methods of off site construction.
- 'VR' Type of new technology that allows designers and customers to visualise a building before it is built(7,7)
- Welsh word for 'benefits'
- Off-site construction enables the use of advanced manufacturing techniques and technologies, leading to higher energy ---------- in the production process.
- Word to describe concrete components that are prepared, cast and cured off-site, usually in a controlled factory environment, using reusable moulds.
- Reduced site ---------- is a major benefit of off site construction.
- Welsh word for 'materials'
- Welsh word for 'safety'
- A material that can be used in insulation products and as a fine aggregate using modern methods.
- A modern method of surveying using satellites(abbreviation)
- A modern method of construction that involves combining factory produced, pre-engineered units( or modules) to form major elements of a structure.
20 Clues: Welsh word for 'green' • Welsh word for 'safety' • Welsh word for 'benefits' • Welsh word for 'materials' • A type of modern engineered timber. • Word to describe methods of off site construction. • 'BIM'a modern method of design and construction(8,11,9) • A modern method of surveying using satellites(abbreviation) • ...
Scientific Revolution 2022-02-07
Across
- theory the sun is center of universe, Copernicus
- Newton helped bring together (Copernicus, Kepler, and Galileo) breakthroughs under a single theory of motion.
- An economic system based on private ownership of capital
Down
- method A logical procedure for gathering and testing ideas.
- Copernicus A Polish cleric and astronaut.
5 Clues: Copernicus A Polish cleric and astronaut. • theory the sun is center of universe, Copernicus • An economic system based on private ownership of capital • method A logical procedure for gathering and testing ideas. • Newton helped bring together (Copernicus, Kepler, and Galileo) breakthroughs under a single theory of motion.
Hair removal review 2025-11-24
Across
- – Removal of hair at the skin’s surface
- – Recommended before waxing to prevent ingrowns
- – Natural paste method similar to waxing
- – Temporary method using a razor
- – Removal of hair from the root
- – Structure in the skin where hair grows
Down
- – Method used to remove individual hairs
- – Hair trapped under the skin after removal
- – Technique using twisted cotton thread
- – Popular epilation method using resin
- – Resting stage of the hair cycle
- – Active growth stage of the hair cycle
- – Electric tool used to shorten hair
- – Permanent reduction method using heat and light
14 Clues: – Removal of hair from the root • – Temporary method using a razor • – Resting stage of the hair cycle • – Electric tool used to shorten hair • – Popular epilation method using resin • – Removal of hair at the skin’s surface • – Technique using twisted cotton thread • – Active growth stage of the hair cycle • – Method used to remove individual hairs • ...
Effective teaching methods in FL education 2021-10-20
Across
- and answer method This method involves posing the question to the learners in order to promote thinking and understanding
- method This is when students are selected as panelists to discuss a given topic
- of tasks are planned program of work that requires a large amount of time, effort, and planning to complete
- method Often has two arguments and both sides of argument would be helpful and learners may benefit from the exploration of fellow learners
- method Can be used in giving information, training and knowledge
- method The type of method which involves formal of a discourse of a sum
Down
- method The type of method of teaching where a teacher gives the all class or different groups within the class
- telling method Is another way
- method
- method This type of method is where a teacher selects learners who perform well to tutor other who are having difficulties with the lesson
- method The type of method of putting together known bits of information to reach the point where unknown information becomes obvious and true
11 Clues: method • telling method Is another way • method Can be used in giving information, training and knowledge • method The type of method which involves formal of a discourse of a sum • method This is when students are selected as panelists to discuss a given topic • ...
Animal Terms 2017-09-28
13 Clues: Meat from Sus • Newborn Feline • Young Male Sus • Castrated Gallus • Castrated Feline • Meat from Caprine • Adult Male Canine • Young Female Turkey • Adult Female Bovine • Billy Scientific Name • Turkey Scientific Name • Adult Breeding Male Horse • Adult Breeding Felame Horse
spelling list 11 2024-02-02
Chapter 6 2024-03-07
Across
- A federal medical insurance program that primarily serves those older than 65.
- A uniform method of defining basic parameters for processes, products, services and measurements.
- Reports developed by experts in the field that contain valuable information needed by the healthcare industry.
- A method or technique that is consistently shown results superior to those achieved by other means.
Down
- Voluntary guidelines representing a consensus of AAMI members that are intended for use by healthcare facilities and manufacturers to help ensure instruments are safe for use.
- Rules issued by administrative agencies that have the force of law.
- A federal and state assistance program that pays covered medical expenses for low-income individuals.
- The FDA process of scientific and regulatory review to evaluate the safety and effectiveness of class III medical devices.
- The FDA safety information and adverse event reporting system that serves healthcare professionals and the public by reporting serious problems.
- Provides ferderal protections for individually identifiable health information held by covered entities and their associates.
- A injury or illness that is life-threatening resulting in permanent impairment of a bodily function or permanent damage to a body structure.
11 Clues: Rules issued by administrative agencies that have the force of law. • A federal medical insurance program that primarily serves those older than 65. • A uniform method of defining basic parameters for processes, products, services and measurements. • A method or technique that is consistently shown results superior to those achieved by other means. • ...
BIOTECH(4) 2020-02-23
Across
- _______ is an example of protease inhibitor that is added to the lysis buffer.
- Phenylalanin, tyrosine, _______________ are examples of aromatic amino acids.
- Ammonium _____________ is used at salt precipitation method for enzyme purification.
- Cell lysis can be done mechanically, enzymatically, or using the ______________ of it.
- Method to identify the enzyme.
- Tool that is used to lyses the cell.
- Salt that form purple complex with alkaline substance.
- To determine that ammonium sulfate is completely diffused, add _____ inside the buffer solution.
- For the dialysis process, the sampel was put inside the _______ bag.
Down
- ___________ chloride is added in the dialysis process to know whether the dialysis already reach equilibrium or not.
- Cell lysis by enzimatic method could be done by using what enzyme?
- Method to purified the enzyme.
- Unit of sedimentation coefficient?
- ______________ salt is an example of intefering compound for Biuret method of colorimetric analysis.
- _______ colloidal colorimetric method could be used to analyze very small protein.
- Isolation enzyme from organel can be done by cell fractination centrifugation or ______ density centrifugation.
- ___________ press could lysis the cell mechanically by using very high pressure.
- A very high purity of enzyme is targetted for
18 Clues: Method to purified the enzyme. • Method to identify the enzyme. • Unit of sedimentation coefficient? • Tool that is used to lyses the cell. • A very high purity of enzyme is targetted for • Salt that form purple complex with alkaline substance. • Cell lysis by enzimatic method could be done by using what enzyme? • ...
Viruses & Bacteria 2021-12-07
Across
- disease prevention method
- splitting into 2 or more parts
- Severe Acute Respiratory Syndrome
- infectious particle with its own DNA
- the virus attaches to cell
- offspring grows on parent then falls
- transfer/spread from one thing to another
- a virus is an ___ particle
- helps fight a virus using the antigen
- SARS-CoV-2 (coronavirus)variant
- virus transmission method spread through feces
- made using a vaccine
Down
- double-helix
- unicellular with no membrane-bound organelles
- virus transmission method spread through air
- head, tails, and tail fibers assembled
- virus tranmission method spread through insects
- prokaryotic organisms that are found everywhere
- deactivates viruses
- when the newly-created virus is released
- spread of a virus globally
- a surrounding or enclosing structure
- the disease of the virus SARS-CoV-2
23 Clues: double-helix • deactivates viruses • made using a vaccine • disease prevention method • the virus attaches to cell • spread of a virus globally • a virus is an ___ particle • splitting into 2 or more parts • SARS-CoV-2 (coronavirus)variant • Severe Acute Respiratory Syndrome • the disease of the virus SARS-CoV-2 • infectious particle with its own DNA • ...
C5 2026-06-05
Across
- Matter cannot be created or destroyed
- Slows down a reaction
- Collected information
- Absorbs heat
- Starting material in reaction
- Scientific test
- Well-supported scientific explanation
- Speeds up a reaction
Down
- Using senses to gather information
- Releases heat
- Factor that changes in an experiment
- Substance formed in reaction
- Testable prediction
- Rule based on repeated experiments
- Constant in an experiment
15 Clues: Absorbs heat • Releases heat • Scientific test • Testable prediction • Speeds up a reaction • Slows down a reaction • Collected information • Constant in an experiment • Substance formed in reaction • Starting material in reaction • Using senses to gather information • Rule based on repeated experiments • Factor that changes in an experiment • Matter cannot be created or destroyed • ...
FIELDS OF SCIENCE CROSSWORD PUZZLE 2020-08-14
Across
- the branch of biology that deals with the
- the branch of biology that deals with the
- the branch of zoology concerned with the
- the scientific study of plants, including
- the science of the causes and effects of
- the study and treatment of tumors.
Down
- the branch of biology that deals with the
- the scientific study of the behavior,
- physics is the branch of science that deals
- the study of heredity and the variation
- its the scientific study of algae.
- the study of bacteria.
- the science that deals with the earth's
- the branch of science which
- the branch of science concerned with the
15 Clues: the study of bacteria. • the branch of science which • its the scientific study of algae. • the study and treatment of tumors. • the scientific study of the behavior, • the study of heredity and the variation • the science that deals with the earth's • the branch of zoology concerned with the • the branch of science concerned with the • ...
FIELDS OF SCIENCE CROSSWORD PUZZLE 2020-08-14
Across
- the study of heredity and the variation
- the branch of biology that deals with the
- its the scientific study of algae.
- physics is the branch of science that deals
- the branch of science which
- the branch of biology that deals with the
- the scientific study of the behavior,
- the branch of science concerned with the
Down
- the branch of zoology concerned with the
- the science of the causes and effects of
- the study and treatment of tumors.
- the science that deals with the earth's
- the study of bacteria.
- the branch of biology that deals with the
- the scientific study of plants, including
15 Clues: the study of bacteria. • the branch of science which • its the scientific study of algae. • the study and treatment of tumors. • the scientific study of the behavior, • the study of heredity and the variation • the science that deals with the earth's • the branch of zoology concerned with the • the science of the causes and effects of • ...
cardio 2024-04-26
Across
- The lower chamber of the heart
- separates the left and right sides of the heart
- Scientific name of blood platelets
- Pressure when the heart is relaxing
- Scientific name of red blood cells
Down
- An instrument used to measure blood pressure
- The "watery" portion of blood
- A blood vessel that carries oxygenated blood
- Pressure when the heart is contracting
- Scientific name of white blood cells
- An instrument used to listen to heart sounds
- The middle, muscular layer of the heart
- The upper chambers of the heart
13 Clues: The "watery" portion of blood • The lower chamber of the heart • The upper chambers of the heart • Scientific name of blood platelets • Scientific name of red blood cells • Pressure when the heart is relaxing • Scientific name of white blood cells • Pressure when the heart is contracting • The middle, muscular layer of the heart • An instrument used to measure blood pressure • ...
Forensic Science- Unit One Vocab 2013-08-12
Across
- a person who sees an event, typically a crime or accident, take place
- uses probabilities to calculate DNA profile frequencies, linking evidence to a suspect
- general characteristics that define a category of items or objects, but are not alone sufficient to define individuality
- uncontaminated surface material close to an area where physical evidence has been deposited
- material of a verifiable/documented source which, when compared with evidence of an unknown source, shows an association or linkage between an offender, crime scene, and/or victim
- a method of research in which a problem is identified, relevant data are gathered, a hypothesis is formulated from these data, and the hypothesis is tested
- the application of a broad spectrum of sciences and technologies to investigate and establish facts of interest in relation to criminal or civil law
- a drawing made at the crime scene; not drawn to scale, but indicates accurate dimensions and distances
- an analogy
- available body of facts or information indicating whether a belief or proposition is true or valid
- scientific study of the measurements and proportions of the human body
- stiffening of the joints and muscles of a body after death
- scientific study of the structure and diseases of teeth
Down
- a precise, often computer-aided draft, rendering of the crime scene, usually drawn to scale
- witness who has knowledge not normally possessed by the average person concerning the topic that he is to testify about
- characteristics of physical evidence that can be identified as coming from a particular person or source
- means of proving a person's identity, esp. in the form of official papers
- allowable
- swab of inner cheek used for DNA tests
- branch of science concerned with the nature, effects, and detection of poisons
- the lowering of body temperature after death
- settling of the blood in the lower (dependent) portion of the body, causing a purplish red discoloration of the skin
- any material object introduced in a trial, intended to prove a fact in issue based on its demonstrable physical characteristics
- a scientific laboratory, using primarily forensic science for the purpose of examining evidence from criminal cases
- an impression, model, reenactment of a past event formed from available evidence
- refers to the chronological documentation or paper trail, showing the seizure, custody, control, transfer, analysis, and disposition of physical or electronic evidence
- postmortem examination to discover the cause of death or the extent of disease
27 Clues: allowable • an analogy • swab of inner cheek used for DNA tests • the lowering of body temperature after death • scientific study of the structure and diseases of teeth • stiffening of the joints and muscles of a body after death • a person who sees an event, typically a crime or accident, take place • ...
Vocab 2016-09-28
Across
- be separated
- – is a combination of more than one substance but it does not create a new substance and it
- – a pure substance composed of 2 or more elements that are chemically combined;
- or change in color
- – an element that lacks most of the physical properties of metals
- being the hardest
- Variable – a variable that does not change for the duration of the experiment
- – matter does not allow electricity to pass through easily
- Change Indicators – production of a gas change in temperature production of a solid
- and matter that reflects little light from its surface is dull
- – the color of a crushed mineral powder
- Safety Equipment – apron chemical-splash goggles and chemical-resistant gloves
- Variable – the variable whose value we know before we start an experiment
- – the ability/inability to burn
- Safety Equipment – fire extinguisher fire blanket and eye-wash station
- to find out
- – a naturally occurring solid made up of elements
- – how a crystal breaks when subject to stress on a particular plane; retains a smooth plane or
- – an element that has both metallic and nonmetallic properties
- – the ability to be shattered and broken into pieces when pounded
- – anything that has mass and takes up space
Down
- Method – a well-tested scientific concept that explains a wide range of observations.
- into simpler substances through normal processes
- – the ability to be pulled into thin wires
- – an element that can be classified based on physical properties of hardness luster ease of
- – a possible explanation for a set of observations or answer to scientific question; must be
- – matter that allows electricity to flow through it
- Properties – properties that can be seen without changing the object using your senses
- – the ability/inability to react with air water etc.
- by chemical formulas ie. H2O or NaCl
- – is the most obvious but least dependable property of minerals
- – a description of the way a mineral tends to break; retains an irregular jagged or splintery
- – the way matter reflects light from its surface matter that reflects a large amount of light is
- conductivity and ductility
- the identity
- Variable – a variable that changes depending on some other factor; the variable we are
- – the ability to be pounded into thin sheets
- – a pure substance that is composed of the same type of matter throughout and cannot be
- shape
- Scale – how well a substance will resist scratching by another substance; one being the softest to
40 Clues: shape • to find out • be separated • the identity • being the hardest • or change in color • conductivity and ductility • – the ability/inability to burn • by chemical formulas ie. H2O or NaCl • – the color of a crushed mineral powder • – the ability to be pulled into thin wires • – anything that has mass and takes up space • – the ability to be pounded into thin sheets • ...
Science-Chapters 1-2 (RHC) 2025-01-14
Across
- the sum of all the chemical processes of life
- the stable internal condition maintained by organisms
- active during the day
- structure the primary basis for classifying living things
- the study of living things
- means two growing seasons
- the uniting of a sperm cell from a pollen grain with an egg cell in the ovary
- the study of animals
- another word for inactive
- involves thinking about the objects and events of nature and creating a sensible explanation
- plant life
- the process which combines nutrients with oxygen to produce ATP
- the number of independent variables in an experiment
- the early growth of a seed
- everything surrounding the organism being studied
- the ripened ovary of a flower whether edible or not
- a way of explaining an object or event by using a set of facts
- the study of organisms interacting with their surroundings and each other
- animal life
- a conclusion based on reasoning from evidence
- a factor that is observed to determine the results of an experiment
- anything that is a partial representation of something else
- the transfer of pollen from the anther to the stigma
- the first to clearly define the idea of a species
Down
- vents the hot springs found on the ocean floor
- the science of classification
- method a way for scientists to gather and pursue scientific knowledge
- the process by which life continues through the generation of new organisms
- grows from year to year
- the study of reasoning
- the smallest unit of living things
- factor that you change to test your hypothesis
- scientific term for a flowering plant
- means one growing season
- gathering data about nature in an organized way
- the methodical testing of hypotheses
- the home of an organism
- an organism that consists of a single cell
- Linnaeus the Father of Taxonomy
- the ability of an object to be cut into equal halves
- the sweet liquid stored in the base of the blossom
- the study of organisms that are too small to see with the unaided eye
- active mainly at night
- often serve to attract insects or birds
- the enlarged upper portion of a flower's stem
- leaf-life structures that surround the base of the petals
- the study of plants
47 Clues: plant life • animal life • the study of plants • the study of animals • active during the day • the study of reasoning • active mainly at night • grows from year to year • the home of an organism • means one growing season • means two growing seasons • another word for inactive • the study of living things • the early growth of a seed • the science of classification • ...
ES Vocab 2 2021-08-17
Across
- Short paragraph that discusses the overall results of an experimental procedure and explains whether the proposed hypothesis at the beginning of the experiment was supported or not
- a scientific method of observation to gather non-numerical data
- a plan for asking questions and testing possible answers
- The plan for how you will conduct your experiment.
Down
- any data that is in numerical form such as statistics, percentages, etc.
- The active acquisition of information from a primary source; employs the senses
- A testable question; may lead to a hypothesis an educated guess; a testable prediction
- The process of drawing conclusions based on evidence and reasoning
- showing careful consideration or attention
9 Clues: showing careful consideration or attention • The plan for how you will conduct your experiment. • a plan for asking questions and testing possible answers • a scientific method of observation to gather non-numerical data • The process of drawing conclusions based on evidence and reasoning • any data that is in numerical form such as statistics, percentages, etc. • ...
STATS 2025-02-25
Across
- – A type of data collection that observes and measures part of a population.
- – The entirety of a group in a dataset.
- – A type of sample where each sample has an equal chance of being selected.
- – A data visualization method using bars to represent frequencies.
- – A systematic method of selecting every nth item in a population.
- – The extent to which data points differ from the mean.
- – Numerical measurements of counts like age or height.
- – The symmetry of a dataset’s distribution.
- – The middle value in an ordered dataset.
- – Non-numerical data such as labels or categories.
- – The difference between the highest and lowest values in a dataset.
- – A characteristic or trait that can be measured.
Down
- – A study method where researchers apply treatments to subjects.
- – The most frequently occurring value in a dataset.
- – Value or measurement obtained from a population.
- – Data gathered from counting.
- – A statistical method used to test assumptions.
- – A randomly selected subset of a population.
- – A data collection method where subjects self-report information.
- – A branch of statistics that involves making predictions based on data.
- – A method of collecting data from individuals.
- – A type of data that can assume any numerical value over an interval.
- – A treatment is applied in this type of statistical study.
- – A summary statistic that describes the center of a dataset.
- – The study of how data behaves over time.
- – A small part of a population selected to represent the whole.
- – The sum of all values divided by the number of observations.
- – A sampling method that divides a population into strata.
- – A part of inferential statistics that examines relationships between variables.
- – The process of collecting, organizing, and interpreting data.
30 Clues: – Data gathered from counting. • – The entirety of a group in a dataset. • – The middle value in an ordered dataset. • – The study of how data behaves over time. • – The symmetry of a dataset’s distribution. • – A randomly selected subset of a population. • – A method of collecting data from individuals. • – A statistical method used to test assumptions. • ...
Theory of Plate Tectonics 2019-12-08
Across
- Thin crust made of basalt rock, more dense
- An idea that has been proven over and over using the scientific method in order to gain strong evidence
- Parts of the earth’s surface broken up. Scientists know the borders by seeing the locations of earthquakes and volcanoes
- Thick crust made of granite rock, less dense
- A belief that is based only on an observation
- Area around the Pacific Ocean where there are a lot of volcanoes & earthquakes
Down
- When new land is created from magma in an underwater volcano
- Thought of seafloor spreading
- When continental crust & oceanic crust meet & the oceanic crust goes under & gets destroyed
9 Clues: Thought of seafloor spreading • Thin crust made of basalt rock, more dense • Thick crust made of granite rock, less dense • A belief that is based only on an observation • When new land is created from magma in an underwater volcano • Area around the Pacific Ocean where there are a lot of volcanoes & earthquakes • ...
Psychology Chapter 1 Vocab 2025-05-20
Across
- Discovering ways to use scientific findings to accomplish practical goals
- Psychologist who studies the function, rather than structure, of consciousness
- Study of behavior tested through scientific research
- Having to do with an organism's THINKING/UNDERSTANDING
- An assumption about behavior that is tested through scientific research
- Psychologist who studies how organisms learn or modify their behavior based on their response to events in the environment
- The pursuit of knowledge about natural phenomena for its own sake
Down
- Psychologist who studies how physical and chemical changes in our bodies influence our behavior
- Branch of medicine that deals with mental, emotional, or behavioral disorders
- Psychologist who studies basic elements that make up conscious mental experiences
- Having to do with an organism's PHYSICAL processes
- A scientist who studies the mind and behavior or humans and animals
- Based on an observation or experiment
- Psychologist who studies how unconscious motives and conflicts determine human behavior, feelings, and thoughts
- Set of assumptions used to explain phenomena and offered for scientific study
- Psychologist who believes that each person has the freedom in directing their future and achieveieving personal growth
- Psychologist who studies how we process, store, retrieve, and use information and how thought processes influence our behavior
17 Clues: Based on an observation or experiment • Having to do with an organism's PHYSICAL processes • Study of behavior tested through scientific research • Having to do with an organism's THINKING/UNDERSTANDING • The pursuit of knowledge about natural phenomena for its own sake • A scientist who studies the mind and behavior or humans and animals • ...
Science CER Review 2023-08-30
Across
- observable evidence (uses your senses)
- describes why the claim is correct
- measurable evidence (uses numbers)
- last sentence in the reasoning
- the answer to the question; a statement about the solution to a problem
- use evidence to support the claim
Down
- information collected during a scientific investigation
- scientific data to support your claim
- background knowledge to inform the reader about the topic
- a writing to inform the reader about a scientific topic
10 Clues: last sentence in the reasoning • use evidence to support the claim • describes why the claim is correct • measurable evidence (uses numbers) • scientific data to support your claim • observable evidence (uses your senses) • information collected during a scientific investigation • a writing to inform the reader about a scientific topic • ...
science 2021-09-23
Across
- table display of information in tabular form,
- contingent on or determined by.
- graph a graph in which points representing values of a variable for suitable
- graph a diagram in which the numerical values of variables are represented by the height or length of lines or rectangles of equal width.
- a supposition or proposed explanation made on the basis of limited evidence as a starting point for further investigation.
- free from outside control; not depending on another's authority.
Down
- not consistent or having a fixed pattern; liable to change.
- an established or official way of doing something.
- TM is a women’s healthcare technology company
- a sentence worded or expressed so as to elicit information.
- the end or finish of an event or process.
- Lab The purpose of this lab is to see the steps of the scientific method in action.
- the study of the world around us and includes topics like biology geology and physics
13 Clues: contingent on or determined by. • the end or finish of an event or process. • TM is a women’s healthcare technology company • table display of information in tabular form, • an established or official way of doing something. • not consistent or having a fixed pattern; liable to change. • a sentence worded or expressed so as to elicit information. • ...
SSCIENCE 2023-05-30
Across
- How many electrons are within the first shell of a nucleus?
- energy. Stored energy resulting from the position or shape of an object
- What gives our body structure
- What is the “control center” in a cell?
- A place where organisms live
- A molecule found within cells that contains a hereditary formation and information?
Down
- 1st part of the scientific method
- What do you call all the life-supporting reactions within a bodily system?
- The rate at which velocity changes
- The object's position changes in distance and direction from the starting point.
- What is the maximum number of electrons within the second, third, and so-on shells?
- Which is the law of acceleration of an object that depends on the mass of the object and the amount of force applied.
- The muscle that contracts our lungs in the respiratory system is called?
13 Clues: A place where organisms live • What gives our body structure • 1st part of the scientific method • The rate at which velocity changes • What is the “control center” in a cell? • How many electrons are within the first shell of a nucleus? • energy. Stored energy resulting from the position or shape of an object • ...
Ecology Test Review Crossword 2025-04-01
Across
- The hierarchical system used to classify and name organisms
- Bacteria, Archaea, and Eukarya are the three __________ of life.
- This type of key is used to identify an organism
- These chromosomes are the 1-22 pairs
- large-scale ecological region characterized by distinct climate, flora, and fauna
- A scientific method of identifying species using a segment of genetic material
- A group of organisms believed to have evolved from a common ancestor,
Down
- The complete set of genes or genetic material in an organism
- The number and visual appearance of the chromosomes in the cell nuclei
- The ____________________ Species Concept defines a species as members of populations that actually or potentially interbreed in nature, not according to similarity of appearance.
- Oxpeckers land on zebras and eat ticks and other parasites that live on their skin. This is an example of __________________.
- Humans have 46 of these in total
- These can be physiological, anatomical or behavioral
13 Clues: Humans have 46 of these in total • These chromosomes are the 1-22 pairs • This type of key is used to identify an organism • These can be physiological, anatomical or behavioral • The hierarchical system used to classify and name organisms • The complete set of genes or genetic material in an organism • ...
Terms 2018-02-01
Across
- law system of law which is based on judges ' decisions
- criminal law rules of court comprises the rules by which a court hears and determines what happens in civil, lawsuit, criminal or administrative proceedings.
- hold degrees in a variety of diverse fields
- view how individuals shape society and are shaped by society
- group united in common cause
- prohibitum Latin meaning "wrong due to being prohibited,"
- Compensation Crisis Intervention The victim ordinarily receives compensation from the state to pay for damages associated with the crime
- Targets A target for crime that is relatively valuable, easily transportable, and not capably guarded
- firm or obstinate continuance in a course of action in spite of difficulty or opposition
- Hardening Making one's home or business crime proof through the use of locks, bars, alarms, and other devices
- Traumatic Stress Disorder(PTSD) A disorder in which a person has difficulty recovering after experiencing or witnessing a terrifying event
Down
- method research in which a problem is identified,
- entrepreneur an individual, group or formal organization that seeks to influence a group to adopt or maintain a norm.
- fairness in the way people are treated
- Criminal person convicted of a new crime who was previously convicted of a crime
- Disorder Excessive thoughts (obsessions) that lead to repetitive behaviors (compulsions)
- law part of law which governs relationships between individuals and the government,
- law body of laws of a state or nation regulating ordinary private matters,
- Agreements Conditions of probation in which offenders repay society of the victim of crime for the trouble the offenders caused
- scientific approach to studying criminal behavior
- Crimes eight crimes the FBI combines to produce its annual crime index. These offenses include willful homicide, forcible rape, robbery, burglary, aggravated assault, larceny over $50, motor vehicle theft, and arson.
- justice system of law enforcement
- Offenders The potential offenders in a population
- criminal law d crimes and punishments in criminal law.
24 Clues: group united in common cause • justice system of law enforcement • fairness in the way people are treated • hold degrees in a variety of diverse fields • method research in which a problem is identified, • scientific approach to studying criminal behavior • Offenders The potential offenders in a population • law system of law which is based on judges ' decisions • ...
Chapter 1 Vocab Crossword Puzzle 2014-09-01
Across
- a technique to separate the different cell parts (2 words)
- an experiment in which only one variable is changed at a time (2 words)
- an organized way of using evidence to learn about the natural world
- the science that employs the scientific method to study living things
- the variable that is deliberately changed in an experiment (2 words)
- decimal system of measurement based of certain physical standards and scaled on multiples of 10 (2 words)
- the idea that life can arise from nonliving matter (2 words)
- process by which a single parent reproduces by itself (2 words)
- basic unit of all forms of life
Down
- the variable that is observed and that changes in response to the manipulated variable (2 words)
- a logical interpretation based on prior knowledge or experience
- a proposed scientific explanation for a set of observations
- microscope that allows light to pass through a specimen and uses two lenses to form an image (3 words)
- set of chemical reactions through which an organism builds up or breaks down materials as it carries out its life processes
- group of cells grown in a nutrient solution from a single original cell (2 words)
- the process of gathering information about events or processes in a careful, orderly way
- well-tested explanation that unifies of broad range of observations
- process by which cells from two different parents unite to produce the new cell of a new organism (2 words)
- the process of which organisms maintain a relatively stable internal environment
- microscope that forms an image by focusing beams of electrons onto a specimen (2 words)
- device that produces magnified images of structures that are too small to see with the unaided eye
- a signal to which an organism responds
- the information gathered from observations
23 Clues: basic unit of all forms of life • a signal to which an organism responds • the information gathered from observations • a technique to separate the different cell parts (2 words) • a proposed scientific explanation for a set of observations • the idea that life can arise from nonliving matter (2 words) • ...
3.1 Glossary 2015-01-27
Across
- or more things by a number of distinctive dots, lines, or bars.
- to some standard value.
- – The ability of a measurement to match the actual value of the quantity
- with another group or individual to which one test factor is applied.
- The mass per unit of volume.
- The amount of space between two things, points, lines, etc.
- Personal Protective Equipment. Items used to protect the safety of an
- A test, trial, or tentative procedure; an act or operation for the purpose
- qualities, or traits.
- discovering something unknown or of testing a principle or supposition.
- measured.
- Pieces of information, as facts, statistics, or codes; an item of data.
- To derive by reasoning; conclude or judge from premises or evidence.
- A measure of the warmth or coldness of an object or substance with
- To develop an assumption of an anticipated outcome.
- One of a series of steps taken to accomplish an end.
Down
- To arrange or organize a group by reason of common attributes,
- A statement that can be tested experimentally.
- The amount of space, measured in cubic units, that an object or
- In an experiment, a group or individual that serves as a standard of
- or revise facts, theories, and applications.
- In an experiment, the factor being tested.
- method A procedure for investigating problems of a scientific nature.
- A seeking or request for truth, information, or knowledge.
- A sheet exhibiting information in a table or systematic arrangement of
- A diagram representing a system of connections or interrelations among
- The quantity of matter as determined from its weight.
- An act or instance of noticing or perceiving.
- The freedom from accidents.
- Measurable information.
- tendency or orientation.
- occupies.
- A manner, disposition, feeling, or position with regard to a person or
- Observable information based on physical characteristics.
- Diligent and systematic inquiry or investigation into a subject in order to
- and rows.
36 Clues: occupies. • measured. • and rows. • qualities, or traits. • to some standard value. • Measurable information. • tendency or orientation. • The freedom from accidents. • The mass per unit of volume. • In an experiment, the factor being tested. • or revise facts, theories, and applications. • An act or instance of noticing or perceiving. • A statement that can be tested experimentally. • ...
Science Crossword 2023-05-05
Across
- the air-- various gases-- that surround the earth
- Any of a class of nitrogen-containing organic compounds that come from plants and have an effect on the body. Common alkaloids include caffeine, nicotine, and codeine.
- so small it can only be seen with a microscope
- the science of the earth and its structures and composition
- the science that studies the basic laws of the physical universe: matter, energy, and the ways they interact
- Method A scientific process of investigation and discovery involving a variety of techniques such as systematic observation, description, measurement, experimentation, modeling and the formulation, testing, and modification of hypotheses.
- anything with substance (mass) that occupies space
- the production of carbohydrates from sunlight and water
- the ability to do work
- the science of chemical reactions
- the study of the stars and universe
- the study of life
- a test to learn what will happen under specific, controlled conditions, designed to prove or disprove a hypothesis
Down
- an idea about how something works or how to solve a problem that can be tested to confirm or disprove it
- the smallest unit of an element, made up of one or more protons, an equal number of electrons, and possibly one or more neutrons
- combinations of atoms that are the building blocks of matter
- A temperature scale with its units in Kelvin. A temperature in degrees Celsius can be converted to Kelvin by adding 273.15 to its value.
- animals with backbones
- long-term weather conditions usually in a region
- the specific environmental conditions that are home to a species—where it belongs
- breathing; the process of taking in oxygen and releasing carbon dioxide
- the science of the relationships of living things to their environment and each other
- related to the sun
- an animal that eats plants
- Number The number of protons in an atomic nucleus.
25 Clues: the study of life • related to the sun • animals with backbones • the ability to do work • an animal that eats plants • the science of chemical reactions • the study of the stars and universe • so small it can only be seen with a microscope • long-term weather conditions usually in a region • the air-- various gases-- that surround the earth • ...
Engineering Essentials Vocabulary Word Search 2025-01-24
Across
- The study of numbers, patterns, and relationships, used to measure, calculate, and solve problems in STEM fields.
- Essential requirements for the body’s survival, including clean water, nutritious food, and oxygen.
- The use of creativity, scientific principles, and mathematical knowledge to design, build, and improve structures, machines, and systems.
- A professional who creates computer hardware and software, including devices like smartwatches.
- Desires for entertainment, creative outlets, and social media interactions.
- The study of the natural world through observation, experimentation, and analysis to understand how things work.
- A professional who works with electrical systems, including designing devices like GPS systems and circuits.
- Desires for improved quality of life, such as organic or gourmet meals and clean air.
- Desires for material items like designer clothes, fancy cars, or a large house with a pool.
- An extension of STEM that incorporates the Arts to emphasize creativity and design in problem-solving and innovation.
Down
- Tangible necessities such as shelter, clothing, and heat.
- An acronym for Science, Technology, Engineering, and Mathematics, representing collaborative fields solving problems and driving innovation.
- Basic requirements for survival and well-being, such as food, water, shelter, and safety.
- Emotional and social necessities, such as companionship, safety, and community support.
- The application of scientific knowledge to create tools, systems, and devices that make life easier or solve specific problems.
- Improving an existing technological product, system, or method to make it more effective or efficient.
- Developing a new product, system, or process that has never existed before.
- An engineer who focuses on improving farming methods and solving problems related to food production.
- Things that enhance comfort, enjoyment, or convenience but are not essential for survival.
- An engineer who designs and builds machines and tools, such as robots or engines.
- A professional who uses chemistry to develop products such as medicines, plastics, and eco-friendly materials.
21 Clues: Tangible necessities such as shelter, clothing, and heat. • Developing a new product, system, or process that has never existed before. • Desires for entertainment, creative outlets, and social media interactions. • An engineer who designs and builds machines and tools, such as robots or engines. • ...
Medieval Renaissance Scientific Revolution 2025-09-25
Across
- – Peasants who worked the land for a lord in exchange for protection; not slaves, but not free.
- – A knight’s code of honor that stressed loyalty, bravery, and protection of the weak.
- Empire Collapse – The fall of the Western Roman Empire in 476 CE, which led to political chaos in Europe.
- – The “rebirth” of art, learning, and culture in Europe (1300s–1600s), inspired by Greece and Rome.
- – A Renaissance movement focusing on human potential, achievements, and classical learning.
- Press – Invented by Johannes Gutenberg around 1450; spread ideas quickly and made books affordable.
- Scientific Method – A step-by-step process of experimentation and observation to test ideas.
- – A medical practice, pioneered in the 1700s by Edward Jenner, to prevent disease (starting with smallpox).
- – An Italian scientist who used telescopes to support the heliocentric theory and was tried by the Church.
- Theory – The idea by Copernicus that the sun, not the Earth, is the center of the universe.
- – A Renaissance art technique that created depth and realism in paintings.
- System – A social and political system where lords gave land to vassals in exchange for loyalty and service.
Down
- – Expelling someone from the Church; used to punish those who challenged religious authority.
- Ages – Early Middle Ages (around 500–1000 CE), marked by decline in learning, trade, and stability.
- – Wealthy supporters of artists, such as the Medici family in Florence.
- Attitudes – Renaissance values that emphasized curiosity, questioning, and individual achievement.
- – The upper class of medieval society, including kings, lords, and knights.
- – The dominant religion in Europe during the Middle Ages, shaping politics, culture, and daily life.
- Trade – Sea trade routes linking Europe, Africa, and Asia; fueled wealth and cultural exchange.
- Revolution – A period (1500s–1600s) when scholars used observation, experimentation, and reason to explain nature.
- Black Death – A plague in the 1300s that killed about one-third of Europe’s population.
- Ages – The period in Europe (500–1500 CE) between the fall of Rome and the Renaissance.
22 Clues: – Wealthy supporters of artists, such as the Medici family in Florence. • – A Renaissance art technique that created depth and realism in paintings. • – The upper class of medieval society, including kings, lords, and knights. • – A knight’s code of honor that stressed loyalty, bravery, and protection of the weak. • ...
Unit 5 definitions 2026-03-05
Across
- Information or beliefs mistakenly regarded as being based on the scientific method.
- A view or opinion that is incorrect because it is based on faulty thinking.
- Correct, precise, and without any errors.
- The study of human history through the excavation of sites and artifacts.
- Sciences Sciences like biology, chemistry, or physics that deal with the physical world.
- Using living organisms or biological systems to develop or make products.
- Intelligence, Computer systems able to perform tasks that normally require human intelligence.
- The branch of astronomy dealing with the physical nature of stars and celestial bodies.
- Having a high degree of complexity and advancement.
Down
- The practice of collecting and analyzing numerical data in large quantities.
- The branch of science concerned with the processes and phenomena of the atmosphere.
- Sciences The study of human society and social relationships.
- The study of the anatomy, physiology, and pathology of the nervous system.
- A system of methods used in a particular area of study or activity.
- The design of materials or systems modeled on biological entities and processes.
- The surgical removal of a limb or body part.
- The study of mechanical systems that function like living organisms.
- Insufficiently or inadequately represented in a group or population.
- To depend on with full trust or confidence.
- Sciences The field of science focused on maintaining health and preventing/treating disease.
- An artificial body part, such as a limb, a heart, or a breast.
- Scientific tests or techniques used in connection with the detection of crime.
- The study of mental phenomena which are excluded from orthodox psychology (e.g., telepathy).
- A set of rules or steps followed by a computer to solve a problem.
- A formal written or spoken statement, especially one given in a court of law.
25 Clues: Correct, precise, and without any errors. • To depend on with full trust or confidence. • The surgical removal of a limb or body part. • Having a high degree of complexity and advancement. • Sciences The study of human society and social relationships. • An artificial body part, such as a limb, a heart, or a breast. • ...
Unit 2 Vocab: Scientific Thinking 2021-09-13
Across
- glass container with a flat bottom that scientists use to hold liquids
- amount or degree of something that is most favorable for something, often resulting the greatest amount
- any information that has been collected, observed, generated or created to validate original research findings
- data expressing a certain quantity, amount or range
- general direction into which something is changing, developing, or veering toward.
- a slender graduated tube used in a laboratory for measuring and transferring quantities of liquids
- variable in a scientific experiment that is affected by another variable
- average by summing up all values and dividing by the number of values
- a systematic investigation into a topic or idea by asking questions and testing to find answers
- a group of the experiment that you are exposing to “normal” conditions
- unintentional lack of precision or accuracy in an experiment due to random chance or procedural errors
- the difference between lowest and highest values; or the region of data by listing the lowest and highest values
- statement based on repeated experimental observations that describes some aspect of the world
- scientific equipment that allows probes to be interfaced with computer software to collect data
Down
- a narrow, cylindrical container marked with horizontal lines to represent units of measurement and used to precisely measure the volume of a liquid
- a quantity that does not change in an experiment
- scientific claim not yet verified by repeated experiments or one having substantial variation
- statement that tells what will happen under certain conditions
- a pair of pincers or tweezers used in a laboratory
- the process by which researchers purposefully change, alter, or influence the independent variables
- scientific claim based on experiments that are fundamentally flawed, include unacceptable data, or cannot be repeated
- descriptive data that is observable but not measured using numbers
- variable in a scientific experiment that is manipulated by the researcher to investigate its effect on another variable
- mathematical value that expresses how far a set of data is spread out, or how far the value of expermentalm ean is to the true mean
- explanation of an aspect of the natural world and universe that has been repeatedly tested and verified in accordance with sound scientific methods
- conclusion reached on the basis of evidence and reasoning
26 Clues: a quantity that does not change in an experiment • a pair of pincers or tweezers used in a laboratory • data expressing a certain quantity, amount or range • conclusion reached on the basis of evidence and reasoning • statement that tells what will happen under certain conditions • descriptive data that is observable but not measured using numbers • ...
Unit 1 Vocab Puzzle 2026-08-20
Across
- Net, A fine-mesh net used to collect small drifting organisms from the water.
- An autonomous underwater vehicle that can follow a programmed route and collect data without continuous human control.
- A remotely operated underwater vehicle controlled by a person from the surface.
- An object orbiting Earth that can collect information about large areas of the ocean.
- Technology that uses sound waves and returning echoes to locate objects or measure underwater features.
- Biology The study of organisms that live in marine environments and how they interact with their surroundings.
- The process of collecting a smaller portion of something for scientific study.
- The scientific study of the physical, chemical, geological, and biological characteristics of the ocean.
- Observations and data used to support a scientific explanation or conclusion.
- Equipment that allows a diver to breathe underwater using a portable supply of breathing gas.
- A factor that causes collected data to inaccurately represent what is actually occurring.
- Information gathered by carefully watching, measuring, or using scientific instruments.
- DNA Genetic material left behind by organisms in water, soil, or sediment that can be used to detect which species are present.
- A small underwater vehicle designed to carry people below the ocean surface.
Down
- A defined square or rectangular area used to count or study organisms in a habitat.
- The process of determining location and direction while traveling.
- The remote collection and transmission of data from an animal, instrument, or location.
- Information collected during observations or investigations.
- Attaching a marker or electronic device to an organism to study its movement, location, or behavior.
- A line across a habitat along which scientists observe or sample organisms and environmental conditions.
- A smaller portion of a larger population, area, or material that is studied.
- Question, A specific question that a scientific investigation is designed to answer.
- The process of investigating an unfamiliar area to gain new information.
- A testable explanation or prediction based on observations and prior knowledge.
- A condition or restriction that affects what scientists can observe, measure, or conclude.
- A factor in an investigation that can change or be measured.
- An organized journey conducted for exploration or scientific research.
27 Clues: Information collected during observations or investigations. • A factor in an investigation that can change or be measured. • The process of determining location and direction while traveling. • An organized journey conducted for exploration or scientific research. • The process of investigating an unfamiliar area to gain new information. • ...
. 2025-03-12
Across
- A brief summary of a research paper, article, or study, outlining its purpose, methods, results, and conclusions.
- The extent to which a test or research study measures what it claims to measure.
- Abstract ideas or general notions that form the building blocks of theories and research. Concepts represent objects, events, or properties that share common characteristics.
- A research method in which an independent variable is manipulated to observe its effect on a dependent variable, allowing for causal conclusions.
- A research method that examines the relationship between two or more variables without manipulating them, determining whether they are associated.
- A logical process in which general premises lead to specific conclusions. It moves from general to specific.
- Research conducted to solve practical problems or improve real-world conditions using scientific principles.
- The likelihood that a result or relationship observed in a study is not due to chance.
Down
- A logical process in which specific observations lead to broader generalizations or theories. It moves from specific to general.
- The extent to which study findings can be generalized to other settings, populations, or situations.
- Another term for a conceptual definition; it defines a concept using other abstract terms rather than specifying how it is measured or observed.
- A testable statement or prediction about the relationship between two or more variables.
- A definition that specifies how a concept or variable will be measured or manipulated in a study, making it testable and observable.
- A statistical measure that quantifies the amount of variation or dispersion in a set of data points.
- A variable other than the independent variable that could influence the dependent variable, potentially affecting the study’s outcome.
- A research method that aims to describe characteristics of a population, situation, or phenomenon without establishing cause-and-effect relationships.
- The degree to which a study accurately establishes a causal relationship between variables, minimizing confounding factors.
- Research conducted to increase fundamental knowledge and understanding of a subject without immediate practical application.
- A definition that explains a concept in theoretical terms, providing meaning based on how it relates to other concepts.
- A set of interrelated concepts, definitions, and propositions that explain or predict phenomena by specifying relationships among variables.
20 Clues: The extent to which a test or research study measures what it claims to measure. • The likelihood that a result or relationship observed in a study is not due to chance. • A testable statement or prediction about the relationship between two or more variables. • ...
