scientific method Crossword Puzzles
SET-B (ISF) 2025-07-31
Across
- Selects one input out of many based on control signals
- Java feature allowing same method name with different params
- Frequency output varies with control voltage
- Oscillator providing precise clock frequency
- Passive component limiting current via resistance
- Versatile IC amplifier with high gain and differential inputs
- Java contract enforcing method definitions in implementing classes
- Stores address of another variable, enabling indirect access
- Class or method declared without implementation
- Keyword preventing method override or variable reassignment
- Suppresses voltage spikes in switching devices
Down
- Component resisting current changes via magnetic field
- Allocates heap memory dynamically in C
- Function calling itself to solve smaller sub-problems
- LIFO memory structure for function calls and local variables
- Diode maintaining a fixed reverse breakdown voltage
- Semiconductor device enabling bidirectional AC control
- Stores energy in an electric field, blocks DC temporarily
- Memory area for dynamic allocation during runtime
- Unique object created from a class blueprint
20 Clues: Allocates heap memory dynamically in C • Frequency output varies with control voltage • Oscillator providing precise clock frequency • Unique object created from a class blueprint • Suppresses voltage spikes in switching devices • Class or method declared without implementation • Passive component limiting current via resistance • ...
Spelling words:Words from science 2022-05-19
Across
- is done in a scientific way
- arrogant
- pays close attention
- where science is done
- extremely beautiful
- sudden
- to break it done in part
Down
- a scientific test to prove something
- making something more interesting
- a scientist who studies living things
- being friendly
- a smell
- person wide awake and quick to notice things.
- a strong desire to know something
- long lasting
15 Clues: sudden • a smell • arrogant • long lasting • being friendly • extremely beautiful • pays close attention • where science is done • to break it done in part • is done in a scientific way • making something more interesting • a strong desire to know something • a scientific test to prove something • a scientist who studies living things • person wide awake and quick to notice things.
Livestock 2025-08-29
Across
- Group of cattle
- A young bovine
- intact male hog
- scientific name for cattle
- Naturally hornless
- The act of birthing
- Uncastrated male bovine
Down
- Female bovine that has given birth
- female bovine that hasn’t given birth
- castrated male hog
- Castrated male bovine
- A young pig
- Female that hasn’t given birth
- Female that has given birth
- Scientific name for pig
15 Clues: A young pig • A young bovine • Group of cattle • intact male hog • castrated male hog • Naturally hornless • The act of birthing • Castrated male bovine • Scientific name for pig • Uncastrated male bovine • scientific name for cattle • Female that has given birth • Female that hasn’t given birth • Female bovine that has given birth • female bovine that hasn’t given birth
Ms. Swink's 8th Grade Science 2021-08-09
Across
- Favorite way to review with students for assessments.
- An interactive tool for students to create and use every day for activities, assignments, and assessments (this will be supplied).
- Students will bring this charged every day to class.
- Used for students to watch videos, students will receive a grade for completing these.
- Students will need their own pair to use in class.
- Month to bring an empty water bottle and a ziplock bag of dirt (not mud or potting solid).
- Website with 100 point assignments assigned every other week.
- My first name
Down
- One of the top essential skills students will cover in class to reach mastery in 8th grade sceince.
- Number of kids in my household
- Where students (absent and/or in class) can view daily assignments.
- Students will use these on paper assignments, I have plenty for students to borrow.
- Best way to reach me (two words, NO SPACES)
- Used to post daily Bellringer, Classwork, and Homework assignments on Schoology.
- Number of years teaching
- Number of pets at home
- Students will complete one a week using Scientific Method or Engineering Design Process.
17 Clues: My first name • Number of pets at home • Number of years teaching • Number of kids in my household • Best way to reach me (two words, NO SPACES) • Students will need their own pair to use in class. • Students will bring this charged every day to class. • Favorite way to review with students for assessments. • Website with 100 point assignments assigned every other week. • ...
Knowledge and CUrriculum:Crossword Puzzle-1 2020-07-08
Across
- Educational concepts of Paulo Freire that promotes critical thinking by learners to find solutions for problems faced by the society
- concepts, theories and principles that can be proven by using scientific analysing or logical conclusions
- Modifying one's own culture by adding cultural elements of other cultural groups
- Knowledge that one acquires from his own actual life experiences
- The Knowledge that one gains from his own surroundings by observing and experiencing without searching in secondary sources
Down
- Deep and expanded idea on people, concepts, places, events, theories etc
- concepts, theories and principles that are spread among people, which may not be proven by scientific analysing or logical conclusions
- gap between material and non-material culture i.e. inability to utilize the facilities offered by modern inventions because of lack of change in attitude and beliefs of cultural groups
- the state of learners in which they are forced to keep silence without getting opportunity to express their own views inside the classroom
- the school of philosophy that promotes project method
- A type of curriculum which is intended to cultivate values or to impose the ideologies of rulers indirectly i.e. without including direct advises or lectures, but by including stories which tells about values or biased history which glorifies the rulers
11 Clues: the school of philosophy that promotes project method • Knowledge that one acquires from his own actual life experiences • Deep and expanded idea on people, concepts, places, events, theories etc • Modifying one's own culture by adding cultural elements of other cultural groups • ...
CROSSWORD 2019-10-18
Across
- A substance that can both accept and donate a proton or H+
- A region of space surrounding an astronomical object in which charged particles are manipulated or affected by that object's magnetic field
- The study of viruses and virus-like agents
- Scientific method of dating tree rings (also called growth rings) to the exact year they were formed
- Second period of the Mesozoic Era
- A region of the Solar System that exists beyond the eight major planets, extending from the orbit of Neptune (at 30 AU) to approximately 50 AU from the Sun
- A quantity that characterises lack of order or predictability
- The ratio of the speed of a body to the speed of sound in the surrounding medium
- A severe allergic reaction that is rapid in onset and can cause death
Down
- A type of anxiety disorder in which you fear and avoid places or situations that might cause you to panic and make you feel trapped,helpless or embarrassed
- A straight-sided clear container for holding liquid samples in a spectrophotometer or other instrument
- A bright region on the surface of the sun, linked to the subsequent appearance of sunspots in the same area
- Excessive richness of nutrients in a lake or other body of water,frequently due to run-off from the land, which causes a dense growth of plant life
- The ratio of the speed of a body to the speed of sound in the surrounding medium
- Chemical element with atomic number 111
- A laboratory method used to detect specific RNA molecules among a mixture of RNA
- A type of elementary particle and a fundamental constituent of matter
17 Clues: Second period of the Mesozoic Era • Chemical element with atomic number 111 • The study of viruses and virus-like agents • A substance that can both accept and donate a proton or H+ • A quantity that characterises lack of order or predictability • A type of elementary particle and a fundamental constituent of matter • ...
Java 2025-07-11
Across
- Prevents method from being overridden
- Used to call parent class constructor?
- Handles the exception
- Type of method declared without a body
- Modifier used to access members in any package?
- Keyword to declare an exception?
- Used to include packages
- Polymorphism at compile time is achieved using?
- Block that always executes?
Down
- Overriding requires which type of relationship?
- Custom exceptions must extend
- method that belongs to the class
- Keyword to generate an exception?
- Default constructor has how many parameters?
- Keyword to define a method that doesn’t return anything
- Visibility only within package
16 Clues: Handles the exception • Used to include packages • Block that always executes? • Custom exceptions must extend • Visibility only within package • method that belongs to the class • Keyword to declare an exception? • Keyword to generate an exception? • Prevents method from being overridden • Used to call parent class constructor? • Type of method declared without a body • ...
Animal Terminology 2021-09-13
Across
- is a type of animal identification usually done on pigs.
- can be a selective mating with humans help.
- is the scientific term for cattle.
- is the digestive system of animals like cattle.
- is a single act of giving birth.
- is the digestive system of a human.
- is taking a animal off mothers milk and switching them to solids.
- is a animal's personal space.
Down
- is the scientific term for pigs.
- is a term when female are pregnant.
- is the removal of the tail.
- is when a animal lives out of confinement.
- is the scientific term for birds.
- is when you are killing bacteria and other diseases.
- is when crops are raised without commercial chemicals.
- is a faculty that manage feed and water.
16 Clues: is the removal of the tail. • is a animal's personal space. • is the scientific term for pigs. • is a single act of giving birth. • is the scientific term for birds. • is the scientific term for cattle. • is a term when female are pregnant. • is the digestive system of a human. • is a faculty that manage feed and water. • is when a animal lives out of confinement. • ...
Scientific Tools 2023-09-22
Across
- A scientific tool which allows easy handling and holding of test tubes
- A scientific tool used to add one drop of liquid at a time
- A scientific tool used to heat substances to a certain temperature
- A scientific tool used to measure the mass of an object in grams
- A scientific tool for stirring mixing and heating liquids
Down
- A scientific tool used to measure the volume of liquids in millimeters
- A scientific tool which allows the content to be mixed without the risk of spilling due to its narrow neck
- A scientific tool used to pick up beakers that are hot
8 Clues: A scientific tool used to pick up beakers that are hot • A scientific tool for stirring mixing and heating liquids • A scientific tool used to add one drop of liquid at a time • A scientific tool used to measure the mass of an object in grams • A scientific tool used to heat substances to a certain temperature • ...
Data Transmission 2026-02-04
Across
- Unique hardware address of a network interface card
- Data transmission in both directions but not at the same time
- A small unit of data transmitted over a network
- Extra bit added to data to check for errors
- The process of sending data from one device to another
- Transmission of multiple bits at the same time using multiple channels
- The actual data carried in a packet
- Error detection method based on calculated value
- Part of a packet containing control information
- Method where data is broken into packets and sent independently
- Unique address that identifies a device on a network
Down
- Data transmission in one direction only
- Parity check where total number of ones must be odd
- Network device that forwards packets between networks
- Error detection using both row and column parity
- Part of a packet used for error checking
- Data transmission in both directions at the same time
- Parity check where total number of ones must be even
- Error detection method using polynomial division
- Error detection method where data is sent back to the sender
- Transmission of data one bit at a time over a single channel
- Method of error detection using parity bits
22 Clues: The actual data carried in a packet • Data transmission in one direction only • Part of a packet used for error checking • Extra bit added to data to check for errors • Method of error detection using parity bits • A small unit of data transmitted over a network • Part of a packet containing control information • Error detection using both row and column parity • ...
Topic #8 2024-06-06
Across
- a proposal to conduct scientific investigation to solve a problem
- Conclusion made without evidence
- The variable that is monitored in an experiment
- What you come to at the end of an experiment
- Something that is believed to be true
- Data collected prior to the start of an experiment
- A proposed solution to a question in science
- Ability to read an understand scientific writing
Down
- Used to prove or disprove a hypothesis
- The variable that is manipulated in and experiment
- The information used to support a hypothesis or theory
- Information collected during and experiment
- A possible connection discovered through the experimental processes
- Scientific work must go through this process
- Used to show how a large system works
- Being swayed in a direction
16 Clues: Being swayed in a direction • Conclusion made without evidence • Something that is believed to be true • Used to show how a large system works • Used to prove or disprove a hypothesis • Information collected during and experiment • What you come to at the end of an experiment • Scientific work must go through this process • A proposed solution to a question in science • ...
Photosynthesis 2023-03-10
Across
- an organism that conducts photosynthesis that has roots
- the scientific or chemical name for water
- the type of cell found in plants and animals
- the organelle found in all organisms that conduct photosynthesis
- the name for an organism made of eukaryotic cells
- the scientific or chemical name for carbon dioxide
Down
- blue bacteria that do photosynthesis
- the process of using light to create sugar
- the type of plankton that do photosynthesis
- the scientific name for sugar
- an organism that conducts photosynthesis that is a protist
- the pigment that causes photosynthetic organisms to be green
- the name for an organism that does not have a nucleus in it's cells
- the chemical name for sugar
- when an algae population explodes in size
- the basic building block for all life
16 Clues: the chemical name for sugar • the scientific name for sugar • blue bacteria that do photosynthesis • the basic building block for all life • the scientific or chemical name for water • when an algae population explodes in size • the process of using light to create sugar • the type of plankton that do photosynthesis • the type of cell found in plants and animals • ...
Biology Vocabulary 2023-08-17
Carlis Family Puzzle 2023-12-22
Across
- Method 2
- You hate to hear it
- Fricative family member 1
- Monica's skunk
- Retreat street 1
- 91 notable
- Brothers' punisher
- Fricative family member 2
- Don't call them M&Ms
- Julia's 2022 strategy
- Twilight Princess final boss
- Retreat street 2
- You lose predecessor
- Method 1
- Sells turnips
- Don't say it three times
Down
- Method 3
- evil prefix
- Uh Oh it broke
- George
- Brother's friend or Mom's brother
- Impressive feature
- Meet cute setting
- Nice church man
- Fool of a _____
- Now has fries
- Need 4 4 life
27 Clues: George • Method 2 • Method 3 • Method 1 • 91 notable • evil prefix • Now has fries • Need 4 4 life • Sells turnips • Uh Oh it broke • Monica's skunk • Nice church man • Fool of a _____ • Retreat street 1 • Retreat street 2 • Meet cute setting • Impressive feature • Brothers' punisher • You hate to hear it • Don't call them M&Ms • You lose predecessor • Julia's 2022 strategy • Don't say it three times • ...
Short Questions 2023-05-17
Across
- Results in internal organ damage
- Regular and repeating molecular patterns
- Method of finding internal flaws
- Toxic effect when something is ingested or inhaled
- Type of toughness testing that raises a pendulum and generates 300J of energy at impact
- Method of Non destructive testing for surface flaws
- Irregular and disorganised molecular pattern
- Effect when someone comes in contact with Toxic Material.
- Method of making steel weather proof
- Uses bubbles to attatch to the metal and then skimmed off at the top
- Material used to Galvanise
- Type of toughness testing that raises a pendulum and generates 167J of energy at impact
Down
- Diamond shaped indenter for hardness testing
- Atoms of the material are held together by an electrostatic attraction
- Atoms bond together by sharing electrons
- Method of treating aluminium to give it colour
- Method of cooling down a metal after heating it
- Greek word for heat/fire
- Type of ore seperation used for ferrous metals
- force of attraction between free-moving electrons and positive metal ions
- Material used to prevent corrosion in steel
- Ball shaped indenter for hardness testing
- Greek word for water
23 Clues: Greek word for water • Greek word for heat/fire • Material used to Galvanise • Results in internal organ damage • Method of finding internal flaws • Method of making steel weather proof • Regular and repeating molecular patterns • Atoms bond together by sharing electrons • Ball shaped indenter for hardness testing • Material used to prevent corrosion in steel • ...
Cake Crossword 2013-01-06
Across
- a technique to add air.
- a semi liquid mixture.
- icing.
- paper used to prevent sticking.
- a wire utensil used for beating and mixing.
- to mix into smooth consistency.
- a light porous cake.
- thick creamy paste used to ice cake.
- ex) baking soda, baking powder
- method of icing a cake.
- cut out shapes.
- 2 connecting pieces.
Down
- container made of woven material.
- containing an object for future use.
- type of icing inside cakes.
- how throroughly cooked something is.
- flat blade utensil used to mix and spread.
- ordinary rather than original
- method to make flat surface.
- smoothing icing on a cake.
- a oval object laid by female bird.
- method to incorporate ingredients.
- used to make decorations on iced caked.
- the feel, appearance or consistency.
- substance used to fill cavity.
- method of settling cooked or baked goods.
26 Clues: icing. • cut out shapes. • a light porous cake. • 2 connecting pieces. • a semi liquid mixture. • a technique to add air. • method of icing a cake. • smoothing icing on a cake. • type of icing inside cakes. • method to make flat surface. • ordinary rather than original • ex) baking soda, baking powder • substance used to fill cavity. • paper used to prevent sticking. • ...
Working Capital Finance 2026-04-13
Across
- Regulatory requirement in percentage ensuring minimum loan component in large working capital finance
- If inventory turnover increases, holding period will
- Component of working capital reflecting unrealized revenue from completed sales
- Source that includes dues payable to suppliers
- Financing against inventory stored in warehouses under bank control
- Credit facility allowing borrower to withdraw beyond account balance up to a limit
- A financing method where receivables are sold without recourse to a financial intermediary
- Document format is used for financial data collection in banks
- Movement of funds outside business without justification
- Insurance agency that covers export credit risks in India
Down
- Method assessing working capital as a percentage of sales
- Minimum margin under turnover method (in % of sales)
- The implicit assumption behind annualizing peak and non-peak sales in limit assessment
- Parameter reduced from CIF value while determining eligible packing credit
- Type of finance provided before shipment of goods
- Inventory valuation method assuming earliest goods purchased are sold first
- If Payables increase, CC will generally
- If working capital cycle lengthens, fund requirement will
- Inventory valuation method using latest purchase cost
- Conversion of receivables into immediate cash through banking channel
20 Clues: If Payables increase, CC will generally • Source that includes dues payable to suppliers • Type of finance provided before shipment of goods • Minimum margin under turnover method (in % of sales) • If inventory turnover increases, holding period will • Inventory valuation method using latest purchase cost • Movement of funds outside business without justification • ...
CSA Crossword Puzzle 2023-03-23
Across
- to process each element from the first to the last
- the ability of an object to perform an action in different ways
- to cut off data from the end
- a primitive data type that can be either true or false
- indicates that the variable does not refer to any object
- the attributes of an object that are represented by its instance variables
- to decrease a value by one
- to improve the readability, reusability, or structure of program code without altering its functionality
Down
- a variable in the method or constructor signature that defines the type of value to receive when the method or constructor is called
- to define a method in a subclass with the same method signature as a method inherited from a superclass
- a plain language description of the steps in an algorithm
- where a variable can be used
- to call the constructor to create an object
- a programmer-defined blueprint from which objects are created
- the data that is operated on
- a set of instructions to solve a problem or accomplish a task
- a reference variable that points to the same object as another reference variable
- ______ loop: to improve the readability, reusability, or structure of program code without altering its functionality
- to exit a method and go back to the point in the program that called it with the requested value or information
19 Clues: to decrease a value by one • where a variable can be used • the data that is operated on • to cut off data from the end • to call the constructor to create an object • to process each element from the first to the last • a primitive data type that can be either true or false • indicates that the variable does not refer to any object • ...
Land Based Empires Unit 4 Vocabulary 2021-09-28
Across
- an imaginary land described by Thomas More, an ideal place.
- in the reformation, a member of a Protestant group that believed in baptizing only those persons who were old enough to decide to be Christian and believed in the separation of church and state.
- a member of a Christian church founded on the principles of the Reformation, the ____ Reformation
- members of society of Jesus, a Roman Catholic religious order founded by Ignatius of Loyola.
- a major change in European thought, starting in the mid-1500s, in which the study of the natural world began to be characterized by careful observation and the questioning of accepted beliefs.
Down
- a member of a Protestant church governed by presbyters and founded on the teachings of John Knox.
- a Catholic monk who was troubled with the Catholic Church's teachings and behavior.
- a logical procedure for gathering information about the natural world, in which experimentation and observation are used to test hypotheses
- a government controlled by religious leaders.
- a Renaissance polymath, active as a mathematician, astronomer, and Catholic canon, who formulated a model of the universe that placed the Sun rather than Earth at its center.
- a person who supports artists, especially financially.
- This movement that started in Italy caused an explosion of creativity in art, writing, and thought that lasted approximately from 1300 to 1600.
12 Clues: a government controlled by religious leaders. • a person who supports artists, especially financially. • an imaginary land described by Thomas More, an ideal place. • a Catholic monk who was troubled with the Catholic Church's teachings and behavior. • members of society of Jesus, a Roman Catholic religious order founded by Ignatius of Loyola. • ...
Animal Science Vocabulary 2022-02-08
Across
- female that has not had piglets
- group of goats
- young swine under one year old
- adult male goat
- act of giving birth in swine
- adult female goat
- non-castrated male turkey
- young male turkey
- female bovine who has not had a calf
- castrated male goat
- sheep have...
- young male chicken
- goat meat
- scientific name for poultry
- beef animal under one year old
- castrated male
- male bovine of any age that has not been castrated
- scientific name for sheep
- young female turkey
- scientific name for cattle
- mature male sheep
- raised for producing meat
- castrated male chicken or turkey
Down
- removing undesirable animals from herd
- act of giving birth to lambs
- castrated male bovine
- young turkey
- young female chicken that has not laid eggs
- non-castrated male poultry
- scientific name for pigs
- castrated male
- another term used to identify pigs
- young chickens
- ability to produce large numbers of young
- not having horns
- goats have...
- act of giving birth in goats
- female bovine who has had a calf
- act of giving birth to a calf
- female sheep
- young sheep
- female that has lain eggs
- female used for laying eggs
- young goat under one year old
- intact male
- sheep meat
- female that has had piglets
- group of sheep
48 Clues: goat meat • sheep meat • young sheep • intact male • young turkey • female sheep • sheep have... • goats have... • group of goats • castrated male • young chickens • castrated male • group of sheep • adult male goat • not having horns • adult female goat • young male turkey • mature male sheep • young male chicken • castrated male goat • young female turkey • castrated male bovine • scientific name for pigs • ...
Taxonomy 2022-12-02
Across
- Organisms name that is accepted by all scientists.
- Means system of naming things.
- Animals in this phylum have jointed appendages and exoskeletons.
- Swedish botanist who created the current taxonomic system.
- Means “two names.”
- Study of embryos and their development.
- Organisms found in the phylum Platyhelminthes.
- Members of the same species can produce this type of organism.
- Name most organisms are known by.
- Animals in this phylum usually have radial symmetry and spiny skin.
- These show that humans and chimps are very closely related.
- The common names of jellyfish and silverfish can be this.
- Phylum of jellyfish and coral.
- Theory that has greatly influenced taxonomy.
Down
- The only animals found in the phylum Porifera
- Most specific category of classification.
- The name given to animals that have no backbone.
- Language that most scientific names are written in.
- Phylum of entirely benthic animals with holes.
- Greek philosopher to propose first taxonomic system.
- The most well-known marine annelids.
- If handwritten, scientific names must be this.
- Third largest category of classification.
- This kingdom contains the diatoms and dinoflagellates.
- Science of grouping organisms based on their similarities.
- First part of the scientific name; always capitalized.
- All organisms with a backbone are found in this phylum.
- Largest category of classification.
- Phylum of clams, oysters, octopus and squid.
- Kingdom of whales, bony fish, sea turtles and humans.
- The echinoderms are the only exclusively ___ phylum.
31 Clues: Means “two names.” • Means system of naming things. • Phylum of jellyfish and coral. • Name most organisms are known by. • Largest category of classification. • The most well-known marine annelids. • Study of embryos and their development. • Most specific category of classification. • Third largest category of classification. • Phylum of clams, oysters, octopus and squid. • ...
scientific 2020-08-03
Working Scientifically 2024-03-09
Across
- A well-tested explanation for a broad set of observations
- A simple container used to stir, mix, and heat liquids in a laboratory
- A device used to extinguish small fires in emergency situations
- An accidental release of a hazardous substance that could cause harm
- Information gathered during an experiment
- A controlled test to determine if a hypothesis is correct
- Worn to protect clothing and skin from chemicals
- A tool used in laboratories to transport a measured volume of liquid
- A standard for comparison in an experiment
- is an intriguing field that encompasses the study of the _________ and _________ world, aiming to answer questions about our surroundings and the universe. Scientists utilize various methods of _________, including both qualitative and quantitative observations, to gather data and draw conclusions. Essential to scientific inquiry is the use of _________, which aids in conducting experiments and making precise measurements.
- An instrument used to see objects too small for the naked eye
- Symbolic representations warning of the risks associated with substances or activities
- Worn to protect eyes from harmful substances
Down
- the knowledge from the PDF 'Science Focus 1' to make a cloze passage for revision. The cloze passage will be a summary of Chapter 1 'Being a Scientist'. It will focus on 'what is science', 'observing', 'equipment', 'reporting', 'measurement', 'working sicentifically', and 'using a bunsen burner'. The cloze passage will be around 400 - 600 words long and contain at least 15 - 20 missing words, leaving underlined spaces. The missing words will be listed in order at the end..
- A decision based on experimental results
- scientific process is dynamic, involving the formulation of hypotheses, conducting experiments, and refining theories based on observed results. This iterative process, known as _________ scientifically, involves critical thinking, problem-solving, and the application of knowledge to new situations.
- you suggest 20 crossword clues in the format you usually do.
- on the information extracted from the knowledge source, here are 20 crossword clues related to the topic of "Being a Scientist" with a focus on laboratory safety, scientific inquiry, and equipment use:
- reporting scientific findings, it is crucial to present data in a clear and organized manner, often using tables, graphs, and diagrams. Measurement plays a key role in science, with standard units such as meters for length, kilograms for mass, and seconds for time ensuring consistency across experiments.
- on the content from Chapter 1 "Being a Scientist" of the knowledge source, here is a cloze passage for revision:
- A common piece of laboratory equipment that produces a single open gas flame
- Gathering data through the senses or scientific tools
- A machine that separates mixtures by spinning them at high speed
- words: physical, living, observation, equipment, working, Bunsen.
- A narrow-mouthed container used to transport, heat or store substances
- summary, being a scientist involves curiosity, observation, measurement, and a systematic approach to problem-solving. By adhering to safety protocols and employing scientific methods, scientists strive to expand our understanding of the natural world.
- A factor that can be changed in an experiment
- A proposed explanation for an observation, needing to be tested
- A shallow dish used for culturing bacteria
- is paramount in scientific endeavors, especially when working with potentially hazardous materials or equipment, such as a _________ burner. Understanding how to operate scientific equipment safely and effectively is essential for conducting experiments without risking harm to oneself or others.
30 Clues: A decision based on experimental results • Information gathered during an experiment • A shallow dish used for culturing bacteria • A standard for comparison in an experiment • Worn to protect eyes from harmful substances • A factor that can be changed in an experiment • Worn to protect clothing and skin from chemicals • ...
Ancient News 2026-02-11
RBMET 2022 day 2 2022-12-14
Across
- interactive teaching method, also a type of puzzle
- process of using a stimulus at the beginning of lecture to gain student's attention
- traditional TL media
- instructor's road map for effective teaching learning session
- one of the trio of think, pair and .....
Down
- large group teaching method
- one of the 3 domains
- statement of a multiple choice question
- assessment of learning
- small group teaching method
- sound made by bees and an interactive TL method
- interactive TL method for affective domain
- assessment for learning
13 Clues: one of the 3 domains • traditional TL media • assessment of learning • assessment for learning • large group teaching method • small group teaching method • statement of a multiple choice question • one of the trio of think, pair and ..... • interactive TL method for affective domain • sound made by bees and an interactive TL method • ...
Guess method 2023-10-16
9 Clues: guess letter 3 • Guess letter 4 • Guess letter 2 • Guess letter 5 • Guess letter 1 • Distance x time • Speed + direction • How much matter something has • How much gravity pulls it down
Method Qualification 2022-06-22
Across
- The purpose of this procedure is to confirm the chosen TTR is good and show equivalence to the customer's current method.
- This type of testing is done to show that RMB media neutralizes disinfectants
- This organism is used because it is hardy and will last on surfaces for longer periods with minimal die off, thus increasing chance of higher recovery.
- This is the volume of air sampled during active air tests
- This is the MQ in which liquid is filtered and membranes are placed on both GD and traditional media.
Down
- These counts are the test results for the BB MQ.
- This method of disinfectant testing introduces the disinfectant to a surface, to later be picked up by the media and neutralized.
- These counts are the control results for the BB MQ
- This method of disinfectant testing introduces the disinfectant to the surface of the membrane. Also referred to as "worst-case"
9 Clues: These counts are the test results for the BB MQ. • These counts are the control results for the BB MQ • This is the volume of air sampled during active air tests • This type of testing is done to show that RMB media neutralizes disinfectants • This is the MQ in which liquid is filtered and membranes are placed on both GD and traditional media. • ...
marzano method 2025-09-10
Know your Key terms 2025-04-06
Across
- -A method of tilling that allows crops and trees to thrive together
- - method of studying ecosystems through linear sampling
- -A type of renewable energy derived from heat beneath the Earth's surface
- -Tourism that promotes conservation
- -A method of agriculture that involves growing two or more crops in proximity
- embankments used in agriculture to manage water -
- -A type of rock formed from sediment
- -A renewable fuel made from biological materials, often used as an alternative to gasoline
- -Process involving the removal of chemicals to restore contaminated land
- A pesticide specifically used against fungi
- -A type of rock formed from cooled magma
Down
- strategy for managing soil erosion by plowing across the slope
- -Machines used to remove oil from water
- Substances used to eliminate pests
- -A system for measuring ecological traits using plots
- -A method of farming focused on animal grazing -
- -A marine pollution convention
- -the process of interrupting the movement of water in the chain of transportation events leading to streams
- -Substances used to kill weeds -
- that can be cultivated -
- process of increasing salt levels in soil
- -Mining method that removes rock on the surface
22 Clues: -A marine pollution convention • Substances used to eliminate pests • -Tourism that promotes conservation • -A type of rock formed from sediment • that can be cultivated - • -Machines used to remove oil from water • -Substances used to kill weeds - • -A type of rock formed from cooled magma • process of increasing salt levels in soil • ...
Chemistry: Separation techniques 2026-06-25
Across
- A measure of how much can mix into a liquid.
- A method used to separate coloured substances dissolved in the same liquid.
- The liquid that does the dissolving.
- A method that removes a liquid by turning it into a gas.
- A state where no more can mix into a liquid.
- Contains only one type of substance.
- The liquid collected after filtering.
- Contains more than one substance.
- Equipment that cools a gas back into a liquid.
- The solid left behind after filtering.
- The substance that gets dissolved.
Down
- The pattern produced after coloured substances have been separated.
- A liquid containing a dissolved substance.
- To divide a mixture into its different parts.
- To mix completely into a liquid.
- A substance made from elements that are chemically joined.
- Able to mix completely into a liquid.
- Unable to mix completely into a liquid.
- A method used to remove an undissolved solid from a liquid.
- Two or more substances together that are not chemically joined.
- Special paper with tiny holes used in one separation method.
- A method that collects a liquid after it is heated and cooled.
22 Clues: To mix completely into a liquid. • Contains more than one substance. • The substance that gets dissolved. • The liquid that does the dissolving. • Contains only one type of substance. • Able to mix completely into a liquid. • The liquid collected after filtering. • The solid left behind after filtering. • Unable to mix completely into a liquid. • ...
Taxonomy 2022-12-02
Across
- Organisms name that is accepted by all scientists.
- Means system of naming things.
- Animals in this phylum have jointed appendages and exoskeletons.
- Swedish botanist who created the current taxonomic system.
- Means “two names.”
- Study of embryos and their development.
- Organisms found in the phylum Platyhelminthes.
- Members of the same species can produce this type of organism.
- Name most organisms are known by.
- Animals in this phylum usually have radial symmetry and spiny skin.
- These show that humans and chimps are very closely related.
- The common names of jellyfish and silverfish can be this.
- Phylum of jellyfish and coral.
- Theory that has greatly influenced taxonomy.
Down
- The only animals found in the phylum Porifera
- Most specific category of classification.
- The name given to animals that have no backbone.
- Language that most scientific names are written in.
- Phylum of entirely benthic animals with holes.
- Greek philosopher to propose first taxonomic system.
- The most well-known marine annelids.
- If handwritten, scientific names must be this.
- Third largest category of classification.
- This kingdom contains the diatoms and dinoflagellates.
- Science of grouping organisms based on their similarities.
- First part of the scientific name; always capitalized.
- All organisms with a backbone are found in this phylum.
- Largest category of classification.
- Phylum of clams, oysters, octopus and squid.
- Kingdom of whales, bony fish, sea turtles and humans.
- The echinoderms are the only exclusively ___ phylum.
31 Clues: Means “two names.” • Means system of naming things. • Phylum of jellyfish and coral. • Name most organisms are known by. • Largest category of classification. • The most well-known marine annelids. • Study of embryos and their development. • Most specific category of classification. • Third largest category of classification. • Phylum of clams, oysters, octopus and squid. • ...
Taxonomy 2022-12-02
Across
- Organisms name that is accepted by all scientists.
- Means system of naming things.
- Animals in this phylum have jointed appendages and exoskeletons.
- Swedish botanist who created the current taxonomic system.
- Means “two names.”
- Study of embryos and their development.
- Organisms found in the phylum Platyhelminthes.
- Members of the same species can produce this type of organism.
- Name most organisms are known by.
- Animals in this phylum usually have radial symmetry and spiny skin.
- These show that humans and chimps are very closely related.
- The common names of jellyfish and silverfish can be this.
- Phylum of jellyfish and coral.
- Theory that has greatly influenced taxonomy.
Down
- The only animals found in the phylum Porifera
- Most specific category of classification.
- The name given to animals that have no backbone.
- Language that most scientific names are written in.
- Phylum of entirely benthic animals with holes.
- Greek philosopher to propose first taxonomic system.
- The most well-known marine annelids.
- If handwritten, scientific names must be this.
- Third largest category of classification.
- This kingdom contains the diatoms and dinoflagellates.
- Science of grouping organisms based on their similarities.
- First part of the scientific name; always capitalized.
- All organisms with a backbone are found in this phylum.
- Largest category of classification.
- Phylum of clams, oysters, octopus and squid.
- Kingdom of whales, bony fish, sea turtles and humans.
- The echinoderms are the only exclusively ___ phylum.
31 Clues: Means “two names.” • Means system of naming things. • Phylum of jellyfish and coral. • Name most organisms are known by. • Largest category of classification. • The most well-known marine annelids. • Study of embryos and their development. • Most specific category of classification. • Third largest category of classification. • Phylum of clams, oysters, octopus and squid. • ...
Big idea 1 science 2024-09-26
Across
- measurements or observations collected and recorded in an experiment or investigation.
- a condition in an experiment that can be changed or controlled in order to study or test a hypothesis.
- is the plan for how you will conduct your experiment
- the systematic investigation and study of information in order to establish facts and reach new conclusions
- a term used to describe a question that can be answered through an experiment or observation
- an explanation based on evidence that is not directly observed.
- to examine methodically.
- description of the question needing to be solved
- a characteristic of a model that is useful or helpful.
- a statement that summarizes the outcome of the scientific investigation.
- a fair test in which a control is identified, and variables are measured to test a hypothesis.
Down
- a prediction that can be tested.
- of the experiment to verify accurate results and establish definitive conclusion
- the experimental setup to which you will compare all the other setups.
- a final product or end result.
- variable that is changed or controlled in a scientific experiment.
- conditions that must be met.
- an organized scientific study of the natural world that may include making observations, asking questions, gathering information, analyzing data, drawing conclusions, and/or communicating results
- the special use or purpose to which something is put in the application of science (to apply).
- an unchanging variable.
- is the variable being tested in a scientific experiment.
- the boundary of a model.
22 Clues: an unchanging variable. • to examine methodically. • the boundary of a model. • conditions that must be met. • a final product or end result. • a prediction that can be tested. • description of the question needing to be solved • is the plan for how you will conduct your experiment • a characteristic of a model that is useful or helpful. • ...
Helminths 2023-04-20
Across
- These unsegmented helminths has a complete digestive system.
- Larva stage of a helminth is in this host.
- This helminth has a head with hooks and suckers on segments. It lives in the human intestines.
- When a creature has both male and female reproductive parts.
- Scientific name for a flatworm.
- Scientific name for Fluke.
Down
- Scientific name for Roundworm.
- This is an unsegmented helminth with oral suckers to attach to its host.
- The adult stage of a helminth is in this host.
- Scientific name for Tapeworm.
10 Clues: Scientific name for Fluke. • Scientific name for Tapeworm. • Scientific name for Roundworm. • Scientific name for a flatworm. • Larva stage of a helminth is in this host. • The adult stage of a helminth is in this host. • These unsegmented helminths has a complete digestive system. • When a creature has both male and female reproductive parts. • ...
Taxonomy 2022-12-02
Across
- Organisms name that is accepted by all scientists.
- Means system of naming things.
- Animals in this phylum have jointed appendages and exoskeletons.
- Swedish botanist who created the current taxonomic system.
- Means “two names.”
- Study of embryos and their development.
- Organisms found in the phylum Platyhelminthes.
- Members of the same species can produce this type of organism.
- Name most organisms are known by.
- Animals in this phylum usually have radial symmetry and spiny skin.
- These show that humans and chimps are very closely related.
- The common names of jellyfish and silverfish can be this.
- Phylum of jellyfish and coral.
- Theory that has greatly influenced taxonomy.
Down
- The only animals found in the phylum Porifera
- Most specific category of classification.
- The name given to animals that have no backbone.
- Language that most scientific names are written in.
- Phylum of entirely benthic animals with holes.
- Greek philosopher to propose first taxonomic system.
- The most well-known marine annelids.
- If handwritten, scientific names must be this.
- Third largest category of classification.
- This kingdom contains the diatoms and dinoflagellates.
- Science of grouping organisms based on their similarities.
- First part of the scientific name; always capitalized.
- All organisms with a backbone are found in this phylum.
- Largest category of classification.
- Phylum of clams, oysters, octopus and squid.
- Kingdom of whales, bony fish, sea turtles and humans.
- The echinoderms are the only exclusively ___ phylum.
31 Clues: Means “two names.” • Means system of naming things. • Phylum of jellyfish and coral. • Name most organisms are known by. • Largest category of classification. • The most well-known marine annelids. • Study of embryos and their development. • Most specific category of classification. • Third largest category of classification. • Phylum of clams, oysters, octopus and squid. • ...
Scientific Method Crossword Puzzle 2022-09-15
Biology 2023-08-17
Scientific 2022-06-13
Across
- when you think you got everything correct
- find information and facts
- it means to ask yourself questions and how are you going to answer them
Down
- measure and collect from the experiment
- procedure the steps to carry out the experiment
- are the answers
- it means that there is something wrong and you fix it
7 Clues: are the answers • find information and facts • measure and collect from the experiment • when you think you got everything correct • procedure the steps to carry out the experiment • it means that there is something wrong and you fix it • it means to ask yourself questions and how are you going to answer them
Marketing Chapters 12-15 Review 2022-01-25
Across
- method to respond to an objection where you turn the objection into a selling point
- type of approach where you ask the customer if they need assistance
- understanding customers and building long-lasting relationships with them
- the physical attributes of a product
- obtaining a positive agreement to buy
- type of decision making used to buy expensive, high-risk products such as cars and housing
- type of objection where the customer does not want to pay the given price for the product
- method to respond to an objection by showing the customer that the product works
- closing method where the salesperson explains services that overcome obstacles
- type of decision making used to buy low-risk, inexpensive products such as food and household products
- type of objection where the customer has concerns about the product itself
- type of objection where the customer has a negative opinion about the brand
- type of decision making used to buy moderate-risk products such as appliances and electronic goods
- method to respond to an objection where you use the testimonial of a satisfied customer
- the advantages or satisfaction gained from a product
- type of approach where you welcome the customer to the store
- concerns, hesitations, or doubts the customer has about buying
- buying motive based on feelings
- closing method that encourages the customer to choose between two items
- type of objection where the customer wants to wait to buy the product
- type of communication without using words
- type of approach where you make a comment or ask a question about a product a customer is showing interest in
- closing method where the salesperson asks the customer for the sale
Down
- method to respond to an objection where you ask the customer a question about their objection
- recommending additional goods and services to the customer
- method to respond to an objection where you acknowledge the objection but offset it with other features of the product
- a potential customer, also known as a lead
- unfair prejudice or favor towards a specific group of people
- vocabulary the average person can understand
- type of questions that need to be answered by more than "yes" or "no"
- buying motive based in logic
- preparation for face to face interactions with customers
- closing method used when a product is in short supply
- method to respond to an objection where you suggest a different product that meets the customer's needs
- selling to other businesses for business use
- selling to customers in a store setting
- type of objection where the customer does not need the product
- method to respond to an objection where you show the customer their objection is false using facts
38 Clues: buying motive based in logic • buying motive based on feelings • the physical attributes of a product • obtaining a positive agreement to buy • selling to customers in a store setting • type of communication without using words • a potential customer, also known as a lead • vocabulary the average person can understand • selling to other businesses for business use • ...
Carl Linnaeus and Taxonomy 2026-02-03
Across
- The naming system that uses two words to identify each species.
- The process of grouping organisms based on shared characteristics.
- The book published by Linnaeus that introduced his classification system.
- The branch of biology that deals with naming and classifying living things.
Down
- Observable traits used by Linnaeus to group organisms.
- The second part of a scientific name that identifies a specific organism.
- The scientific system used for naming organisms.
- The Swedish scientist who created the modern system of classifying organisms.
- The first part of a scientific name that groups closely related species.
- The broadest major classification level used by Linnaeus.
- The language used for scientific names to ensure global understanding.
- The ordered levels used to organize living organisms in taxonomy.
12 Clues: Observable traits used by Linnaeus to group organisms. • The scientific system used for naming organisms. • The naming system that uses two words to identify each species. • The broadest major classification level used by Linnaeus. • The branch of biology that deals with naming and classifying living things. • ...
11.5 Vocabulary 2023-03-28
Across
- Authentication method that forces a user to agree to terms or pay a fee before accessing the wireless network.
- IEEE designation for all wireless networking standards.
- Was introduced in 2018 to address the vulnerabilities inherent in the previous revision.
- Temporal Key Integrity Protocol
- Advanced Encryption Standard
- Wireless authentication method that allows for automatic connection between a device and the wireless access point.
- Remote Authentication Dial-In Service
- An enhancement that allows multiple antennas to use the same radio frequency.
- Wireless authentication method that uses a passphrase to authenticate users.
- A communication method that allows two-way communication between two devices within a few centimeters of each other.
- A method that combines channels into one to increase bandwidth.
Down
- It was introduced in 2004 and is still heavily used in today's networks.
- Terminal Access Controller Access-Control System
- Encryption protocol used on most wireless networks today. Versions 2 and 3 are the latest versions in use.
- Was developed at MIT and is a key component of Windows Active Directory.
- A communication method that uses radio waves to transmit data from small circuit boards called RFID tags to special scanners.
- Service Set Identifier
- Security flaw that can occur with a wireless network
18 Clues: Service Set Identifier • Advanced Encryption Standard • Temporal Key Integrity Protocol • Remote Authentication Dial-In Service • Terminal Access Controller Access-Control System • Security flaw that can occur with a wireless network • IEEE designation for all wireless networking standards. • A method that combines channels into one to increase bandwidth. • ...
Biology cross word 2022-04-12
Across
- Flow this is a successful transfer of genetic material from one population to another.
- Evolution this is when different organisms each evolve similar traits to adapt similar necessities.
- Evolution type of evolution in which organisms are thought to have similar traits to adapt similar necessities
- drift it’s a mechanism of evolution in which the change in the frequency of an existing gene variant in a population because of any chance
- key tool thats allows the user to determine the identity of items in the natural world
- it's how a new type of a living organism such as plants and animal species is created, this happens when groups in a species become isolated and diverge
- this is the process when different life organisms change or grow from earlier forms or from past organisms.
- Frequency represents the incidence of a gene variation in a population.
- it's something that is steady and the same, for example living things maintain body conditions like temp to be able to survive.
- Method it's a procedure used to answer a scientific question.
- any living thing that is made up of one or more cells
- of View the maxim view you see through a microscope
- the study of organisms
- is when species become dying, giving the opportunities for new species to emerge
- something that could be changed or controlled during an experiment
- changes that happen at the molecular level in organisms over a period of time.
- is an explanation that is widely accepted because it is supported by evidence after finishing a scientific experiment
- its the information that is gathered during an experiment
- Selection its when individuals with traits on one side of the phenotypic range survive better or reproduce more than the the other ones on the the other side.
Down
- variable its a variable that you change or control during a scientific experiment
- this is known as the difference between two living organisms of a species.
- is collection and recording data thats happening and could be during and experiment
- its an educated guess and this guess is testable
- it's the heritable condition of having more than two complete sets of chromosomes. This is more common among plants.
- basic physical and functional unit of heredity
- factors factors of living things in their environment such as plants, fish and algae
- Equilibrium it's a condition in which a gene pool is constant, not changing in frequency from generation to generation.
- Adaptation this is an animal behaviour usually in response to some type external stimulus in order to survive.
- when a DNA gene is damaged or it could be changed in any way to alter the genetic message thats carried by that gene
- it’s the colour that animals have to blend in with their environment to help them survive from predators and to help them hunt for food.
- variable its a variable that you don’t change or do anything to during scientific experiment
- when a living thing developers and increases in physical shape and size
- when an ancient organism leaves traces of its shape of something or fossils can be the preserved remains.
- is something that you react to, such as your body reacting to a medicine that you took.
- when living organisms reproduce successfully and also reflects how well an organism is adapted to its environment
- Isolation this is when two populations are separated by rivers, mountains, and bodies of water
- the evolved resemblance of a species acting as ——— to living organisms or non living model.
- Pool this is how much genetic diversity is found within a population of living organisms or species.
- Selection this is the process by which the population of living organisms adapt and change depends on their environment.
- a system of moral principles, this is how people make decisions and lead their behaviours
- a chemical name for the molecule that Carrie’s genetic instructions in all living things
41 Clues: the study of organisms • basic physical and functional unit of heredity • its an educated guess and this guess is testable • of View the maxim view you see through a microscope • any living thing that is made up of one or more cells • its the information that is gathered during an experiment • Method it's a procedure used to answer a scientific question. • ...
Cakes Review 2023-03-02
Across
- method that creams sugar and fat, then eggs, then rest of ingredients
- method of storing an unfrosted cake
- method also known as sponge method
- a method to decorate a cake
- reusing cakes in new products such as cake pops
- method that combines dry and wet ingredients separately then together
Down
- cakes with a __________ filling should be stored in the fridge
- common practice to brush layers with simple syrup before filling
- never frost a __________ cake
- method that adds dry ingredients mixed with liquid in stages
- thin glossy transparent coating that gives shine and prevents drying
- examples include icing, ganache, fruit, custard, etc.
12 Clues: a method to decorate a cake • never frost a __________ cake • method also known as sponge method • method of storing an unfrosted cake • reusing cakes in new products such as cake pops • examples include icing, ganache, fruit, custard, etc. • method that adds dry ingredients mixed with liquid in stages • cakes with a __________ filling should be stored in the fridge • ...
The Renaissance (Part Two) 2014-03-18
Across
- As explorers looked for sea routes to the Spice Islands, they made new discoveries that prompted further _______________.
- Religious reformers influenced this king of England to break with the church, who then influenced the majority of the English to convert to ____________________.
- This Italian astronomer contradicted Ptolemy and built on the scientific foundations of Copernicus. He built the first telescope, discovered mountains on the moon and sun spots among many other things. When threatened with death before the Inquisition in 1633, he renounced his beliefs, even though he knew the Earth moved.
- This Polish astronomer published his book, On the Revolutions of the Heavenly Spheres, in which he claimed the universe is heliocentric, or sun-centered and the Earth is merely one of several planets revolving around the sun.
- Europeans built strategic outposts to control the _______ trade and established colonies; with their wealth and power they began to influence or even take over local governments which led to establishing empires in South and Southeast Asia.
- Martin Luther and John Calvin were leaders of the
Down
- As new astronomical discoveries challenged accepted views of the universe, scientists in all fields began to rely on ________________ than accepted wisdom.
- People began to question specific practices of the Church and the role and practice of religion in general, leading to spread of __________________.
- In the 1500s and 1600s the Scientific Revolution changed the way Europeans looked at the world; people began to make conclusions based on __________________ and _______________, instead of merely accepting traditional ideas.
- When scientists use the scientific method, they base their findings on observation and experimentation.
10 Clues: Martin Luther and John Calvin were leaders of the • When scientists use the scientific method, they base their findings on observation and experimentation. • As explorers looked for sea routes to the Spice Islands, they made new discoveries that prompted further _______________. • ...
Separation & Experimental Techniques 2015-02-15
Across
- delivery method to collect gases less dense than air
- apparatus used to condense a vapor back into a liquid
- method to separate a solid-solid mixture containing a subliming substance
- a mixture that forms when a solid dissolves in water
- delivery method to collect gases denser than air
- method to recover soluble solids from heating a solution til it's very saturated
- apparatus that collects and measures volume of gas
- apparatus to measure temperature
- glassware that measures 1 exact volume (25cm3)
Down
- liquid used to dissolve substances
- glassware to contain liquids
- glassware that measures volume up to 1 decimal place accuracy
- result after a dye is separated into its components on a paper
- apparatus to measure time
- technique that separates components based on different boiling points
- solid left on filter paper after separation
- melting and boiling points of pure substances
- technique to separate components in a small sample of dye
- property used to separate components in chromatography
- liquid/solution that passes through filter paper after separation
- drying agent to dry alkaline or neutral gases
- method to separate sand from drinking water
22 Clues: apparatus to measure time • glassware to contain liquids • apparatus to measure temperature • liquid used to dissolve substances • solid left on filter paper after separation • method to separate sand from drinking water • melting and boiling points of pure substances • drying agent to dry alkaline or neutral gases • glassware that measures 1 exact volume (25cm3) • ...
Exercise Fundamentals of Food Chapter 11 and Chapter 12 2024-07-12
Across
- Potatoes with high-moisture varieties
- The best way to cook vegetable
- Categories of vegetables that can be divided into five categories
- Served as side dishes or garnish
- Method that gives browning and caramelizing of sugars
- Heavy browning may produce an unpleasant burned taste
- Long and regularly shaped potatoes with slightly rough skin
- Types of potatoes that usually used for purees
- Do not brown sufficiently in the oven may be browned for a few seconds
- Reason why potatoes never cooled in cold water
Down
- An enlarged underground stem with buds or eyes that become new shoots
- A slow, moist-heat cooking method using a small amount of liquid
- Cooking in a larger amount of fat and for a longer time at lower heat
- Method that may destroy nutrition inside vegetable
- Potatoes with low-moisture varieties
- Boiling and steaming are frequently used methods for cooking_______
- The best method to be used while the potatoes are still hot
- Method that should be used unless the vegetables are to be served
- Cooking quickly in a small amount of fat
- Used to finish cooked or partially cooked vegetables by browning or glazing them on top
- To give a pleasing brown color and to prevent drying
21 Clues: The best way to cook vegetable • Served as side dishes or garnish • Potatoes with low-moisture varieties • Potatoes with high-moisture varieties • Cooking quickly in a small amount of fat • Types of potatoes that usually used for purees • Reason why potatoes never cooled in cold water • Method that may destroy nutrition inside vegetable • ...
OOPs Using JAVA_SCT_Pedagogy 2026-03-09
Across
- : Mechanism that allows one class to acquire properties of another
- : Concept of hiding implementation details while showing essential features
- : Collection of elements stored in indexed memory locations
- : Technique of binding data and methods together in a single unit
- : Independent path of execution within a Java program
- : Ability of a method or object to take multiple forms
- : Named memory location used to store a value
- : Java structure used to define abstract methods implemented by classes
Down
- : Providing a new implementation of a superclass method in a subclass
- : Special method used to initialize an object when it is created
- : Namespace used to group related classes and interfaces
- : Keyword used for members that belong to the class rather than objects
- : Keyword used to declare constants or prevent method overriding
- : Function defined inside a Java class that performs a specific task
- : Program that converts Java source code into bytecode
- : Java Virtual Machine that runs compiled Java bytecode
- : Specifies the type of data a variable can hold
- : Defining multiple methods with the same name but different parameters
- : Intermediate code generated after Java source code compilation
- : Event that disrupts normal program execution and must be handled
20 Clues: : Named memory location used to store a value • : Specifies the type of data a variable can hold • : Independent path of execution within a Java program • : Program that converts Java source code into bytecode • : Ability of a method or object to take multiple forms • : Java Virtual Machine that runs compiled Java bytecode • ...
Python CIS111 2024-10-23
Across
- A data type with values True or False.
- Operator used to check if a value exists in a list or set.
- Method to remove an item from a list by index.
- The position of an element in a sequence.
- Function to take user input.
- A statement used for conditional execution.
- A collection of unique elements.
- Function that displays information to the screen.
- A method to find common elements between sets.
- A data structure that stores an ordered collection of items.
- A method to combine elements from two sets.
- An immutable ordered collection.
- A container for storing data values.
Down
- Method to delete an element from a list.
- Statement used to bring in external modules.
- A data type that stores key-value pairs.
- Extracts a portion of a list, string, or other sequence.
- Method to add an element to the end of a list.
- An extension of the if statement for two conditions.
- A number with a decimal point.
- A whole number without a decimal point.
- A data type used for text.
- Issues that prevent a program from running.
23 Clues: A data type used for text. • Function to take user input. • A number with a decimal point. • A collection of unique elements. • An immutable ordered collection. • A container for storing data values. • A data type with values True or False. • A whole number without a decimal point. • Method to delete an element from a list. • A data type that stores key-value pairs. • ...
Cross Word Activity 2025-08-22
Across
- Dictionary method that returns key-value pairs.
- Conditional statement keyword.
- Dictionary method to change values.
- Statement to exit a loop early.
- Statement to skip current loop iteration.
- Used to extract part of a string or list.
- A name given to store a value.
- Whole number data type in Python.
- Loop used to iterate over a sequence.
- Function to take data from the user.
- String method to change one substring with another.
- Keyword to delete elements from a list, tuple, or dictionary.
- Loop that runs while condition is true.
- String method to convert to small letters.
- Unique part of a dictionary entry.
Down
- Sequence of characters inside quotes.
- Function used to display output.
- Collection of key-value pairs in Python.
- Ordered collection of items in square brackets [].
- String method to convert to capital letters.
- Statement that does nothing (placeholder).
- Number with a decimal point.
- Starts with # in Python.
- Symbol used for mathematical or logical operation.
- Immutable sequence in Python.
- Data stored in a dictionary under a key.
- Reserved word in Python (like if, while, for).
27 Clues: Starts with # in Python. • Number with a decimal point. • Immutable sequence in Python. • Conditional statement keyword. • A name given to store a value. • Statement to exit a loop early. • Function used to display output. • Whole number data type in Python. • Unique part of a dictionary entry. • Dictionary method to change values. • Function to take data from the user. • ...
Data transmission 2025-09-30
Across
- a transmission method where data is transmitted in both directions at the same time (4,6)
- a period of time that is set and used to wait for an acknowledgement to be received
- a type of encryption that uses two different keys for encryption and decryption
- another type of connection that can be used to transmit data within a network
- the actual data that the user is sending to the receiver
- a type of error detection method that is used for data entry. A calculation is performed on the data entered to create a value. Checkdigit values are compared to see if the data entered is correct (5,5)
- a type of error detection that uses acknowledgement and timeout to see if the data has arrived correctly after transmission (9,6,7)
- the name given to data after transmission(6,4)
- a type of error detection method that performs a calculation on the data to create a checksum value. Checksum values are compared after transmission to see if they match
- the section of a packet that contains information about any error checking methods that maybe used
- a message that is sent from one device to another to indicate whether data is received correctly
- an industry standard that is used to transmit data
- a transmission method where data is transmitted in a single direction only
- a type of error detection method that adds an additional bit to each byte to create an odd or even sum (6,5)
- the name given to data before encryption
- the unique address that is given to a device when it is connected to a network (8,8,7)
Down
- a type of algorithm that is used to encrypt data (10,3)
- a type of transmission media that uses the usb method to transmit data (3,5)
- a network component that examines a data packet to obtain its destination address and then forward the packet to this address
- a socket that is part of a device or computer that enables you to insert a USB cable (3,4)
- a type of encryption that uses the same key to encrypt and decrypt
- a type of error detection method that sends a copy of the transmitted data back to the sender to be compared with the original data sent (4,5)
- a method of transmitting data packets across a network. Each packet of data is able to take an individual pathway across the network (6,9)
- disruption such as electromagnetism to data when its is transmitted
- a section of a packet of data that contains information about the content of the packet and its destination (6,6)
- a method for securing data for storage or transmission that scrambles it and makes it meaningless
- a transmission method where data is transmitted in both directions but only one direction at a time (4,6)
- the name a device that plugs into a usb port on a computer
- a small unit of data
- a collective name for using a USB cable plugged into a USB port to transfer data from one device to another. (3, 10)
- a transmission method where data is sent one bit at a time down a single wire
- a transmission method where data is sent multiple bits at a time down multiple wires
- computers and devices that are joined together using cables or wireless technology
33 Clues: a small unit of data • the name given to data before encryption • the name given to data after transmission(6,4) • an industry standard that is used to transmit data • a type of algorithm that is used to encrypt data (10,3) • the actual data that the user is sending to the receiver • the name a device that plugs into a usb port on a computer • ...
macy vocab 2022-08-25
Across
- System of Unit they internationally accepted systems of measurement.
- a statement of what will happen next in a sequence of events.
- digits the number of digits in a measurement that are known with a certain degree of reliability.
- theory: an explanation of observations or events that is based on knowledge gained from many observations and investigations.
- an interpretation of observations.
- any factor that can have more than one value.
- the factors in an experiment that remain the same
Down
- the act of using one or more of your senses to gather information and take note of what occurs.
- a possible explanation for an observation that can be tested by scientific investigations.
- variable: the factor that is changed by the investigator to observe how it effects a dependent variable.
- the practical use of scientific knowledge, especially for industrial or commercial use.
- variable: the factor a scientific observes or measures during an experiment.
- a spoken or written summary of an observation.
- thinking: comparing what you already know with information you are given in order to decide whether you agree with it.
- law: a rule that describes a pattern in nature.
- a logical explanation of and observation that is drawn from prior knowledge or experience.
16 Clues: an interpretation of observations. • any factor that can have more than one value. • a spoken or written summary of an observation. • law: a rule that describes a pattern in nature. • the factors in an experiment that remain the same • a statement of what will happen next in a sequence of events. • System of Unit they internationally accepted systems of measurement. • ...
Chapter 1 Vocabulary 2023-08-16
Across
- -A simplified representation of reality that describes or explains something in the world in a workable and useful way (changes as more is discovered).
- -A logical, systematic approach to the solution of a scientific problem (may not be followed in the same order each time).
- -An ideology that emphasizes conservation and protection of the environment because it is fragile and ought to be used as little as possible.
- - The act of noticing and describing events or processes in a careful, orderly way.
- -A sampling of data gathered from an existing group of data (often polls, questionnaires, lists of data).
- -The belief system and perspective that a person uses to interpret and understand the world around him (includes biases and presuppositions).
- -A well supported testable explanation or model of observations that have occurred in the natural world (can alter as more is discovered).
- - The command given by God to Adam and Eve to fill the Earth and have dominion over it.
Down
- - Preserving and wisely USING natural resources.
- -The study of what is good and bad (ethical) for living things.
- -Explanation of something not obvious or not meaning the same thing to everyone (affected by worldview and assumptions).
- -The application of a technological process, invention, or method to enhance living organisms and their processes.
- -A model describing how phenomena relate to each other in a predictable way under certain conditions (usually a descriptive statement or equation)
- -A proposed, scientifically testable explanation for an observed phenomenon. It predicts the answer to your scientific question.
- - The study of life
- - God created humans with certain qualities that reflect his character.
16 Clues: - The study of life • - Preserving and wisely USING natural resources. • -The study of what is good and bad (ethical) for living things. • - God created humans with certain qualities that reflect his character. • - The act of noticing and describing events or processes in a careful, orderly way. • ...
contraindications and forbidden points 2017-05-03
Across
- for the reinforcing method, withdraw the needle while the patient ___________
- after the 1st trimester, don't needle the _________
- large intestine point not to be needled on pregnant women
- don't needle over active __________
- be careful when needling someone who has a history of _________. Keep an eye on them.
- improper needling on CV-14 can cause an _______ heart and spleen.
- reinforcing has a _______ retention time
- the reducing method uses _______ needles
- when needling, don't go deeper than the _______ area
- another severe symptom of pneumothorax
- bladder point not to be needled on pregnant women
- use this degree of stimulation when reducing
- a more severe symptom of pneumothorax
- a symptom of needle shock
- reducing has a __________ retention time
- symptoms of this include chest pain, chest tightness, cough, shortness of breath
- stomach point not to be needled on pregnant women
- when using the reducing method, you needle _____ the channel
- when needling on the chest, do it at an ________
- don't _____ SP-2 after pregnancy
- speed of insertion with the reducing method
Down
- speed of insertion with the reinforcing method
- don't need over skin ___________
- another symptom of needle shock
- use reinforcing techniques when a patient has signs of _________
- the reinforcing method uses _________ needles
- as a general precaution,don't needle people when they are ___________
- use this degree of stimulation when reinforcing
- avoid ________ or deep needling over the thoracic area
- when using the reinforcing method, you ______ the acupuncture hole
- another name for tonifying
- use reducing techniques when patients has signs of ________
- spleen point not to be needled on pregnant women
- don't needle at the sight of a malignant _______
- as another general precaution, don't needle people with low _____ sugar levels
- another symptom of needle shock
- for the reducing method, withdraw the needle while the patient ____________
- points on the _______ induce labor
- as a precaution to avoid pneumothorax, be careful when needling thin patients or those with _________________
- another bladder point not to be needled on pregnant women
- reducing is also called ______________
- needling close to major nerves can cause nerve _______
- needle _______ can happen if someone has low blood sugar
43 Clues: a symptom of needle shock • another name for tonifying • another symptom of needle shock • another symptom of needle shock • don't need over skin ___________ • don't _____ SP-2 after pregnancy • points on the _______ induce labor • don't needle over active __________ • a more severe symptom of pneumothorax • another severe symptom of pneumothorax • ...
crossword puzzle 2025-09-15
Across
- spreading solid material that is moved and deposited in a new location
- ocean ridge a vast, continuous underwater mountain range, often spanning the globe, where tectonic plates are pulling apart
- dating a scientific method that can accurately determine the age of organic materials as old as approximately 60,000 years
- a linear zone on the seafloor where the Earth's tectonic plates are pulling apart from one another
- Anomalies the total magnetic field minus the main magnetic field of the Earth leaving only the crustal magnetic field.
- ooze a type of biogenic pelagic sediment located on the deep ocean floor
- sediments solid fragments of inorganic or organic material that come from the weathering of rock and soil erosion.
Down
- sediment marine sediment composed primarily of the skeletal remains of once-living organisms, such as plankton, mollusks, and corals, which collect on the ocean floor after the organisms die
- tectonics the scientific theory explaining that the Earth's outermost layer, the lithosphere, is broken into large, moving slabs called tectonic plates
- fossils that are so small they can only be identified and studied using a microscope
- a geological process in which the oceanic lithosphere and some continental lithosphere is recycled into the Earth's mantle
- boundary a strain gradient from relatively low-strain rocks outside the shear zone to progressively more highly strained rocks traced toward the center of the shear zone
- a deep, narrow, elongated hole or depression in the ground or seafloor.
- a geological fracture in the seafloor where two blocks of rock have moved relative to each other.
- draft the movement of continents resulting from the motion of tectonic plates
- ooze anything composed of or containing calcium carbonate (CaCO₃), which is the main component of limestone, chalk, and shells
16 Clues: a deep, narrow, elongated hole or depression in the ground or seafloor. • spreading solid material that is moved and deposited in a new location • ooze a type of biogenic pelagic sediment located on the deep ocean floor • draft the movement of continents resulting from the motion of tectonic plates • ...
Scientific revolution 2023-10-11
Across
- How long did the scientific revolution last
- what year was Nicolas Copernicus discover that the earth revolved around the sun
- when was the European revolution
- What Isaac Newton studied.
- The earth is in the center.
Down
- When people started doing tests to prove what they were saying.
- when did the scientific revolution start
- when did the scientific revolution end
- The sun is in the center.
- where did the scientific revolution start
10 Clues: The sun is in the center. • What Isaac Newton studied. • The earth is in the center. • when was the European revolution • when did the scientific revolution end • when did the scientific revolution start • where did the scientific revolution start • How long did the scientific revolution last • When people started doing tests to prove what they were saying. • ...
CP1 - Unit 8 Crossword #1 2014-01-06
Across
- use this property to change the width of your object
- true if the timer can respond to user interaction, otherwise false
- used to generate recurring events
- a control class method that encases a specific object surface area
- to create an event for the timer, create this event
- this property of a PictureBox controls the image sizing and position
- class used to draw shapes
- method used to Clear the screen
- sets the time in milliseconds between elapsed events
Down
- method used to Start a timer
- method used to draw a line
- method used to draw a rectangle
- this control displays an image
- has an x-coordinate and a y-coordinate that together indicates a specific location
- 1000 milliseconds equals this
- the top left corner in the Visual Basic coordinate system
16 Clues: class used to draw shapes • method used to draw a line • method used to Start a timer • 1000 milliseconds equals this • this control displays an image • method used to draw a rectangle • method used to Clear the screen • used to generate recurring events • to create an event for the timer, create this event • use this property to change the width of your object • ...
Comp Opp #3 - Cost Accounting 2024-11-08
Across
- The ________ spiral is a situation that businesses might find themselves in when they price their products too high in relation to their costs, and thus the demand for the product decreases.
- A disadvantage to this service allocation method, is that the results depend on the order in which the allocation is done.
- A hybrid costing system that assigns uniform costs to all products and also assigns specific costs to unique projects or jobs.
- The department allocation method uses a separate cost pool for each _______________.
- What we allocate costs based on because they drive or cause the costs.
- _______-order costing is a costing system that is usually used for more discrete, unique projects or jobs.
- Costs of a manufacturing process that has two or more outputs.
- A process costing method that separates the costs of beginning inventory and WIP, & assumes inventory started first is finished first.
- Examples of these failure costs are warranty expenses, marketing costs, and lost sales.
Down
- The cost pool is the entire plant, when the __________________ allocation method is used.
- ___________ costing is usually used for homogenous products, such as juice.
- Activity Based Costing assigns costs to different _____________.
- Failure costs associated with low quality or defective units that are identified before the product is sold.
- These departments use the services from other departments within the organization.
- Activity Based Costing is a _______ stage allocation method.
- These departments provide services to other departments within an organization.
- This method of allocating costs to other departments, recognizes that the costs provided by different departments are a two way street.
- A process costing method that uses the costs of current costs in WIP and the beginning inventory and averages them.
- The point of a production process where two products are separated.
19 Clues: Activity Based Costing is a _______ stage allocation method. • Costs of a manufacturing process that has two or more outputs. • Activity Based Costing assigns costs to different _____________. • The point of a production process where two products are separated. • What we allocate costs based on because they drive or cause the costs. • ...
11.5 Vocabulary 2023-03-28
Across
- Authentication method that forces a user to agree to terms or pay a fee before accessing the wireless network.
- IEEE designation for all wireless networking standards.
- Was introduced in 2018 to address the vulnerabilities inherent in the previous revision.
- Temporal Key Integrity Protocol
- Advanced Encryption Standard
- Wireless authentication method that allows for automatic connection between a device and the wireless access point.
- Remote Authentication Dial-In Service
- An enhancement that allows multiple antennas to use the same radio frequency.
- Wireless authentication method that uses a passphrase to authenticate users.
- A communication method that allows two-way communication between two devices within a few centimeters of each other.
- A method that combines channels into one to increase bandwidth.
Down
- It was introduced in 2004 and is still heavily used in today's networks.
- Terminal Access Controller Access-Control System
- Encryption protocol used on most wireless networks today. Versions 2 and 3 are the latest versions in use.
- Was developed at MIT and is a key component of Windows Active Directory.
- A communication method that uses radio waves to transmit data from small circuit boards called RFID tags to special scanners.
- Service Set Identifier
- Security flaw that can occur with a wireless network
18 Clues: Service Set Identifier • Advanced Encryption Standard • Temporal Key Integrity Protocol • Remote Authentication Dial-In Service • Terminal Access Controller Access-Control System • Security flaw that can occur with a wireless network • IEEE designation for all wireless networking standards. • A method that combines channels into one to increase bandwidth. • ...
JavaMethods 2024-11-25
Across
- How many arguments in a default constructor?
- when there is more than one constructor with the same name.
- the value inside a methds is known as an?
- forward(), forward(100) are said to be?
- The body of a method definition is contained within a set of ?
- is something that an object can
- separates object and method name and parenthesis
- What are the data or properties of an object called?
- allow values to be passed to the constructor to initialize the newly created object’s attributes.
Down
- As a blueprint, each class defines the attributes its objects have (the properties or what each object knows about itself)
- keyword that is used to create a new object of a class.
- To use an object’s method, you must use the object name and the dot (.) operator followed by the method name, for example object.method()
- initialize the attributes in newly created objects. They have the same name as the class.
- is turnRight() a method, class, constructor or variable?
- valid syntax for creating and initializing a World object?? World w = new World();
- instance variable is data the object knows about itself.
- a specific instance of a class with defined attributes.
- It is the formal implementation, or blueprint, of the attributes and behaviors of the objects of that class.
- What specifies the behavior for objects of a class in Java?
19 Clues: is something that an object can • forward(), forward(100) are said to be? • the value inside a methds is known as an? • How many arguments in a default constructor? • separates object and method name and parenthesis • What are the data or properties of an object called? • keyword that is used to create a new object of a class. • ...
Chemistry Review 2021-12-17
Across
- substance that there is most of
- method of separating solids from liquid
- the temperature when a solid turns to a liquid
- when molecules are far apart and move easily
- method of separating solids of different size
- substances change from one state to another
- you can see the individual substances
- a homogeneous mixture of metals
- separating liquids of different densities
- when molecules are close together
Down
- uniform mixtures of substances
- method of separating metals in mixtures.
- you cannot see the individual substances
- separating gas from a liquid or solid
- contains more than one pure substance
- when molecules have a little bit of room to move
- the temperature when a liquid turns to a gas
- what gets dissolved in the solvent
- method of separating a liquid from a solid
19 Clues: uniform mixtures of substances • substance that there is most of • a homogeneous mixture of metals • when molecules are close together • what gets dissolved in the solvent • separating gas from a liquid or solid • contains more than one pure substance • you can see the individual substances • method of separating solids from liquid • method of separating metals in mixtures. • ...
Clay Vocabulary 2024-01-26
Across
- method for connecting clay together
- What substance is necessary to join two pieces of clay together
- mineral that is in clay that is harmful to breathe
- make marks or scratches in the clay surface
- Handbuilding method
- Clay that has been fired once
- Clay can be no thicker than your_____
- If your clay piece is fired before completely drying out
- Stage of clay best for molding
- The Kiln is used to ______ the clay
Down
- The coil building method is when you make _______ pieces
- Clay is a natural building _______
- The kiln temperature can exceed 2000s.
- pot Handbuilding method
- Clay that has been fired twice.
- the perfect thickness of clay is one _______inch.
- Clay Also called greenware
- Clay that is bonedry but not yet fired
- The furnace that heats the clay is called the...
- Handbuilding method
20 Clues: Handbuilding method • Handbuilding method • pot Handbuilding method • Clay Also called greenware • Clay that has been fired once • Stage of clay best for molding • Clay that has been fired twice. • Clay is a natural building _______ • method for connecting clay together • The Kiln is used to ______ the clay • Clay can be no thicker than your_____ • ...
Catering N4: Mod 2 - Cooking and cooking methods 2023-05-22
Across
- This cooking method is when meat is cooked & browned on the stove top
- Effect of dry heat on starch
- Effect of over-heating of protein
- Trend of stuffing one animal inside the carcass`s/cavity of another animal
- Cooking method when hot air blows around the food
- A Slow cooking method combining boiling & steaming
- Reaction between protein & carbohydrates when heat is applied
- When food is covered by liquid and boils at 100 degrees celcius
Down
- One of the new trending cooking methods
- Effect of moist heat on starch
- The effect of heat on sugar
- An dry heat cooking method (air)
- Combination of shallow fry & steam
- Cooking method used for hot chips
- A combination of boiling and steaming
15 Clues: The effect of heat on sugar • Effect of dry heat on starch • Effect of moist heat on starch • An dry heat cooking method (air) • Effect of over-heating of protein • Cooking method used for hot chips • Combination of shallow fry & steam • A combination of boiling and steaming • One of the new trending cooking methods • Cooking method when hot air blows around the food • ...
Java Puzzle 9 2025-09-21
Across
- Generic class in Java that dynamically grows its size
- Block used to handle exceptions
- Exception thrown when trying to access beyond array limits
- Collection interface commonly used with generics
- Keyword used inside a constructor to call another constructor this
- Used to execute cleanup code regardless of exception
- Method to replace element at a specific index
- Block to write code that might throw exceptions
Down
- Method to remove the first element in a LinkedList
- Keyword used to declare that a method might throw an exception
- Special method to initialize new objects
- Method to add element at the end of the list
- Exception indicating a problem with input/output
- Constructor without parameters
- ArrayList is part of ___ package
- Collection interface commonly used with generics
16 Clues: Constructor without parameters • Block used to handle exceptions • ArrayList is part of ___ package • Special method to initialize new objects • Method to add element at the end of the list • Method to replace element at a specific index • Block to write code that might throw exceptions • Exception indicating a problem with input/output • ...
Vocab Crossword 2013-05-02
Across
- The point of view of a object.
- A method that can be used more then once.
- Where a object is positioned on the x or z axis.
- 1.An imaginary line about which a body rotates.
- Comment programming, also known as comment-driven development (CDD) is a software development technique.
- How a Object orients itself over a axis.
- A specific method in the world.
- An operation that requires an object to be implicitly associated with. An object method is also called an instance method.
Down
- Form of programming that branches of into multiple parts.
- A specific part of the program.
- where a object is facing.
- Method An operation that requires an object to be implicitly associated with. An object method is also called an instance method.
- How high or low a object is on the y axis.
- In regression analysis, a dummy variable (also known as indicator variable or just dummy) is one that takes the values 0 or 1.
14 Clues: where a object is facing. • The point of view of a object. • A specific part of the program. • A specific method in the world. • How a Object orients itself over a axis. • A method that can be used more then once. • How high or low a object is on the y axis. • 1.An imaginary line about which a body rotates. • Where a object is positioned on the x or z axis. • ...
Lambda Expressions 2022-07-21
Across
- Interface that contains only one abstract method
- Inner class with no name
- Functional interface that accepts a single input argument and returns no result
- Functional interface used to order the objects of user-defined classes
- Functional interface that returns a boolean value for a given test
- Anonymous function that you can store in a variable or pass as an argument to a method
- Data structure for storing and manipulating groups of objects
- Contract between a class and the outside world
- Functional interface in which the input type is the same as the output type
- Symbols used to mark the start and end of the parameter list of a method
- Symbols used to explicitly define scope
- Functional interface that takes no arguments and returns a result
- Related code appearing alongside an expression
Down
- Keyword used to exit a method and yield a value
- Returns a predicate that represents the logical negation of a given predicate
- Symbol used to end statements in Java
- Class that cannot be instantiated, though it can be subclassed
- Keyword used to define an entity that can only be assigned once
- Data type that the Java compiler expects depending on where an expression appears
- Variable listed as part of a method declaration
- Functional interface that takes no arguments, returns no result, and simply executes a block of code
- Region in a program where a certain variable or method is accessible
22 Clues: Inner class with no name • Symbol used to end statements in Java • Symbols used to explicitly define scope • Contract between a class and the outside world • Related code appearing alongside an expression • Keyword used to exit a method and yield a value • Variable listed as part of a method declaration • Interface that contains only one abstract method • ...
Ag Science 2025-04-23
Across
- Main preservative mechanism of sodium chloride.
- Term for overall taste or acceptability of food.
- A preservative often found in soft drinks.
- The transfer of heat by direct contact.
- Acidic additive that prevents browning in dried fruit.
- A drying method that uses salt.
- Additive that enhances food taste without adding its own flavor.
- Preservation process using UV or IR to transfer energy.
- A preservation method involving natural acids like vinegar.
- Common antioxidant used in processed meats.
- A preservation method used to decompose sugars without oxygen.
- Heated between two metal surfaces to rapidly freeze food.
- A method where food is quickly frozen, then moisture removed in a vacuum.
- Gas that slows fruit ripening by inhibiting ethylene.
- A process that slows microbial activity but doesn’t kill them, usually around 45°F.
- The process of oxygen increasing spoilage.
Down
- Food additive that neutralizes metal ions.
- A heat treatment that kills pathogens in milk.
- An additive often used to retain moisture in cookies.
- The transfer of heat by movement of air or liquid.
- Spoilage agents besides microbes (e.g., insects, rodents).
- A sugar-based additive that reduces water activity.
- High-speed method of freezing using air.
- Spoilage process that begins after fruit ripens.
- Complete destruction of microorganisms.
- Legal approval body for food additives in the U.S.
- Removal of moisture using machines.
- Natural acid found in vinegar.
- Process of storing food at subzero temperatures.
- Freezing method involving liquid nitrogen.
30 Clues: Natural acid found in vinegar. • A drying method that uses salt. • Removal of moisture using machines. • The transfer of heat by direct contact. • Complete destruction of microorganisms. • High-speed method of freezing using air. • Food additive that neutralizes metal ions. • A preservative often found in soft drinks. • Freezing method involving liquid nitrogen. • ...
Creative Design Process 2021-04-15
Across
- This is a popular brainstorming technique
- Restating the problem by identifying the goal.
- the notion that the steps of design can be separated but it is more effective to examine how the steps are interconnected.
- the idea of this brainstorming technique is to analyze words that were suggested to find differentiated and effective solutions to solve the challenge
- A method of implementing the creative process in which the progress is affected by previous and current stages of the creative process.
- A method of implementing the creative process best suited for large and complex projects.
- Giving as many possible random answers or solution to a problem whether it answers the question or not
- putting the best solution into action
- which stage in the creative process deals with determining a suitable solution.
- A method of implementing the creative process best suited for lengthy non-linear projects.
Down
- method is associated with writing your thoughts on paper.
- The process of collecting information on a topic is known as
- of the seven stages of the creative process which involves reviewing the process to assess whether the solution worked.
- a relaxed, informal approach to problem solving with lateral thinking
- Method, The best method for cautious approach as it allows you to look back at the previous stages
- The goal of this method is to find those hidden words that people associate with a topic that you don’t immediately think of.
- The technique deals with circulating ideas until a conclusion can be drawn.
- A type of brainstorming that focuses on forming questions rather than answers
- one of the methods for forming or starting an idea.
19 Clues: putting the best solution into action • This is a popular brainstorming technique • Restating the problem by identifying the goal. • one of the methods for forming or starting an idea. • method is associated with writing your thoughts on paper. • The process of collecting information on a topic is known as • ...
Java puzzle 6 2025-09-21
Across
- LinkedList is implemented as a ___ list
- The package that contains ArrayList
- Collection class used with generics
- Method to remove an element by index from ArrayList
- The base class for all exceptions in Java
- Exception caused by dividing by zero
- Java keyword to indicate inheritance
Down
- Method to add an element at the end of a LinkedList
- Method to replace an element at a specified index in an ArrayList
- Method to find the number of elements in LinkedList
- A block to define code that might throw errors
- Interface that ArrayList indirectly implements, supports sequential access
- Interface for ordered collections like LinkedList
- Keyword used to explicitly throw an exception
- Method to check if the list is empty
15 Clues: The package that contains ArrayList • Collection class used with generics • Exception caused by dividing by zero • Method to check if the list is empty • Java keyword to indicate inheritance • LinkedList is implemented as a ___ list • The base class for all exceptions in Java • Keyword used to explicitly throw an exception • A block to define code that might throw errors • ...
Caitlin_Ray_answers 2020-09-21
Across
- This allows for a mixture to be separated into two immiscible liquids and separate by gravity.
- What is used to describe the space a substance takes up (liquid, solid, gas)?
- An example of this type of reaction is lighting one's stove.
- What would you use to condense a significantly larger or smaller numerical value?
Down
- What is the science that deals with the properties and substances and composition of various elementary forms of matter?
- What comes after the observation step in the scientific method?
- defining structure of elements
- The melting of an ice cube is an example of this type of reaction.
8 Clues: defining structure of elements • An example of this type of reaction is lighting one's stove. • What comes after the observation step in the scientific method? • The melting of an ice cube is an example of this type of reaction. • What is used to describe the space a substance takes up (liquid, solid, gas)? • ...
STEM 013 Scientific Questions 2018-01-17
Across
- / able to be controlled e.g. "scientific questions should be ____________ (other variables can be controlled)"
- / not dependent on other people's ideas; inventive and unusual e.g. "Considerable evidence of creativity and ________ity"
- / able to be measured e.g. "scientific questions should be ___________ (one variable can be measured)"
- / based on facts, not opinions e.g. "good scientific questions have ____ answers"
- / state or describe exactly the nature, scope, or meaning of e.g. "scientific questions should be ______d (specific, not vague)"
- / able to be applied to real-life e.g. "The question is testable, specific, and clearly ___________ to current issues"
Down
- / a sentence worded or expressed so as to elicit information e.g. "The ________ is testable, specific, and clearly applicable to current issues"
- / a theory that explains a prediction e.g. "good scientific questions have a __________ that is falsifiable"
- / able to be proven false e.g. "good scientific questions have a hypothesis that is ___________"
- / able to be tested or tried e.g. "The question is ________, specific, and clearly applicable to current issues"
- / clearly defined or identified e.g. "The question is testable, ________, and clearly applicable to current issues"
11 Clues: / based on facts, not opinions e.g. "good scientific questions have ____ answers" • / able to be proven false e.g. "good scientific questions have a hypothesis that is ___________" • / able to be measured e.g. "scientific questions should be ___________ (one variable can be measured)" • ...
AYOKO NA 2021-01-31
Across
- a mixture of highly purified paraffin and synthetic plastic polymers.
- an infiltration method that is rarely used and recommended only for frozen sections.
- is the most commonly used infiltrating agent.
- type of tissue fixative as to mechanism of action that is absorbed by tissue when used
- a disposable mold that is economical and easy to prepare.
- a clearing agent that is a substitute for xylene and benzene
- a wax with a much lower melting point 46-48°C.
- removal of intercellular and extracellular water from tissues after fixation.
- a clearing agent obtained from citrus.
- a celloidin infiltration method that is used for infiltrating eye specimens.
- a dehydrating agent that dissolve paraffin.
- used for routine tissue processing.
- effect of hypotonic solution to cell.
- terpineol is used with this kind of specimen.
- a 100% of this alcohol is for fixing and drying blood smears and bone marrow tissues.
- fixative used specifically to preserve parts of nucleus.
- a method of testing the completeness of decalcification by pricking the tissue.
- a method of paraffin impregnation that is the most rapid because it generates heat.
- fixative that is recommended for preservation of enzymes.
- a technique used for fixing neurochemical substances in brain.
- most reliable and most accurate method of testing the completeness of decalcification.
- a method of testing the completeness of decalcification carried out by adding calcium carbonate.
- a substitute for paraffin wax that is used for infiltrating eye specimens.
- cutting off excess paraffin wax to form a four-sided prism.
- an embedding used for extremely hard tissues like epoxy and polyester.
- it is placing infiltrated tissue in a mold containing the embedding medium.
- also known as diethylene dioxide.
- a clearing agent that is carcinogenic ang highly flammable.
- a clearing agent that is toxic to liver.
- the smallest aldehyde fixative.
Down
- a water-soluble wax for enzyme histochemistry.
- it imparts yellow color if used as a tissue fixative.
- a reagent used to preserve tissue.
- ethanol substitute and xylene substitute.
- the color mercury deposits when mercuric chloride is used
- a dehydrating agent recommended for animals, plants and microincineration techniques.
- most rapid method of decalcification.
- a 95% of this alcohol is for touch preparation.
- the removal of dehydrating agent from tissues.
- similar to a paraplast with a melting point of 56-58 C.
- fixative used specifically to preserve parts of cytoplasm.
- a routine clearing agent.
- a routine dehydrating agent.
- other name for celloidin infiltration method.
- product of paraffin with rubber.
- a fixative and dehydrating agent that easily evaporates.
- a type of celloidin method used for infiltrating bones, brain, teeth and whole organs.
- a positive result of this method is cloudiness which means decalcification is not yet complete.
- most rapid method of paraffin wax impregnation.
- gross description is done by whom
- involves removal of clearing agent from tissues.
- method that immersion of specimen in chemical fixatives is performed.
- presence of this is due to incomplete washing of tissue
- fixative used for preserving bone marrow.
- a method of paraffin impregnation that is carried out using an oven.
- a clearing agent for eyes specimen.
- most important and crucial step in tissue processing.
- an example of plastic embedding mold that is for extremely hard tissues
- fixative used to preserve parts of the cell.
- it is used for acid mucopolysaccharide and for tissue mucin.
60 Clues: a routine clearing agent. • a routine dehydrating agent. • the smallest aldehyde fixative. • product of paraffin with rubber. • gross description is done by whom • also known as diethylene dioxide. • a reagent used to preserve tissue. • used for routine tissue processing. • a clearing agent for eyes specimen. • most rapid method of decalcification. • ...
sustainability 2018-05-13
10 Clues: something you make • Manley experiments • a synonym of flora • a synonym of nature • a synonym for fauna • someone that study's science • a scientific explanation of plants • a scientific explanation for animals • hot cold sunny cloudy snowy windy stormy • it is a scientific explanation about the past
Animal Husbandry 2023-01-02
10 Clues: surface feeder fish • foreign breed of cow • scientific name of cow • Indian breed of poultry • exotic breed of poultry • scientific name of buffalo • carp Fish which feed on weeds • Fish which feeds in the middle zone • bees with high honey collection capacity • scientific management of animal livestock
Kennedyscrossword 2021-11-28
Across
- animal doctor.
- scientific name for cattle.
- the scientific name for all members of
- animal that lives both on land and in water.
- study of animals and animal life.
- an inherited behavior pattern.
- females produce milk for their babies.
Down
- scientific name for all members of the dog family.
- the ability to learn and understand.
- warm blooded animal with hair of fur
- a thick skinned animal with hoofs ; an elephant, rhinoceros, or hippopotamus.
- cat family.
12 Clues: cat family. • animal doctor. • scientific name for cattle. • an inherited behavior pattern. • study of animals and animal life. • the ability to learn and understand. • warm blooded animal with hair of fur • the scientific name for all members of • females produce milk for their babies. • animal that lives both on land and in water. • ...
Karleigh_Villneuve_answers 2020-09-19
Across
- What is a substance that cannot be broken down into simpler substances?
- What is the science that seeks to understand the behavior of matter by studying what atoms and molecules do?
- What is a theory/law before it is established?
- What is a measure of space?
- What is the capacity to do work?
Down
- What is a property of materials that relates mass and volume and differs from one substance to another?
- What is a procedure that attempts to measure observable predictions to test a theory or law?
- What is the first step in the scientific method?
- What is a proposed explanation for observations and laws?
- What is a substance composed of two or more elements in fixed, definite proportions?
10 Clues: What is a measure of space? • What is the capacity to do work? • What is a theory/law before it is established? • What is the first step in the scientific method? • What is a proposed explanation for observations and laws? • What is a substance that cannot be broken down into simpler substances? • ...
Early Humans MOD 2025-08-23
Across
- farming or growing plants
- study of remains of past cultures, uses fossils, settlements, artifacts, and human remains to study past cultures
- wandering from place to place in search of food and resources
- the taming of animals for human use, such as work or as food
- a structure found by scientist in England is believed to have been built in the Neolithic Age and Bronze Age
- Era - lived in clans, nomadic, used simple tools, had oral language
Down
- Era - settled in communities, used advanced tools, developed weaving skills, made pottery, domesticated plants and animals
- type of society where people's survival depends on the hunting and gathering ability of the group
- a scientific method used to determine the age of an artifact
- Neolithic settlements under excavation
10 Clues: farming or growing plants • Neolithic settlements under excavation • a scientific method used to determine the age of an artifact • the taming of animals for human use, such as work or as food • wandering from place to place in search of food and resources • Era - lived in clans, nomadic, used simple tools, had oral language • ...
set C 2018-04-16
Across
- __________cost is the cost of storing extra inventory.
- _________cost is also known as holding cost.
Down
- _________control may be defined as the scientific method of determining the optimum level of stock to be maintained.
- _____is the series of actions performed to achieve a particular goal.
- ______involves issue of production orders for starting the operations.
5 Clues: _________cost is also known as holding cost. • __________cost is the cost of storing extra inventory. • _____is the series of actions performed to achieve a particular goal. • ______involves issue of production orders for starting the operations. • ...
Chapter 2 Activity 5 2022-08-29
Across
- This type of assessment describes a set of tests to measure a participant's physical fitness.
- A training [blank]is a journal used to record progress.
Down
- This type of assessment uses scientific tests to check fitness capability.
- Conducting this with participants helps gather their feedback.
- One method of evaluation is comparing training and competitive [blank].
5 Clues: A training [blank]is a journal used to record progress. • Conducting this with participants helps gather their feedback. • One method of evaluation is comparing training and competitive [blank]. • This type of assessment uses scientific tests to check fitness capability. • ...
Age of Revolution 2026-02-13
Across
- developed the use of the scientific method
- in which a hypothesis,or an educated guess, is tested through experimentation
Down
- credited with developing the concept of gravity and the study of physics
- credited with the heliocentric theory,(Last Name)
- controlled the government and economy, made Catholicism the religion of France, built palaces, such as Versailles
5 Clues: developed the use of the scientific method • credited with the heliocentric theory,(Last Name) • credited with developing the concept of gravity and the study of physics • in which a hypothesis,or an educated guess, is tested through experimentation • ...
CS1130 Chapter 4 vocab 2015-09-30
Across
- A placeholder that acts like a basket to receive information that we send to a method
- A method level that defines behaviors for a single object
- When an object is created from a class and displayed
- A method level that reference more than one object
- a blueprint or template that tells Alice exactly how to create and display an object
- In a call to a method, the value sent in to a method parameter
- the new class inherits methods from the old class
- A coordinated sequence of instructions that will be carried out when requested
- Thinking about a collection of instructions as if it was just one instruction
Down
- A built-in method such as move or turn
- The process of breaking a problem down into large tasks and then breaking each task down into simpler steps (two words)
- Invoking or executing a method by dragging it into the code
- An object created from a class
13 Clues: An object created from a class • A built-in method such as move or turn • the new class inherits methods from the old class • A method level that reference more than one object • When an object is created from a class and displayed • A method level that defines behaviors for a single object • Invoking or executing a method by dragging it into the code • ...
WORDS OF SCIENCE 2024-04-16
Across
- Science of rain
- Study of landscapes
- It is the core of science
- Someone who studies minuscule/small things
- The weather-man's study
- Study of housekeeping
Down
- The holder of liquids
- Where a scientist studies
- The study of the brain
- The scientific study of bells
- The "ology" of fermentation
- A corrosive liquid
- Long, white jumper.
- The scientific craft of explosions and such
- They make everything
- A guess made on bits of evidence
- The gradual change of a species over time
17 Clues: Science of rain • A corrosive liquid • Study of landscapes • Long, white jumper. • They make everything • The holder of liquids • Study of housekeeping • The study of the brain • The weather-man's study • Where a scientist studies • It is the core of science • The "ology" of fermentation • The scientific study of bells • A guess made on bits of evidence • ...
New vocab 2022-10-14
Across
- uniformitarianism is a principle that geologic process that occurred in the past can be explained by current geologic process
- Superposition is a principle that states that younger rocks lie above older rocks if the layers have not been disturbed
- Relative dating is any method of determining whether an event object is older or younger than other events or objects
- Geology is the scientific study of the origin, history, and structure of earth and the processes
- A fossil is the trace or remains of an organism that lived long ago, most commonly preserved in sedimentary rock
- Climate is the weather conditions in an area over a long period of time
- Geologic time scale is the standard method used to divide earth's long natural history into manageable parts
- Unconformity is a break in the geologic record created when rock layers are eroded or when sediment is not deposed for a long period of time
- Absolute dating is any method of measuring the age of an event or object in years
Down
- Half-life is the time required for half of a sample of a radioactive isotope to break down by radioactive decay to form a daughter isotope
- Radioactive decay is the process in which a radioactive isotope tends to break down into a stable isotope of the same element or another element
- A trace fossil is a fossilized structure, such as a footprint or a coprolite, that formed in sedimentary rock by animal activity on or within soft sediment
- The ice core is a long cylinder of ice obtained from drilling through ice caps or ice sheets; used to study past climates
- Geologic column is an ordered arrangement of rock layers that is based on the relative ages of the rocks and in which the oldest rocks are at the bottom
14 Clues: Climate is the weather conditions in an area over a long period of time • Absolute dating is any method of measuring the age of an event or object in years • Geology is the scientific study of the origin, history, and structure of earth and the processes • ...
C1 - Atomic Structure and The Periodic Table 2022-07-13
Across
- Element with symbol Cl
- Method to separate substances with different solubilities
- Element with symbol I
- Method to separate sand and water
- Element with symbol Na
- Element with symbol Rb
- Element with symbol Li
- Early model of the atom with electrons spread through positive atom
Down
- Method to separate salt and water
- Later model of atom with electrons orbiting small positive nucleus
- Element with symbol Br
- Element with symbol Cs
- Element with symbol K
- Element with symbol F
- Method to separate liquids with different boiling points
15 Clues: Element with symbol K • Element with symbol F • Element with symbol I • Element with symbol Cl • Element with symbol Br • Element with symbol Cs • Element with symbol Na • Element with symbol Rb • Element with symbol Li • Method to separate salt and water • Method to separate sand and water • Method to separate liquids with different boiling points • ...
crossword 2020-10-16
Across
- Method that considers that everything is linked
- Type of method based on induction
- Controlls variables of observations
- Codification and list are ____ tools
- Method that studies its elements entirely
Down
- Method which allows to rebuild past events
- Reasoning structure to obtain general results
- Diary and sclaes are examples of ____ tools
- It is the path to solve a problem or reach a goal
- Method that studies similar things and links
- Type of method based on analysis
11 Clues: Type of method based on analysis • Type of method based on induction • Controlls variables of observations • Codification and list are ____ tools • Method that studies its elements entirely • Method which allows to rebuild past events • Diary and sclaes are examples of ____ tools • Method that studies similar things and links • ...
Medial Voiceless TH 2023-07-25
AWL Review 2020-04-02
30 Clues: data • legal • major • occur • export • issues • method • assess • income • define • theory • policy • obtain • source • factors • process • concept • analyse • research • identify • estimate • specific • evidence • creation • interpret • authority • establish • assumption • requirement • consistently
Sciences 2020-04-02
Across
- they act on, or combine with, each other
- magnetism etc
- the branch of biology that deals with the study of microorganisms
- the scientific planning of a machine, road, bridge etc
Down
- the science dealing with measurement numbers and quantities
- the science that deals with the nature of substances and the ways in
- the scientific study of animals
- the scientific study of plants
- the study of things that occur naturally, such as heat, light, sound,
- the scientific study of Earth through its rocks soil, etc
10 Clues: magnetism etc • the scientific study of plants • the scientific study of animals • they act on, or combine with, each other • the scientific planning of a machine, road, bridge etc • the scientific study of Earth through its rocks soil, etc • the science dealing with measurement numbers and quantities • the branch of biology that deals with the study of microorganisms • ...
A-java 23BCM018 2025-08-12
Across
- API introduced in Java EE 5 for simplifying persistence
- Core API for database access
- IBM Java EE server
- Method to handle GET requests
- Popular Java EE server from Oracle
- Type of architecture in Java EE
- Red Hat Java EE application server
- Tier for storing data
- method to forward request
Down
- Name of Java EE after moving to Eclipse Foundation
- Java EE platform moved to which foundation in 2017
- Tier for business logic
- Interface for all servlets
- method called when servlet loads
- Method called before servlet is destroyed
15 Clues: IBM Java EE server • Tier for storing data • Tier for business logic • method to forward request • Interface for all servlets • Core API for database access • Method to handle GET requests • Type of architecture in Java EE • method called when servlet loads • Popular Java EE server from Oracle • Red Hat Java EE application server • Method called before servlet is destroyed • ...
Caitlin_Ray_answers 2020-09-21
Across
- This allows for a mixture to be separated into two immiscible liquids and separate by gravity.
- What is used to describe the space a substance takes up (liquid, solid, gas)?
- An example of this type of reaction is lighting one's stove.
- What would you use to condense a significantly larger or smaller numerical value?
Down
- What is the science that deals with the properties and substances and composition of various elementary forms of matter?
- What comes after the observation step in the scientific method?
- defining structure of elements
- The melting of an ice cube is an example of this type of reaction.
8 Clues: defining structure of elements • An example of this type of reaction is lighting one's stove. • What comes after the observation step in the scientific method? • The melting of an ice cube is an example of this type of reaction. • What is used to describe the space a substance takes up (liquid, solid, gas)? • ...
Caitlin_Ray_answers 2020-09-21
Across
- What is used to describe the space a substance takes up (liquid, solid, gas)?
- What comes after the observation step in the scientific method?
- The melting of an ice cube is an example of this type of reaction.
- defining structure of elements
Down
- What would you use to condense a significantly larger or smaller numerical value?
- An example of this type of reaction is lighting one's stove.
- What is the science that deals with the properties and substances and composition of various elementary forms of matter?
- This allows for a mixture to be separated into two immiscible liquids and separate by gravity.
8 Clues: defining structure of elements • An example of this type of reaction is lighting one's stove. • What comes after the observation step in the scientific method? • The melting of an ice cube is an example of this type of reaction. • What is used to describe the space a substance takes up (liquid, solid, gas)? • ...
Caitlin_Ray_answers 2020-09-21
Across
- This allows for a mixture to be separated into two immiscible liquids and separate by gravity.
- What is used to describe the space a substance takes up (liquid, solid, gas)?
- An example of this type of reaction is lighting one's stove.
- What would you use to condense a significantly larger or smaller numerical value?
Down
- What is the science that deals with the properties and substances and composition of various elementary forms of matter?
- What comes after the observation step in the scientific method?
- defining structure of elements
- The melting of an ice cube is an example of this type of reaction.
8 Clues: defining structure of elements • An example of this type of reaction is lighting one's stove. • What comes after the observation step in the scientific method? • The melting of an ice cube is an example of this type of reaction. • What is used to describe the space a substance takes up (liquid, solid, gas)? • ...
Methods 2021-10-20
Across
- the methodology of FLT is based on fundamental principles of didactics:
- Methods of FLT irrespective of the language taught (whether it is English, German or French).
- little or no attention is given to pronunciation
- the scientific study of the mind and how it influences behavior.
- …….is an automatic response to specific situations, acquired normally as a result of repetition and learning.
- Methods of teaching a particular foreign language, in our case Methods of teaching English.
Down
- the direct method, also known
- a combination of useful habits serving a definite purpose and requiring application of certain knowledge.
8 Clues: the direct method, also known • little or no attention is given to pronunciation • the scientific study of the mind and how it influences behavior. • the methodology of FLT is based on fundamental principles of didactics: • Methods of teaching a particular foreign language, in our case Methods of teaching English. • ...
Thinking Revolution. 2023-05-16
Across
- Who said,¨I think, therefore I am¨?
- According to ___, people in a society both depend on each other and compete with eachother.
- Who is considered to be the father of capitalism?
- Who disagreed with the idea of the divine right of kings and believed that all people had natural rights to life, liberty and property.
Down
- The Catholic Church bans who´s books in 1616?
- What theory did Galileo prove to be right?
- Who developed the scientific method around 1620?
- What theory did PTOLEMY make that made the earth a motionless core in the universe of spheres rotating around it?
8 Clues: Who said,¨I think, therefore I am¨? • What theory did Galileo prove to be right? • The Catholic Church bans who´s books in 1616? • Who developed the scientific method around 1620? • Who is considered to be the father of capitalism? • According to ___, people in a society both depend on each other and compete with eachother. • ...
Biology Crossword puzzle 2022-04-12
Across
- Isolation, this is when two populations are separated by rivers, mountains, and bodies of water
- is the study of organisms
- Pool, this is how much genetic diversity is found within a population of living organisms or species.
- Frequency, represents the incidence of a gene variation in a population.
- its an educated guess and this guess is testable
- Method, it's a procedure used to answer a scientific question.
- when a DNA gene is damaged or it could be changed in any way to alter the genetic message thats carried by that gene
- factors, factors of living things in their environment such as plants, fish and algae
- is when species become dying, giving the opportunities for new species to emerge
- when a living thing developers and increases in physical shape and size
- variable, its a variable that you change or control during a scientific experiment
- key, tool thats allows the user to determine the identity of items in the natural world
- Selection, this is the process by which the population of living organisms adapt and change depends on their environment.
- the evolved resemblance of a species acting as ——— to living organisms or non living model.
- a system of moral principles, this is how people make decisions and lead their behaviours
- when living organisms reproduce successfully and also reflects how well an organism is adapted to its environment
- is something that could be changed or controlled during an experiment
- is an explanation that is widely accepted because it is supported by evidence after finishing a scientific experiment
- any living thing that is made up of one or more cells
Down
- Adaptation, this is an animal behaviour usually in response to some type external stimulus in order to survive.
- basic physical and functional unit of heredity
- Evolution, this is when different organisms each evolve similar traits to adapt similar necessities.
- is collection and recording data thats happening and could be during and experiment
- this is known as the difference between two living organisms of a species.
- changes that happen at the molecular level in organisms over a period of time.
- variable, its a variable that you don’t change or do anything to during scientific experiment
- it's how a new type of a living organism such as plants and animal species is created, this happens when groups in a species become isolated and diverge
- it's something that is steady and the same, for example living things maintain body conditions like temp to be able to survive.
- this is the process when different life organisms change or grow from earlier forms or from past organisms.
- is something that you react to, such as your body reacting to a medicine that you took.
- Evolution, type of evolution in which organisms are thought to have similar traits to adapt similar necessities
- it’s the colour that animals have to blend in with their environment to help them survive from predators and to help them hunt for food.
- drift, it’s a mechanism of evolution in which the change in the frequency of an existing gene variant in a population because of any chance
- of View, the maxim view you see through a microscope
- Flow, this is a successful transfer of genetic material from one population to another.
- it's the heritable condition of having more than two complete sets of chromosomes. This is more common among plants.
- when an ancient organism leaves traces of its shape of something or fossils can be the preserved remains.
- its the information that is gathered during an experiment
- a chemical name for the molecule that Carrie’s genetic instructions in all living things
- Selection, its when individuals with traits on one side of the phenotypic range survive better or reproduce more than the the other ones on the the other side.
- Equilibrium, it's a condition in which a gene pool is constant, not changing in frequency from generation to generation.
41 Clues: is the study of organisms • basic physical and functional unit of heredity • its an educated guess and this guess is testable • of View, the maxim view you see through a microscope • any living thing that is made up of one or more cells • its the information that is gathered during an experiment • Method, it's a procedure used to answer a scientific question. • ...
Management theory 2023-01-17
12 Clues: to follow • clear rule • to best fit • by planning • organization • that job best • issues not well • know jobs clear • four guiding principles • result not working well • of Scientific Management • known as the father of Scientific Management
Solve this Crossword Puzzle 2024-12-27
Across
- Geographical feature of the Himalayan mountain range
- Scientific term for the study of the structure of the Earth's crust
- the river islands that has been declared as India’s first island district and world’s largest river island
- the name of the newspaper started by freedom fighter Bal Gangadhar Tilak.
- Scientific term for the study of the universe's origin
- Ancient Indian Vedic ritual
- Business term for a company's intangible assets
- Indian scientific concept of the universe's origin
- Economic term for a tax on imported goods
Down
- Patriotic term for India's national song
- Ancient Indian philosophical school
- Patriotic term for India's struggle for independence
- Indian economic policy introduced in 1991 to liberalize trade and investment
- Economic concept of a market with perfect competition
- Geographical feature of the Indian Ocean
- Economic term for a market with a single buyer
- Business term for a company's financial statement
17 Clues: Ancient Indian Vedic ritual • Ancient Indian philosophical school • Patriotic term for India's national song • Geographical feature of the Indian Ocean • Economic term for a tax on imported goods • Economic term for a market with a single buyer • Business term for a company's intangible assets • Business term for a company's financial statement • ...
Caitlin_Ray_answers 2020-09-21
Across
- This allows for a mixture to be separated into two immiscible liquids and separate by gravity.
- What is used to describe the space a substance takes up (liquid, solid, gas)?
- An example of this type of reaction is lighting one's stove.
- What would you use to condense a significantly larger or smaller numerical value?
Down
- What is the science that deals with the properties and substances and composition of various elementary forms of matter?
- What comes after the observation step in the scientific method?
- defining structure of elements
- The melting of an ice cube is an example of this type of reaction.
8 Clues: defining structure of elements • An example of this type of reaction is lighting one's stove. • What comes after the observation step in the scientific method? • The melting of an ice cube is an example of this type of reaction. • What is used to describe the space a substance takes up (liquid, solid, gas)? • ...
Chapter 7 Vocab Review 2014-03-06
Across
- market structure with many well-informed and independent buyers and sellers who exchange identical products
- market structure in which a few large sellers dominate the industry
- market structure in which one firm has a monopoly in a geographic area
- market structure that does not meet all conditions of perfect competition
- market structure with a single seller of a particular product
Down
- market structure where average costs of production are lowest when a single firm exists
- a monopoly owned and operated by the government
- monopoly based on a firm's ownership or control of a production method, process, or other scientific advance
8 Clues: a monopoly owned and operated by the government • market structure with a single seller of a particular product • market structure in which a few large sellers dominate the industry • market structure in which one firm has a monopoly in a geographic area • market structure that does not meet all conditions of perfect competition • ...
Sigma Preston 2024-12-03
Across
- The variables that are kept the same in a fair test
- the use of scientific knowledge to solve problems
- scientific principals for designing and building structures
- To suggest and discuss ideas
- standards by which something is judged
- something that can be changed, controlled, or measured
- a person with scientific training who designs structures
- an early model
Down
- Limitation
- the variable that is changed in a fair test
- the process for devising structures or systems to meet specific needs
- the variables that are observed or measured
- a series of flexible steps that move an engineer from problem to solution
- problems with a design that need improvement
- an investigation in which one variable is changed and all other variables are kept the same
15 Clues: Limitation • an early model • To suggest and discuss ideas • standards by which something is judged • the variable that is changed in a fair test • the variables that are observed or measured • problems with a design that need improvement • the use of scientific knowledge to solve problems • The variables that are kept the same in a fair test • ...
Ben GARLAND :) crossword!!!!!!!!!!!!!!! oh yes 2024-12-03
Across
- an early model of a design
- something that can be changed
- a series of flexible steps that help an engineer from a problem to solution
- limitation
- problems with a design that need improvement.
- an investigation in which one variable is changed.
- a person with scientific training who designs structures
- the process to make structures to meet specific needs.
Down
- to suggest and discuss ideas
- a variable that is changed in a fair test
- scientific ways to design and build structures
- standards by which something is judged
- variables the variables that are kept the same in a fair test
- the use of scientific knowledge to solve problems
- the variable that is observed or measured in a fair test result
15 Clues: limitation • an early model of a design • to suggest and discuss ideas • something that can be changed • standards by which something is judged • a variable that is changed in a fair test • problems with a design that need improvement. • scientific ways to design and build structures • the use of scientific knowledge to solve problems • ...
