shapes Crossword Puzzles

OnShape 2021-04-22

OnShape crossword puzzle
Across
  1. This tool makes an object hollow, and can be used to remove one or more faces from an object
  2. This constraint is used to smooth out curves or make curved surfaces touch at a single point
  3. When you want an extrusion to be used to cut, you have to change it to this type of extrusion
  4. This makes 2D sketches 3D by rotating a profile around an axis
  5. This type of plane is parallel to another plane or surface at a specific distance away
  6. This type of plane is between two other planes
  7. This tool is used to make regular shapes with up to 99 sides
  8. This type of constraint makes two arcs or circles parallel
  9. This tool can be used to join two or more sketches or profiles on different planes
  10. This allows features to be duplicated along a circular path
  11. This type of constraint makes two lines go in the same direction
  12. This sketch tool makes oval shapes
  13. This tool allows you to make a 2D sketch 3D by forcing a profile outward or inward in a straight line
  14. This type of constraint makes two lines meet at a right angle
Down
  1. This allows features to be duplicated in one or more directions in a straight line
  2. This type of constraint aligns two features next to one another or makes a line go straight left to right
  3. This type of constraint aligns two features directly above one another or makes a line go straight up and down
  4. This type of constraint is used to connect lines or other features to one another
  5. These lines are used to line things up or as mirror lines, but cannot be used in creating features.
  6. In a sketch, this tool allows you to reflect a sketch across a line
  7. This type of constraint makes two objects the same size
  8. This tool is causes a profile to follow a path to make a 3D object

22 Clues: This sketch tool makes oval shapesThis type of plane is between two other planesThis type of constraint makes two objects the same sizeThis type of constraint makes two arcs or circles parallelThis allows features to be duplicated along a circular pathThis tool is used to make regular shapes with up to 99 sides...

Math Vocabulary 2022-05-16

Math Vocabulary crossword puzzle
Across
  1. The horizontal axis of the two-dimensional coordinate system
  2. a chart or a graphical representation of data, quantities or numbers using bars or strips.
  3. is a special type of quadrilateral that has both the pair of opposite sides parallel and equal
  4. a 3-dimensional shape with two identical shapes facing each other. These identical shapes are called “bases”
  5. the branch of mathematics that deals with the study of numbers using various operations on them (+,-,*,/)
  6. a polygon made up of 8 sides
  7. result of two or more numbers when multiplied together
  8. if the measures of both the angles are equal to each other
  9. the space occupied by a flat shape or the surface of an object
  10. a closed, 2-dimensional shape with 3 sides, 3 angles, and 3 vertices
  11. a step-by-step process to solve a particular problem
  12. a line segment with one endpoint at the center of the circle and the other endpoint on the circle
  13. A three dimensional solids with six square faces
Down
  1. The vertical axis of the two-dimensional coordinate system
  2. a straight line connecting the opposite corners of a polygon through its vertex
  3. a round-shaped figure that has no corners or edges
  4. A 3-dimensional object that resembles a ball
  5. the process in which we remove objects from the original group
  6. a type of angle that is always larger than 90° but less than 180°
  7. something which is ‘left over’ when dividing
  8. The number we obtain when we divide one number by another
  9. a figure where one can take a pencil and trace it all the way back to where they started, without any breaks
  10. an angle that measures less than 90 degrees
  11. triangle with two sides of equal length
  12. the 3-dimensional space enclosed by a boundary or occupied by an object
  13. a straight line with numbers placed at equal intervals or segments along its length

26 Clues: a polygon made up of 8 sidestriangle with two sides of equal lengthan angle that measures less than 90 degreesA 3-dimensional object that resembles a ballsomething which is ‘left over’ when dividingA three dimensional solids with six square facesa round-shaped figure that has no corners or edgesa step-by-step process to solve a particular problem...

Hobbies 2024-09-30

Hobbies crossword puzzle
Across
  1. A hobby where you use clay and your hands to shape objects, often using a wheel.
  2. You need wind and a boat to navigate through water in this outdoor activity.
  3. Riding a bicycle for fun or exercise, often in parks or on roads.
  4. This artistic hobby involves creating shapes and figures out of materials like stone or clay.
  5. Walking in nature on trails or paths, often in beautiful or mountainous areas.
  6. A hobby where you gather items like stamps, coins, or toys to keep and display.
  7. Using two needles and yarn to make warm items like scarves, hats, or blankets.
  8. A practice that combines physical poses, breathing, and relaxation to improve health and peace of mind."
  9. A peaceful activity where you try to catch fish using a rod and bait at a lake or river.
  10. Planting flowers and vegetables in your backyard or pots and taking care of them.
Down
  1. A team sport where players try to score points by shooting a ball through a hoop.
  2. Staying outside in a tent or camper, often in forests or near lakes, to enjoy nature.
  3. A game played by two teams, hitting a ball over a net and trying to make it land on the opponent's side.
  4. Planting flowers and vegetables in your backyard or pots and taking care of them.
  5. Preparing meals by mixing ingredients and following recipes to create delicious food.
  6. Moving your body to music, often in a group or at parties, with different styles like salsa or hip-hop.
  7. An exciting outdoor activity where you climb high walls using your hands and feet.
  8. A creative activity where you fold paper to make animals, flowers, and other shapes.
  9. This sport involves using a bow to shoot arrows at a target.
  10. Taking pictures of people, places, or nature using a camera to capture special moments.
  11. A peaceful activity where you try to catch fish using a rod and bait at a lake or river.
  12. A board game played between two people, where the goal is to capture the opponent's king.

22 Clues: This sport involves using a bow to shoot arrows at a target.Riding a bicycle for fun or exercise, often in parks or on roads.You need wind and a boat to navigate through water in this outdoor activity.Walking in nature on trails or paths, often in beautiful or mountainous areas....

P5JS Functions 2025-03-14

P5JS Functions crossword puzzle
Across
  1. What does this p5.js code do? Describe what will be displayed on the screen.
  2. What function changes the alignment of text in p5.js?
  3. What is the built-in variable that stores the vertical position of the mouse?
  4. What p5.js function changes the way rectangle positions are defined?
  5. What function checks if a key is pressed in p5.js?
  6. What is the purpose of the setup() function in p5.js?
  7. What is the difference between the setup() and draw() functions in p5.js?
  8. What built-in variable stores the key code when a key is pressed?
  9. What function disables the stroke of shapes in p5.js?
  10. Write a line of p5.js code that draws a circle with a diameter of 50 pixels at (200, 150).
  11. What function stops the draw loop in p5.js?
  12. What is the built-in variable that stores the horizontal position of the mouse?
Down
  1. What does background(255, 0, 0); do in p5.js?
  2. What function sets the color of the shape’s outline in p5.js?
  3. What function draws a line between two points in p5.js?
  4. What function sets the number of frames per second in p5.js?
  5. What is the function used to draw an ellipse in p5.js?
  6. What will happen if you write fill(0, 255, 0); ellipse(100, 100, 50, 50); in the draw() function?
  7. What built-in variable stores the actual key value when a key is pressed?
  8. What function changes the font size for text in p5.js?
  9. Which of the following correctly creates a canvas of width 400 and height 300 in p5.js?
  10. What function is used to create the drawing area in p5.js?
  11. What function is used to disable filling shapes in p5.js?
  12. The following code has a mistake. What is wrong with it? How would you fix it?
  13. What function generates a random number in p5.js?

25 Clues: What function stops the draw loop in p5.js?What does background(255, 0, 0); do in p5.js?What function generates a random number in p5.js?What function checks if a key is pressed in p5.js?What function changes the alignment of text in p5.js?What is the purpose of the setup() function in p5.js?What function disables the stroke of shapes in p5.js?...

3.03 Key Terms 2023-11-02

3.03 Key Terms crossword puzzle
Across
  1. A type of light therapy that uses colored light to create soothing effects.
  2. diagram A diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.
  3. A full bathroom that is only accessible through the master bedroom.
  4. An arrangement of furniture that fosters communication among users.
  5. The patterns in which users move within a space.
  6. A room within a home that can change usage to meet or suit any need.
  7. The routes people follow as they move from one place to another within a space.
  8. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  9. The historic three major work areas: sink, cooktop/oven, and refrigerator.
  10. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  11. A small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  12. diagram A type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint.
Down
  1. A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
  2. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  3. Each room is separated by walls and hallways.
  4. Highly functional areas where any type of work occurs.
  5. A bathroom that is directly connected to a bedroom.
  6. A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  7. Spaces allocated to private living.
  8. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.

20 Clues: Spaces allocated to private living.Each room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.A full bathroom that is only accessible through the master bedroom....

3.03 Key Terms 2023-11-02

3.03 Key Terms crossword puzzle
Across
  1. diagram: A type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint.
  2. The patterns in which users move within a space.
  3. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  4. Spaces allocated to private living.
  5. A small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  6. The historic three major work areas: sink, cooktop/oven, and refrigerator.
  7. A type of light therapy that uses colored light to create soothing effects.
  8. A room within a home that can change usage to meet or suit any need.
Down
  1. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  2. Each room is separated by walls and hallways.
  3. Bathroom A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
  4. An arrangement of furniture that fosters communication among users.
  5. A full bathroom that is only accessible through the master bedroom.
  6. Highly functional areas where any type of work occurs.
  7. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  8. A diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.
  9. A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  10. A bathroom that is directly connected to a bedroom.
  11. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.
  12. The routes people follow as they move from one place to another within a space.

20 Clues: Spaces allocated to private living.Each room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.An arrangement of furniture that fosters communication among users....

Graphic Design Terms 2024-01-22

Graphic Design Terms crossword puzzle
Across
  1. a set of printable or displayable typography or text characters in a specific style and size
  2. the removal of unwanted areas from the periphery of a photographic or illustrated image
  3. design areas, of any shape and size, within the same document, on which you can place design elements
  4. a type of font that does not have serifs.
  5. intensity of the color
  6. digital images created from a series of geometrically defined points, lines, and shapes
  7. how much light passes through an object
  8. a collection of tiny, uniformly sized pixels, which are arranged in a two-dimensional grid made up of columns and rows
  9. the study of how colors work together and how they affect our emotions and perceptions
  10. occurs when visual elements placed close together noticeably differ from each other
Down
  1. an Adobe software that allows you to create scalable vector graphics
  2. the gradual blending from one color to another
  3. a proportional relationship between an image's width and height
  4. contains one or more straight or curved line segments that you draw on canvas using the Pen, Pencil, or Curvature tool
  5. a small line or stroke regularly attached to the end of a larger stroke in a letter or symbol within a particular font or family of fonts
  6. utilizes several key principles, including size, color, contrast, alignment, repetition, and brightness, to emphasize certain characteristics of the design. It controls those factors in order to show importance within the design as a whole
  7. a line that wraps around a layer, AKA a border
  8. images, texts, shapes, or a combination of the three that depict the name and purpose of a business
  9. the art of arranging letters and text in a way that makes the copy legible, clear, and visually appealing to the reader
  10. the number of pixels that are displayed per inch for an image
  11. the relative size of an element in a design when compared to another element

21 Clues: intensity of the colorhow much light passes through an objecta type of font that does not have serifs.the gradual blending from one color to anothera line that wraps around a layer, AKA a borderthe number of pixels that are displayed per inch for an imagea proportional relationship between an image's width and height...

Manufacturing 2023-01-18

Manufacturing crossword puzzle
Across
  1. the creation of manufactured products through economically-sound processes that minimize negative environmental impacts while conserving energy and natural resources.
  2. the use of software automation and connected manufacturing equipment to rapidly accelerate the manufacturing process.
  3. Most forging and casting processes result in dimensions and surface conditions that require machining to achieve the required shape and dimensionality.
  4. specifications
  5. unconscious mental activity in which there is free, uninhibited flow of psychic energy from one idea to another
  6. a method of manufacturing where the products are made as specified groups or amounts, within a time frame
  7. It is the internal repletion of shapes of lines of shapes of color of texture and or space to achieve a specific repetition effect or pattern
  8. It is the total visual effect in a composition achieved by the careful blending of the element of art and the principles of design
  9. parts (components) that are identical for practical purposes.
Down
  1. a product is made nonstop, without any interruptions or pauses between batches.
  2. the process of designing, engineering, and producing goods based on a customer's
  3. Look of action
  4. the making of goods by hand or by machine that are intended to be sold to customers upon completion.
  5. Special stress given to an element to make it stand out
  6. The way elements are arranged to create a fell of symmetry in a work of art
  7. characterized by their ability to fuse or “join” two or more components for the purpose of creating a different object
  8. It is the difference between tow or more elements in a composition
  9. Is the relative size of one thing compared to the size of something else
  10. It is the size of the design in relation to the area its going to be placed
  11. those processes that are done after the initial manufacturing processes

20 Clues: Look of actionspecificationsSpecial stress given to an element to make it stand outparts (components) that are identical for practical purposes.It is the difference between tow or more elements in a compositionthose processes that are done after the initial manufacturing processes...

math crossword 2025-04-24

math crossword crossword puzzle
Across
  1. uses vertical lines or horizontal bars to illustrate data
  2. to divide powers with like bases, subtract the exponents
  3. a tranformation where the shape and size of a polygon remain the same
  4. a equation that contains only constants and single variable term
  5. the point where a line crosses the x-axis
  6. the relationship between two quantities where one is a constant multiple of the other
  7. a line segment whose endpionts are on the circle
  8. the branch of mathematics where geometric shapes are studied using the cartisian plane
  9. slope intercept form
  10. a key indicating which color or pattern represents each catorgory
  11. a value substituted into an equation
  12. a three dimensional figure made of flat surefaces
  13. a polyhedra with two faces that are both congruent and parallel
  14. when lines on the Cartesian plane fall right to left
  15. the process of showing that two shapes are congruent by aligning them with each other using rigid transformation
Down
  1. where the line crosses the axes
  2. a change in the polygons location, orientation,shape, or size
  3. to multiply powers with like bases,add the exponents
  4. mirrors a polygon across a line of reflection
  5. the steepness of a line on the cartesian plane
  6. a relationship between two quantities where the ratio of the output to the input is constant
  7. when lines on the cartesian plane fall left to right
  8. when a linear equation has a y-intercept other than the origin
  9. either the x- or y-axis
  10. the point where a line crosses the y-axis
  11. a special prism with every face being a square
  12. describes the information of each axis
  13. the area enclosed by a central angle and its intercepted arc
  14. direct variation
  15. the final result after substituting the input into the equation

30 Clues: direct variationslope intercept formeither the x- or y-axiswhere the line crosses the axesa value substituted into an equationdescribes the information of each axisthe point where a line crosses the y-axisthe point where a line crosses the x-axismirrors a polygon across a line of reflectionthe steepness of a line on the cartesian plane...

plastics 2025-05-16

plastics crossword puzzle
Across
  1. Oil sources can be this, causing plastic price changes.
  2. Main raw material plastics are made from.
  3. Plastic can be shaped easily – we say it’s this beginning with M.
  4. Plastics can be moulded into these types of shapes.
  5. Machine used to heat and bend acrylic.
  6. Expanded polystyrene is suitable for this.
  7. Protects police against riots made from tough polypropylene.
  8. Thermoset plastic used in electric socket bodies.
  9. Plastic (or anything) that you can't see through is called this.
  10. Forming method needing a draft angle for release.
  11. Polypropylene is used in the seat part of this school item.
  12. Plastics don’t need surface finishes to resist this.
  13. Thermoplastic used in vacuum forming.
  14. Plastic used in chairs and impact-resistant items.
  15. Rigid form plastics can be bought in.
  16. Great plastic garbage patch in which ocean
Down
  1. Sloped side in a mould to prevent sticking.
  2. Cutting plastics this way can make a wide variety of shapes from a computer file
  3. Vinyl is sold in this easy-to-use form.
  4. One advantage of plastics – they come in many of these.
  5. Process where plastics are shaped using heat and pressure.
  6. Acrylic is brittle – it may do this if drilled.
  7. Plastics are this, so they can store food without leaking.
  8. Small plastic pieces used in injection moulding.
  9. Plastic type that can be reheated and reshaped.
  10. Plastic pollution can harm these sea creatures.
  11. Expanded plastic foam used for packaging fragile items.
  12. Plastic that once set, cannot be remoulded.
  13. Moulding method using granules melted and forced into a mould.
  14. System needed to remove toxic fumes from cutting plastic.
  15. Plastics can be clear like glass – this word describes that.
  16. Another name for plastics.
  17. Thermoplastic used in laser cutters but brittle when drilled.
  18. Semi-transparent plastic used for stylish effects.
  19. Thermoplastics can be reshaped, helping with this process.

35 Clues: Another name for plastics.Thermoplastic used in vacuum forming.Rigid form plastics can be bought in.Machine used to heat and bend acrylic.Vinyl is sold in this easy-to-use form.Main raw material plastics are made from.Expanded polystyrene is suitable for this.Great plastic garbage patch in which oceanSloped side in a mould to prevent sticking....

3.03 Key Terms- emily 2024-04-08

3.03 Key Terms- emily crossword puzzle
Across
  1. The routes people follow as they move from one place to another within a space.
  2. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.
  3. A diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.
  4. A type of light therapy that uses colored light to create soothing effects.
  5. Each room is separated by walls and hallways.
  6. An arrangement of furniture that fosters communication among users.
  7. A room within a home that can change usage to meet or suit any need.
Down
  1. A type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint.
  2. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  3. Spaces allocated to private living.
  4. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  5. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  6. A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
  7. The historic three major work areas: sink, cooktop/oven, and refrigerator.
  8. A full bathroom that is only accessible through the master bedroom.
  9. A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  10. Highly functional areas where any type of work occurs.
  11. A bathroom that is directly connected to a bedroom.
  12. A small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  13. The patterns in which users move within a space.

20 Clues: Spaces allocated to private living.Each room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.A full bathroom that is only accessible through the master bedroom....

3.03 Key Terms 2024-04-11

3.03 Key Terms crossword puzzle
Across
  1. The patterns in which users move within a space.
  2. Spaces allocated to private living.
  3. Each room is separated by walls and hallways.
  4. A full bathroom that is only accessible through the master bedroom.
  5. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  6. A type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint.
  7. A diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.
  8. A bathroom that is directly connected to a bedroom.
  9. A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
  10. Highly functional areas where any type of work occurs.
  11. The historic three major work areas: sink, cooktop/oven, and refrigerator.
Down
  1. An arrangement of furniture that fosters communication among users.
  2. A small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  3. The routes people follow as they move from one place to another within a space.
  4. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  5. plan A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  6. A room within a home that can change usage to meet or suit any need.
  7. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  8. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.
  9. A type of light therapy that uses colored light to create soothing effects.

20 Clues: Spaces allocated to private living.Each room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.An arrangement of furniture that fosters communication among users....

3.03 key terms sandra 2024-04-11

3.03 key terms sandra crossword puzzle
Across
  1. The routes people follow as they move from one place to another within a space.
  2. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.
  3. A diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.
  4. A type of light therapy that uses colored light to create soothing effects.
  5. Each room is separated by walls and hallways.
  6. An arrangement of furniture that fosters communication among users.
  7. A room within a home that can change usage to meet or suit any need.
Down
  1. A type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint.
  2. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  3. Spaces allocated to private living.
  4. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  5. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  6. A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
  7. The historic three major work areas: sink, cooktop/oven, and refrigerator.
  8. A full bathroom that is only accessible through the master bedroom.
  9. A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  10. Highly functional areas where any type of work occurs.
  11. A bathroom that is directly connected to a bedroom.
  12. A small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  13. The patterns in which users move within a space.

20 Clues: Spaces allocated to private living.Each room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.A full bathroom that is only accessible through the master bedroom....

3.03 key terms sandra 2024-04-11

3.03 key terms sandra crossword puzzle
Across
  1. The routes people follow as they move from one place to another within a space.
  2. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.
  3. A diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.
  4. A type of light therapy that uses colored light to create soothing effects.
  5. Each room is separated by walls and hallways.
  6. An arrangement of furniture that fosters communication among users.
  7. A room within a home that can change usage to meet or suit any need.
Down
  1. A type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint.
  2. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  3. Spaces allocated to private living.
  4. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  5. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  6. A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
  7. The historic three major work areas: sink, cooktop/oven, and refrigerator.
  8. A full bathroom that is only accessible through the master bedroom.
  9. A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  10. Highly functional areas where any type of work occurs.
  11. A bathroom that is directly connected to a bedroom.
  12. A small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  13. The patterns in which users move within a space.

20 Clues: Spaces allocated to private living.Each room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.A full bathroom that is only accessible through the master bedroom....

Science Perfect 10 2022-04-27

Science Perfect 10 crossword puzzle
Across
  1. Any kind of green plant.
  2. the practice of living in or on another organism
  3. an assortment of organisms of a species that live in the same place at the same time, and interbreed.
  4. an interacting group of various species in a common location
  5. organisms that predators kill for food
  6. An organism that feeds mostly on plants
  7. an organism that consumes mostly decaying biomass, such as meat or rotting plant matter
  8. a relationship between individuals of two species in which one species obtains food or other benefits from the other without either harming or benefiting the latter.
  9. one organism kills and consumes another.
  10. factor a living organism that shapes its environment
  11. factor a non living organism that shapes its environment
  12. an animal or plant on or in which a parasite or commensal organism lives.
  13. organism that breaks down dead organic material
Down
  1. the rivalry between or among living things for territory, resources, goods, mates, etc.
  2. an organism that lives on or in a host organism and gets its food from or at the expense of its host
  3. an organism that regularly consumes a variety of material, including plants, animals, algae, and fungi
  4. An organism that feeds mostly on animals
  5. association between organisms of two different species in which each benefits
  6. any organism that can't make its own food
  7. any relationship or interaction between two dissimilar organisms.
  8. the branch of biology that deals with the relations of organisms to one another and to their physical surroundings
  9. An individual form of life, such as a plant, animal, bacterium, protist, or fungus
  10. an organism that consumes all or part of the body of another—living or recently killed—organism, which is its prey
  11. a large naturally occurring community of flora and fauna occupying a major habitat, e.g. forest or tundra
  12. a biological community of interacting organisms and their physical environment.

25 Clues: Any kind of green plant.organisms that predators kill for foodAn organism that feeds mostly on plantsAn organism that feeds mostly on animalsone organism kills and consumes another.any organism that can't make its own foodorganism that breaks down dead organic materialthe practice of living in or on another organism...

natalie chang 3.03 2022-04-06

natalie chang 3.03 crossword puzzle
Across
  1. A type of light therapy that uses colored light to create soothing effects.
  2. The routes people follow as they move from one place to another within a space.
  3. A bathroom that is directly connected to a bedroom.
  4. A full bathroom that is only accessible through the master bedroom.
  5. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  6. ach room is separated by walls and hallways.
  7. small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  8. type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint
  9. Highly functional areas where any type of work occurs.
  10. A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
Down
  1. An arrangement of furniture that fosters communication among users.
  2. The patterns in which users move within a space.
  3. The historic three major work areas: sink, cooktop/oven, and refrigerator.
  4. A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  5. Spaces are allocated to private living.
  6. A room within a home that can change usage to meet or suit any need.
  7. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  8. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.
  9. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  10. diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.

20 Clues: Spaces are allocated to private living.ach room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.An arrangement of furniture that fosters communication among users....

3.03 key terms 2022-05-10

3.03 key terms crossword puzzle
Across
  1. Public areas that include the entry, living room, great room, dining room, and guest bathroom.
  2. A bathroom that is directly connected to a bedroom.
  3. Spaces allocated to private living.
  4. A full bathroom with two or more entrances, usually from two bedrooms on either side of the bathroom.
  5. The historic three major work areas sink, cooktop/oven, and refrigerator.
  6. Each room is separated by walls and hallways.
  7. Multiple rooms combined into one big room that is separated by furniture arrangements. Applies only to common areas.
  8. The routes people follow as they move from one place to another within a space.
  9. A type of concept map that uses ovals and circles to represent rooms and their relationships within the diagram of a building footprint
Down
  1. A cabinet or series of cabinets that are only connected to the main body of the kitchen on one side.
  2. A type of light therapy that uses colored light to create soothing effects.
  3. A room within a home that can change usage to meet or suit any need.
  4. An arrangement of furniture that fosters communication among users.
  5. A hybrid mix of open and closed floor plans, a plan with two rooms that are open to each other instead of three, designs may include partial walls, cased doorways, or l-shaped rooms.
  6. The patterns in which users move within a space.
  7. A diagram that defines the shapes of the bubbles in rooms and more clearly aligns the shapes and their locations within the building structure.
  8. Highly functional areas where any type of work occurs.
  9. A small room or entryway where any footwear, outerwear, and miscellaneous items can be removed/stored before entering a house.
  10. A full bathroom that is only accessible through the master bedroom.
  11. A free-standing piece of cabinetry that is placed in a kitchen to supplement countertop space.

20 Clues: Spaces allocated to private living.Each room is separated by walls and hallways.The patterns in which users move within a space.A bathroom that is directly connected to a bedroom.Highly functional areas where any type of work occurs.An arrangement of furniture that fosters communication among users....

science scrossword puzzle 2022-12-01

science scrossword puzzle crossword puzzle
Across
  1. are any kind of green plant..
  2. What is the study of the relationships between living organisms, including humans, and their physical environment
  3. Flow
  4. living organism that shapes its environment.
  5. activity
  6. the total number of individual organisms at each level in the food chain of an ecosystem.
  7. chain
  8. the various actions for recreation, living, or necessity done by people
  9. the animal's body functions or looks on the outside.
  10. the amount of energy that moves along the food chain is
  11. group of organisms that can reproduce with one another in nature and produce fertile offspring.
  12. nonliving part of an ecosystem that shapes its environment.
  13. adaptation:
  14. role an organism plays in a community..
  15. characteristic
  16. made up of the parts of Earth where life exists.
Down
  1. who eats whom in the wild
  2. The term mainly refers to a living organism that acts as a harbor for invading pathogenic organisms.
  3. occasion when two or more people or things communicate with or react to each other:
  4. an organism that mostly eats meat, or the flesh of animals
  5. type of symbiotic relationship where all species involved benefit from their interactions.
  6. factor
  7. factor
  8. of Numbers
  9. relationship between individuals of two species in which one species obtains food or other benefits from the other without either harming or benefiting the latter
  10. organism that can't make its own food.
  11. adjustment of organisms to their environment in order to improve their chances at survival in that environment
  12. organism that mostly feeds on plants
  13. an organism that lives on or in a host organism and gets its food from or at the expense of its host.
  14. a trait or variants encoded in DNA and passed from parent to offspring during reproduction.

30 Clues: Flowchainfactorfactoractivityof Numbersadaptation:characteristicwho eats whom in the wildare any kind of green plant..organism that mostly feeds on plantsorganism that can't make its own food.role an organism plays in a community..living organism that shapes its environment.made up of the parts of Earth where life exists....

2.2B RIGGING 2025-11-14

2.2B RIGGING crossword puzzle
Across
  1. – A connected structure of joints and bones that defines how a model will deform during animation.
  2. – Predefined shapes of a mesh that blend together to create facial expressions or deformations.
  3. – Adjusting how much influence each bone has on specific parts of a model’s mesh.
  4. – The degree to which a specific bone affects nearby vertices of the mesh.
  5. – The rotational alignment of joints, crucial for predictable movement.
  6. – A setup that links one object’s transformation (position, rotation, scale) to another’s.
  7. – The process of binding a 3D mesh to a skeleton so it follows the rig’s movement.
  8. – The process of adding a digital skeleton (bones and joints) to a 3D model so it can move and be animated.
  9. – A user-friendly interface of controllers that allows animators to manipulate the rig without touching the bones directly.
  10. – A control method where each joint is rotated manually in sequence to create movement.
Down
  1. – A specialized rig setup for animating expressions, lip-sync, and speech.
  2. – The parent-child relationship between bones, joints, and controls (e.g., moving the shoulder moves the arm).
  3. – A modifier that changes the shape of a model non-destructively (e.g., bend, twist, squash).
  4. – The change in a mesh’s shape when it’s influenced by bones, deformers, or blend shapes.
  5. – The center of rotation or scaling for an object or joint.
  6. – A control method where moving the end of a limb (like a hand or foot) automatically positions the rest of the joints naturally.
  7. – Adds physics-based movement, such as hair, cloth, or secondary motion.
  8. – A pivot point that controls rotation or movement; bones connect joints to form a skeleton.
  9. – A technique for controlling flexible structures like spines, tails, or ropes using a curve.
  10. – A custom control object (often a shape or handle) used by animators to manipulate a rig easily.

20 Clues: – The center of rotation or scaling for an object or joint.– The rotational alignment of joints, crucial for predictable movement.– Adds physics-based movement, such as hair, cloth, or secondary motion.– A specialized rig setup for animating expressions, lip-sync, and speech.– The degree to which a specific bone affects nearby vertices of the mesh....

Chapter :Power Point 2025-09-17

Chapter :Power Point crossword puzzle
Across
  1. : A color or style alternative of a chosen theme.
  2. : To turn a picture or shape using the rotation handle.
  3. : A design that provides consistent colors and fonts across all slides.
  4. : A tool that copies text formatting and applies it elsewhere.
  5. : Collection of ready-to-use shapes in PowerPoint.
  6. : A slide background using an image.
  7. : Printed slides arranged multiple per page for audience use.
  8. : A slide background filled with a single color.
  9. : To enlarge or reduce the size of an image or object.
  10. : A print option that shows slides along with speaker notes.
  11. : A view that displays miniature versions of slides for easy reordering.
  12. : A reference that lets users jump to another page, section, or website.
  13. : A background fill using a pattern or texture.
Down
  1. : Special effects applied to objects on a slide.
  2. : Predefined formatting options for shapes.
  3. : An image inserted into a slide to enhance visual appeal.
  4. : A background that blends two or more colors smoothly.
  5. : A clickable element that links to another slide or section.
  6. : Decorative text style used to create visual effects.
  7. : A print option showing only slide text in outline format.
  8. : A box with dotted borders used to insert text, images, or other content.
  9. : Predefined arrangement of placeholders on a slide.
  10. : A pane where you can apply entrance, emphasis, or exit effects.
  11. : A copy of an existing slide with the same layout and design.
  12. : The visual effect that occurs when moving from one slide to another.
  13. : The mode used to view your presentation full screen.
  14. slide : The first slide layout that appears by default when you open a new presentation.
  15. : A presentation view that resembles Slide Show but with controls.
  16. : The default editing view used to create slides.
  17. : Keyboard shortcut to start a slide show from the beginning.

30 Clues: : A slide background using an image.: Predefined formatting options for shapes.: A background fill using a pattern or texture.: Special effects applied to objects on a slide.: A slide background filled with a single color.: A color or style alternative of a chosen theme.: The default editing view used to create slides....

CSD Unit 3 Lessons 1 - 4 2024-01-21

CSD Unit 3 Lessons 1 - 4 crossword puzzle
Across
  1. in this step of the problem solving process, you research and consider possible solutions
  2. in this step of the problem solving process, you may follow thru with your best solution idea and see what happens
  3. one of the parameters of a shape, the size from left to right on the screen
  4. a normal part of coding, this is identifying and fixing problems that you find in your code or the code of others
  5. a field of study related to the principles and uses of computing, including coding and cybersecurity (two words)
  6. one of the parameters of a shape, the size from top to bottom on the screen
  7. a process used to help people systematically slow down and think about how to best solve a problem (three words)
  8. this shortened form of the word rectangle is used when drawing shapes in javaScript or GameLab
Down
  1. additional information provided as input to a block to customize its functionality
  2. another word for an oval or circle used on javaScript or GameLab
  3. in this step of the problem solving process, you look back to see if the solution that you tried worked and what can be improved upon
  4. this command can be used to make the screen a different solid color that will be behind the shapes you place on the screen.
  5. in this step of the problem solving process, you make sure you understand the problem.
  6. background (_______) This is the piece of information that you put between the parenthesis in the background command

14 Clues: another word for an oval or circle used on javaScript or GameLabone of the parameters of a shape, the size from left to right on the screenone of the parameters of a shape, the size from top to bottom on the screenadditional information provided as input to a block to customize its functionality...

The Torture Puzzle (TP) 2025-04-11

The Torture Puzzle (TP) crossword puzzle
Across
  1. A tool that enhances the clarity and detail of specific areas in an image by increasing the contrast of neighboring pixels.
  2. A tool that removes areas of a specific color by clicking on them, automatically deleting similarly colored pixels in the selected area.
  3. A tool that lets you apply and preview multiple artistic and stylized filters to an image layer for creative effects.
  4. An option that allows you to select and isolate areas of similar color in an image, making it easier to adjust or manipulate specific hues.
  5. A selection that converts vector-based layers, such as text or shapes, into pixel-based layers, allowing for pixel editing.
  6. A tool that allows you to paint over a specific color in an image, replacing it with a new color while preserving the texture and shading.
  7. An option that adjusts the saturation of an image, enhancing the muted colors while preventing overly saturated colors from becoming too intense.
  8. A tool that allows you to move and navigate around the canvas without altering the image, helping you view different areas of your project.
  9. A tool that allows you to paint on your image using customizable strokes, sizes, shapes, and opacity for detailed artistic or retouching work.
  10. Mr. Kanani's favourite photo-editing software
  11. A tool that allows you to duplicate and paint over areas of an image by sampling pixels from one part and applying them to another.
  12. A tool that allows lets you replace a selected color or range of colors in an image with a new color, automatically adjusting the surrounding pixels for a seamless result.
  13. A tool that allows you to draw and create rectangular shapes or selections with customizable dimensions, color, and stroke settings.
Down
  1. A tool that allows you to divide an image into smaller, manageable sections for web design or exporting different parts separately.
  2. A tool that allows you to zoom in and out of the canvas for detailed editing or to view the entire image at different scales.
  3. An option that removes transparent or empty pixels from the edges of an image, optimizing the canvas to fit the visible content.
  4. A tool that allows you to repair or replace selected areas of an image by sampling pixels from another part of the image, seamlessly blending the changes.
  5. A tool that allows you to create smooth transitions between two or more colors across a selected area, adding depth and blending effects to your image.
  6. A tool that fills a selected area with a solid color or pattern, based on the area’s similarity to the clicked point.
  7. A tool that lightens specific areas of an image by increasing the exposure, helping to enhance highlights and bring out details.
  8. A tool that darkens specific areas of an image by decreasing exposure, helping to add shadows and enhance details.
  9. A tool that allows you to draw hard-edged, pixel-based lines on the canvas with precise, single-pixel strokes.
  10. A tool that measures distances, angles, and can be used to straighten images by defining a reference line.
  11. A tool that selects areas of similar color within an image with a single click, making it easier to isolate and edit specific regions.
  12. A tool that allows you to resize, rotate, skew, and distort selected layers or objects using adjustable handles.
  13. A tool softens and reduces the sharpness of specific areas of an image, creating a smooth, out-of-focus effect.
  14. A tool that helps to place test onto an image.
  15. A tool that allows you to create precise paths and shapes using anchor points and control handles, ideal for detailed selections and vector-based designs.
  16. A tool that allows you to manually draw freehand selections around an area of an image for editing or manipulation.
  17. A tool used to make text or logo overlays seem like they are part of the image.
  18. A tool that allows you to sample and select a color from any part of the image to use in your design or edits.
  19. A tool that allows you to trim and remove unwanted areas of an image by adjusting the crop boundary and applying the changes.

32 Clues: Mr. Kanani's favourite photo-editing softwareA tool that helps to place test onto an image.A tool used to make text or logo overlays seem like they are part of the image.A tool that measures distances, angles, and can be used to straighten images by defining a reference line....

geometry quiz 2020-05-05

geometry quiz crossword puzzle
Across
  1. it is straight and is what most shapes used
  2. I am less than 90 degrees
  3. has 5 sides and is a shape
  4. has 2 long sides and 2 short sides
  5. has for short sides
Down
  1. i am more than a 90 degree angle unless in a 180 degree angle
  2. has no points and no straight line
  3. is what holds the ice cream
  4. is like a 90 degree
  5. has three points

10 Clues: has three pointsis like a 90 degreehas for short sidesI am less than 90 degreeshas 5 sides and is a shapeis what holds the ice creamhas no points and no straight linehas 2 long sides and 2 short sidesit is straight and is what most shapes usedi am more than a 90 degree angle unless in a 180 degree angle

geometry quiz 2020-05-05

geometry quiz crossword puzzle
Across
  1. is like a 90 degree
  2. has 2 long sides and 2 short sides
  3. I am less than 90 degrees
  4. i am more than a 90 degree angle unless in a 180 degree angle
  5. is what holds the ice cream
  6. has no points and no straight line
Down
  1. it is straight and is what most shapes used
  2. has three points
  3. has for short sides
  4. has 5 sides and is a shape

10 Clues: has three pointsis like a 90 degreehas for short sidesI am less than 90 degreeshas 5 sides and is a shapeis what holds the ice creamhas 2 long sides and 2 short sideshas no points and no straight lineit is straight and is what most shapes usedi am more than a 90 degree angle unless in a 180 degree angle

Vocabulary 2021-12-08

Vocabulary crossword puzzle
Across
  1. To have courage, to be adventurous, a risk-taker.
  2. To hid and wait to attack something or someone.
  3. Something very old or in bad condition.
  4. A woman admired for her courage and achievements.
  5. A style of cooking.
Down
  1. To contaminate with harmful substances.
  2. To differ in sizes, colors, shapes, textures, etc.
  3. To fill something in past tense.
  4. Something to remember someone by.
  5. The verb to become in past tense.

10 Clues: A style of cooking.To fill something in past tense.Something to remember someone by.The verb to become in past tense.To contaminate with harmful substances.Something very old or in bad condition.To hid and wait to attack something or someone.To have courage, to be adventurous, a risk-taker.A woman admired for her courage and achievements....

Snap Words 2022-04-08

Snap Words crossword puzzle
Across
  1. I wrote the poem _____ I drew the picture.
  2. The tiger runs very _____.
  3. Did you bring _____ jacket today?
  4. Look at all _____ funny shapes!
  5. I ______ choose chocolate ice cream.
  6. Do you like to eat ______ eggs and ham?
Down
  1. I like daisies ______ they are a friendly flower.
  2. I am _____ happy to see you today.
  3. Sometimes you have to ____ the door instead of push.
  4. When someone helps us, we can say ______ you.

10 Clues: The tiger runs very _____.Look at all _____ funny shapes!Did you bring _____ jacket today?I am _____ happy to see you today.I ______ choose chocolate ice cream.Do you like to eat ______ eggs and ham?I wrote the poem _____ I drew the picture.When someone helps us, we can say ______ you.I like daisies ______ they are a friendly flower....

3ds Max crossword 2016-11-26

3ds Max crossword crossword puzzle
Across
  1. δινουμε φωτισμο στα αντικειμενα μας
  2. ενωση 2 αντικειμενων
  3. με αυτο τροποποιουμε τα γεωμετρικα σχηματα στο project μας
  4. Ένα παράθυρο ,είναι μια περιοχή θέασης πολυγώνου
  5. με αυτην την επιλογη γινεται η αποδοση του αποτελεσματος της σκηνης μας
Down
  1. δημιουργια δυσδιαστατων αντικειμενων
  2. κινηση γεωμετριας
  3. εφαρμόζει μια επίπεδη ή στρογγυλή φάλτσο στα άκρα.
  4. κανει εξαγωγη γεωμετριας
  5. μια τροποποιηση οπου μας δινει την δυνατοτητα οτι σχεδιαζουμε να το κλονοποιει απο την αντιστοιχη πλευρα συμμετρικα

10 Clues: κινηση γεωμετριαςενωση 2 αντικειμενωνκανει εξαγωγη γεωμετριαςδινουμε φωτισμο στα αντικειμενα μαςδημιουργια δυσδιαστατων αντικειμενωνΈνα παράθυρο ,είναι μια περιοχή θέασης πολυγώνουεφαρμόζει μια επίπεδη ή στρογγυλή φάλτσο στα άκρα.με αυτο τροποποιουμε τα γεωμετρικα σχηματα στο project μας...

mathematics crossword 2013-05-14

mathematics crossword crossword puzzle
Across
  1. straight line
  2. size of a surface
  3. with points,lines,shapes,and space
  4. symbol for a number we don't know yet.
  5. represent numbers and quantities in formula
  6. amount of 3-dimensional space an object occupies
Down
  1. operators grouped together
  2. ratio of a circle's circumference to its diameter
  3. space between two intersecting lines
  4. values of two mathematical expressions

10 Clues: straight linesize of a surfaceoperators grouped togetherwith points,lines,shapes,and spacespace between two intersecting linesvalues of two mathematical expressionssymbol for a number we don't know yet.represent numbers and quantities in formulaamount of 3-dimensional space an object occupiesratio of a circle's circumference to its diameter

Math Crossword Puzzle 2013-05-06

Math Crossword Puzzle crossword puzzle
Across
  1. the study of shapes
  2. experimental and theoretical are two different _______.
  3. an unkown number that is replaced by a letter
  4. pi x radius
  5. acute, obtues, and right are all types of ____.
Down
  1. a fraction or decimal can also be turned into a _______.
  2. cubes,spheres,cones,and cylinders are all______figures.
  3. l x w or pi x radius squared
  4. l x w x h
  5. the number that is followed by a variable.

10 Clues: l x w x hpi x radiusthe study of shapesl x w or pi x radius squaredthe number that is followed by a variable.an unkown number that is replaced by a letteracute, obtues, and right are all types of ____.cubes,spheres,cones,and cylinders are all______figures.experimental and theoretical are two different _______....

Activity 9 2015-09-07

Activity 9 crossword puzzle
Across
  1. Living things in the human Body are...
  2. An accurate measuring devise is called a...
  3. Something really small is...
  4. A telephone switchboard operator.
  5. What describes it when people write the events of another persons life?
  6. (Example sentence) The ...... measurement system is used often.
Down
  1. stuff to do with astronomy is...
  2. There are manual and ......... cars.
  3. Making or using a telegraph is called...
  4. ...patterns consist of regular shapes or lines.

10 Clues: Something really small is...stuff to do with astronomy is...A telephone switchboard operator.There are manual and ......... cars.Living things in the human Body are...Making or using a telegraph is called...An accurate measuring devise is called a......patterns consist of regular shapes or lines....

Amy's NormAL Crosswords 2016-03-15

Amy's NormAL Crosswords crossword puzzle
Across
  1. to argue
  2. this item has two wheels and you ride it by peddling
  3. a nurse gives you a shot using this devise
  4. a heavenly being with wings and a halo
Down
  1. a picture that is formed by putting together different shapes
  2. to trip or fall while walking
  3. a story that appears in a magazine or newspaper
  4. the bones of a deceased animal
  5. worldwide
  6. to be common, not odd or unusual

10 Clues: to argueworldwideto trip or fall while walkingthe bones of a deceased animalto be common, not odd or unusuala heavenly being with wings and a haloa nurse gives you a shot using this devisea story that appears in a magazine or newspaperthis item has two wheels and you ride it by peddlinga picture that is formed by putting together different shapes

a thing in kitchen 2023-10-27

a thing in kitchen crossword puzzle
Across
  1. round in shape and used for cooking soups
  2. a place to eat something soupy
  3. They come in various shapes and give off light
  4. thinner than paper is used to wipe something
  5. place to keep food frozen
  6. metal and sharp object
Down
  1. a place where food is served, round and flat
  2. is convex and has handles on the side
  3. bring out the fire
  4. often used when eating noodles

10 Clues: bring out the firemetal and sharp objectplace to keep food frozena place to eat something soupyoften used when eating noodlesis convex and has handles on the sideround in shape and used for cooking soupsa place where food is served, round and flatthinner than paper is used to wipe somethingThey come in various shapes and give off light

Spaghetti Supper 2023-11-07

Spaghetti Supper crossword puzzle
Across
  1. I can't wait to ___ my spaghetti!
  2. A type of food that's made from dough and in different shapes and sizes
  3. Don't touch the _______ water! It's very hot and making the noodles!
  4. Meat placed usually on the top of the pasta
  5. The color of a tomato
Down
  1. A side dish for pasta or Italian dinners
  2. Long, thin circular noodle
  3. Last meal of the day
  4. Something very yummy
  5. Typically made from tomatoes

10 Clues: Last meal of the daySomething very yummyThe color of a tomatoLong, thin circular noodleTypically made from tomatoesI can't wait to ___ my spaghetti!A side dish for pasta or Italian dinnersMeat placed usually on the top of the pastaDon't touch the _______ water! It's very hot and making the noodles!...

TAYLORS CROSSWORDS W6 T4 2023-11-06

TAYLORS CROSSWORDS W6 T4 crossword puzzle
Across
  1. A DEVICE WHITCH PROJECTS AN ENLARGED
  2. AN AUTOMATIC KETTLE THAT SWITCHES ITSELF .
  3. ACTING OR FUNCTIONING WITHOUT CONSCIOUS.
  4. SEEDS WITH DOUBLE - WINGED SHAPES MANAGED TO AUTOROTATE.
  5. AN ACCOUNT OF A PERSONS LIFE WRITTEN BY THAT PERSON.
Down
  1. COMPUTER CHIPS ARE NOW A CRITICAL COMPONENT .
  2. THE RIGHT OR CONDITION OF SELF- GOVERNMENT.
  3. A DEVICE FOCUSING A CAMERA OR OTHER PIECE .
  4. A SOFTWARE FUNCTION THAT AUTOMATICALLY.
  5. A SIGNATURE ,ESPECIALLY THAT OF A CELEBRITY .

10 Clues: A DEVICE WHITCH PROJECTS AN ENLARGEDA SOFTWARE FUNCTION THAT AUTOMATICALLY.ACTING OR FUNCTIONING WITHOUT CONSCIOUS.AN AUTOMATIC KETTLE THAT SWITCHES ITSELF .THE RIGHT OR CONDITION OF SELF- GOVERNMENT.A DEVICE FOCUSING A CAMERA OR OTHER PIECE .COMPUTER CHIPS ARE NOW A CRITICAL COMPONENT .A SIGNATURE ,ESPECIALLY THAT OF A CELEBRITY ....

KUIS PPT - Jason Kurniawan 11 2022-10-13

KUIS PPT - Jason Kurniawan 11 crossword puzzle
Across
  1. Cara untuk memulai tampilan presentasi adalah ...
  2. Lembar kerja pada power point disebut dengan ...
  3. Fitur yang digunakan untuk berpindah lokasi lain adalah ...
  4. Fitur untuk membuat bagan, maka digunakan ...
Down
  1. Kegunaan power point adalah ...
  2. Menu untuk mempercantik tampilan, maka digunakan ...
  3. Menu untuk menambahkan animasi pada power point adalah ...
  4. Untuk menyimpan power point, hal yang pertama yang harus dilakukan adalah mengklik menu ...
  5. Fitur untuk menambahkan bentuk adalah ...
  6. Ekstensi file power point adalah ...

10 Clues: Kegunaan power point adalah ...Ekstensi file power point adalah ...Fitur untuk menambahkan bentuk adalah ...Fitur untuk membuat bagan, maka digunakan ...Lembar kerja pada power point disebut dengan ...Cara untuk memulai tampilan presentasi adalah ...Menu untuk mempercantik tampilan, maka digunakan ......

Betancourt,Yahaira(4th) Game 3 2024-02-23

Betancourt,Yahaira(4th) Game 3 crossword puzzle
Across
  1. To move
  2. One bone has rounded end that fits into concave cavity of another bone
  3. Bone moves in sliding motion
  4. is bones are connected by hyaline or fibrocartilage
  5. Space within the skull that accommodates the brain
  6. Bone can move about but can not rotate
Down
  1. Allows extension and flexion due to anatomy
  2. Bone moves around a central axis
  3. freely movable joint
  4. Shapes of 2 bones complementing each other

10 Clues: To movefreely movable jointBone moves in sliding motionBone moves around a central axisBone can move about but can not rotateShapes of 2 bones complementing each otherAllows extension and flexion due to anatomySpace within the skull that accommodates the brainis bones are connected by hyaline or fibrocartilage...

15.1-15.2 2024-03-10

15.1-15.2 crossword puzzle
Across
  1. Urged everyone to return to ancient heroic values
  2. Genere of music that was rapidly grwoing in popularity
  3. First radio station
  4. Art that connects dreams with real life
  5. Offered radical new ideas in physics
  6. Germany's democratic governmant that was very weak
Down
  1. Women are granted the write to vote
  2. government temporary multi party alliances
  3. The first to fly alone across the Atlantic
  4. Transforms natural shapes in geometric form

10 Clues: First radio stationWomen are granted the write to voteOffered radical new ideas in physicsArt that connects dreams with real lifegovernment temporary multi party alliancesThe first to fly alone across the AtlanticTransforms natural shapes in geometric formUrged everyone to return to ancient heroic values...

math vocabulary 1 2022-09-01

math vocabulary 1 crossword puzzle
Across
  1. adding something to something else
  2. taking away something from something
  3. shapes with measurements, angles, lines
  4. expression with one or more variables
  5. numerical equation that's not a whole number
Down
  1. the process of dividing a matrix, vector
  2. a figure which is formed by two rays or lines that shares a common endpoint
  3. the process of combining matrices, vectors
  4. shape with 6 straight sides and angles
  5. relationship between lines and points

10 Clues: adding something to something elsetaking away something from somethingexpression with one or more variablesrelationship between lines and pointsshape with 6 straight sides and anglesshapes with measurements, angles, linesthe process of dividing a matrix, vectorthe process of combining matrices, vectorsnumerical equation that's not a whole number...

Tool Crossword 2023-05-02

Tool Crossword crossword puzzle
Across
  1. Used to drive screws into wood
  2. Used to strike nails, and\or pull them out with the "claw" side
  3. Used for cutting curves and designs by hand
  4. Used to drill straight holes
  5. Used to shape wood
  6. Used to cut wood in shapes
Down
  1. Used for measuring
  2. Used for cutting straight lines by hand
  3. Used to cut straight lines at different angles
  4. Used to shape and smooth wood

10 Clues: Used for measuringUsed to shape woodUsed to cut wood in shapesUsed to drill straight holesUsed to shape and smooth woodUsed to drive screws into woodUsed for cutting straight lines by handUsed for cutting curves and designs by handUsed to cut straight lines at different anglesUsed to strike nails, and\or pull them out with the "claw" side

Diversity Crossword 2025-03-24

Diversity Crossword crossword puzzle
Across
  1. relating to cultural traditions and heritage
  2. sanskrit word for rain bringers
  3. tall, rugged wonders reaching the sky
  4. a test of aim and precision in hitting a target
Down
  1. a tongue tingling flavour sensation
  2. capital city known for its street food and history
  3. vibrant tales from japan, drawn to life
  4. a master of colours, shapes
  5. a seasonal downpour that quenches the land
  6. a patty between buns, fast food

10 Clues: a master of colours, shapessanskrit word for rain bringersa patty between buns, fast fooda tongue tingling flavour sensationtall, rugged wonders reaching the skyvibrant tales from japan, drawn to lifea seasonal downpour that quenches the landrelating to cultural traditions and heritagea test of aim and precision in hitting a target...

Seurat 2024-11-05

Seurat crossword puzzle
Across
  1. The state of being serious or proper.
  2. Land surrounded by water.
  3. Another name for the Divisionism technique.
  4. The process of simplifying something complex.
  5. A French painter known for his dot-like style.
  6. The first day of the week.
Down
  1. A painting technique using tiny dots of color.
  2. A 19th-century art style emphasizing light and color.
  3. A small island in Paris.
  4. The study of shapes and space.

10 Clues: A small island in Paris.Land surrounded by water.The first day of the week.The study of shapes and space.The state of being serious or proper.Another name for the Divisionism technique.The process of simplifying something complex.A painting technique using tiny dots of color.A French painter known for his dot-like style....

CET W11_crossword puzzle 2025-04-22

CET W11_crossword puzzle crossword puzzle
Across
  1. Old bones or shapes in rocks.
  2. A big open place with grass, for sports or farming
  3. A picture made with a pen or pencil.
  4. A short travel for fun or learning.
  5. A small copy of something big.
  6. To make something go into pieces.
Down
  1. To try to find something.
  2. A big animal that lived a long time ago.
  3. Not dead.
  4. A place where you look at art or old things.

10 Clues: Not dead.To try to find something.Old bones or shapes in rocks.A small copy of something big.To make something go into pieces.A short travel for fun or learning.A picture made with a pen or pencil.A big animal that lived a long time ago.A place where you look at art or old things.A big open place with grass, for sports or farming

Plasmodium 2025-07-28

Plasmodium crossword puzzle
Across
  1. Organelle required in eukaryotic cells
  2. An organism which gets all required nutrients from its host
  3. The domain in which plasmodium belongs to
  4. The organ associated with plasmodium reproduction within the human body
  5. Type of cell infected by Plasmodium
Down
  1. One of plasmodium's possible cell shapes
  2. Name given to single-celled organisms
  3. An animal responsible for plasmodium transmission
  4. A common symptom of plasmodium infection
  5. A disease associated with Plasmodium

10 Clues: Type of cell infected by PlasmodiumA disease associated with PlasmodiumName given to single-celled organismsOrganelle required in eukaryotic cellsOne of plasmodium's possible cell shapesA common symptom of plasmodium infectionThe domain in which plasmodium belongs toAn animal responsible for plasmodium transmission...

Word Bank 2025-09-09

Word Bank crossword puzzle
Across
  1. Irrational fear of the number 13
  2. Branch of mathematics dealing with shapes and properties
  3. Extremely small piece of matter in physics, like an electron
Down
  1. Fear of confined spaces
  2. Deliberate spreading of ideas to influence opinions
  3. Inability to read or write
  4. Person who studies ancient artifacts and history
  5. Study of human societies and cultures
  6. Practice of representing abstract concepts as human forms
  7. Smallest unit of life that can replicate independently

10 Clues: Fear of confined spacesInability to read or writeIrrational fear of the number 13Study of human societies and culturesPerson who studies ancient artifacts and historyDeliberate spreading of ideas to influence opinionsSmallest unit of life that can replicate independentlyBranch of mathematics dealing with shapes and properties...

Poly 2025-10-13

Poly crossword puzzle
Across
  1. a type of material made from many chemical parts
  2. many angles
  3. in two or more parts each having a melody of its own; contrapuntal.
  4. a rhythm which makes use of two or more different rhythms simultaneously
  5. a large group of islands in the Pacific Ocean
Down
  1. a lie detector (records many body responses)
  2. a person who speaks many languages
  3. many meanings
  4. having many syllables
  5. shapes with many sides

10 Clues: many anglesmany meaningshaving many syllablesshapes with many sidesa person who speaks many languagesa lie detector (records many body responses)a large group of islands in the Pacific Oceana type of material made from many chemical partsin two or more parts each having a melody of its own; contrapuntal....

Spelling Week 21 Vowel Teams /ô/ 2026-01-01

Spelling Week 21    Vowel Teams /ô/ crossword puzzle
Across
  1. something done wrong
  2. having a big height
  3. little in size, number, or amount
  4. using words to share thoughts, feelings, or information
Down
  1. making a picture with lines and shapes
  2. a round or oval object used in games
  3. dry plant stalks used for animal bedding
  4. a white powder or crystal you put on food
  5. moving on your feet, one step at a time
  6. to send something off with force

10 Clues: having a big heightsomething done wrongto send something off with forcelittle in size, number, or amounta round or oval object used in gamesmaking a picture with lines and shapesmoving on your feet, one step at a timedry plant stalks used for animal beddinga white powder or crystal you put on food...

ASSESMENT 1 2026-01-09

ASSESMENT 1 crossword puzzle
Across
  1. Area where sprites perform actions
  2. Changes how a sprite looks
  3. Extension used to draw shapes and lines
  4. Blocks that move a sprite in different directions
  5. A container used to store changing values
  6. Character that performs actions on the stage
Down
  1. Loop that runs commands multiple times
  2. Blocks that manage timing, loops, and decisions
  3. Numbers used to decide sprite position
  4. Giving step-by-step instructions to a computer

10 Clues: Changes how a sprite looksArea where sprites perform actionsLoop that runs commands multiple timesNumbers used to decide sprite positionExtension used to draw shapes and linesA container used to store changing valuesCharacter that performs actions on the stageGiving step-by-step instructions to a computer...

Cafe! 2026-04-09

Cafe! crossword puzzle
Across
  1. Stone-ground green tea whisked rather than steeped
  2. typically used for hot drinks
  3. Craftsperson balancing grind size, time, and temperature
  4. Viennoiserie relying on repeated lamination for structure
  5. Front-line shield against liquid casualties
  6. Baked sweet or savory treat
Down
  1. Espresso mixed with steamed milk
  2. Espresso drink topped with a thick layer of milk foam
  3. Sensory cue that shapes flavor perception before tasting occurs
  4. Strong, concentrated coffee shot

10 Clues: Baked sweet or savory treattypically used for hot drinksEspresso mixed with steamed milkStrong, concentrated coffee shotFront-line shield against liquid casualtiesStone-ground green tea whisked rather than steepedEspresso drink topped with a thick layer of milk foamCraftsperson balancing grind size, time, and temperature...

AW/ AU sound 2020-03-29

AW/ AU sound crossword puzzle
Across
  1. A person who writes books is called an _______
  2. The fifth month of the year
  3. A short stop
  4. The knives and forks are kept in a kitchen ________
  5. To make something happen
  6. You do this when you are very tired
Down
  1. A wooden puzzle cut into different shapes
  2. If there is ghost in the house, your house may be _____
  3. A small, red, delicious fruit
  4. The grass in your garden is called your _________
  5. A popular French boy's name

11 Clues: A short stopTo make something happenThe fifth month of the yearA popular French boy's nameA small, red, delicious fruitYou do this when you are very tiredA wooden puzzle cut into different shapesA person who writes books is called an _______The grass in your garden is called your _________The knives and forks are kept in a kitchen ________...

Crossword LK / ZN 2020-07-06

Crossword LK / ZN crossword puzzle
Across
  1. What is it called when you shine a light
  2. What mammal has wings
  3. something that won’t reflect it
  4. What goes through the big intestine in a body
  5. What does a circuit make
Down
  1. Where does the food travel after the oesophagus
  2. What is the first step of digesting
  3. How many objects does a simple circuit need
  4. how does waste come out of the body
  5. how does light travel
  6. What shapes do circuits have to be

11 Clues: What mammal has wingshow does light travelWhat does a circuit makesomething that won’t reflect itWhat shapes do circuits have to beWhat is the first step of digestinghow does waste come out of the bodyWhat is it called when you shine a lightHow many objects does a simple circuit needWhat goes through the big intestine in a body...

School Subjects 2018-01-26

School Subjects crossword puzzle
Across
  1. We learn the language people from France speak
  2. We listen to Mozart, sing or play an instrument
  3. We learn about the Earth, its countries, mountains, rivers
  4. We play and do exercises
  5. We use computers
  6. We learn about animals and plants
  7. We learn about numbers, shapes, measurements
Down
  1. We learn about the past
  2. We learn the language people from the UK speak
  3. We learn about heat, light and sound
  4. We learn how to make paintings and drawings

11 Clues: We use computersWe learn about the pastWe play and do exercisesWe learn about animals and plantsWe learn about heat, light and soundWe learn how to make paintings and drawingsWe learn about numbers, shapes, measurementsWe learn the language people from France speakWe learn the language people from the UK speak...

Vocab 1 2022-12-04

Vocab 1 crossword puzzle
Across
  1. Pictures, figures, or shapes showing you what the words mean
  2. The final thing that came out of something
  3. To Talk to someone
  4. What is not good about something
Down
  1. White things in the sky
  2. Someone who is good at something
  3. Some words written one after another and end with a comma.
  4. Present Simple, Present Progressive
  5. Saying what letters build the word
  6. What is good about something
  7. A look on your face or the face you make

11 Clues: To Talk to someoneWhite things in the skyWhat is good about somethingSomeone who is good at somethingWhat is not good about somethingSaying what letters build the wordPresent Simple, Present ProgressiveA look on your face or the face you makeThe final thing that came out of somethingSome words written one after another and end with a comma....

Math Shapes Crossword Puzzle 2021-12-07

Math Shapes Crossword Puzzle crossword puzzle
Across
  1. a quadrilateral with 4 equal sides
  2. has one parallel side
  3. a type of rectangle
  4. has 5 sides and is a polygon
Down
  1. a quadrilateral that has 2 parallel sides
  2. has two parallel sides that aren't all even
  3. a polygon
  4. a polygon with 6 sides

8 Clues: a polygona type of rectanglehas one parallel sidea polygon with 6 sideshas 5 sides and is a polygona quadrilateral with 4 equal sidesa quadrilateral that has 2 parallel sideshas two parallel sides that aren't all even

Technology shapes exploration(Emma) 2023-12-13

Technology shapes exploration(Emma) crossword puzzle
Across
  1. the process sailors use to plan their course
  2. sailing ship
  3. be bought and sold
  4. the use of scientific knowledge
Down
  1. tool measures the height of the sun or a star
  2. by and sell goods
  3. posts stores and small settlements where goods
  4. trade bought and sold humans as property

8 Clues: sailing shipby and sell goodsbe bought and soldthe use of scientific knowledgetrade bought and sold humans as propertythe process sailors use to plan their coursetool measures the height of the sun or a starposts stores and small settlements where goods

PROPERTIES OF THE SHAPES 2024-05-16

PROPERTIES OF THE SHAPES crossword puzzle
Across
  1. 3D Shape, formed by 6 faces
  2. 2D Shape that has 4 sides, with 2 equal opposide sides
  3. 3D shape that is perfectly round
  4. 3D shape formed by a rectangular base and triangular faces
Down
  1. 2D Shape made up of a curved line
  2. 2d Shape that has 3 sides
  3. 2D Shape that has 4 equal sides
  4. 2D shape that Has 5 sides

8 Clues: 2d Shape that has 3 sides2D shape that Has 5 sides3D Shape, formed by 6 faces2D Shape that has 4 equal sides3D shape that is perfectly round2D Shape made up of a curved line2D Shape that has 4 sides, with 2 equal opposide sides3D shape formed by a rectangular base and triangular faces

Shapes and their attributes 2024-03-18

Shapes and their attributes crossword puzzle
Across
  1. A solid Figure with 6 equal faces 12 edges and 8 vertices
  2. Angle A __________ forms a square corner. A square has 4 _____________.
  3. 4 sides 4 vertices
  4. 6 sides 6 vertices
Down
  1. 3 sides a triangle
  2. 5 sides 5 vertices
  3. Polygons have ________. They have the same number of angles as sides and vertices.
  4. A closed plane shape with 3 or more sides

8 Clues: 3 sides a triangle5 sides 5 vertices4 sides 4 vertices6 sides 6 verticesA closed plane shape with 3 or more sidesA solid Figure with 6 equal faces 12 edges and 8 verticesAngle A __________ forms a square corner. A square has 4 _____________.Polygons have ________. They have the same number of angles as sides and vertices.

SHAPES - YUNUS ŞAMMAS GENÇ 2024-11-26

SHAPES - YUNUS ŞAMMAS GENÇ crossword puzzle
Across
  1. cylinder
  2. sphere
  3. circle
  4. triangle
Down
  1. pyramid
  2. cube
  3. rectangle
  4. cone

8 Clues: cubeconespherecirclepyramidcylindertrianglerectangle

2D and 3D shapes 2025-12-11

2D and 3D shapes crossword puzzle
Across
  1. All the four sides are equal
  2. 1 curved surface, 1 flat face, 2 curved edges
  3. Opposite sides are equal
  4. 1 curved suface, 1 flat face and 1 curved edge
Down
  1. 3 sides
  2. Looks like a ball
  3. 6 faces, 12 edges, 8 vertices but all edges are equal
  4. 6 faces, 12 edges, 8 vertices but opposite edges are equal

8 Clues: 3 sidesLooks like a ballOpposite sides are equalAll the four sides are equal1 curved surface, 1 flat face, 2 curved edges1 curved suface, 1 flat face and 1 curved edge6 faces, 12 edges, 8 vertices but all edges are equal6 faces, 12 edges, 8 vertices but opposite edges are equal

Psych 3360 vocabulary 2 2023-09-11

Psych 3360 vocabulary 2 crossword puzzle
Across
  1. Located in the occipital lobe of the cerebral cortex; contains many modules, each of which codes a variety of information (depth, orientation, color, etc.) about a specific location on the visual field.
  2. Views at which objects are most easily recognized, typically those which reveal the most information about an object’s features or component shapes.
  3. Refers to the topographic organization of the primary visual cortex, in which adjacent areas of the cortex respond to adjacent locations of the visual field.
  4. Better visual recognition of letters when they are presented in a word context, compared to when a single letter is presented alone
  5. Context-, expectation-, or theory-based processing, e.g., using knowledge of the context in which a stimulus occurs to help recognize it.
  6. The area of the visual field to which a given cell (e.g., in the optic nerve or visual cortex) responds; stimulating some parts of this area may cause an inhibitory response while stimulating other parts may cause an excitatory response.
Down
  1. Processes a specific type of information (e.g., shape, movement, color) over the entire visual field.
  2. Short for “recognition-by-components”; a theory of visual pattern recognition that assumes that objects are analyzed and represented in terms of simple 3D geometrical shapes.
  3. A connectionist model of visual pattern recognition that features both excitatory and inhibitory connections, and in which activation can flow from the top down (word level to letter level) as well as from the bottom up (features to letters, letters to words).
  4. A theory of pattern recognition that claims that people recognize objects by first extracting their simple or basic properties (edges, corners, etc.) and relationships among these properties.
  5. Neurons leading from the eye to the superior colliculus and the lateral geniculate nucleus; axons make up the optic nerve.
  6. 3D geometrical forms such as cones, cylinders, spheres, and so on; a small vocabulary of such forms could be used to represent the shapes of many familiar objects.
  7. One of two types of photoreceptors in the eye; functions best at light levels, high resolution, color, most concentrated in the center of the visual field (fovea).
  8. Data-driven processing, e.g., recognizing a stimulus based only on the physical information it contains.
  9. one of the two types of photoreceptors in the eye; functions at low light levels, poor resolution, black and white, most concentrated in the periphery of the visual field

15 Clues: Processes a specific type of information (e.g., shape, movement, color) over the entire visual field.Data-driven processing, e.g., recognizing a stimulus based only on the physical information it contains.Neurons leading from the eye to the superior colliculus and the lateral geniculate nucleus; axons make up the optic nerve....

The Crossword 2022-09-21

The Crossword crossword puzzle
Across
  1. year is it?
  2. what period is this class?
  3. visual art, involving drawing or lettering
  4. my first name
Down
  1. my last name
  2. an arrangement of lines or shapes

6 Clues: year is it?my last namemy first namewhat period is this class?an arrangement of lines or shapesvisual art, involving drawing or lettering

The moon By:Krishna 2013-03-21

The moon By:Krishna crossword puzzle
Across
  1. It takes one __________ to go around the Earth
  2. The moon __________ like the Earth
  3. The different shapes of the moon is called ___________
  4. The moon is four times _________ than Earth
  5. The moon ___________ around the Earth
  6. Luna is named after ___________ moon goddess
Down
  1. The moon is a ______________
  2. The moon's inner part has a surface,________,mantle and core
  3. It takes four _______ to fill the Earth
  4. Half of the moon is ______ and the other half is cold
  5. The moon has no ________________
  6. Sometimes hits the moon
  7. Every year the moon is __________ away from the Earth
  8. The moon's gravity is ________ times greater
  9. The moon is made out of a _________ crust

15 Clues: Sometimes hits the moonThe moon is a ______________The moon has no ________________The moon __________ like the EarthThe moon ___________ around the EarthIt takes four _______ to fill the EarthThe moon is made out of a _________ crustThe moon is four times _________ than EarthThe moon's gravity is ________ times greater...

Algebra Vocabulary Crossword- Matt Ford (Block 1) 2015-06-01

Algebra Vocabulary Crossword- Matt Ford (Block 1) crossword puzzle
Across
  1. Multiplying a number by itself a certain number of times
  2. As one column goes up, another rises respectively.
  3. The opposite of a number in fraction form.
  4. The number beside a variable
  5. A number times itself, a certain number of times
  6. To make something less complicated
  7. One equal fourth of something.
  8. The 0,0 Point on a coordinate plane
Down
  1. To determine the numerical value of something
  2. The letter next to a coefficient
  3. The side of a triangle opposite the right angle.
  4. The degree in which a line rises
  5. The same shapes
  6. Numbers forming a root
  7. To find or work out the solution to a problem.

15 Clues: The same shapesNumbers forming a rootThe number beside a variableOne equal fourth of something.The letter next to a coefficientThe degree in which a line risesTo make something less complicatedThe 0,0 Point on a coordinate planeThe opposite of a number in fraction form.To determine the numerical value of something...

Seasons and shadows 2016-10-27

Seasons and shadows crossword puzzle
Across
  1. The measure of the force of gravity on an object is
  2. The larger part of a shadow
  3. is a slightly elongated circle, or eclipse
  4. When the moon passes directly between the earth and the sun
  5. The movement of one object around another
  6. diffrent shapes of the moon
  7. attracts all objects toward each other
  8. "equal night"
Down
  1. to push or pull
  2. occurs at full moon
  3. tendency of an object to resist a change in motion
  4. The amount of matter in an object
  5. is a system of organizing the time and dates.
  6. either of the two times in a year
  7. darkest part of a moons shadow

15 Clues: "equal night"to push or pulloccurs at full moonThe larger part of a shadowdiffrent shapes of the moondarkest part of a moons shadowThe amount of matter in an objecteither of the two times in a yearattracts all objects toward each otherThe movement of one object around anotheris a slightly elongated circle, or eclipse...

Graphic Communications 2018-05-09

Graphic Communications crossword puzzle
Across
  1. A coordinate plane (x,y,z).
  2. A method of projection in which an object is depicted or a surface mapped using parallel lines to project its shape onto a plane.
  3. A type of triangle in which all sides are of equal length.
  4. A geometrical shape with 8 sides.
  5. Lines going up and down.
  6. Drawing at full scale.
  7. Halfway across the diameter.
  8. The distance across the length of a circle.
  9. Lines that do not touch.
Down
  1. Lines to make an item.
  2. Lines that intersect at a right angle.
  3. Making a design.
  4. Lines going left and right.
  5. A drawing type to draw 3-D shapes.
  6. An incline.

15 Clues: An incline.Making a design.Lines to make an item.Drawing at full scale.Lines going up and down.Lines that do not touch.A coordinate plane (x,y,z).Lines going left and right.Halfway across the diameter.A geometrical shape with 8 sides.A drawing type to draw 3-D shapes.Lines that intersect at a right angle.The distance across the length of a circle....

Windy's vocabulary 2019-10-22

Windy's vocabulary crossword puzzle
Across
  1. with shapes of different colours without a regular pattern.
  2. very clear pictures in your mind ;very bright.
  3. showing any feeling or emotion
  4. state of great activity and strong emotion that is often violent or frightening and not under control .
  5. someone especially carefully and carefully.
  6. of life and energy .
Down
  1. able to think or speak clearly;very happy.
  2. somebody angry.
  3. burn yourself with very hot water.
  4. are something wrong to understand.
  5. information which is given to someone.
  6. row or layer of sth that has several rows or layers placed one above the other .
  7. stop something or somebody.
  8. success .
  9. idea.

15 Clues: idea.success .somebody angry.of life and energy .stop something or somebody.showing any feeling or emotionburn yourself with very hot water.are something wrong to understand.information which is given to someone.able to think or speak clearly;very happy.someone especially carefully and carefully.very clear pictures in your mind ;very bright....

Windy's vocabulary 2019-10-22

Windy's vocabulary crossword puzzle
Across
  1. with shapes of different colours without a regular pattern.
  2. very clear pictures in your mind ;very bright.
  3. showing any feeling or emotion
  4. state of great activity and strong emotion that is often violent or frightening and not under control .
  5. someone especially carefully and carefully.
  6. of life and energy .
Down
  1. able to think or speak clearly;very happy.
  2. somebody angry.
  3. burn yourself with very hot water.
  4. are something wrong to understand.
  5. information which is given to someone.
  6. row or layer of sth that has several rows or layers placed one above the other .
  7. stop something or somebody.
  8. success .
  9. idea.

15 Clues: idea.success .somebody angry.of life and energy .stop something or somebody.showing any feeling or emotionburn yourself with very hot water.are something wrong to understand.information which is given to someone.able to think or speak clearly;very happy.someone especially carefully and carefully.very clear pictures in your mind ;very bright....

ComSci Crossword 2020-12-11

ComSci Crossword crossword puzzle
Across
  1. the word we need to access turtle in our program
  2. a storage location with a given name
  3. giving a value to a variable
  4. getting a value when the program is running
  5. set of steps carried out in order
Down
  1. convert one data type to another
  2. python library for making shapes
  3. strings and integers are examples of these
  4. programming language for snakes
  5. what is the integer is needed for in turtle.circle(50)
  6. command to make the turtle go from right to left
  7. a whole number
  8. data put into a storage location
  9. command to move without drawing a ling
  10. sequence of characters

15 Clues: a whole numbersequence of charactersgiving a value to a variableprogramming language for snakesconvert one data type to anotherpython library for making shapesdata put into a storage locationset of steps carried out in ordera storage location with a given namecommand to move without drawing a lingstrings and integers are examples of these...

School days 2021-06-18

School days crossword puzzle
Across
  1. a person who leads the lesson
  2. study about nature
  3. a building where students are studying
  4. a thing that u can write on to remember important information
  5. study about the things that happened in the past
  6. what teachers are asked you to do at home
  7. study about the way people and countries spend money
Down
  1. a thing that stores your items needed for study
  2. study of numbers, measurements and shapes
  3. a readable thing that helps you to study
  4. time for learning the subject
  5. a person who is studying
  6. study of the earth and everything on it
  7. art of the sounds
  8. a knowledge test

15 Clues: a knowledge testart of the soundsstudy about naturea person who is studyinga person who leads the lessontime for learning the subjecta building where students are studyingstudy of the earth and everything on ita readable thing that helps you to studystudy of numbers, measurements and shapeswhat teachers are asked you to do at home...

Geometry Final Crossword 2024-05-24

Geometry Final Crossword crossword puzzle
Across
  1. These split angles into two equal parts
  2. It half the Diameter
  3. Flipping a ___ has a 50% probability
  4. The measure of an inscribed angle is __ the measure of the central angle that defines the same arc.
  5. opposite/hypotenuse = ___
  6. Sin/Cos = ___
  7. Formula for 2 pi r
  8. Adjacent/hypotenuse = ___
  9. Shapes that can be dilated on top of eachother
  10. Lines are __ if and only if they have the same slope
Down
  1. the point where the triangle's three perpendicular bisectors intersect is the...
  2. The __ is double the radius
  3. Mass/volume is the formula for __
  4. Vertical angles are...
  5. Triangles that have all same sides are called ___ Triangles

15 Clues: Sin/Cos = ___Formula for 2 pi rIt half the DiameterVertical angles are...opposite/hypotenuse = ___Adjacent/hypotenuse = ___The __ is double the radiusMass/volume is the formula for __Flipping a ___ has a 50% probabilityThese split angles into two equal partsShapes that can be dilated on top of eachother...

SKY 2023-12-02

SKY crossword puzzle
Across
  1. - Launches to sky to enter space.
  2. - Fast moving air.
  3. - Gas that helps balloons float.
  4. - Vehicle that flies in the sky.
  5. - Person who is trained to travel to space.
  6. - Huge ball of fire in the sky that gives us heat.
  7. - Aircraft that flies very fast.
  8. - Gives us pleasant light at night time.
Down
  1. - Fluffy mass of different shapes in the sky.
  2. - Kids love to fly it in the sky.
  3. - Device people use to land safely after jumping from aircraft.
  4. - Animals that travel by flying in the sky..
  5. - Twinkling dots at the sky.
  6. - Point where the sky meets the earth.
  7. - Water drops that fall from the sky.

15 Clues: - Fast moving air.- Twinkling dots at the sky.- Gas that helps balloons float.- Vehicle that flies in the sky.- Aircraft that flies very fast.- Launches to sky to enter space.- Kids love to fly it in the sky.- Water drops that fall from the sky.- Point where the sky meets the earth.- Gives us pleasant light at night time....

Novak's Magical Crossword 2024-02-08

Novak's Magical Crossword crossword puzzle
Across
  1. Muffins end up with_ spaces?
  2. To cut the bread?
  3. Yeast dough can be in alot of different_?
  4. Both rolled and drop biscuits _ in size?
  5. which quick bread mixing method uses liquid fat?
  6. Tearing the dough damages the strands of?
  7. How high should you fill the muffin cups?
  8. what side of the bread do you score the bread?
  9. Cut the bread with a sharp _?
Down
  1. The dough is then allowed to _ before baking?
  2. Yeast breads are leavened with?
  3. which quick bread mixing method uses solid fat?
  4. Kneading the dough will straighten the _?
  5. Preheat the?
  6. As soon as it is done _ it from the pan?
  7. Let the loaves stand about _ minutes for easier slicing?

16 Clues: Preheat the?To cut the bread?Muffins end up with_ spaces?Cut the bread with a sharp _?Yeast breads are leavened with?Both rolled and drop biscuits _ in size?As soon as it is done _ it from the pan?Kneading the dough will straighten the _?Yeast dough can be in alot of different_?Tearing the dough damages the strands of?...

Skin Disorders and Diseases 2024-07-08

Skin Disorders and Diseases crossword puzzle
Across
  1. open lesion on the skin
  2. most serious form of skin cancer
  3. overproduction of pigment
  4. type of hormonal hyperpigmentation disorder that appears during pregnancy or with the use of Birth control
  5. Abnormal mass varying in different shapes and sizes
  6. least severe type of skin cancer
  7. Pigmentation disease characterized by white irregular patches of skin.
  8. lack of pigment
Down
  1. more serious than basal cell carcinoma
  2. lesions in inital stages of development
  3. large blister containing watery liquid
  4. characterized by piles of materials on skin surface
  5. raised inflamed papule
  6. a thick scar resulting from excessive growth of fibrous tissue
  7. crack in the skin that penetrates the dermis

15 Clues: lack of pigmentraised inflamed papuleopen lesion on the skinoverproduction of pigmentmost serious form of skin cancerleast severe type of skin cancermore serious than basal cell carcinomalarge blister containing watery liquidlesions in inital stages of developmentcrack in the skin that penetrates the dermis...

Cell Crossword 2023-03-09

Cell Crossword crossword puzzle
Across
  1. a biological membrane that separates and protects the interior of all cells from the outside environment.
  2. the powerhouse
  3. helps organize structures within the cell called organelles
  4. a structure in the nucleus that make ribosomes
  5. transport substances through the cell and has ribosomes attached to it
  6. changes sunlight into sugar
  7. contains digestive enzymes that destroys damaged organelles
Down
  1. the soup of the cell
  2. packages materials for the cell
  3. stores water and food
  4. the organelle that helps with the division of the cell
  5. transport substances through the cell
  6. gives shapes and protection for the plant cell
  7. helps make protein
  8. the brain of the cell

15 Clues: the powerhousehelps make proteinthe soup of the cellstores water and foodthe brain of the cellchanges sunlight into sugarpackages materials for the celltransport substances through the cellgives shapes and protection for the plant cella structure in the nucleus that make ribosomesthe organelle that helps with the division of the cell...

Power tools 2023-03-26

Power tools crossword puzzle
Across
  1. saw used for ripping and crosscutting
  2. protects the worker from injury
  3. an example of a power drill
  4. used for cutting tiles, metals and plastics
  5. must be inserted before the tool can perform its duty
  6. used for turning the bit in the opposite direction
  7. cutting with the grains of the wood
Down
  1. cut curves and irregular shapes
  2. cuts concrete for pipes
  3. must be pressed to start the power tools
  4. use to bore holes in walls etc. with its attachment
  5. is the replacement for the hand plane
  6. cutting across the width of the board
  7. the act of protecting oneself and others
  8. a 45 degree angle

15 Clues: a 45 degree anglecuts concrete for pipesan example of a power drillcut curves and irregular shapesprotects the worker from injurycutting with the grains of the woodsaw used for ripping and crosscuttingis the replacement for the hand planecutting across the width of the boardmust be pressed to start the power tools...

Subject Name 2023-06-16

Subject Name crossword puzzle
Across
  1. Discovering the past and how it shaped the present.
  2. Understanding technology and coding.
  3. The study of numbers, shapes, and calculations.
  4. Learning a different language and its culture.
  5. Engaging in physical activities and games for fitness.
Down
  1. Exploring living organisms and their functions.
  2. Creating and appreciating melodies and rhythms.
  3. Investigating matter and its properties.
  4. Understanding forces, energy, and motion.
  5. Learning about society, culture, and current events.
  6. Exploring the natural world and conducting experiments.
  7. Developing language skills through reading and writing.
  8. Studying maps, landforms, and different regions.
  9. Learning to read, write, and communicate effectively.
  10. Expressing creativity through various visual forms.

15 Clues: Understanding technology and coding.Investigating matter and its properties.Understanding forces, energy, and motion.Learning a different language and its culture.Exploring living organisms and their functions.Creating and appreciating melodies and rhythms.The study of numbers, shapes, and calculations....

Math Crossword:) 2022-05-19

Math Crossword:) crossword puzzle
Across
  1. a yummy desert
  2. What geometric shape is lying in wait?
  3. half of a circle
  4. Did you hear the one about the statistician?
  5. What do you call a mathematician who spent all summer at the beach?
  6. properties of derivatives and integrals of functions
  7. taking away
Down
  1. What geometric shape removes spells and curses?
  2. study of shapes
  3. What did the math teacher say when his parrot escaped?
  4. What’s a swimmer’s favorite math?
  5. What is a math teacher’s favorite sum?
  6. What shape is usually waiting for you inside a Starbucks?
  7. What’s the best tool for math?
  8. What do you call dudes who love math?

15 Clues: taking awaya yummy desertstudy of shapeshalf of a circleWhat’s the best tool for math?What’s a swimmer’s favorite math?What do you call dudes who love math?What geometric shape is lying in wait?What is a math teacher’s favorite sum?Did you hear the one about the statistician?What geometric shape removes spells and curses?...

Geometry crossword 2022-05-24

Geometry crossword crossword puzzle
Across
  1. where a line starts and ends
  2. a polygon with 6 sides and 6 angles
  3. the length of the closed curve of a circle
  4. when two shapes are exactly the same shape and size
  5. has three angles
  6. the length of a straight line through the center of a circle
Down
  1. polygon with four equal sides
  2. quadrilateral with parallel sides
  3. parallelogram with four equal sides
  4. a closed shape bounded by straight edges
  5. a closed plane curve
  6. point between two intersecting lines
  7. parallelogram with four right angles
  8. the meeting point of a pair of sides
  9. quadrilateral with two pairs of equal sides

15 Clues: has three anglesa closed plane curvewhere a line starts and endspolygon with four equal sidesquadrilateral with parallel sidesparallelogram with four equal sidesa polygon with 6 sides and 6 anglespoint between two intersecting linesparallelogram with four right anglesthe meeting point of a pair of sidesa closed shape bounded by straight edges...

Vocabulary Assessment 2025-01-10

Vocabulary Assessment crossword puzzle
Across
  1. to break apart or ruin something
  2. repeated shapes, lines, letters numbers or colors
  3. harm that makes something less useful
  4. very excited and wanting to do something right away
  5. not safe
  6. a bright light on the front of the vehicle
  7. apart from everyone else
  8. something shiny or bright
  9. to change something a little so it works better or feels right
Down
  1. finished or has all the parts it needs
  2. strong, not shaky and stays the same
  3. an alert to tell of a possible danger
  4. activity to keep the body or mind strong or to make one stronger
  5. something that happens
  6. rough or unpleasant

15 Clues: not saferough or unpleasantsomething that happensapart from everyone elsesomething shiny or brightto break apart or ruin somethingstrong, not shaky and stays the samean alert to tell of a possible dangerharm that makes something less usefulfinished or has all the parts it needsa bright light on the front of the vehicle...

cooking crossword 2025-02-19

cooking crossword crossword puzzle
Across
  1. Bread give individual shapes small in size
  2. A leavening agent that just needs water
  3. grinding or mashing the whole grain of wheat
  4. Helps with coagulation
  5. A leavening agent that needs an acid to react
Down
  1. most common acid
  2. a food made of flour, water, and a leavening agent such as yeast mixed together and baked
  3. a powder obtained by grinding grain
  4. bread made with a leavening agent
  5. flour mixed with water and often yeast
  6. to cook by dry heat especially in an oven
  7. work dough to develop gluten
  8. provide structure to what you're baking
  9. Giving the dough time to rise
  10. A fungus

15 Clues: A fungusmost common acidHelps with coagulationwork dough to develop glutenGiving the dough time to risebread made with a leavening agenta powder obtained by grinding grainflour mixed with water and often yeastA leavening agent that just needs waterprovide structure to what you're bakingto cook by dry heat especially in an oven...

Roots 2023-10-20

Roots crossword puzzle
Across
  1. something that "looks" amazing
  2. to "burst" your bank account
  3. a waiting to "see"
  4. something that is meant to be "seen"
  5. something that can be "seen with a telescope
  6. to "examine" an idea or thought
  7. to "see" something again and make changes
  8. to tell someone the way you "see" something
  9. a tool to "see" a pattern of changing colors and shapes
Down
  1. to "break" or burst into something
  2. to "break" your morals
  3. when something is very obviously "seen"
  4. to "see" that someone has everything they need
  5. the way a person "sees" the world or a situation
  6. a person who is "seeing" something

15 Clues: a waiting to "see"to "break" your moralsto "burst" your bank accountsomething that "looks" amazingto "examine" an idea or thoughtto "break" or burst into somethinga person who is "seeing" somethingsomething that is meant to be "seen"when something is very obviously "seen"to "see" something again and make changes...

MODERN ART 2023-10-16

MODERN ART crossword puzzle
Across
  1. sample work:autumn rhythm(1950)
  2. best capture the ever-changing effects of light on color by painting out doors
  3. placing and positioning subjects
  4. sample work one and the three chairs
  5. short broken strokes
  6. works with more emotional force
  7. depiction of objects from more than one visual angel in the same painting
  8. oval faces and elongated shapes of African art
Down
  1. basic forms such as planes cones and cylinders all fit together precisely
  2. composed of American painters
  3. sample work current (1964) by Bridget Riley
  4. from the term popular
  5. wanted to make reforms in traditional values
  6. began in Italy in the early 1900s
  7. sample works persistence of memory

15 Clues: short broken strokesfrom the term popularcomposed of American painterssample work:autumn rhythm(1950)works with more emotional forceplacing and positioning subjectsbegan in Italy in the early 1900ssample works persistence of memorysample work one and the three chairssample work current (1964) by Bridget Riley...

Floral Design 2024-01-19

Floral Design crossword puzzle
Across
  1. location that attracts most attention
  2. layers of flowers creating flowering affect
  3. mass flowers at rim of container for focal point
  4. cell process that converts food into energy
  5. citric acid solution making flowers take in water
  6. single stem with large rounded heads
  7. do not require a focal point
Down
  1. loss of water through plant leaves
  2. flowers used to establish skeletal outline
  3. used to make focal point with unusual shapes
  4. design being stable and self supported
  5. cut flowers & foliages are tested to extend freshness
  6. relationship between arrangement and location
  7. combination of natural and manmade materials
  8. type of flower used to complete a design

15 Clues: do not require a focal pointloss of water through plant leavessingle stem with large rounded headslocation that attracts most attentiondesign being stable and self supportedtype of flower used to complete a designflowers used to establish skeletal outlinelayers of flowers creating flowering affectcell process that converts food into energy...

WHOLE WORD SPELLING 2024-11-27

WHOLE WORD SPELLING crossword puzzle
Across
  1. a word to describe an area outside of the city with lots of houses
  2. a body part in between your shin and thigh
  3. a place where you live
  4. assorted lines and shapes
  5. multiple activities performed in a circle
  6. a scary animal with stripes
  7. The fourth grapheme in the schwa box
  8. something you turn on when it's dark
Down
  1. something you read
  2. when you give something back that didn't belong to you
  3. second row, first box, grapheme 1
  4. something that moves on a playground
  5. Where tourists would go in Egypt
  6. another word for motor vehicle
  7. a place to workout

15 Clues: something you reada place to workouta place where you liveassorted lines and shapesa scary animal with stripesanother word for motor vehicleWhere tourists would go in Egyptsecond row, first box, grapheme 1something that moves on a playgroundThe fourth grapheme in the schwa boxsomething you turn on when it's dark...

Birthday getaway 2025-03-20

Birthday getaway crossword puzzle
Across
  1. iconic ancient arena
  2. something I feel strongly for you
  3. when someone is good at something
  4. wheat flour mixed with eggs and water usually in sheets or shapes
  5. usually made from rolled up mince
  6. the time frame my love will last for you
  7. our first time away together
  8. something I would do for you
Down
  1. a tomato based sauce with herbs
  2. the kind of person you are
  3. a fancy way to say ice cream
  4. a large underground burial site
  5. how often I will show how much you mean to me
  6. a way I would describe you inside and out
  7. goes well with pepperoni on top

15 Clues: iconic ancient arenathe kind of person you area fancy way to say ice creamour first time away togethersomething I would do for youa tomato based sauce with herbsa large underground burial sitegoes well with pepperoni on topsomething I feel strongly for youwhen someone is good at somethingusually made from rolled up mince...

vocabulary lesson 31-40 2022-01-20

vocabulary lesson 31-40 crossword puzzle
Across
  1. a circle that passes through all the vertices of the polygon.
  2. is a fundamental relation in Euclidean geometry among the three sides of a right triangle.
  3. the point where the three medians coincide.
  4. sss
  5. a four-sided plane rectilinear figure with opposite sides parallel.
  6. asa
  7. a triangle center
Down
  1. sas
  2. The distance along the arc
  3. where three or more lines intersect in one place.
  4. aas
  5. a two-dimensional figure made up of basic two-dimensional shapes
  6. y=mx+b
  7. a line segment drawn from a vertex to the midpoint of the opposite side of the vertex.
  8. rise over run

15 Clues: sasaassssasay=mx+brise over runa triangle centerThe distance along the arcthe point where the three medians coincide.where three or more lines intersect in one place.a circle that passes through all the vertices of the polygon.a two-dimensional figure made up of basic two-dimensional shapes...

Worksheet: Occupations 2023-02-05

Worksheet: Occupations crossword puzzle
Across
  1. This person repairs cars.
  2. This person produces breads,pastries,and other baked goods.
  3. This person captures fish and other animals from water.
  4. This person measures, cuts, and shapes wood.
  5. This person protects their country.
  6. This person catches thieves.
  7. This person develops and plans menus and daily specials.
Down
  1. This person takes care of the animals.
  2. This person cuts our hair.
  3. This person designs the buildings or places.
  4. This person puts out the fire.
  5. This person deliveries letters.
  6. This person teaches you new things.
  7. This person provides services on the plane.
  8. This person helps the patients at the hospital.

15 Clues: This person repairs cars.This person cuts our hair.This person catches thieves.This person puts out the fire.This person deliveries letters.This person teaches you new things.This person protects their country.This person takes care of the animals.This person provides services on the plane.This person designs the buildings or places....

SUPERHEROES 2025-05-27

SUPERHEROES crossword puzzle
Across
  1. ability to go anywhere immediately
  2. ability to change shapes
  3. ability to read people's minds (know what people are thinking)
  4. a superhero who shoots webs
  5. ability to control people's mind
  6. ability that let's you travel in the sky
  7. ability to control time
Down
  1. a superhero who has a large "S" on his chest and can fly
  2. ability to run super fast
  3. ability to not be seen
  4. ability to see through things
  5. ability to control the oceans, rivers and seas
  6. a superhero that turns into a big green monster
  7. a superhero who looks like a bat
  8. ability to control people

15 Clues: ability to not be seenability to control timeability to change shapesability to run super fastability to control peoplea superhero who shoots websability to see through thingsa superhero who looks like a batability to control people's mindability to go anywhere immediatelyability that let's you travel in the sky...

Slope and Transformations Crossword 2025-05-27

Slope and Transformations Crossword crossword puzzle
Across
  1. when two lines never touch.
  2. m in y=mx+b.
  3. turning a shape about a certain point.
  4. tool for graphing the slope.
  5. line where x=0.
  6. when the slope goes down, it is
  7. when the slope goes up, it is _________
  8. the x value in y=mx+b.
  9. line where y=0.
Down
  1. mirroring an image over a line.
  2. when two lines intersect at a 90 degree angle.
  3. changing the size of a shape by a certain scale factor.
  4. when lines cross over a point.
  5. where slope crosses the y-axis; b in y=mx+b.
  6. moving shapes on a coordinate plane.

15 Clues: m in y=mx+b.line where x=0.line where y=0.the x value in y=mx+b.when two lines never touch.tool for graphing the slope.when lines cross over a point.mirroring an image over a line.when the slope goes down, it ismoving shapes on a coordinate plane.turning a shape about a certain point.when the slope goes up, it is _________...

Design 2 Card Tower Vocab 2025-08-25

Design 2 Card Tower Vocab crossword puzzle
Across
  1. – A first model used for testing.
  2. – Strength to stay standing without falling.
  3. – The arrangement of parts to form a whole.
  4. – The base that supports a structure.
  5. – A rule or limit you must follow (time, materials).
  6. – Equal distribution of weight for steadiness.
  7. – A new or creative way of solving a problem.
Down
  1. – Repeating steps to improve a design.
  2. – Ability to recover after failing or falling.
  3. – Working together as a team.
  4. – Repeated design elements (colors, shapes, folds).
  5. – Accuracy and careful attention to detail.
  6. – Balanced design; mirror-image on both sides.
  7. – How well something works for its purpose.
  8. – How something looks or feels; beauty of the design.

15 Clues: – Working together as a team.– A first model used for testing.– The base that supports a structure.– Repeating steps to improve a design.– Accuracy and careful attention to detail.– How well something works for its purpose.– The arrangement of parts to form a whole.– Strength to stay standing without falling....

Criss Crossing Bookstacks 2025-10-02

Criss Crossing Bookstacks crossword puzzle
Across
  1. (2) the most common cause of death in a fire
  2. guardian of the library
  3. (2) reopened the investigation
  4. an undercover name
  5. said knowing the location of the library is the most important thing
  6. Ethan and Rafe _____________ the treehouse for clues
  7. always morph to different shapes
  8. (2) second rule of the rock
Down
  1. a mystery that goes round and round is a ____________
  2. enjoy apples and cheese
  3. (2) clue that led to the real fire bug
  4. (2) a nickname form Fred
  5. a good one for giving criticism
  6. Al liked a person with _________________
  7. a student or trainee who works, sometimes without pay at a job of their interest

15 Clues: an undercover nameenjoy apples and cheeseguardian of the library(2) a nickname form Fred(2) second rule of the rock(2) reopened the investigationa good one for giving criticismalways morph to different shapes(2) clue that led to the real fire bugAl liked a person with _________________(2) the most common cause of death in a fire...

crossword 2025-09-24

crossword crossword puzzle
Across
  1. Type of plastic that softens on heating _____
  2. Funnel-shaped container that holds raw material ___
  3. Outlet part of injection machine where melt comes out ____
  4. Reprocessed plastic material from waste ___
  5. Device used to maintain machine temperature ____
  6. Unit that cools down hot plastic items _____
  7. Small beads fed into plastic machines ______
  8. Common machine used to make plastic bottles_____
Down
  1. Equipment that recycles plastic by cutting into pieces _____
  2. Metal tool that shapes molten plastic into products __
  3. Main equipment for injection molding ____
  4. Plastic waste recycling equipment ____
  5. Machine that forces molten plastic through a die_____
  6. Rotating part that pushes plastic forward in an extruder ___
  7. Plastic forming process using compressed air ___

15 Clues: Plastic waste recycling equipment ____Main equipment for injection molding ____Reprocessed plastic material from waste ___Unit that cools down hot plastic items _____Small beads fed into plastic machines ______Type of plastic that softens on heating _____Device used to maintain machine temperature ____...

FIND THE GEOMETRICAL SHAPES 2020-10-20

FIND THE GEOMETRICAL SHAPES crossword puzzle
Across
  1. 3-D shape with different dimensions(6 letter word)
  2. A round shaped figure with center(6 letter word)
  3. Eight sided polygon(7 letter word)
  4. A closed figured(7 letter words)
Down
  1. Triangle with three different sides of measurement(7 letter word)
  2. A quadrilateral with opposite sides equal and parallel(9 letter word)
  3. Figure formed by two rays(5 letter word)
  4. Combination of points(4 letter words)

8 Clues: A closed figured(7 letter words)Eight sided polygon(7 letter word)Combination of points(4 letter words)Figure formed by two rays(5 letter word)A round shaped figure with center(6 letter word)3-D shape with different dimensions(6 letter word)Triangle with three different sides of measurement(7 letter word)...

Tongan word for shapes 2026-03-23

Tongan word for shapes crossword puzzle
Across
  1. Tongan word for Circle
  2. Tongan word for Square
  3. Tongan word for Triangle
  4. Tongan word for Heart
Down
  1. Tongan word for Oval
  2. Tongan word for Diamond
  3. Tongan word for Rectangle
  4. Tongan word for Star

8 Clues: Tongan word for OvalTongan word for StarTongan word for HeartTongan word for CircleTongan word for SquareTongan word for DiamondTongan word for TriangleTongan word for Rectangle

Cooper Siders AP HUG Vocab final (B5) 2024-04-16

Cooper Siders AP HUG Vocab final (B5) crossword puzzle
Across
  1. Helps navigate locations accurately, revolutionizing mapping. Transformed navigation and location based services. (CC, Unit 1)
  2. Informal economic activities impacting employment and tax revenues. Influences economic development and government policies. (IDK, Unit 6)
  3. Shows a young population, affecting future trends. Helps in workforce planning and social services provision. (IDK, Unit 2)
  4. Composition of a population, guiding policy interventions. Informs policies related to education, healthcare, and employment. (CC, Unit 2)
  5. Spread of ideas from top to bottom, impacting cultural trends. Helps understand how cultural innovations spread. (IDK, Unit 3)
  6. Essential for societal functioning and economic development. Vital for supporting daily activities and driving economic growth. (VIT, Unit 5)
  7. Government support stimulating economic activities or aiding vulnerable industries. Helps sustain industries and encourage economic growth. (IDK, Unit 5)
  8. Abandoned urban areas with potential for redevelopment. Addressing urban blight and revitalizing urban spaces. (CC, Unit 6)
  9. Shows how people change their environment, indicating human impact on nature. Important for understanding the relationship between culture and the environment. (VIT, Unit 1)
  10. Conflicts over resource distribution along borders, highlighting tensions. Helps understand geopolitical conflicts and resource management challenges. (IDK, Unit 4)
  11. Contracting tasks to external providers, reshaping labor markets. Influences global business strategies and employment patterns. (CC, Unit 7)
  12. Regions prone to flooding, requiring careful planning. Crucial for disaster preparedness and urban planning. (IDK, Unit 2)
  13. Describes where people live, influencing resource allocation. Guides infrastructure development and service provision. (CC, Unit 2)
  14. Market areas surrounding cities influencing regional development. Shapes regional economic activities and infrastructure planning. (IDK, Unit 6)
  15. Adoption of cultural elements while retaining one's identity, promoting diversity. Helps understand cultural exchange and multicultural societies. (CC, Unit 3)
  16. Traditional slash and burn cultivation influencing land use patterns. Shapes agricultural practices and land management. (IDK, Unit 5)
  17. Economic and cultural influence by powerful entities over former colonies, maintaining inequalities. Sheds light on global power dynamics and social justice issues. (VIT, Unit 4)
  18. Important for mapping and analyzing spatial data, aiding decision making. Helps in better planning and resource management. (CC, Unit 1)
Down
  1. Process of adopting new cultural traits, affecting integration. Important for studying cultural dynamics and social cohesion. (CC, Unit 3)
  2. Strategy minimizing storage costs and maximizing efficiency. Optimizes production processes and reduces inventory costs. (IDK, Unit 7)
  3. Areas seen differently by people, shaping their attitudes and behaviors. Important for understanding cultural diversity and social interactions. (IDK, Unit 1)
  4. Measures social and economic development, guiding policies. Helps prioritize resources and interventions for poverty reduction and human well being. (VIT, Unit 7)
  5. Illustrates population changes over time, informing policies. Helps in predicting future resource needs and planning services. (VIT, Unit 2)
  6. Political entity representing a sovereign government. Important for understanding governance structures and global politics. (CC, Unit 4)
  7. Concentration of people in cities, driving transformations. Shapes economic, social, and environmental landscapes. (VIT, Unit 6)
  8. Explores how human culture interacts with nature, crucial for sustainable development. Helps in balancing human needs with environmental conservation. (IDK, Unit 1)
  9. Areas reflecting urban decline and social inequalities. Highlighting challenges in urban planning and social welfare. (CC, Unit 6)
  10. Relocation of services to foreign countries, driven by cost savings. Impacts global labor markets and economic competitiveness. (CC, Unit 7)
  11. Shapes societies and identities, influencing various aspects of life. Important for understanding diversity and social norms. (VIT, Unit 3)
  12. Islamic law shaping practices in Muslim majority societies. Crucial for understanding legal and cultural practices. (IDK, Unit 3)
  13. Cultural group seeking self determination and sovereignty. Crucial for studying nationalism and international relations. (CC, Unit 4)
  14. Conceptualizes global economic inequality, shaping policies. Influences development strategies and resource allocation. (IDK, Unit 7)
  15. Legally recognized border crucial for defining territorial sovereignty. Important for international relations and maintaining peace. (IDK, Unit 4)
  16. Networks connecting producers to consumers, driving trade. Essential for global economic activities and trade relations. (CC, Unit 5)
  17. Complex systems reshaping global economies and trade patterns. Crucial for global trade and economic interdependence. (CC, Unit 5)

35 Clues: Regions prone to flooding, requiring careful planning. Crucial for disaster preparedness and urban planning. (IDK, Unit 2)Shows a young population, affecting future trends. Helps in workforce planning and social services provision. (IDK, Unit 2)...

mathematics crossword 2013-05-14

mathematics crossword crossword puzzle
Across
  1. operators grouped together
  2. size of a surface
  3. represent numbers and quantities in formula
Down
  1. with points,lines,shapes and space
  2. space between two intersecting lines
  3. symbol for a number we don't know yet
  4. ratio of a circle's circumference to its diameter
  5. values of two mathematical expressions
  6. straight line
  7. amount of 3-dimensional space an object occupies

10 Clues: straight linesize of a surfaceoperators grouped togetherwith points,lines,shapes and spacespace between two intersecting linessymbol for a number we don't know yetvalues of two mathematical expressionsrepresent numbers and quantities in formulaamount of 3-dimensional space an object occupiesratio of a circle's circumference to its diameter

chemistry 2013-07-31

chemistry crossword puzzle
Across
  1. a scale for measuring the purity of gold
  2. able to be stretched into wires
  3. A mixture of a non-metal and a metal
  4. the main metal in alloy
  5. an alloy of iron and carbon
Down
  1. a list of all the elements
  2. able to be hammered into new shapes
  3. a mixture of a base metal and small amounts of other elements
  4. shines when polished or freshly cut
  5. shatters when hit

10 Clues: shatters when hitthe main metal in alloya list of all the elementsan alloy of iron and carbonable to be stretched into wiresable to be hammered into new shapesshines when polished or freshly cutA mixture of a non-metal and a metala scale for measuring the purity of golda mixture of a base metal and small amounts of other elements

SJNS FORM 1 TERM 2 DRAMA REVISION 2021-01-07

SJNS FORM 1 TERM 2 DRAMA REVISION crossword puzzle
Across
  1. we play these in drama class
  2. in Drama, everyone has this wild way of thinking
  3. when i engage in Drama it boosts my...
  4. needed to share our feelings
Down
  1. the ability to understand and share the feelings of others
  2. is the process
  3. drama in the Caribbean shapes our _________
  4. means to view
  5. where i write about my feelings in Drama class
  6. one word that describes all of Drama

10 Clues: means to viewis the processwe play these in drama classneeded to share our feelingsone word that describes all of Dramawhen i engage in Drama it boosts my...drama in the Caribbean shapes our _________where i write about my feelings in Drama classin Drama, everyone has this wild way of thinking...

Suji's Spelling Word Cross Puzzle 2017-11-23

Suji's Spelling Word Cross Puzzle crossword puzzle
Across
  1. A person who cuts or shapes your hair
  2. It is a similar saying to "what?" or "excuse me?"
  3. To make a statement
  4. To be very gentle and safe
  5. It is like sadness
Down
  1. To be careful
  2. It is something like a mat
  3. To do something a little bit
  4. It is a book where you write about your day
  5. Finding out the similarities and differences of different things

10 Clues: To be carefulIt is like sadnessTo make a statementIt is something like a matTo be very gentle and safeTo do something a little bitA person who cuts or shapes your hairIt is a book where you write about your dayIt is a similar saying to "what?" or "excuse me?"Finding out the similarities and differences of different things

Principles 2023-10-02

Principles crossword puzzle
Across
  1. Many different things: lots of cars, many shoes
  2. Objects that make the viewer look in a direction
  3. A pattern with a change in it
  4. Equal in proportions
  5. Repeated shapes, colors, or objects
  6. Balanced equally around a circular pattern
Down
  1. Slightly different, but FEELS balanced
  2. Opposites, like black/white, tall/short
  3. The same on both sides of the image
  4. Making ONE thing stand out more than the rest

10 Clues: Equal in proportionsA pattern with a change in itThe same on both sides of the imageRepeated shapes, colors, or objectsSlightly different, but FEELS balancedOpposites, like black/white, tall/shortBalanced equally around a circular patternMaking ONE thing stand out more than the restMany different things: lots of cars, many shoes...

safety shop crossword 2023-09-21

safety shop crossword crossword puzzle
Across
  1. can make holes but you have to hold it
  2. it has two triggers and can cut wood into angles
  3. cuts across and rips the wood again
  4. it can make holes without holding
  5. smoothens the material. ex wood
  6. can make shapes and curves out wood
Down
  1. it's made for driving screws
  2. bending or shaping metal and nail pulling
  3. it cuts wood
  4. puts force on wood or other objects

10 Clues: it cuts woodit's made for driving screwssmoothens the material. ex woodit can make holes without holdingputs force on wood or other objectscuts across and rips the wood againcan make shapes and curves out woodcan make holes but you have to hold itbending or shaping metal and nail pullingit has two triggers and can cut wood into angles