scientific method Crossword Puzzles
SAE 2026-02-20
Across
- in an employment setting
- beginner level SAE that includes 5 parts
- SAE that provides a service to your community, school or public entity
- using the scientific method to draw conclusions
- research current policies and issues in the agriculture industry
- develop skills needed to be college and career ready
- operating your own individual business
- Supervised Agriculture Experience
- learn finance practices like budgeting and saving
Down
- gain an understanding of the importance of health and safety
- creating a new product or service
- working for the school or FFA chapter
- research and explore career opportunities in the agriculture industry
- conducting research to answer a question of why or how something happens of why or how
14 Clues: in an employment setting • creating a new product or service • Supervised Agriculture Experience • working for the school or FFA chapter • operating your own individual business • beginner level SAE that includes 5 parts • using the scientific method to draw conclusions • learn finance practices like budgeting and saving • ...
Diversity of Living Things Crossword 2024-08-16
Across
- An organism that can produce its own food through photosynthesis or chemosynthesis.
- An organism that obtains its energy by consuming other organisms.
- The two-part scientific naming system for organisms.
- An organism whose cells contain a nucleus.
- The evolutionary history and relationships among species.
Down
- The highest taxonomic rank, just below domain.
- A unicellular organism that lacks a nucleus.
- The science of classifying organisms.
- The most specific level of organism classification.
- A kingdom of mostly unicellular eukaryotic organisms.
- A domain of prokaryotic microorganisms.
- The highest taxonomic rank, above kingdom.
- A kingdom of spore-producing organisms that feed on organic matter.
- A method of classifying species based on evolutionary relationships.
14 Clues: The science of classifying organisms. • A domain of prokaryotic microorganisms. • The highest taxonomic rank, above kingdom. • An organism whose cells contain a nucleus. • A unicellular organism that lacks a nucleus. • The highest taxonomic rank, just below domain. • The most specific level of organism classification. • ...
Ancient Greece 2026-08-17
Across
- A Greek philosopher who created the Scientific Method
- A Greek philosopher that is credited with the Socratic Method and is known as the founder of Western Philosophy
- A Greek philosopher that wrote the book "The Republic" which debates what the perfect society would be
- An influential ancient Mediterranean society from 1200 BC to 300 BC
- A way of teaching in which one questions everything
Down
- The name of a Macedonian King that conquered Greece to Egypt through military campaigns. Often referred to as "The Great"
- A person who seeks to understand fundamental truths about existence
- A Greek city state known for creating the concept of democracy
- A militaristic Greek city-state
- The name of the largest trade route in history. Known because people traded spices, silk, and gold throughout its history
10 Clues: A militaristic Greek city-state • A way of teaching in which one questions everything • A Greek philosopher who created the Scientific Method • A Greek city state known for creating the concept of democracy • A person who seeks to understand fundamental truths about existence • An influential ancient Mediterranean society from 1200 BC to 300 BC • ...
Physics Vocabulary Crossword 2012-10-10
Across
- sum of two or more vectors
- Fall/When an object is only allowed to move under the influence of gravity
- Method/An orderly method for gaining, organizing, and applying new knowledge
- arrow whose length represents the magnitude of a quantity and whose direction represents the direction of the quantity
- distance divided by time interval
- at any instant of time
- Variable/Variable that responds to change in manipulated variable (the variable that changes)
- of objects given initial velocity that then move only under force of gravity
- Velocity/Velocity that does not change in time
- reasonable explanation of an observation or experimental result that is not fully accepted as factual until tested over and over again by an experiment
- of distance traveled to time interval
Down
- Variable/Variable that is manipulated or changes in an experiment
- in relation to something else
- in velocity divided by time interval over which it occurred
- quantity that can be completely specified by its magnitude and has no direction
- Acceleration/Constant acceleration
- of change in position to time interval over which change takes place
- Bang Theory/Belief that the universe originated in the explosion of a primordial fireball some ten 10 to 15 billion years ago
18 Clues: at any instant of time • sum of two or more vectors • in relation to something else • distance divided by time interval • Acceleration/Constant acceleration • of distance traveled to time interval • Velocity/Velocity that does not change in time • in velocity divided by time interval over which it occurred • ...
Comp Sci 1 First Semester Crossword 2023-01-27
Across
- A group of programming statements that perform a specific task
- Examples of ______ operators are >, <=, !=
- This keyword allows us to write code that repeats
- This word denotes that the method doesn't return anything
- The actual values passed into a method
- To execute the code within a method (other than the main method), you need to ______ it
- The code inside the for loo
- The loop ______ is the variable used to regulate how many times the loop runs
- The middle part of a for loop declaration
- Where a variable exists and is usable
- By declaring these when declaring a method, we can pass values into that method
- The type the Math.round method returns
- A data type that holds whole numbers
- When you give a variable that already stores a value a new value, you ______ it
- The ! symbol stands for ______
Down
- When you ______ a variable, you specify its type and name
- This method rounds down
- This method allows us to use exponents
- Using a plug sign to join two Strings is called ______
- Causes your program to not compile or run
- How many values can be returned from one method?
- Text in a program that doesn't get compiled; only programmer sees it
- A piece of memory with a name and a type, whose purpose is to store a value
- Math operator that finds the remainder when you divide two numbers
- A data type that holds characters
- A data type that holds decimal numbers
- This method rounds up
- This word specifies that we want to pass a value back from the method
- When you ______ a variable, you give it a value to store
- The programming language we use
30 Clues: This method rounds up • This method rounds down • The code inside the for loo • The ! symbol stands for ______ • The programming language we use • A data type that holds characters • A data type that holds whole numbers • Where a variable exists and is usable • This method allows us to use exponents • The actual values passed into a method • ...
basic lifestock terminology 2022-02-23
Across
- lamb-female sheep that has not had a lamb
- name for sheep
- male pig
- castrated male goat
- female cow who has a calf
- male cow
- goat that has not been weaved
- name for cattle
- name for swine
- male goat
- cow who has not had a calf
- goat that has had a kid
Down
- young pig that has not been weaved
- male sheep
- pig that has had a little of piglets
- female goat that has not had kids
- male cow
- male sheep
- male pig
- young cow that has not been weaned
- name for goats
- castrated male cow that has been trained to work
- sheep that has not been weaved
- sheep that has had a lamb
24 Clues: male pig • male cow • male pig • male cow • male goat • male sheep • male sheep • name for sheep • name for goats • name for swine • name for cattle • castrated male goat • goat that has had a kid • female cow who has a calf • sheep that has had a lamb • cow who has not had a calf • goat that has not been weaved • sheep that has not been weaved • female goat that has not had kids • ...
Third Round 2023-03-12
Across
- A sequence of instructions that is executed repeatedly until a certain condition is met?
- A method of programming that involves creating multiple threads of execution within a single program?
- A piece of code that can be used by other code?
- A data structure that can store multiple values of the same type?
Down
- A type of programming that involves creating scripts to automate tasks?
- A collection of code that can be reused across multiple projects?
- A method of combining multiple arrays into a single array?
- A data structure that stores data in a linear fashion and allows for constant-time insertion and deletion at the beginning and end?
- A programming language that is optimized for mathematical and scientific computing?
- A data structure that stores data in key-value pairs?
10 Clues: A piece of code that can be used by other code? • A data structure that stores data in key-value pairs? • A method of combining multiple arrays into a single array? • A collection of code that can be reused across multiple projects? • A data structure that can store multiple values of the same type? • ...
Honors Algebra 2 2025-05-03
27 Clues: real • slope • whole • origin • circle • vertex • natural • parabola • rational • conjugate • intercept • imaginary • trinomial • synthetic • quadratic • polynomial • reciprocal • scientific • irrational • squareroot • coefficient • orderedpair • distributive • absolutevalue • axisofsymmetry • multiplicative • cooridnateplane
heliocentric 2020-02-20
7 Clues: did galileo make a • what dos that mean sun • he made the scientific method • did copernicus make a model of the • did kepler think the planets moved in • did copernicus think if the planets circled the sun • was looking around jupiter he was looking at the moons
Great Awakening and the Enlightenment 2022-12-29
6 Clues: Age of Reason • a religious revival • the method to solve society's problems • an English philosopher during the Enlightenment • a preacher who gave sermons about humans sinning • a theatrical preacher who spoke about emotional connection to God
Scientific Names 77 2023-07-16
Across
- The scientific name for the horse.
- The scientific name for the lion.
- The scientific name for the elephant.
- The scientific name for the dolphin.
- The scientific name for the frog.
Down
- The scientific name for the snake.
- The scientific name for the eagle.
- The scientific name for the butterfly.
- The scientific name for the cat.
- The scientific name for the dog.
10 Clues: The scientific name for the cat. • The scientific name for the dog. • The scientific name for the lion. • The scientific name for the frog. • The scientific name for the snake. • The scientific name for the eagle. • The scientific name for the horse. • The scientific name for the dolphin. • The scientific name for the elephant. • The scientific name for the butterfly.
Ancient China 2024-03-11
Across
- was the first person to use a telescope to look into space
- A time period where there was a change in art, thoughts and ideas
- Creating experiments and collecting scientific data instead of observing
Down
- Theory that we revolve around the sun
- method of procedure, consisting in systematic observation, measurement, and experiment, and the formulation, testing, and modification of hypotheses
- Born in 384 BCE, He was the author of a philosophical and scientific system that became the framework and vehicle for both Christian Scholasticism and medieval Islamic philosophy.
- the medieval forerunner of chemistry
7 Clues: the medieval forerunner of chemistry • Theory that we revolve around the sun • was the first person to use a telescope to look into space • A time period where there was a change in art, thoughts and ideas • Creating experiments and collecting scientific data instead of observing • ...
Tok - Natural Sciences 2025-01-10
Across
- - Philosopher of science known for his work on paradigm shifts in scientific progress.(2 words)
- ...experiments - Systematic gathering of information to test hypotheses or build models.(2 words)
- - The capability of performing the same experiment and obtaining the same results.
- - A cause-and-effect relationship where one event leads directly to another.
- - Evaluation of scientific work by others in the same field to ensure validity.(2 words)
- - A systematic process of inquiry involving observation, experimentation, and hypothesis testing.(2 words)
- - A relationship or connection between two variables, not implying causation.
- - A fundamental change in the underlying principles of a scientific discipline.(2 words)
- - General agreement among scientists on a theory or finding.
- - The ability to achieve consistent results when experiments are repeated.
- - The development of abstract concepts and models to explain phenomena.(2 words)
- - The principle that the simplest explanation is usually the correct one.(2 words)
- - Reasoning that starts with a general principle and derives specific conclusions.
Down
- - A reasoning process that involves forming general conclusions from specific observations.
- - Philosopher who emphasized falsifiability as a criterion for scientific theories.(2 words)
- - Information gained through observation and experimentation.(2 words)
- - Claims or beliefs that appear scientific but lack empirical evidence or reproducibility.
- - Imaginary scenarios to explore theoretical concepts or hypotheses.(2 words)
- - Discoveries made by chance or unexpected observations.
- - The branch of physics dealing with phenomena at the atomic and subatomic levels.(2 words)
- - An expert or recognized source in a scientific field.
- - Classical physics principles based on observable and measurable phenomena.(2 words)
- - A simplified representation or framework to explain a scientific concept or phenomenon.
- - The process of testing a hypothesis to prove it false, a principle in science.
24 Clues: - An expert or recognized source in a scientific field. • - Discoveries made by chance or unexpected observations. • - General agreement among scientists on a theory or finding. • - Information gained through observation and experimentation.(2 words) • - The ability to achieve consistent results when experiments are repeated. • ...
A Level Business Unit 3 Ch 21 2025-10-06
Across
- Long-term, more than a year, variations in sales due to the business cycle.
- Forecasting method using the expertise of specialists within the business.
- Measures product demand response to changes in consumer income.
- Designing, creating, and marketing new goods and services.
- Unpredictable variations in sales figures caused by unexpected events, such as bad weather or public image issues.
- The general direction or movement in a data series over time.
- Launching a product on a small scale to test consumer reaction before a full market release.
- A product whose demand increases when consumer incomes fall.
- Predicting future sales based on expert judgment rather than quantitative data (numerical analysis).
Down
- The scientific and technical development of creating new products and processes.
- A sales forecasting method that adds together individual sales predictions from all sales representatives working for a business.
- Predicting future sales levels and sales trends.
- Regular variations in sales that recur within a 12-month period.
- A long-range qualitative forecasting technique using expert opinions.
- Measures the responsiveness of demand following changes in promotional spending. =
- Measures the responsiveness of demand for a product following a change in its price.
16 Clues: Predicting future sales levels and sales trends. • Designing, creating, and marketing new goods and services. • A product whose demand increases when consumer incomes fall. • The general direction or movement in a data series over time. • Measures product demand response to changes in consumer income. • ...
Honors Algebra 2 2025-05-03
27 Clues: real • slope • whole • circle • origin • vertex • natural • parabola • rational • conjugate • quadratic • imaginary • synthetic • intercept • trinomial • reciprocal • squareroot • irrational • polynomial • scientific • orderedpair • coefficient • distributive • absolutevalue • axisofsymmetry • multiplicative • cooridnateplane
Scientific Method 2021-02-23
Scientific Method 2022-09-06
basic livestock terminlogoy 2022-02-23
Across
- intact male goats
- young sheep that have not been weaned
- scientific name for goats
- castrated male pig
- castrated male that has been trained to work
- female pig that has litter of piglets
- female pig that has not had a litter
- female cow that has not had a calf
- lamb female sheep that has not had a lamb
- scientific name for sheep
- female sheep that has had a lamb
- intact male sheep
- young pig that has not been weaned
Down
- intact male cow
- scientific name for cattle
- young cow that has not been weaned
- intact male pig
- scientific name for swine (pig)
- female cow that has a calf
- castrated male goat
- castrated male cow
- female goat that has not had a kid
- young goat that has not been weaned
- female goat that has a kid
- castrated male sheep
25 Clues: intact male cow • intact male pig • intact male goats • intact male sheep • castrated male pig • castrated male cow • castrated male goat • castrated male sheep • scientific name for goats • scientific name for sheep • scientific name for cattle • female cow that has a calf • female goat that has a kid • scientific name for swine (pig) • female sheep that has had a lamb • ...
Chocolate 2018-11-28
Across
- A type of chocolate that actually doesn’t contain any cocoa solids.
- Who discovered chocolate.
- A tempering method in which you add chocolate to and already melted chocolate.
- During the tempering process, you are trying to form what type of crystals when agitating.
- The meat of the cocoa bean.
- A combination of heavy cream and chocolate.
- The name given to a certain class of high-quality chocolate.
- A tempering method in which you pour a portion of the chocolate onto a marble table to cool.
- The scientific name for the cacao tree.
- A type of chocolate that contains more milk and dairy fat, giving it a creamy texture and lighter brown color with less bitter flavor than dark chocolate.
Down
- Is the hybrid between the other two cocoa trees.
- Flexible sheets of acetate printed with edible designs.
- Only 5 percent of the world's chocolate is made from this cocoa tree.
- butter The natural fat in chocolate.
- When liquid is added to melted chocolate, this occurs.
- 80 percent of the world's chocolate is made from this cocoa tree.
- Translates to "good good".
- A combination of hazelnut paste and chocolate.
- Improper tempering and is either sugar or fat.
- A type of chocolate that contains little or no milk and is mostly comprised of cocoa solids, cocoa butter, and sugar.
20 Clues: Who discovered chocolate. • Translates to "good good". • The meat of the cocoa bean. • butter The natural fat in chocolate. • The scientific name for the cacao tree. • A combination of heavy cream and chocolate. • A combination of hazelnut paste and chocolate. • Improper tempering and is either sugar or fat. • Is the hybrid between the other two cocoa trees. • ...
Year 8 Chemical Reactions 2021-03-11
Across
- part of the atom that is negatively charged
- what is the scientific term for burning
- One type of atom. Found in the Periodic Table
- carbon dioxide released into the environment is a pollutant because it is a __________
- In a chemical equation these substances come after the arrow
- this type of combustion only produces carbon dioxide and water
- All matter are made up of this tiny spheres.
- type of elements found on the right of the Periodic Table.
Down
- an insoluble solid can be separated from a liquid using this method; e.g. sand mixed with water.
- the chemistry word for when something reacts with oxygen
- more than one element chemically bonded together
- type of elements found on the left and centre of the Periodic table.
- a dissolved solid can be separated from a liquid using this method; e.g. salt dissolved in water.
- the chemistry word for when something loses oxygen in a reaction
- In a chemical equation these substances come before the arrow
- this type of combustion produces carbon monoxide and soot particles and is less efficient
- Part of the atom in the centre
- chemical equations need to be __________ so there is the same number of atoms in the reactants and products.
- more than one substance not chemically bonded together
- All the elements can be found in The Periodic _______
20 Clues: Part of the atom in the centre • what is the scientific term for burning • part of the atom that is negatively charged • All matter are made up of this tiny spheres. • One type of atom. Found in the Periodic Table • more than one element chemically bonded together • All the elements can be found in The Periodic _______ • ...
Scientific Revolution 2013-03-04
Across
- Method A logical procedure for gathering and testing ideas
- Time period also known as the age of reason
- Galilei Author of Starry Night and astronomer
Down
- Theory that the sun is the center of the universe
- Newton Great English scientist that developed the theory of motion
- French for philosophers
- Invented by Daniel Fahrenheit to measure temperature
- Device invented to see the depths of space
8 Clues: French for philosophers • Device invented to see the depths of space • Time period also known as the age of reason • Galilei Author of Starry Night and astronomer • Theory that the sun is the center of the universe • Invented by Daniel Fahrenheit to measure temperature • Method A logical procedure for gathering and testing ideas • ...
Science puzzle 2023-10-30
Across
- meat is undertaken in which farming
- which method is commonly used for improving cattle breeds
- scientific mangement of animal livestock
- preventive and control measures are used before grains are stored for which time period
- calttel husbandry is done for
Down
- milk production can be increased by increasing
- infections diseases are caused by
- maintenance requirement and milk production requirements is for which type of animals
8 Clues: calttel husbandry is done for • infections diseases are caused by • meat is undertaken in which farming • scientific mangement of animal livestock • milk production can be increased by increasing • which method is commonly used for improving cattle breeds • maintenance requirement and milk production requirements is for which type of animals • ...
Science puzzle 2023-10-30
Across
- calttel husbandry is done for
- meat is undertaken in which farming
- scientific mangement of animal livestock
- preventive and control measures are used before grains are stored for which time period
- which method is commonly used for improving cattle breeds
Down
- milk production can be increased by increasing
- maintenance requirement and milk production requirements is for which type of animals
- infections diseases are caused by
8 Clues: calttel husbandry is done for • infections diseases are caused by • meat is undertaken in which farming • scientific mangement of animal livestock • milk production can be increased by increasing • which method is commonly used for improving cattle breeds • maintenance requirement and milk production requirements is for which type of animals • ...
Method of Science 2026-09-17
Across
- method organized set of investigation procedures used by scientists
- an educated guess or "testable" prediction
- the variable or factor that doesn't change (x-axis)
- the standard for comparison
- an organized procedure for testing our hypothesis
Down
- process that uses observation and investigation to gain knowledge about events in nature
- factors that stay the same
- the variable or factor that is being measured (y-axis)
8 Clues: factors that stay the same • the standard for comparison • an educated guess or "testable" prediction • an organized procedure for testing our hypothesis • the variable or factor that doesn't change (x-axis) • the variable or factor that is being measured (y-axis) • method organized set of investigation procedures used by scientists • ...
QUIZ PBO KELOMPOK 11 2022-11-17
Across
- fungsinya untuk melakukan komputasi indeks yang sama untuk semua string
- method yang digunakan untuk menegetahui kapasitas dari suatu variabel StringBuffer
- memiliki sifat di mana elemennya terurut dalam urutan menaik
- tempat instance variabel dan objek
- method yang digunakan untuk menghapus string pada indeks tertentu
- method yang digunakan untuk menggabungkan teks dari satu atau lebih string dan mengembalikannya menjadi sebuah string
- suatu pengenalan (identifier) yang digunakan untuk mewakili suatu nilai tertentu di dalam program
- digunakan untuk menyimpan sekumpulan objek berdasarkan urutan masuk dan menerima duplikasi
- bisa memasukkan kembali nilai yang sama dengan nilai sebelumnya
Down
- method yang digunakan untuk mengubah karakter pada indeks
- harus mempunyai key unik dan nilai yang disimpan
- mengurutkan collection berdasarkan key dari elemen berupa pasangan
- method yang digunakan untuk membalikan isi dari variabel StringBuffer
- tempat penyimpanan data
- mempunyai nilai yang bertautan
- method yang digunakan untuk menambahkan string pada akhir StringBuffer
- method yang digunakan untuk meyisipakn string pada posisi tertentu
- method yang digunakan unntuk mengetahui panjang string
- memeriksa antrean apakah antrean sudah penuh apa belum
- tempat vocal variabel dan method
20 Clues: tempat penyimpanan data • mempunyai nilai yang bertautan • tempat vocal variabel dan method • tempat instance variabel dan objek • harus mempunyai key unik dan nilai yang disimpan • method yang digunakan unntuk mengetahui panjang string • memeriksa antrean apakah antrean sudah penuh apa belum • method yang digunakan untuk mengubah karakter pada indeks • ...
Science 2023-11-28
Unit 1 Key Terms Engineering 2021-08-22
Across
- improvement of an existing technological product,system, or method
- formally document, in chronological order,all of work
- A limit to a design process
- Techniques used to analyze accomplishments against specific goals & criteria
Down
- generating ideas,stimulating creative thinking, etc.
- person who is trained in and uses technological and scientific knowledge to solve practical problems.
- A standard, rule, or test
- analyze specific goals
8 Clues: analyze specific goals • A standard, rule, or test • A limit to a design process • generating ideas,stimulating creative thinking, etc. • formally document, in chronological order,all of work • improvement of an existing technological product,system, or method • Techniques used to analyze accomplishments against specific goals & criteria • ...
Scientific Revolution 2024-03-07
Across
- The sun being the center of the Solar System
- Famous astronomer who made telescope discoveries
Down
- Period of time where drastic changes and discoveries were made in science
- Man who Introduced the Scientific Method
- Discovered Gravity and many other laws of Physics
- Crimes against the church
- Period of transition into the Modern Age
7 Clues: Crimes against the church • Man who Introduced the Scientific Method • Period of transition into the Modern Age • The sun being the center of the Solar System • Famous astronomer who made telescope discoveries • Discovered Gravity and many other laws of Physics • Period of time where drastic changes and discoveries were made in science
Talking about science 2021-01-20
Across
- This activity involves study and investigation.
- This is a method, or way of doing something, that is logical and based in facts.
- This word means accepted.
Down
- This word means certain.
- This is a drug used to treat an illness.
- This is the study of math, biology, or social behaviour.
- This person is an academic or scientist.
- This is a piece of evidence.
8 Clues: This word means certain. • This word means accepted. • This is a piece of evidence. • This is a drug used to treat an illness. • This person is an academic or scientist. • This activity involves study and investigation. • This is the study of math, biology, or social behaviour. • This is a method, or way of doing something, that is logical and based in facts.
Scientific revolution 2023-03-28
Across
- formed a theory why the planets moved the way they did.
- A single force that keeps the planets moving around the sun
- Used new technology to assemble an astronomical telescope.
- A possible explanation
- Someone who published "On the revolutions of the heavenly spheres"
Down
- Made the scientific method.
- A branch of mathematics
- Explained that all matter was composed of tiny particles.
8 Clues: A possible explanation • A branch of mathematics • Made the scientific method. • formed a theory why the planets moved the way they did. • Explained that all matter was composed of tiny particles. • Used new technology to assemble an astronomical telescope. • A single force that keeps the planets moving around the sun • ...
Scientific Revolution 2024-03-07
Across
- The sun being the center of the Solar System
- Famous astronomer who made telescope discoveries
Down
- Period of time where drastic changes and discoveries were made in science
- Man who Introduced the Scientific Method
- Discovered Gravity and many other laws of Physics
- Crimes against the church
- Period of transition into the Modern Age
7 Clues: Crimes against the church • Man who Introduced the Scientific Method • Period of transition into the Modern Age • The sun being the center of the Solar System • Famous astronomer who made telescope discoveries • Discovered Gravity and many other laws of Physics • Period of time where drastic changes and discoveries were made in science
Scientific Method 2022-09-06
scientific method 2020-09-02
scientific method 2021-08-09
Scientific Method 2021-02-23
Scientific Revolution 2022-03-14
Across
- Created the scientific method
- Found that orbits are not perfect circles
- Made a telescope powerful enough to see the moon
- Came up with the idea of Heliocentric solar system
Down
- Came up with the three laws of physics that help explain things, like gravity
- discovered the lymphatic system
- discovered red blood cells
7 Clues: discovered red blood cells • Created the scientific method • discovered the lymphatic system • Found that orbits are not perfect circles • Made a telescope powerful enough to see the moon • Came up with the idea of Heliocentric solar system • Came up with the three laws of physics that help explain things, like gravity
Scientific Revolution 2024-03-06
Across
- invented first modern telescope
- invented the Scientific Method
- scientists change how humans viewed the world
- proved that planets do not orbit in perfect circles
Down
- Founded the three laws of motion
- Taught that the sun was the center of the earth
- Crime of believing or saying things that go against church teaching
7 Clues: invented the Scientific Method • invented first modern telescope • Founded the three laws of motion • scientists change how humans viewed the world • Taught that the sun was the center of the earth • proved that planets do not orbit in perfect circles • Crime of believing or saying things that go against church teaching
Scientific Revolution 2024-03-11
Across
- challenged the church
- Used mathematics to prove that Copernicus wass right
- introduced the first modern telescope
Down
- Confirmed that all matter falls at the same speed
- who taught people that the Earth was flat
- he invented the Scientific Method
- the crime of believing or saying things that go against church teFrancis
7 Clues: challenged the church • he invented the Scientific Method • introduced the first modern telescope • who taught people that the Earth was flat • Confirmed that all matter falls at the same speed • Used mathematics to prove that Copernicus wass right • the crime of believing or saying things that go against church teFrancis
scientific revolution 2022-03-11
Across
- hypothesis, question, conclusion
- tt
- challenged the church teachings about the earth theory.
Down
- he created the scientific method
- further proven the theory of the sun was the center of the universe
- Kepler changed the way people approached the field of science
- taught that the earth was the center of the universe.
7 Clues: tt • he created the scientific method • hypothesis, question, conclusion • taught that the earth was the center of the universe. • challenged the church teachings about the earth theory. • Kepler changed the way people approached the field of science • further proven the theory of the sun was the center of the universe
The Scientific Method and Earth, Sun, and Moon Crossword 2017-05-16
Across
- the moons lighted side is growing
- a list of resources
- the darkest part of the shadow
- the gasses that surround Earth
- an opening part to a paper, book or reference
- a path
- outcome of an experiment
- half of of the Earth
- inner part of the Earth
- to examine methodically by separating into parts and studying their interrelations
- large round pit caused by the impact of a meteoroid
Down
- the force of gravity on an object
- more than half of the moon is illuminated
- the moons lighted side is shrinking
- a diagram consisting of lines, bars, or circles to represent information
- anything noticed about the problem
- the study of the Earth, moon, stars and other objects in space
- a scientist that studies astronomy
- step-by-step set of directions of how to do your experiment
- reach a decision based on the analysis of data
- the amount of matter in an object
- the partial or total blocking of one object in space by another
- gathering information
- a push or pull exerted on an object
- pieces of information that a scientist will gather and look at
25 Clues: a path • a list of resources • half of of the Earth • gathering information • inner part of the Earth • outcome of an experiment • the darkest part of the shadow • the gasses that surround Earth • the force of gravity on an object • the moons lighted side is growing • the amount of matter in an object • anything noticed about the problem • a scientist that studies astronomy • ...
Unit 1 Scientific Method CER Microscope Life 2021-09-24
Across
- maintain internal balance
- this is what I change
- used to help support a claim
- answer to a question supported by evidence.
Down
- this is what I observe
- no organelles
- this includes both independent and dependent variables
- asexual or sexual
- contains organelles
- a reaction that uses oxygen and sugar to make carbon dioxide and water
- simplest form of life
- has mass and volume
12 Clues: no organelles • asexual or sexual • contains organelles • has mass and volume • this is what I change • simplest form of life • this is what I observe • maintain internal balance • used to help support a claim • answer to a question supported by evidence. • this includes both independent and dependent variables • ...
Bio Work: Scientific Method, Characteristics of Life 2022-08-24
Across
- data that is in numbers
- scientific explanation
- deoxyribonucleic acid
- process in which cells become special
- a well tested explanation
- the act of noticing and describing events
- maintaining a stable internal
- smallest form of life
Down
- information gathered
- data that cannot be measured numerically
- an inherited characteristic
- a change in surroundings that cause a reaction
12 Clues: information gathered • deoxyribonucleic acid • smallest form of life • scientific explanation • data that is in numbers • a well tested explanation • an inherited characteristic • maintaining a stable internal • process in which cells become special • data that cannot be measured numerically • the act of noticing and describing events • ...
crossword puzzle 2024-09-06
Across
- Concerned with laws and judiciary.
- Guideline governing behavior.
- Following data collection, the investigator ought to quantify and measure those information.
- Decisions consider all viewpoints.
- Focuses on objective, scientific political study.
- Political study should be evidence-based.
- System or method imposed from above.
- Activity related to power and decision-making.
- Decision-making should be open and accessible.
- emphasize the use of research instruments and techniques that produce comparable, accurate, and legitimate data.
- proper utilization of resources
- Ability to exert influence or control.
- Values matter in political study.
- Include everyone, especially the vulnerable, in policies.
- Research must be orderly; theory and study align.
- the conduct of the affairs of government.
- Old method in political study, values ethics.
Down
- Rules to resolve conflicts and make decisions.
- meeting the needs
- Research should avoid personal biases.
- feels that certain patterns of political conduct can be reflected in theories or generalizations that explain and forecast political events.
- Being responsible for actions.
- Protect citizens' interests promptly and fairly.
- System that governs a community or state.
- Enforceable rules by society or government.
- Involvement of all societal sectors is essential.
- stresses confirming and checking everything. Behaviorists hold that science cannot be used to what cannot be proved.
- Focus on formal political structures.
- Links Political Science with other social sciences.
- Studies past political events.
30 Clues: meeting the needs • Guideline governing behavior. • Being responsible for actions. • Studies past political events. • proper utilization of resources • Values matter in political study. • Concerned with laws and judiciary. • Decisions consider all viewpoints. • System or method imposed from above. • Focus on formal political structures. • Research should avoid personal biases. • ...
Unit 6 Crossword 2025-02-10
Across
- Improved the telescope, invented the microscope, conducted the Tower of Pisa experiment
- Inventor of the movable type printing press
- A system of thought that focuses on people and their ability to reason
- Translated the Bible into English
- The birthplace of the Renaissance
- Greatest writer of English literature
- Sun-centered universe thought of by Copernicus
- Sculpter, Painter, Poet, and Architect
- Broke away from Catholisism, named himself the Head of the Church of England, and had 6 wives
- Supporter of artists and writers
- The powerful banking family of Florance
Down
- Paper to get you or loved one into heaven for a fee
- Earth-centered universe thought of by Aristotle
- Painter, Inventor, and Scientist
- Brought balance between reason and faith
- Discovered oval shaped orbits and planets revolving faster around the sun
- Believed in Predestination
- Reform or changes
- Popularized the Scientific Method
- 3 Laws of Motion and created the Theory of Gravity
- Looks like a boot that extends into the Mediterranian Sea
- German monk who nailed the 95 theses on a church door
- Skeptisism and wrote the Discourse on Method
- Was Protestant and defeated the Spanish Armada, bringing the "Tutor Golden Age" (Include the I in the answer)
- Brought Catholicism back to England and is also known as "Bloody Mary" (Include the I in the answer)
25 Clues: Reform or changes • Believed in Predestination • Painter, Inventor, and Scientist • Supporter of artists and writers • Translated the Bible into English • The birthplace of the Renaissance • Popularized the Scientific Method • Greatest writer of English literature • Sculpter, Painter, Poet, and Architect • The powerful banking family of Florance • ...
Classification Unit 2026-01-15
Across
- Mushrooms belong to this kingdom
- Tool used to determine the identity of things both living and non-living
- Advanced cell contains a nucleus and membrane-bound organelles
- Reproduction method requires 2 parents 50% DNA from each parent
- Domain that includes Protista Fungi Animals and Plants
- Reproduction method with only one parent; same DNA
- Most plants belong to this kingdom
- An organism made of many cells
- The basic unit of structure and function for all living things
- "Catch All" group cannot be classified as animal plant or fungus
- Primitive cell no nucleus or membrane-bound organelles
- Small structures inside the cell that carry out specific functions
- Makes their own food
- Process of grouping things based on similarities
Down
- The "Brain" of the cell
- Most bacteria belong to this kingdom
- "Father of Taxonomy"
- The process by which an organism creates a likeness of itself either sexual or asexual
- Entire organism is one cell
- Heredity material found inside the cell's nucleus
- Pair of contradictory statements
- Most animals belong to this kingdom
- Credited with creating the first classification system
- Individual animal plant or single-celled life form
- Scientific study of how living things are classified
- Highest rank of organisms in a biological taxonomy
- Domain of unicellular prokaryotic organisms found in extreme environments
27 Clues: "Father of Taxonomy" • Makes their own food • The "Brain" of the cell • Entire organism is one cell • An organism made of many cells • Mushrooms belong to this kingdom • Pair of contradictory statements • Most plants belong to this kingdom • Most animals belong to this kingdom • Most bacteria belong to this kingdom • Process of grouping things based on similarities • ...
Quadratic Terms 2017-03-24
Across
- a quantity forming or expressed as the root of another
- line is the point at which the line crosses the x-axis
- number that nothing can exceed in that situation
- a function equals zero
- the value of a function at a certain point in its domain
- formula used to solve quadratic equations
- fixed and well defined number
- equation having the form where x represents an unknown, and a, b, and c
- passes through the vertex of the parabola
- slope of the line is m and the y-intercept of the line is b
- negative or no real numbers
- Flying mammal
- two real numbers
- one real number
- using scientific notation
- two dimentional and U-shaped
- Has a trunk
- quantity or number
Down
- breaking up a polynomial into simpler terms
- shape like a U
- algebriac expression of three terms
- is usually denoted i.
- numerical or constant quantity
- function that can be described as an equation
- Man's best friend
- Likes to chase mice
- exponent is squared by two
- the highest point; the top or apex
- method of solving equations
- mnemonic for the standard method
- Large marsupial
- number that produces a specified quantity when multiplied by itself
- h and the letter k being the vertex point of the parabola
33 Clues: Has a trunk • Flying mammal • shape like a U • Large marsupial • one real number • two real numbers • Man's best friend • quantity or number • Likes to chase mice • is usually denoted i. • a function equals zero • using scientific notation • exponent is squared by two • method of solving equations • negative or no real numbers • two dimentional and U-shaped • fixed and well defined number • ...
CI Terminology 2014-07-22
Across
- Short organization term (sort, set, shine, standardize, sustain)
- Term for going to point of activity to view and understand problem
- Clear description of how work is supposed to be performed
- Phrase for trying a countermeasure quickly and cheaply
- Stands for Process Design
- Process of asking questions to derive Root Cause of problem
- Assessment of how well C1-C4 is applied in an organization
- A more detailed version of a process that includes steps
- Root Cause Analysis tool to list potential problem causes by Man, Machine, Method, Materials, etc.
- Built in test that signals something is wrong
- Stands for Leaders as Teachers
- Stands for Sharing Knowledge
- Acronym for After Action Review
Down
- Acronym for 30,000 foot view of a process that identifies suppliers, inputs, processes, outputs and customers
- Scientific Method for Problem Solving
- Illustration of a process that shows who is involved, handoffs, tasks and objective
- CI Maturity Model
- Abbreviation for Output,Pathway,Connection & Activity
- Anything beyond minimum amount of materials, manpower, and machinery needed to add value to a product or service (also categorized as TIM WOOD)
- Acronym for Practice, Repitition and Training
- Stands for Problem Solving
- Behavior of gathering around to conduct a PRT
- Name for comparing a process to identify best practice
- To bring issue or abnormality to higher level attention
24 Clues: CI Maturity Model • Stands for Process Design • Stands for Problem Solving • Stands for Sharing Knowledge • Stands for Leaders as Teachers • Acronym for After Action Review • Scientific Method for Problem Solving • Acronym for Practice, Repitition and Training • Behavior of gathering around to conduct a PRT • Built in test that signals something is wrong • ...
Sientific Revolution Crossword 2023-09-20
Across
- Attempted to mathematically prove the idea of a geocentric universe.
- The last name of the astronomer that mathematically proved the heliocentric veiw of the world.
- What allowed ideas to spread.
- Famous astronomer that formulated the law of inertia.
- The first name of the danish nobleman that studied and collected over twenty years of data about stars and planets.
- The last name of the polish monk, and astronomer that challenged the geocentric theory.
- The last name of the "father of the scientific method".
- Emerged as a minor distinct branch of philosophy in the 14th and 15th century.
- The law of _____, created by Galileo, states that rest is not the natural state of objects.
Down
- Robert boyle founded _______.
- Made many discoveries in optics.
- The law that explains the correlation between volume, temperature and pressure of gas.
- One of the six steps of the sientific method.
- First name of the mathemetition that was most commonly known for his quote, "I think, therefore I am."
- Published in 1687, famously ostulated the law of universal gravitation.
- It used to be believed that all orbits were ______.
- Andres Vesalius was popularly know for _______ human bodies to determine how the body functions.
- View where a motionless earth is the center of the universe.
- The last name of the surgeon who discovered the heart acts as pump.
- One of the four rejected Aristotole theory of elements.
20 Clues: Robert boyle founded _______. • What allowed ideas to spread. • Made many discoveries in optics. • One of the six steps of the sientific method. • It used to be believed that all orbits were ______. • Famous astronomer that formulated the law of inertia. • The last name of the "father of the scientific method". • One of the four rejected Aristotole theory of elements. • ...
crossword puzzle 2024-09-06
Across
- Concerned with laws and judiciary.
- Guideline governing behavior.
- Following data collection, the investigator ought to quantify and measure those information.
- Decisions consider all viewpoints.
- Focuses on objective, scientific political study.
- Political study should be evidence-based.
- System or method imposed from above.
- Activity related to power and decision-making.
- Decision-making should be open and accessible.
- emphasize the use of research instruments and techniques that produce comparable, accurate, and legitimate data.
- proper utilization of resources
- Ability to exert influence or control.
- Values matter in political study.
- Include everyone, especially the vulnerable, in policies.
- Research must be orderly; theory and study align.
- the conduct of the affairs of government.
- Old method in political study, values ethics.
Down
- Rules to resolve conflicts and make decisions.
- meeting the needs
- Research should avoid personal biases.
- feels that certain patterns of political conduct can be reflected in theories or generalizations that explain and forecast political events.
- Being responsible for actions.
- Protect citizens' interests promptly and fairly.
- System that governs a community or state.
- Enforceable rules by society or government.
- Involvement of all societal sectors is essential.
- stresses confirming and checking everything. Behaviorists hold that science cannot be used to what cannot be proved.
- Focus on formal political structures.
- Links Political Science with other social sciences.
- Studies past political events.
30 Clues: meeting the needs • Guideline governing behavior. • Being responsible for actions. • Studies past political events. • proper utilization of resources • Values matter in political study. • Concerned with laws and judiciary. • Decisions consider all viewpoints. • System or method imposed from above. • Focus on formal political structures. • Research should avoid personal biases. • ...
U5 Cooking Methods 2022-11-10
Across
- a moist-heat cooking method where naturally tender foods are placed on a bed of aromatic ingredients
- the transfer of heat from one item to another through direct contact between the items
- a moist-heat cook method where food is cooked by direct contact with steam.
- a form of radiation created when the heat from a source is absorbed by another material and radiated outward to heat another object.
- a dry heat cooking method without fat that slowly cooks items in a oven with hot, dry air.
- a dry heat cooking method that cooks tender, coated items by immersing them in hot fat.
- a dry heat cooking method with fat that cooks small, tender items quickly.
- a dry-heat cooking method without fat that slowly cooks larger, often intact items in an oven with hot, dry air.
- a moist-heat cooking method where less tender foods are submerged in a liquid.
- usually plunging vegetables, pasta, or another ingredient into boiling water to par-cook.
- a dry heat cooking method with fat that uses moderate amount of fat and heat.
Down
- a combination-cooking method that is primarily used for smaller pieces of food.
- the transfer of energy through space, often by microwaves or infrared heat
- a cooking method for sealed foods under rigorous controlled conditions.
- the transfer of heat from one area to another.
- soaking an item in an combination of wet and dry ingredient to add flavor and moisture from the outside.
- a combination-cooking method that is primarily used for larger pieces of meat.
- a moist-heat cooking method where naturally tender foods are submerged in a liquid.
- a dry heat cooking method with fat that uses very high heat and cooks small pieces of food very quickly while being agitated.
- a dry heat cooking method without fat that rapidly cooks an item with high heat from a source below the item.
20 Clues: the transfer of heat from one area to another. • a cooking method for sealed foods under rigorous controlled conditions. • the transfer of energy through space, often by microwaves or infrared heat • a dry heat cooking method with fat that cooks small, tender items quickly. • a moist-heat cook method where food is cooked by direct contact with steam. • ...
Scientific Method 2023-09-28
3 Clues: has been tested many times with a similar result. • A well-tested hypothesis backed by a large body of evidence • group The group in an experiment that is "normal" - not exposed to the variable that is being changed but has the same conditions as the experimental group.
Scientific Method 2023-09-28
3 Clues: has been tested many times with a similar result. • A well-tested hypothesis backed by a large body of evidence • The group in an experiment that is "normal" - not exposed to the variable that is being changed but has the same conditions as the experimental group.
scientific Method 2021-09-29
scientific method 2021-09-27
scientific method 2021-08-20
Scientific Method 2022-08-30
3 Clues: Ask lots of "why" questions. • Think about the different kinds of data that could be used. • Decide if the data clearly support or do not support the hypothesis.
Scientific 2022-08-28
Across
- a matter or situation
- what could you change in order to test your hypothesis?
- proposed explanation made on the basis of limited evidence as a starting point for further investigation
- variables that remain unchanged
Down
- variable that change when the independent variable changes.
- investigation into and study of materials and sources in order to establish facts
- gather research about your hypothesis.
- set of procedures scientist follow.
- validate or disproves your hypothesis explanation made on the basis of limited evidence
- to look closy
10 Clues: to look closy • a matter or situation • variables that remain unchanged • set of procedures scientist follow. • gather research about your hypothesis. • what could you change in order to test your hypothesis? • variable that change when the independent variable changes. • investigation into and study of materials and sources in order to establish facts • ...
Scientific Investigation 2013-06-06
Across
- The process of how organisms acquire adaptations over time.
- An organism from which others have descended.
- An inherited trait that helps an organism survive.
- Joints that allow movement in all directions.
- A group of organs whose primary function is movement.
- A unit that determines traits.
- (Deoxyribonucleic acid), a self-replicating material present in nearly all living organisms as the main constituent of chromosomes.
- Diagram that shows hoe energy moves from one feeding level to the next in a food chain.
- Occurs when the environment changes and the adaptations of a species are no longer sufficient for its survival.
- A disorder of the metabolism causing excessive thirst and the production of large amounts of urine.
- A group of living things and their surroundings.
- The ability to cause change or do work.
Down
- A group of organs and nerves that gather,interpret,and respond to information.
- The process by which organisms with favorable adaptations survive and reproduce at a higher rate than organisms with less-favorable adaptations.
- An ancient supercontinent that broke apart to form today's continents.
- A preparation of virus particles that,when injected into the body,causes the immune system to produce antibodies.
- A set traits an organism receives from its parents.
17 Clues: A unit that determines traits. • The ability to cause change or do work. • An organism from which others have descended. • Joints that allow movement in all directions. • A group of living things and their surroundings. • An inherited trait that helps an organism survive. • A set traits an organism receives from its parents. • ...
Scientific Investigation 2013-06-06
Across
- (Deoxyribonucleic acid), a self-replicating material present in nearly all living organisms as the main constituent of chromosomes.
- Joints that allow movement in all directions.
- The process by which organisms with favorable adaptations survive and reproduce at a higher rate than organisms with less-favorable adaptations.
- The process of how organisms acquire adaptations over time.
- Diagram that shows hoe energy moves from one feeding level to the next in a food chain.
- A disorder of the metabolism causing excessive thirst and the production of large amounts of urine.
- An inherited trait that helps an organism survive.
Down
- An ancient supercontinent that broke apart to form today's continents.
- A group of organs whose primary function is movement.
- A set traits an organism receives from its parents.
- Occurs when the environment changes and the adaptations of a species are no longer sufficient for its survival.
- A group of living things and their surroundings.
- A group of organs and nerves that gather,interpret,and respond to information.
- A unit that determines traits.
- The ability to cause change or do work.
- A preparation of virus particles that,when injected into the body,causes the immune system to produce antibodies.
- An organism from which others have descended.
17 Clues: A unit that determines traits. • The ability to cause change or do work. • Joints that allow movement in all directions. • An organism from which others have descended. • A group of living things and their surroundings. • An inherited trait that helps an organism survive. • A set traits an organism receives from its parents. • ...
Scientific terms 2025-05-15
Across
- To find similarities and differences between two or more things.
- The physical condition of something, to state is to say a free statement.
- To recognize and/or to describe something with enough detail for it to be understood in a specific context.
- The process of analysing and interpreting research findings.
- Exact, accurate, careful, on topic
- To the point, brief, comprehensive, succinct,
- To retell or make an idea or situation clear by using more detail than usual.
- To recognize or perceive the difference between two or more things.
- To thoroughly examine and evaluate for a specific purpose.
- Direct, easy to understand, well set out, coherent, makes sense.
Down
- A judgement with a thought of reason, usually based on research or analysis.
- In the scientific context is a structured plan to make a report.
- A statement of the meaning of a term.
- To make an observation and retell in detail
- Particular not general, purposeful, explicit reference to data/theory/model, explain the science
- In a scientific definition is to compare two or more objects or events in order to show the difference.
- To put scientific knowledge towards the statement.
17 Clues: Exact, accurate, careful, on topic • A statement of the meaning of a term. • To make an observation and retell in detail • To the point, brief, comprehensive, succinct, • To put scientific knowledge towards the statement. • To thoroughly examine and evaluate for a specific purpose. • The process of analysing and interpreting research findings. • ...
Scientific investigation 2025-08-25
Across
- a summary of results of an experiment
- when something is noticed
- a factor that can change or be changed in an experiment
- a series of steps designed to test the hypothesis
- the study of living things
- variable that is changed by the scientist
- the best explanation of an observation as supported by current evidence
Down
- is a testable explanation of an observation
- data is recorded using numbers
- Used to provide a comparison against which actual experiment can be judged
- Data is recorded using lists or words
- data obtained from the experiment which is collected, recorded and analysed
- method a process of investigation in which problems are identified, and their suggested explanations are tested by carrying out experiments
- the study of the physical, material and living world
- is a description of an observation based on established evidence
- the expected result or outcome of an investigation
- variable that the scientist monitors
17 Clues: when something is noticed • the study of living things • data is recorded using numbers • variable that the scientist monitors • a summary of results of an experiment • Data is recorded using lists or words • variable that is changed by the scientist • is a testable explanation of an observation • a series of steps designed to test the hypothesis • ...
Chapter 1 2023-11-08
My crosword 2024-03-12
theory 2023-04-18
Scientific Revelution 2025-03-28
Scientific Revelution 2025-03-28
Bio Work: Scientific Method, Characteristics of Life 2022-08-24
Across
- data that is in numbers
- scientific explanation
- deoxyribonucleic acid
- process in which cells become special
- a well tested explanation
- the act of noticing and describing events
- maintaining a stable internal
- smallest form of life
Down
- information gathered
- data that cannot be measured numerically
- an inherited characteristic
- a change in surroundings that cause a reaction
12 Clues: information gathered • deoxyribonucleic acid • smallest form of life • scientific explanation • data that is in numbers • a well tested explanation • an inherited characteristic • maintaining a stable internal • process in which cells become special • data that cannot be measured numerically • the act of noticing and describing events • ...
Stone Age 2022-09-29
Across
- the scientific name for the modern human
- the land bridge that connected Asia and America
- a garden tool used to harvest grain
- the "Middle Stone Age" where humans first used fire and spoke language
- "man of skill," early hominids who used tools
- early religious leaders
- the "Old Stone Age" where the earliest humans lived as hunter-gatherers
- the name of the oldest (almost) intact australopithecine skeleton
- the largest river valley in Africa (and the world!)
- those skilled in a specific craft
- having more of something than what is needed
- a system of making and enforcing laws
Down
- the first hominids to walk on 2 feet
- these hominids were known as the "upright man" and were the first to migrate out of Africa
- the "New Stone Age" where the only humans left were the ones we know today
- a method of filtering water from its source to where your crops are
- a humanoid creature evolved from apes
- the method of raising animals for resources and farming crops
- a type of village that could hold as many as 5,000 people
- a series of cold climates that covered the Earth from 2.4 million BC to 10,000 BC
- the last name of the family who discovered most of the more prominent hominid skeletons
- people who do not settle in a single place permanently
22 Clues: early religious leaders • those skilled in a specific craft • a garden tool used to harvest grain • the first hominids to walk on 2 feet • a humanoid creature evolved from apes • a system of making and enforcing laws • the scientific name for the modern human • having more of something than what is needed • "man of skill," early hominids who used tools • ...
Adv Chem Peta 2.4 2021-02-19
Across
- True or correct formula
- The formula of the volume for this regular shaped solid is π r2 h
- In scientific term refers as the force gravity exerts on an object
- Standard unit of Amount of substance
- Standard unit of Temperature
- What country often uses the English system in business and industry
- 6.002x10^23 is also known as?
- Gives the smallest whole number ratio of the atoms that are present in the compound
- The ratio of the mass of a substance to the volume occupied by the mass of the object
- What is the prefix if the value is 10^-18
- Standard unit of length
Down
- Also known as systematic method
- The Celsius scale was named after?
- Defined as the percentage by mass of each element present in a compound or chemistry product
- This method allows you to solve problems in a systematic, straightforward manner where allows you to convert one unit to another using conversion factors
- The term used to refer the zero point on Kelvin scale or -273°C, it is the lowest possible value of temperature
- The ratio of density of a substance to the density of a reference substance
- Standard unit of Luminous intensity
- The mass of 1 mol of atoms in grams is defined as?
- Standard unit for Electric Current
- What is the prefix if the value is 10^-15?
21 Clues: True or correct formula • Standard unit of length • Standard unit of Temperature • 6.002x10^23 is also known as? • Also known as systematic method • The Celsius scale was named after? • Standard unit for Electric Current • Standard unit of Luminous intensity • Standard unit of Amount of substance • What is the prefix if the value is 10^-18 • ...
1.1 DIVERSITY OF ORGANISMS 2026-08-19
Across
- An importance of biodiversity related to the production of medicines.
- The natural place where an organism lives.
- An importance of biodiversity that allows humans to increase knowledge through scientific research.
- A term describing a species that is at risk of extinction.
- A conservation method that preserves species within their natural habitat.
- A species that lives within a restricted habitat in a specific location.
- The transfer of pollen that contributes to maintaining balance in nature.
- A type of diversity caused by variations in genes within a species.
- A forest product commonly used to make furniture.
Down
- One factor that contributes to the diversity of organisms in different places.
- The clearing of forests that causes animals to lose their habitats and food sources.
- A term used to describe countries that have extremely high biological diversity.
- The diversity of microorganisms, animals and plants found in the environment.
- A forest product used for making furniture and constructing buildings.
- The type of climate in Malaysia that supports a wide variety of organisms.
- An activity that can be developed in areas rich in biodiversity.
- A conservation method that preserves species outside their natural habitat.
- An important resource supplied to humans by animals and plants.
- A very cold region that provides a habitat for organisms such as penguins.
- A dry habitat with very little rainfall.
20 Clues: A dry habitat with very little rainfall. • The natural place where an organism lives. • A forest product commonly used to make furniture. • A term describing a species that is at risk of extinction. • An important resource supplied to humans by animals and plants. • An activity that can be developed in areas rich in biodiversity. • ...
Invitation to Philosophy 2026-05-25
Across
- A political concept philosophers may question
- An idea examined more deeply than a dictionary definition
- A concept discussed in law and politics
- Uses experiment and observation to seek truth
- Cannot be settled simply by experiment or observation
- Field involving freedom, equality and social justice
- Field where health and cure can be questioned
- According to Plato, philosophy begins in this
- Agreement given because of reasons
- The subject of epistemology
- Based on reason
- Philosophy does not simply appeal to this
- Philosophy relies on this rather than faith or authority
- Questioning the fundamentals we normally take for granted
- Branch of philosophy concerned with knowledge
- A concept questioned in philosophy of medicine
Down
- A political ideal that may conflict with freedom
- Essential because claims must be open to question
- A method used by science
- Philosophy is described as a shared search for this
- One of philosophy’s most fundamental concerns
- Something philosophy seeks at a deep level
- May involve faith, revelation, ritual and obedience
- A scientific method for testing ideas
- A set of reasons supporting a conclusion
- Something philosophy does not rely on for arguments
- Field involving guilt, innocence and fair trials
- Often presents insight through perception and intuition
- Branch of philosophy concerned with what exists
- Philosophers ask whether this had a beginning
30 Clues: Based on reason • A method used by science • The subject of epistemology • Agreement given because of reasons • A scientific method for testing ideas • A concept discussed in law and politics • A set of reasons supporting a conclusion • Philosophy does not simply appeal to this • Something philosophy seeks at a deep level • A political concept philosophers may question • ...
Evolution 2022-10-06
Across
- similar group of living organism that can interbreed to create fertile offspring
- species evolve in short periods of rapid change
- differences
- better adaptation to environment live on while others die
- Parents with desired traits to pass down for next generation
- has no function so it grew smaller
- how well an organism survives and reproduces in its environment
- species that all member are dead
Down
- thought out explanation or observation that has been tested with the scientific method
- best fit for environment survive and reproduce better then others
- slow and steady
- man who came up with the theory of modern species evolved over millions of years
- DNA segment
- changing to fit one's environment
- change in genes,raw material for evolution
15 Clues: differences • DNA segment • slow and steady • species that all member are dead • changing to fit one's environment • has no function so it grew smaller • change in genes,raw material for evolution • species evolve in short periods of rapid change • better adaptation to environment live on while others die • Parents with desired traits to pass down for next generation • ...
02 Measurements and Experimentation 2025-04-18
Across
- Ability to get consistent results under same conditions
- Noting and recording of measured phenomena
- Practical method to test a scientific concept
- Systematic arrangement of experimental data
- Distance moved by screw in one complete rotation
- The observed value on a scale of any instrument
- Information collected from observations or measurements
Down
- General term for any device used to measure physical quantities
- Difference between observed and expected result
- The closeness of a measurement to the true value
- Device used to measure time based on oscillations
- Process of adjusting an instrument for accurate readings
- Secondary scale used for precision in linear measurement
- Used to plot experimental data for visual analysis
- Apparent shift in reading when viewed from an angle
15 Clues: Noting and recording of measured phenomena • Systematic arrangement of experimental data • Practical method to test a scientific concept • Difference between observed and expected result • The observed value on a scale of any instrument • The closeness of a measurement to the true value • Distance moved by screw in one complete rotation • ...
theory 2023-04-18
Scientific Method Crossword 2022-09-15
theory 2023-04-18
Litawn's Fun Science Words 2018-12-18
Across
- the tenth month
- when you have problems, you should ________ them.
- the fifth step of a scientific investigation is to draw a _________. 结论
- a plan for making something. 设计
- a scientific test. Hanlin _________al school.
- you shouldn't forget this. it's very _______. 重要
- to see something. the first step of a scientific investigation.
- the use of scientific knowledge to solve problems
- eleventh twelfth ______ fourteenth
Down
- when a man likes a woman, he can ________ marriage. the third step is to ______ a hypothesis.
- when walking, you take ______. Science has different _____.
- simple, easy. important. starts with a b, ends with a c.
- it's not water. we're standing on it. it's a natural resource.
- scientific ____________. it has 5 steps, and is on page 18 of the book.
- the second step is to do background _________. to learn more about something.
- to try to understand something. 分析
- a guess something about nature. 假设
- it's not bad, so it must be ______
18 Clues: the tenth month • a plan for making something. 设计 • to try to understand something. 分析 • a guess something about nature. 假设 • it's not bad, so it must be ______ • eleventh twelfth ______ fourteenth • a scientific test. Hanlin _________al school. • you shouldn't forget this. it's very _______. 重要 • when you have problems, you should ________ them. • ...
Scientific 2022-08-28
Across
- gather research about your hypothesis.
- to look closy
- set of procedures scientist follow.
- what could you change in order to test your hypothesis?
- investigation into and study of materials and sources in order to establish facts
- a matter or situation
Down
- proposed explanation made on the basis of limited evidence as a starting point for further investigation
- validate or disproves your hypothesis explanation made on the basis of limited evidence
- variable that change when the independent variable changes.
- variables that remain unchanged
10 Clues: to look closy • a matter or situation • variables that remain unchanged • set of procedures scientist follow. • gather research about your hypothesis. • what could you change in order to test your hypothesis? • variable that change when the independent variable changes. • investigation into and study of materials and sources in order to establish facts • ...
Scientific Terms 2015-04-01
Across
- Watch: a device that counts down from a specific time
- used for picking up small objects
- Filter: a tool that blocks certain wavelengths of light and transmit others
- the prediction of the outcome of an experiment
- Variable: the variable that responds to the independent variable
- a glass container used for labortory use
- Mirror: used to reflect light
- an explanation based on facts
- measurs length
- Spring: used to model waves
- the amount of matter in an object
Down
- small tude used to measure out drops of liquid
- measures temperature
- Variable: variable that stays the same
- Variable: the variable that changes in the experiment
- measures mass
- breaks up light in to many colors
17 Clues: measures mass • measurs length • measures temperature • Spring: used to model waves • Mirror: used to reflect light • an explanation based on facts • used for picking up small objects • breaks up light in to many colors • the amount of matter in an object • Variable: variable that stays the same • a glass container used for labortory use • ...
scientific innovation 2024-05-21
20 Clues: - Avancée • - Progrès • - Progrès • - Pionnier • - Pionnier • - Invention • - Évolution • - Recherche • - Innovation • - Révolution • - Expérience • - Découverte • - Découverte • - Créativité • - Ingéniosité • - À la pointe • - Exploration • - Technologique • - Développement • - Expérimentation
Scientific Revolution 2023-11-30
Across
- Introduced the experimental method
- Discovered the law of gravity
- Aristotle's theory that the sun is the center of the universe
- Perfected Inoculation by using milder diseases to create vaccines
- Invented the first microscope
- Copernicus's theory that the earth is the center of the universe
- Built a telescope and learned about the surface of planets; was arrested by the church
- Introduced the idea of using logic and reasoning; combined Algebra and Geometry
Down
- Invented the barometer to measure atmospheric pressure
- Gathered data about how planets move
- Determined that the world was made up of more than just four elements; developed gas laws
- 5 step process to conduct an experiment via questioning, observing, gathering data, and repeating
- First to observe bacteria and red blood cells
- Discovered planets orbit in an elliptical vs a circle
- First thermometer to use mercury where water freezes at 32 degrees
- Used dissections to determine human anatomy differed from animal anatomy
- Mercury thermometer where water freezes at 0 degrees
17 Clues: Discovered the law of gravity • Invented the first microscope • Introduced the experimental method • Gathered data about how planets move • First to observe bacteria and red blood cells • Mercury thermometer where water freezes at 0 degrees • Discovered planets orbit in an elliptical vs a circle • Invented the barometer to measure atmospheric pressure • ...
Scientific Knowledge 2023-11-25
Across
- information that you obtain through your senses
- guage of how exact a measurement is
- study of living things
- International System of Units
- study of the universe beyond Earth
- study of composition, structure, properties and reactions of matter
- representation of an object or event
- the quantity of matter in an object
- instrument that measures temperature
Down
- amount of space taken up by an object
- study of the origin, history and structure of the earth
- digits that are known in a measurement plus the last digit that is estimated
- ration of an object's mass to its volume
- system of knowledge and the methods used to find the knowledge
- closeness of a measurement to the actual value
- study of matter and energy and their interactions
- proposed answer to a question
17 Clues: study of living things • International System of Units • proposed answer to a question • study of the universe beyond Earth • guage of how exact a measurement is • the quantity of matter in an object • representation of an object or event • instrument that measures temperature • amount of space taken up by an object • ration of an object's mass to its volume • ...
Scientific appetizers 2023-06-02
Across
- eats plants and animals
- succession rebuilding of the ecosystem
- living thing
- succession formation of the ecosystem
- only eats plants
- large ecosystem in one area
- living and nonliving things come together
- anything that does photosynthesis
- process of rain,snow etc. falling
- can produce its own food
- conversion of a gas to liquid
Down
- liquid to vapor
- ability to do work
- eats only meat
- nonliving
- drifters in the ocean
- total quantity or weight
17 Clues: nonliving • living thing • eats only meat • liquid to vapor • only eats plants • ability to do work • drifters in the ocean • eats plants and animals • total quantity or weight • can produce its own food • large ecosystem in one area • conversion of a gas to liquid • anything that does photosynthesis • process of rain,snow etc. falling • succession formation of the ecosystem • ...
Scientific Revolution 2023-11-09
Across
- Newtons law "for every action there is an equal and opposite reaction"
- Scientist who discovered the laws of motion and gravity
- city in which Vatican city is located in(pope residence)
- look for patters in experiments, sometimes called bottom up
- scholars began to question old teachings and ideas
- leader of the catholic church
- Studied the stars for over 25 years
- Sun centered theory
Down
- book published by Galileo
- Newtons law "force of an object is equal to mass times acceleration"
- new invention used to study the night sky
- test theory with experiments, sometimes called going top down
- earth centered theory
- Belief that God created the universe and then allowed it to run on natural laws
- Newtons law "body at rest will remain at rest"
- Religous group that protested Galileo
- Used telescope to observe and study the stars
17 Clues: Sun centered theory • earth centered theory • book published by Galileo • leader of the catholic church • Studied the stars for over 25 years • Religous group that protested Galileo • new invention used to study the night sky • Used telescope to observe and study the stars • Newtons law "body at rest will remain at rest" • scholars began to question old teachings and ideas • ...
Scientific Crossword 2021-06-02
Across
- One form of asexual reproduction is _________.
- Effect, Earth's rotation making wind curve is called _______.
- ________ is the transfer of energy by light energy.
- allele, A ____ ____ is one whose trait always shows up in the organism.
- _____ is the transfer of energy from one particle of matter to another.
- An ______ is a different form of the same gene.
- all living things contain __________.
Down
- breeze, A ____ or a lake breeze is a local wind 6hat blows from an ocean or a lake.
- generation, The idea that living things arise from nonliving things is called _____.
- Nina, When surface waters in the Eastern Pacific are colder than normal, a climate called ______ occurs.
- allele, A ____ _____ is hidden whenever the dominant allele is present.
- energy, The total kinetic energy and potential energy of all the particles in an object are called ____.
- Energy ____ when it changes from one kind of energy to another.
- ____ is the movement of air parallel to Earth's surface.
- ____ is the process by which an offspring receives genes from its parents.
- In a single cell or __________ an organism only as one cell that carries out every task.
- all living things use ____________.
17 Clues: all living things use ____________. • all living things contain __________. • One form of asexual reproduction is _________. • An ______ is a different form of the same gene. • ________ is the transfer of energy by light energy. • ____ is the movement of air parallel to Earth's surface. • Effect, Earth's rotation making wind curve is called _______. • ...
SCIENTIFIC DREAMS 2022-05-07
Across
- a famous scientist
- he makes experiments in a laboratory
- the opposite of rejuvenation
- news that seem true but aren't
- what doctors try to do
- a way to travel in time
- they are on the roof of your house
Down
- a clean way to produce electricity
- she doesn't age
- used in computers but maybe one day in your brain
- another name for a chain reaction effect
- synonym for a discovery
- animal which gives us hope for eternal life
- this valley is famous for its digital companies
- it allows you to connect to the Internet
- he studies the climate
- a rocket for example
17 Clues: she doesn't age • a famous scientist • a rocket for example • he studies the climate • what doctors try to do • synonym for a discovery • a way to travel in time • the opposite of rejuvenation • news that seem true but aren't • a clean way to produce electricity • they are on the roof of your house • he makes experiments in a laboratory • another name for a chain reaction effect • ...
Scientific 2024-03-26
Across
- the upper part of the earths Mantle that is below the lithosphere
- who realized the coastlines of Africa and America fit together like a puzzle
- They are made of oceanic/continental crust that divide the Earth's crust
Down
- 2 large _________ was recorded in the Indian ocean during 2012
- the outer part of the earth that consists of crust and upper mantle
- Preserved remains or traces of remains of ancient organisms
- the layer of earth that's made out of partially ______ ____
- an expert in geology or student in geology
- A person who is an expert on knowledge of the natural or physical sciences or a person who is studying such matters.
- whats the same on both sides of the ridge
10 Clues: whats the same on both sides of the ridge • an expert in geology or student in geology • Preserved remains or traces of remains of ancient organisms • the layer of earth that's made out of partially ______ ____ • 2 large _________ was recorded in the Indian ocean during 2012 • the upper part of the earths Mantle that is below the lithosphere • ...
Scientific 2023-06-19
Across
- What is the most common cell in your blood (Shortened version of the name)
- Sugar
- Incomplete respiration
- What acid is in your stomach?
- What humans need to use to break down food
Down
- How do plants get their food?
- the act or process of breathing.
- Complete respiration
- a complex process that enables the nutrients in food to enter the body.
- the production of a offspring.
10 Clues: Sugar • Complete respiration • Incomplete respiration • How do plants get their food? • What acid is in your stomach? • the production of a offspring. • the act or process of breathing. • What humans need to use to break down food • a complex process that enables the nutrients in food to enter the body. • ...
Final Review 2025-06-08
5 Clues: What do you gather using your senses or tools? • What is the final step of the scientific method? • What do you call a logical assumption based on evidence? • What do you call a possible answer to a scientific question? • What group in an experiment does not get the tested variable?
Cooking Methods Crossword Puzzle 2023-04-27
Across
- physical feel or consistency of food,such as it softness, chewiness, or crispiness
- moist-heat cooking method that involves cooking food in liquid just below boiling
- measurement of the amount of energy a mircrowave oven produces to cook food; measured in watts
- chemical reaction that occurs when food is cooking at high heat
- method of transferring heat by direct contact
- cooking method that involves cooking food in steam
- time after cooking when food is left to rest
- moist-heat cooking method that involves cooking food in liquid, often at low temp.
- dry-heat cooking method that involves cooking food under direct heat
- chemical reaction between amino acids and reducing sugars
- cooking method that uses liquid such as water, broth, or wine to cook food
- cooking method that uses hot air,oil, or fat to cook food
- round-bottomed cooking pan commonly used by the Chinese
Down
- cooking method that uses steam pressure to cook food quickly
- amount of time required to cook food in a microwave oven
- the temperature are which oil begins to smoke and break down
- moist-heat cooking method that involves cooking food liquid at its boiling point
- a foods weight divided by its volume
- method of transferring heat as waves of energy
- occurs in microwave cooking when electrical discharge jumps between two points
- method of transferring heat through molecules
- dry heat cooking method that involves cooking food in a skillet or frying pan without added fat, often used to cook steak, chops and other meats
- dry-heat cooking method that involves cooking small pieces of food quickly in a skillet over high heat
- cooking method that use high-frequency electromagnetic waves to heat and cook food
- cooking technique that involves quickly cooking food at a high temperature to develop a crust
25 Clues: a foods weight divided by its volume • time after cooking when food is left to rest • method of transferring heat by direct contact • method of transferring heat through molecules • method of transferring heat as waves of energy • cooking method that involves cooking food in steam • round-bottomed cooking pan commonly used by the Chinese • ...
Scientific Teaching 2021-10-04
Across
- A _____ is a tool that provides explicit criteria by which students’ work will be judged.
- Learning _____ are students preferences, approaches, and skills in learning.
- The ________ is a prominent model that emphasizes that learning styles and preferences are innate.
- Learning _____ are what students should know, understand, and be able to do after completing a course.
- Design ______________ involves first setting learning goals, then determining learning outcomes from those goals, and finally designing classroom activities so that students meet the goals.
- _______ skills are the behaviors and tactics a person uses to interact with others effectively.
- _______ is the acquisition of knowledge and understanding, the development of skills, and the ensuing changes in affect or behavior.
- learning ____________ is a process in which students are actively engaged in learning.
- ____________ is the process of setting challenging goals, identifying strategies to meet them, and monitoring progress toward them.
- ________ is the condition of being eager to act or work.
Down
- ________________ is a hierarchy of intellectual behaviors that are important to learning, categorized into six levels of cognition.
- Learning _________ are specific, measurable learning goals.
- “In essence, the most successful students are _____ - interested in asking questions, investigating answers, and sustaining their own learning.”
- “________ assessments” are ongoing assessments designed to make students’ thinking visible to both teachers and students.
- ____________ is a theory that proposes people learn by constructing knowledge, in contrast to learning based on authoritarian teaching and rote memorization.
- The breath of differences that make each student unique, each cohort of students unique, and each teaching experience unique is ______.
- __________ are tools for measuring progress toward and achievement of the learning goals.
17 Clues: ________ is the condition of being eager to act or work. • Learning _________ are specific, measurable learning goals. • Learning _____ are students preferences, approaches, and skills in learning. • learning ____________ is a process in which students are actively engaged in learning. • ...
Scientific Crossword 2021-06-02
Across
- , One form of asexual reproduction is _________.
- generation , The idea that living things arise from nonliving things is called _____.
- , Energy ____ when it changes from one kind of energy to another.
- , _____ is the transfer of energy from one particle of matter to another.
- , all living things use ____________.
- , ________ is the transfer of energy by light energy.
- , In a single cell or __________ an organism only as one cell that carries out every task.
- breeze , A ____ or a lake breeze is a local wind 6hat blows from an ocean or a lake.
- , An ______ is a different form of the same gene.
Down
- , ____ is the process by which an offspring receives genes from its parents.
- , all living things contain __________.
- allele , A ____ ____ is one whose trait always shows up in the organism.
- , ____ is the movement of air parallel to Earth's surface.
- allele , A ____ _____ is hidden whenever the dominant allele is present.
- Effect , Earth's rotation making wind curve is called _______.
- Nina , When surface waters in the Eastern Pacific are colder than normal , a climate called ______ occurs.
- energy , The total kinetic energy and potential energy of all the particles in an object are called ____.
17 Clues: , all living things contain __________. • , all living things use ____________. • , One form of asexual reproduction is _________. • , An ______ is a different form of the same gene. • , ________ is the transfer of energy by light energy. • , ____ is the movement of air parallel to Earth's surface. • ...
scientific crossword 2022-11-10
Across
- When the substance reaches a cool enought temperature at a certain pressure
- have same substance, same element and attracted to one other
- Is the physical changes of state where a solid converted directly into a gas
- when a gas transforms directly into a solid
- when the substance reaches a combination of temperature and pressure
- when heat is added to a liquid
- Is the physical changes of state where a gas loses energy to form a liquid
- when temperature and pressure at which a liquid transform into a gas
Down
- Are in costant motion
- Is the physical change of state where a liquid transform to a gas
- what happened at water at temperature below 0
- it has definitive shape and volume
- you can use it to measure temperature
- Caused by motion and pressure
- everything occupies a space and has mass and volume
- Is the state of matter where particles are free to move over each other
- It has a lot of kinetic energy
17 Clues: Are in costant motion • Caused by motion and pressure • It has a lot of kinetic energy • when heat is added to a liquid • it has definitive shape and volume • you can use it to measure temperature • when a gas transforms directly into a solid • what happened at water at temperature below 0 • everything occupies a space and has mass and volume • ...
Scientific Experiment 2026-04-29
Across
- any human made tool or machine that helps solve problems
- list of equipment
- to carefully look over data
- final summary
- information based on numbers and measurement
- educated guess
- a controlled procedure
- measuring using the five senses
- the question that will be answered during the experiment
Down
- anything that can be changed, measured, or controlled
- a picture that shows information
- data that is gathered that proves or disproves your hypothesis
- the variable that is independent and being tested
- information based on observation
- the variable that is staying the same
- finding and learning something new
- information or data you collect
- the variable that is independent and being tested
18 Clues: final summary • educated guess • list of equipment • a controlled procedure • to carefully look over data • information or data you collect • measuring using the five senses • a picture that shows information • information based on observation • finding and learning something new • the variable that is staying the same • information based on numbers and measurement • ...
Lecture 5 : NUCLEIC ACID SEQUENCING METHODS 2021-10-04
Across
- _______ salt is used to modify ‘C’ bases along with the chemical used to modify the T+C bases in Maxum-Gilbert method.
- _________ chemical is used to modify the T+C bases in Maxum-Gilbert method.
- _________ chemical is used to modify the ‘G’ bases in Maxum-Gilbert method.
- _________ of the template DNA is radiolabelled in Maxum-Gilbert method.
- ________ chemical is used to separate the radiolabelled DNA strand in Maxum-Gilbert method.
- ________ is also known as high-throughput sequencing methods. (Abbreviation)
- _______NTPs are used in the Sanger’s method of nucleotide sequencing.
- __________ sequencing method is otherwise called as chain termination method.
- ________ chemical is used to modify the G+A bases in Maxum-Gilbert method.
Down
- ___________ is the instrument used to do automated cycle sequencing.
- _________ labelled in the Sanger’s method of nucleotide sequencing.
- __________ chemical is used to break the modified bases in Maxum-Gilbert method.
- _________ group is absent in the ddNTPs used in the Sanger’s method of nucleotide sequencing.
- __________ sequencing method is otherwise called as Chemical method.
- __________ labelled primers are used in the automated cycle sequencing method.
- _________ nucleotide of the template DNA cannot be identified by the Maxum-Gilbert method.
16 Clues: _________ labelled in the Sanger’s method of nucleotide sequencing. • ___________ is the instrument used to do automated cycle sequencing. • __________ sequencing method is otherwise called as Chemical method. • _______NTPs are used in the Sanger’s method of nucleotide sequencing. • _________ of the template DNA is radiolabelled in Maxum-Gilbert method. • ...
Dimensions,attributes,methods 2025-02-17
Across
- degree to which operating characteristics of product
- can be assigned after the production process
- integral and inseparable part of physical products
- look feel taste smell sound of a product
Down
- refer to whether foods are contaminated by pest microorganisms chemicals and foreign matters
- that is based on recognized standards scientific test applied to the sample of a product
- performed correctly everytime
- method that based the opinion of individual evaluators
- treatment by employees
9 Clues: treatment by employees • performed correctly everytime • look feel taste smell sound of a product • can be assigned after the production process • integral and inseparable part of physical products • degree to which operating characteristics of product • method that based the opinion of individual evaluators • ...
Respiratory System 2020-10-20
Across
- scientific name for the voice box
- air sacs located in the lungs
- scientific name for the throat
- scientific name for the vocal cords
- space between the lungs and the thorax
- scientific name for the windpipe
- division of the lower end of the trachea
- temporary stoppage of breathing
Down
- difficult or labored breathing
- cartilage lid covering opening to the larynx
- scientific principle stating the movement that occurs from an area of high concentration to an area of low concentration
- small hairs that trap dirt particles
- lining of the lungs
- nerve carrying impulses to the diaphragm
14 Clues: lining of the lungs • air sacs located in the lungs • difficult or labored breathing • scientific name for the throat • temporary stoppage of breathing • scientific name for the windpipe • scientific name for the voice box • scientific name for the vocal cords • small hairs that trap dirt particles • space between the lungs and the thorax • ...
Unit 1: Module 2 Vocab (AP Psych) - mk 2024-08-13
Across
- a branch of psychology that studies how unconscious drives and conflicts influence behavior and uses that information to treat people with psychological disorders
- the principle that inherited traits that better enable an organism to survive and reproduce in a particular environment will (in competition with other trait variations) most likely be passed on to succeeding generations
- the study of the evolution of behavior and the mind, using principles of natural selection
- the longstanding controversy over the relative contributions that genes and experience make to the development of psychological traits and behaviors. Today's science sees traits and behaviors arising from the interaction of nature AND nurture
- the study of mental processes, such as occur when we perceive, learn, remember, think, communicate, and solve problems
- the enduring behaviors, ideas, attitudes, values, and traditions shared by a group of people and transmitted from one generation to the next
- a study method incorporating five steps: Survey, Question, Read, Retrieve, Review
- the scientific study of the links between biological (genetic, neural, hormonal) and psychological processes
- the study of the relative power and limits of genetic and environmental influences on behavior
- the science of behavior and mental processes
- enhances memory after retrieving, rather than simply rereading information. Also referred to as a retrieval practice effect or test-enhanced learning
Down
- the scientific study of human flourishing, with the goals of discovering and promoting strengths and virtues that help individuals and communities to thrive
- the study of how situations and cultures affect our behavior
- the interdisciplinary study of the brain activity linked with cognition(including perception, thinking, memory, and language)**more biological**
- an integrated approach that incorporates biological, psychological, and social-cultural viewpoints
- the scientific study of observable behavior, and its explanation by principles of learning
16 Clues: the science of behavior and mental processes • the study of how situations and cultures affect our behavior • a study method incorporating five steps: Survey, Question, Read, Retrieve, Review • the study of the evolution of behavior and the mind, using principles of natural selection • ...
Unit 7 Science test practice 2024-09-03
Across
- All things contained in the cosmos
- the force that attracts something towards any other physical body with mass
- a collection of planets and moons orbiting a sun
- the distance used by astronomers to measure the space between planets
- stars,dust,and gasses held together by gravity
- a galaxy in a spherical shape
Down
- a enormous explosion of a star
- a term used to describing the distance from planets
- something so dense that everything from a certain range cant escape
- information that supports a theory
- A large cloud containing gas and dust.
- an example is the milky way
- a theory of science that uses the scientific method and hypothesis
- The galaxy we inhabit
- a beginning or standard unit
15 Clues: The galaxy we inhabit • an example is the milky way • a beginning or standard unit • a galaxy in a spherical shape • a enormous explosion of a star • All things contained in the cosmos • information that supports a theory • A large cloud containing gas and dust. • stars,dust,and gasses held together by gravity • a collection of planets and moons orbiting a sun • ...
Forensics Vocab 2025-08-21
Across
- in evidence law, tending to prove something
- to formally accuse a person of a crime
- gets the basic info about the suspect, photographs, and fingerprints
- the examination of physical evidence
- anything that tends to establish or disprove a fact
- money put up to guarantee that the defendant will appear in court
- study of pollen and spores
- investigation of sudden, unexplained or violent death
Down
- specific factors of a crime
- the study of insects
- theories based on distorted, flawed, or untested hypothesis not derived from or tested by the scientific method
- this witness has information about the subject
- examination of bite marks and dental identification of corpses
- law legislative acts prohibiting something
- use of a lie detector
15 Clues: the study of insects • use of a lie detector • study of pollen and spores • specific factors of a crime • the examination of physical evidence • to formally accuse a person of a crime • law legislative acts prohibiting something • in evidence law, tending to prove something • this witness has information about the subject • anything that tends to establish or disprove a fact • ...
