number system Crossword Puzzles

Alegbra 2023-05-08

Alegbra crossword puzzle
Across
  1. a number that divides another number, leaving no remainder
  2. |x|
  3. single numbers, variables, or the product of a number and variables.
  4. the secondary or vertical axis of a system of coordinates, points along which have a value of zero for all other coordinates.
  5. the starting point from where we begin our calculations
  6. a fixed value
  7. a function that has either one or two variables without exponents
  8. Positive or negative, large or small, whole numbers, fractions or decimal numbers
Down
  1. a numerical or constant quantity placed before and multiplying the variable in an algebraic expression
  2. a region/part of a cartesian plane that is obtained when the two axes intersect each other
  3. the principal or horizontal axis of a system of coordinates, points along which have a value of zero for all other coordinates.
  4. A number that can be made as a fraction of two integers
  5. A real number that can NOT be made by dividing two integers
  6. Terms whose variables (such as x or y)
  7. the line is the ratio of the rise to the run, or rise divided by the run

15 Clues: |x|a fixed valueTerms whose variables (such as x or y)A number that can be made as a fraction of two integersthe starting point from where we begin our calculationsa number that divides another number, leaving no remainderA real number that can NOT be made by dividing two integersa function that has either one or two variables without exponents...

AS Semester 1 Recap 2023-11-29

AS Semester 1 Recap crossword puzzle
Across
  1. type of RAM chip that needs to be constantly refreshed.
  2. number of sound samples taken per second. (2 words no space)
  3. requirement to charge a component to retain its electronic state
  4. a lossless file compression technique used to reduce text and photo files in particular
  5. type of RAM chip that uses flip-flops and does not need refreshing
  6. a data structure containing several elements of the same data type.
  7. – type of ROM chip that can be programmed once
  8. the lag in a system
  9. coding system which represents all the languages of the world (first 128 characters are the same as ASCII code).
  10. the identification of parts of a problem that are similar and could use the same solution.(2 words no space)
  11. a list containing several items operating on the first in, first out (FIFO) principle.
  12. the process of breaking a complex problem into smaller parts.
  13. – input device that reads physical data from its surroundings.
  14. primary memory unit that can be written to and read from
Down
  1. number of bits per second that can be transmitted over a network. (2 words no space)
  2. – type of ROM that can be programmed more than once using ultraviolet (UV) light.
  3. number of pixels per column and per row on a monitor or television screen.
  4. base two number system based on the values 0 and 1 only.
  5. method used to reduce the size of a sound file using perceptual music shaping. (2 words no space)
  6. number of video frames that make up a video per second. (2 words no space)
  7. number of pixels per square centimetre.(2 words no space)
  8. a classification attributed to an item of data, which determines the types of value it can take and how it can be used. (2 words no space)
  9. primary memory unit that can only be read from.
  10. a collection of data stored by a computer program to be used again.
  11. contents of a computer memory output to screen or printer. (2 words no space)

25 Clues: the lag in a system– type of ROM chip that can be programmed onceprimary memory unit that can only be read from.type of RAM chip that needs to be constantly refreshed.base two number system based on the values 0 and 1 only.primary memory unit that can be written to and read fromnumber of pixels per square centimetre.(2 words no space)...

Representing Data Within Computers, and bonus bits 2018-03-06

Representing Data Within Computers, and bonus bits crossword puzzle
Across
  1. These gates form the foundations of all modern Computers
  2. A device used to get data into a computer
  3. 11111111 in binary makes (Answer in words)
  4. Four binary bits together
  5. Reverses and input e.g. 1 becomes 0
  6. One binary number on its own
  7. The encoding system that stores Letters within a computer
Down
  1. When you plug together inputs, logic gates and outputs
  2. 8 Binary bits together
  3. 0111 In binary makes (Answer in words)
  4. A device used to get information out of a computer
  5. Another number system that uses pairs of characters to store a binary number e.g. 7B
  6. Where a computer stores data and programs long term
  7. How computers store all types of data in 1s and 0s
  8. 1111 in Binary makes (Answer in words)
  9. Takes two inputs with only one input needing to be a 1 to output 1
  10. Takes two inputs with both of them needing to be 1 to output 1
  11. The brains of a computer, does all processing

18 Clues: 8 Binary bits togetherFour binary bits togetherOne binary number on its ownReverses and input e.g. 1 becomes 00111 In binary makes (Answer in words)1111 in Binary makes (Answer in words)A device used to get data into a computer11111111 in binary makes (Answer in words)The brains of a computer, does all processing...

Representing Data Within Computers, and bonus bits 2018-03-06

Representing Data Within Computers, and bonus bits crossword puzzle
Across
  1. Reverses and input e.g. 1 becomes 0
  2. Takes two inputs with both of them needing to be 1 to output 1
  3. One binary number on its own
  4. The encoding system that stores Letters within a computer
  5. The brains of a computer, does all processing
  6. 11111111 in binary makes (Answer in words)
  7. 0111 In binary makes (Answer in words)
  8. How computers store all types of data in 1s and 0s
  9. Four binary bits together
Down
  1. When you plug together inputs, logic gates and outputs
  2. A device used to get information out of a computer
  3. These gates form the foundations of all modern Computers
  4. Where a computer stores data and programs long term
  5. Another number system that uses pairs of characters to store a binary number e.g. 7B
  6. 1111 in Binary makes (Answer in words)
  7. Takes two inputs with only one input needing to be a 1 to output 1
  8. A device used to get data into a computer
  9. 8 Binary bits together

18 Clues: 8 Binary bits togetherFour binary bits togetherOne binary number on its ownReverses and input e.g. 1 becomes 01111 in Binary makes (Answer in words)0111 In binary makes (Answer in words)A device used to get data into a computer11111111 in binary makes (Answer in words)The brains of a computer, does all processing...

Coding I Review 2024-01-17

Coding I Review crossword puzzle
Across
  1. A method which prints a message to the console
  2. A loop which runs until some statement is no longer true
  3. A loop which runs a given number of times
  4. A statement which runs if some statement is true
  5. A loop which exists within another loop
  6. A storage location containing some value/quantity
  7. A list made up of elements of another list
  8. A number system with two possible options for each digit
  9. A way to combine two or more strings
  10. A statement which runs if some other statement is false
Down
  1. A way to describe code and increase readability
  2. A number system with ten possible options for each digit
  3. A data structure containing a set of elements
  4. Symbols which perform operations (ex. addition, subtraction, etc.)
  5. An expression which returns either 'True' or 'False'
  6. An if-statement which exists within another if-statement
  7. The process of converting a variable's data type to another data type
  8. A data type mainly consisting of letters/characters

18 Clues: A way to combine two or more stringsA loop which exists within another loopA loop which runs a given number of timesA list made up of elements of another listA data structure containing a set of elementsA method which prints a message to the consoleA way to describe code and increase readabilityA statement which runs if some statement is true...

Judicial Branch in a Flash 2016-10-22

Judicial Branch in a Flash crossword puzzle
Across
  1. when an appellate court sends a case back to the trial court
  2. one kind of evidence
  3. number of justices on the Supreme Court
  4. something that goes against the Constitution
  5. type of court that reviews the trial court's decision
  6. type of case about someone accused of committing a crime
  7. group of people who decide a case after hearing the evidence
  8. taking a case through the court system is like an
  9. the first court to hear a case
  10. when an appellate court rejects a verdict
  11. type of trial that has no jury
  12. what a judge wears
  13. type of case relating to peoples' rights
  14. asking an appellate court to review a case
Down
  1. what appellate judges look for when they review a case
  2. this court gets to choose which cases to hear
  3. the Supreme Court's power to decide what is constitutional
  4. the document that created the judicial branch
  5. the lowest court in the federal system
  6. number of court systems in the U.S.
  7. when there is more than one judge, the group of judges is called
  8. when an appellate court upholds a verdict
  9. one kind of evidence
  10. people or things that can prove one side's version of what happened
  11. choosing between the federal or state court system depends on the ___ involved in the case
  12. what an appellate court does with a case
  13. court system that deals with United States laws
  14. court system that deals with state laws

28 Clues: what a judge wearsone kind of evidenceone kind of evidencethe first court to hear a casetype of trial that has no jurynumber of court systems in the U.S.the lowest court in the federal systemnumber of justices on the Supreme Courtcourt system that deals with state lawswhat an appellate court does with a casetype of case relating to peoples' rights...

Test 2021-05-17

Test crossword puzzle
Across
  1. /an algebraic expression of the sum or the difference of two terms.
  2. /joined together especially in pairs
  3. /a numerical or constant quantity placed before and multiplying the variable in an algebraic expression.
  4. number /a number that can be expressed in the form a + bi, where a and b are real numbers
  5. /a single mathematical expression. It may be a single number (positive or negative), a single variable a letter.
  6. /Numbers that correspond to points on a graph in the form (x , y).
  7. /An expression is a sentence with a minimum of two numbers and at least one math operation.
  8. /Both capacity and volume are used to measure three-dimensional spaces.
  9. /a statement that the values of two mathematical expressions are equal
  10. /the branch of mathematics dealing with the relations of the sides and angles of triangles and with the relevant functions of any angles.
Down
  1. /The y-axis is the vertical number line on a rectangular coordinate system.
  2. /A sentence that states one expression is greater than or equal to, less than, less than or equal to another expression
  3. /a constant is a number on its own, or sometimes a letter such as a, b or c to stand for a fixed number.
  4. /The relationship between two sets (e.g., sets of numbers) in which each element of one set has one assigned element in the other set.
  5. /The number of times the base occurs as a factor.
  6. /A mathematical sentence
  7. /a symbol (usually a letter) standing in for an unknown numerical value in an equation.
  8. /The likelihood of an event happening.
  9. /The incline of a line, defined by the ratio of the change in units on the vertical axis to the change in one unit on the horizontal axis.
  10. /The x-axis is the horizontal number line on a rectangular coordinate system.

20 Clues: /A mathematical sentence/joined together especially in pairs/The likelihood of an event happening./The number of times the base occurs as a factor./Numbers that correspond to points on a graph in the form (x , y)./an algebraic expression of the sum or the difference of two terms./a statement that the values of two mathematical expressions are equal...

Data Representation 2024-12-18

Data Representation crossword puzzle
Across
  1. Reduces sound file size by removing inaudible sounds.
  2. A character set that includes characters for all global languages.
  3. When a calculation produces a value too large for the computer to handle.
  4. The number of bits used to store the colours of a pixel.
  5. The basic unit of computing, either 0 or 1.
  6. A lossy compression format for videos and multimedia files.
  7. A lossy compression format for music files.
  8. (RLE) A lossless compression method for text and images.
  9. A way to represent negative binary numbers, where the leftmost bit is negative.
  10. A standard set of characters used in computers.
  11. A language used to design web pages and handle tasks like assigning colors using hexadecimal codes.
  12. A unique address for a device on a network, either v4 or v6.
  13. The number of bits used to store the smallest unit of sound.
  14. A hexadecimal message from the computer indicating an error.
  15. A unique identifier for a device on a network.
  16. A lossy image compression format that removes details the human eye can’t notice.
  17. Reduces file size by removing some data permanently, like in JPEG or MP3.
  18. The number of pixels per inch in an image.
Down
  1. A number system using only 0 and 1.
  2. Reduces file size while keeping all data intact, like RLE.
  3. Shifting bits left or right in a register, replacing empty spaces with zeroes.
  4. A collection of characters a computer recognizes and uses.
  5. A base16 number system using digits 09 and letters AF.
  6. An image made of tiny squares called pixels.
  7. Reducing file size by removing unnecessary data.
  8. The amount of data that a network can transfer per second.
  9. The number of bits used to measure sound amplitude (bit depth).
  10. The number of pixels in an image, like 1920 × 1080.
  11. The number of sound samples recorded per second.
  12. The smallest element of an image.
  13. When zooming into an image makes individual pixels visible.

31 Clues: The smallest element of an image.A number system using only 0 and 1.The number of pixels per inch in an image.The basic unit of computing, either 0 or 1.A lossy compression format for music files.An image made of tiny squares called pixels.A unique identifier for a device on a network.A standard set of characters used in computers....

Real Number Crossword 2022-02-23

Real Number Crossword crossword puzzle
Across
  1. a number that has a fixed value
  2. 8-8=0
  3. the system of rational and irrational numbers
  4. two operations that are put on a number that results in the original number
  5. 9+0=9
  6. can't be written as a fraction of integers
  7. any number that is positive or negitive and doesn't have any values in the decimal
  8. a symbol for a number that is not known yet
  9. an expression that includes one or more variable
  10. a quotent of two integers
Down
  1. 7(1/7)=0
  2. 6(1)=6
  3. a decimal that has the same numbers repeating indefinitely
  4. any integer that is 0 or above
  5. (5+6)+9=5+(9+6)
  6. two numbers that are being compared by a greater than or less than symbol
  7. a number that divides evenly into another number
  8. a number that is not the result of squaring an integer with itself
  9. a number that has values in the decimal places
  10. a number that makes another number when it is multiplied by itself
  11. a decimal that has an end
  12. a number that is a product of two of the same integer
  13. a number that is being multiplied by a variable
  14. the distance from 0
  15. 6(4+5)=24+30
  16. can be written as a fraction of integers
  17. (3+5)=(5+3)
  18. the ratio of a circle's circumference to its diameter
  19. any integer that is above 0

29 Clues: 8-8=09+0=96(1)=67(1/7)=0(3+5)=(5+3)6(4+5)=24+30(5+6)+9=5+(9+6)the distance from 0a decimal that has an enda quotent of two integersany integer that is above 0any integer that is 0 or abovea number that has a fixed valuecan be written as a fraction of integerscan't be written as a fraction of integersa symbol for a number that is not known yet...

Judicial Branch 2016-04-12

Judicial Branch crossword puzzle
Across
  1. Number of court systems in the U.S.
  2. Type of case about someone accused of committing a crime
  3. When an appellate court rejects a verdict
  4. When an appellate court upholds a verdict
  5. Something that goes against the Constitution
  6. The lowest court in the federal system
  7. What appellate judges look for when they review a case
  8. Type of case relating to peoples’ rights
  9. The first court to hear a case
  10. This court gets to choose which cases to hear
  11. Court system that deals with United States laws
  12. One kind of evidence
  13. When there is more than one judge, the group of judges is called
Down
  1. Type of court that reviews the trial court’s decision
  2. What a judge wears
  3. Taking a case through the court system is like an
  4. When an appellate court sends a case back to the trial court
  5. Number of justices on the Supreme Court
  6. Choosing between the federal or state court system depends on the __involved in the case
  7. Type of trial that has no jury
  8. Group of people who decide a case after hearing evidence
  9. The Supreme Court’s power to decide what is constitutional
  10. What an appellate court does with a case
  11. The document that created the judicial branch
  12. People or things that can prove one side’s version of what happened
  13. One kind of evidence
  14. Asking an appellate court to review a case
  15. Court system that deals with state laws

28 Clues: What a judge wearsOne kind of evidenceOne kind of evidenceType of trial that has no juryThe first court to hear a caseNumber of court systems in the U.S.The lowest court in the federal systemNumber of justices on the Supreme CourtCourt system that deals with state lawsWhat an appellate court does with a caseType of case relating to peoples’ rights...

BODY SYSTEMS CROSSWORD PUZZLE 2020-01-15

BODY SYSTEMS CROSSWORD PUZZLE crossword puzzle
Across
  1. for every thousand red blood cells you have _____ white blood cells
  2. another name for the large intestine
  3. used to cool our skin
  4. this lung is bigger
  5. lining in the stomach to protect it from acid
  6. valve in our body that opens to let food enter our intestines
  7. chemical your body makes from the food you eat
  8. approximately how many muscles in yoru body
  9. tiny passages in our lungs
  10. moves bones
  11. take blood away from your heart
  12. number of chambers in your hear
  13. largest organ in the nervous system
  14. anchor bones to muscles
  15. number of bones in your spine
  16. largest organ in the human body
  17. heart is a muscle and a _____
  18. nerve that makes your heart pump
  19. spinal cord and brain are protected by this
Down
  1. where blood cells are produced
  2. first thing to break down food
  3. tube in your respiratory system
  4. walking is this type of brain process
  5. stuff we make in our stomachs that our body digests
  6. _____ have the largest brain of all animals
  7. tube in your respiratory system
  8. the muscle that bends a joint
  9. food plus _____ makes energy
  10. balance is this type of brain process
  11. pumps your blood
  12. pigment in our skin
  13. brain sends messages through the ____ nervous system
  14. central nervous system consists of brand and __
  15. branch on a neuron
  16. approximately how many bones in your body
  17. tube in the digestive system

36 Clues: moves bonespumps your bloodbranch on a neuronthis lung is biggerpigment in our skinused to cool our skinanchor bones to musclestiny passages in our lungsfood plus _____ makes energytube in the digestive systemthe muscle that bends a jointnumber of bones in your spineheart is a muscle and a _____where blood cells are produced...

All About the Judicial Branch 2020-06-16

All About the Judicial Branch crossword puzzle
Across
  1. One kind/type of evidence
  2. When an appellate court sends a case back to the trial court
  3. Choosing between the federal or state court system depends on the ___ involved in the case
  4. The Supreme Court's power to decide what is constitutional
  5. One kind of evidence
  6. The lowest court in the federal system
  7. Number of court systems in the U.S
  8. Type of case about someone accused of committing a crime
  9. People or things that can prove one side’s version of what happened
  10. Court system that deals with United States laws
  11. Type of court that reviews the trail court's decision
  12. When an appellate court rejects a verdict
  13. Asking an appellate court to review a case
  14. What judges wears
Down
  1. Type of trial that has no jury
  2. This court gets to choose which cases to hear
  3. When an appellate court upholds a verdict
  4. Something that goes against the Constitution
  5. The document that created the Judicial Branch
  6. What appellate judges look for when they review a case
  7. When there is more than one judge, the group of judges is called a
  8. Number of justices on the Supreme Court
  9. The first court to hear a case
  10. The Court system that deals with state laws
  11. The type of case relating to peoples rights
  12. What an appellate court does with a case
  13. Taking a case through the court system is like an

27 Clues: What judges wearsOne kind of evidenceOne kind/type of evidenceType of trial that has no juryThe first court to hear a caseNumber of court systems in the U.SThe lowest court in the federal systemNumber of justices on the Supreme CourtWhat an appellate court does with a caseWhen an appellate court upholds a verdict...

Judicial Branch in a Flash 2017-07-01

Judicial Branch in a Flash crossword puzzle
Across
  1. choosing between the federal or state court system depends on the ___ involved in the case
  2. when an appellate court rejects a verdict
  3. one kind of evidence
  4. group of people who decide a case after hearing the evidence
  5. type of trial that has no jury
  6. type of case about someone accused of committing a crime
  7. something that goes against the Constitution
  8. what a judge wears
  9. court system that deals with state laws
  10. what appellate judges look for when they review a case
  11. number of justices on the Supreme Court
  12. what an appellate court does with a case
  13. asking an appellate court to review a case
  14. the documet that created the judicial branch
  15. taking a case through the court system is like an
  16. when an appellate court upholds a verdict
Down
  1. when there is more than one judge, the group of judges is called
  2. people or things that can prove one side's version of what happened
  3. court system that deals with United States laws
  4. the lowest court in the federal system
  5. the first court to hear a case
  6. the Supreme Court's power to decide what is constitutional
  7. type of court that reviews the trial court's decision
  8. this court gets to choose which cases to hear
  9. when an appellate court sends a case back to the trial court
  10. one kind of evidence
  11. number of court systems in the U.S.
  12. type of case relating to peoples' rights

28 Clues: what a judge wearsone kind of evidenceone kind of evidencethe first court to hear a casetype of trial that has no jurynumber of court systems in the U.S.the lowest court in the federal systemcourt system that deals with state lawsnumber of justices on the Supreme Courtwhat an appellate court does with a casetype of case relating to peoples' rights...

Judicial Branch in a Flash 2019-03-20

Judicial Branch in a Flash crossword puzzle
Across
  1. Asking an appellate court to review a case
  2. Number of court systems in the U.S.
  3. Type of case about someone accused of committing a crime
  4. Something that goes against the Constitution
  5. This court gets to choose which cases to hear
  6. Taking a case through the court system is like an
  7. The first court to hear a case
  8. When an appellate court rejects a verdict
  9. Number of justices on the Supreme Court
  10. One kind of evidence
  11. Court system that deals with state laws
  12. Type of court that reviews the trial court’s decision
  13. Group of people who decide a case after hearing the evidence
  14. Choosing between the federal or state court system depends on the ___ involved in the case
Down
  1. Type of case relating to peoples’ rights
  2. The Supreme Court’s power to decide what is constitutional
  3. When an appellate court upholds a verdict
  4. When an appellate court sends a case back to the trial court
  5. One kind of evidence
  6. The lowest court in the federal system
  7. The document that created the judicial branch
  8. What an appellate court does with a case
  9. What appellate judges look for when they review a case
  10. People or things that can prove one side’s version of what happened
  11. Type of trial that has no jury
  12. What a judge wears
  13. Court system that deals with United States laws
  14. When there is more than one judge, what the group of judges is called

28 Clues: What a judge wearsOne kind of evidenceOne kind of evidenceType of trial that has no juryThe first court to hear a caseNumber of court systems in the U.S.The lowest court in the federal systemNumber of justices on the Supreme CourtCourt system that deals with state lawsType of case relating to peoples’ rightsWhat an appellate court does with a case...

2.4 Project 2021-12-16

2.4 Project crossword puzzle
Across
  1. What do we obtain when we extend the factor theorem to include both real and imaginary zeros and apply the fundamental theorem of Algebra.
  2. When a polynomial function is being factored over the complex number system, the function can be written as the product of only _____ factors.
  3. When a function’s factored form has a quadratic factor, then it has _____ zeros
  4. Tells us the polynomial function’s leading coefficient and the constant term with integer coefficients can be used to list all the possible rational zeros.
  5. What are all real numbers also called?
  6. How many variations does g(-x) have?
  7. Have no common factor other than positive and equal to 1.
  8. Every polynomial function of degree n>0 with real ______ can be written as the product of linear factors and irreducible quadratic factors.
  9. A quadratic formula is irreducible over ____ when it has real coefficients but no real zeros associated with it.
  10. This rule gives us information about the polynomial’s variation in sign.
Down
  1. What is this an example of? g(x)=4
  2. What is the term when a polynomial equation in one variable with real coefficients has a root of the form a + bi.
  3. What is the real zero if x<a?
  4. What types of zero will sometimes be repeated in a function?
  5. What is the real zero if x>b?
  6. This theorem allows us to improve our statement about the number of zeros for the nth degree
  7. Are equal to the number of variations in sign of f(x) or less than that number.
  8. It’s the same as the number of variations in sign of f (-x) or less than that number by some even number.
  9. Who wrote the Discourse on Method?
  10. A polynomial function where degree n has exactly n zeros in the complex number system.
  11. Linear _______ Theorem works by extending the Factor theorem to include both real and imaginary zeros and applying the Fundamental Theorem of Algebra.

21 Clues: What is the real zero if x<a?What is the real zero if x>b?What is this an example of? g(x)=4Who wrote the Discourse on Method?How many variations does g(-x) have?What are all real numbers also called?Have no common factor other than positive and equal to 1.What types of zero will sometimes be repeated in a function?...

2.4 Project 2021-12-16

2.4 Project crossword puzzle
Across
  1. What do we obtain when we extend the factor theorem to include both real and imaginary zeros and apply the fundamental theorem of Algebra.
  2. When a polynomial function is being factored over the complex number system, the function can be written as the product of only _____ factors.
  3. When a function’s factored form has a quadratic factor, then it has _____ zeros
  4. Tells us the polynomial function’s leading coefficient and the constant term with integer coefficients can be used to list all the possible rational zeros.
  5. What are all real numbers also called?
  6. How many variations does g(-x) have?
  7. Have no common factor other than positive and equal to 1.
  8. Every polynomial function of degree n>0 with real ______ can be written as the product of linear factors and irreducible quadratic factors.
  9. A quadratic formula is irreducible over ____ when it has real coefficients but no real zeros associated with it.
  10. This rule gives us information about the polynomial’s variation in sign.
Down
  1. What is this an example of? g(x)=4
  2. What is the term when a polynomial equation in one variable with real coefficients has a root of the form a + bi.
  3. What is the real zero if x<a?
  4. What types of zero will sometimes be repeated in a function?
  5. What is the real zero if x>b?
  6. This theorem allows us to improve our statement about the number of zeros for the nth degree
  7. Are equal to the number of variations in sign of f(x) or less than that number.
  8. It’s the same as the number of variations in sign of f (-x) or less than that number by some even number.
  9. Who wrote the Discourse on Method?
  10. A polynomial function where degree n has exactly n zeros in the complex number system.
  11. Linear _______ Theorem works by extending the Factor theorem to include both real and imaginary zeros and applying the Fundamental Theorem of Algebra.

21 Clues: What is the real zero if x<a?What is the real zero if x>b?What is this an example of? g(x)=4Who wrote the Discourse on Method?How many variations does g(-x) have?What are all real numbers also called?Have no common factor other than positive and equal to 1.What types of zero will sometimes be repeated in a function?...

Chapter 3 Vocab 2018-10-15

Chapter 3 Vocab crossword puzzle
Across
  1. same set of variables
  2. same number of rows and columns
  3. a system of equations that has 1 ordered pair
  4. the process of finding the min or max values
  5. any rectangular array of variables
  6. a square array of numbers or variables enclosed between parallel lines
  7. a set of inequalities with the same variable
  8. 3x3 matrix
  9. intersection of groups in a system on constraints
  10. no ordered pair
  11. a matrix form used to represent
  12. exactly one solution
  13. a system of inequalities that forms an open region
  14. square matrix when multiplied by another matrix = same matrix
  15. finding the determinant of a third-order matrix
Down
  1. every element is zero
  2. determinants to solve a system of liner equations
  3. when the graph of a system of constraints is a polygonal region
  4. only the coefficient of a system of equations
  5. a constant
  6. eliminate of of the variables
  7. a method of solving with substitution
  8. the 2x2 matrix
  9. a matrix that has only one row
  10. to seek the optional price or amount
  11. constants of a system
  12. a system of equations that has infinite
  13. often expressed as linear inequalities
  14. contains of variable of a system of equation
  15. to functions of f and g

30 Clues: a constant3x3 matrixthe 2x2 matrixno ordered pairexactly one solutionevery element is zerosame set of variablesconstants of a systemto functions of f and geliminate of of the variablesa matrix that has only one rowsame number of rows and columnsa matrix form used to representany rectangular array of variablesto seek the optional price or amount...

PC PRO Chap 9 Key Terms 2020-03-06

PC PRO Chap 9 Key Terms crossword puzzle
Across
  1. The plastic casing around an electronic device's screen.
  2. A mobile communications standard used by 5G.
  3. A feature that measures the vertical and horizontal orientation of the device.
  4. A port on a mobile device that enables devices to exchange data without using cables.
  5. A troubleshooting tool that identifies issues in installed apps.
  6. A system power state where they system appears to be off, but volatile memory is refreshed and some components remain powered so the computer can wake up quickly if it receives input from a keyboard, LAN, or USB device.
  7. A troubleshooting tool for Wi-Fi connectivity issues that identifies the number of broadcasting APs, displays the signal strength and channel of each wireless network, and obtains wireless network information such as the network type, data activity, and service provider.
  8. A semiconductor device that emits light when an electric current passes through it.
  9. A physical location where you can obtain wireless Internet access using a wireless local area network (WLAN) with a router connected to an internet service provider.
  10. Connecting one device to another.
  11. A power supply that converts DC power from a computer to AC power for a screen.
  12. The package file format used by the Android operating system for the distribution and installation of mobile apps and middleware.
  13. A unique number given to every single mobile phone. The number is typically found behind the battery.
Down
  1. A proprietary computer bus and power connector created by Apple Inc. to replace its previous proprietary 30-pin dock connector.
  2. A mobile virtual private network (mobile VPN) provides mobile devices with access to network resources and software applications on their home network when they connect using other wireless or wired networks.
  3. A wireless technology standard for exchanging data over short distances from fixed and mobile devices and for building personal area networks (PANs).
  4. A troubleshooting tool for cellular network connectivity issues that reports signal strength, interference number of cell towers in the area, the location of each cell tower, and mobile network information such as the network type, data activity, and service provider.
  5. A set of software development tools that allows the creation of applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar development platform.
  6. Detects the physical movements of the tablet by measuring its linear acceleration in one dimension.
  7. The light that illuminates an LCD screen so that images on the screen are visible.
  8. A telecommunications interface standard used on an Integrated Services Digital Network (ISDN) to carry multiple DS0 voice and data transmissions between the network and a user.
  9. A database residing in a wireless device that contains information used during the system selection and acquisition process.
  10. An electronic display system that switches pixels on and off using liquid crystals that rotate polarized light.
  11. A space-based navigation system that provides location and time information in all weather conditions anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.
  12. A system power state where the system appears to be off and power consumption is reduced to a lower level.
  13. A unique identifier that defines a subscriber in the wireless world, including the country and mobile network to which the subscriber belongs. The IMSI is one of the pieces of information stored on a SIM card.

26 Clues: Connecting one device to another.A mobile communications standard used by 5G.The plastic casing around an electronic device's screen.A troubleshooting tool that identifies issues in installed apps.A feature that measures the vertical and horizontal orientation of the device....

Maths Crossword 2021-06-18

Maths Crossword crossword puzzle
Across
  1. The _____ is the horizontal plane of a graph in a Cartesian coordinate system.
  2. 0 is not a _____ number
  3. Root 2 is an example of ______
  4. ____ numbers are the numbers which include both rational and irrational numbers.
  5. In a Cartesian coordinate system, the _____ is the point where the axes of the system intersect.
Down
  1. (3,0 ) is on _____
  2. _______ is the region enclosed by the intersection of the X-axis and the Y-axis.
  3. ____ numbers can be written in the for of p/q where q in not equal to 0
  4. A decimal number such as 1.18181818... can be written as 0.18 ____
  5. A ______ decimal contains a finite number of digits after the decimal point.
  6. '√' symbol denotes for ____

11 Clues: (3,0 ) is on _____0 is not a _____ number'√' symbol denotes for ____Root 2 is an example of ______A decimal number such as 1.18181818... can be written as 0.18 ________ numbers can be written in the for of p/q where q in not equal to 0A ______ decimal contains a finite number of digits after the decimal point....

Key Concepts 2014-01-09

Key Concepts crossword puzzle
Across
  1. is a monomial or the sum of monomials.
  2. if a function is defined by an equation using the variables x and y, where y represents output values.
  3. is rewriting an expression as the product of its factors.
  4. A real number, X, written [X],is its distance from 0 on the number line.
  5. is a nonvertical line is the ratio of the vertical change to the ratio of the vertical change to the horizontal change between points.
  6. is any nuumber of any number of the form a+bi, where A and B are real numbers and b=0.
  7. if a=0 and b not = to 0, the number a+bi.
  8. is a term with no variable.
  9. in this experiment you divide the sample into 2 groups. you impose a treatment on one group but not the other"control" group.
  10. Are number pairs of the form a+{b and a-{b are conjugates.
  11. is a system that have the same solutions.
  12. is a radical equation in which the radical has index 2.
  13. is a set of 2 or more linear equations that use the same variables.
  14. a system of linear equations that has a unique solution is an independent system.
  15. is x= -b plus or minus root b squared minus 4ac divided by 2a.
  16. a rule that represents an output value in terms of an input value.
  17. is the set of all inputs, or X-Cordinates, of the ordered pairs.
  18. is y=mx+b,where M is the slope and B is the y-intercept.
  19. is aststement that two algebriac expressions are equal.
  20. number pairs of the form a+bi and a-bi.
  21. is either a real number, a variable or a product of real numbers and variables with whole numbers and varaibles with whole number exponent.
Down
  1. a system of equations that doesnot have a unique solution.
  2. is the graph of a quadratic function.
  3. a graph of a function describes the directions of the graph as you move to the left and to the right, away from the origin.
  4. is an equation that has a variable in a radicand or has a variable with a rational exponent.
  5. is a set of 2or more equations using the same variables.
  6. if the product of 2 or more factors is 0,thenone of the factors must be zero.
  7. is a trinomial that is the square of a binomial.
  8. a polynomial in the variable x defines a polynomial function of x.
  9. if f is the name of a function, the function notation f(x) shows the function name F and also represents the range value f(x) for domain value X.
  10. is a quantity whose value doesnot change
  11. it has a unique solution is an independent system.
  12. is a set of values for the variables that makes all the equations true.
  13. is a function that you can write in the form f(x)=ax2+bx+c with a=0.
  14. is y-y1=m(x-x1), where M is the slope of the line and (x1,y1)is a point on the line.
  15. with a radical sign,it indicates the degree of the root.

36 Clues: is a term with no variable.is the graph of a quadratic function.is a monomial or the sum of monomials.number pairs of the form a+bi and a-bi.is a quantity whose value doesnot changeif a=0 and b not = to 0, the number a+bi.is a system that have the same solutions.is a trinomial that is the square of a binomial....

Criminal Justice System 2023-08-11

Criminal Justice System crossword puzzle
Across
  1. created the judicial branch (along with legislative & executive
  2. review procedures/decisions in the trial court to make sure the trial was fair/law was properly applied
  3. works with Victim/Witness to prepare witnesses for trial; and represent the state at all criminal court proceedings
  4. ensures the laws of his/her jurisdiction are followed and that procedures and parties follow the law
  5. the highest court in the federal system
  6. process in which judges are placed in office in MN
  7. represents the defendant in all criminal court proceedings
  8. process in which federal judges are placed in office
  9. type of case that deals with an individual's private rights (like divorce)
  10. number of courts above the US Supreme Court
Down
  1. type of case when someone is accused of committing a crime
  2. this level of the court system addresses United States laws
  3. typically first responders who also are tasked with investigating crimes
  4. MN has 10 of these types of court, Hennepin County is the 4th one
  5. number of Supreme Court Justices
  6. number of US appeals courts
  7. level of court system that typically has state Supreme Courts
  8. duties include conducting a pre-sentence investigation (PSI) which documents the offender’s history to assist the judge in determining an appropriate sentence

18 Clues: number of US appeals courtsnumber of Supreme Court Justicesthe highest court in the federal systemnumber of courts above the US Supreme Courtprocess in which judges are placed in office in MNprocess in which federal judges are placed in officetype of case when someone is accused of committing a crime...

Acoustics and Structures Review 2019-10-04

Acoustics and Structures Review crossword puzzle
Across
  1. If the coefficient of absorption is more than 0.2 the material will ______ noise
  2. What increases as wavelength decreases
  3. Static loads acting downward on a structure
  4. The reaction of a material to stresses stretching or pulling on a material along the direction of its length
  5. A measure for rating the speech privacy performance of a ceiling in an open plan environment
  6. The reduction of the magnitude of a sound
  7. The prolongation of sound as it repeatedly bounces off hard surfaces
  8. Shortening or pushing together of a material resulting in a reduction in size or volume
  9. A number system to rate a ceilings efficiency as a barrier to sound intrusion between two closed rooms
  10. If the coefficient of absorption is less than 0.2 the material will _______ noise.
Down
  1. Doubling materials will only reduce the noise level by how many decibels
  2. Loads that change over time, gradually
  3. A building's vertical extension above ground
  4. The difference in decibels between the sound in source room to sound in receiving room. The loss through a barrier.
  5. Loads applied suddenly to a structure
  6. What does the "A" in "AC" stand for?
  7. The number of decibels that is the threshold of human hearing
  8. What does the "C" in "NRC" stand for?
  9. Reverberation time is the time it takes for sound level to decrease by how many decibels after the source has stopped producing sound
  10. What does the "C" in "STC" stand for?
  11. A single number rating system of how well a material absorbs sound
  12. The perpendicular distance a beam is bent down when a load is placed on it
  13. Number system used to evaluate the transmission loss of the assembly

23 Clues: What does the "A" in "AC" stand for?Loads applied suddenly to a structureWhat does the "C" in "NRC" stand for?What does the "C" in "STC" stand for?Loads that change over time, graduallyWhat increases as wavelength decreasesThe reduction of the magnitude of a soundStatic loads acting downward on a structure...

Computer science 2025-08-27

Computer science crossword puzzle
Across
  1. Detailed examination of the elements or structure of something.
  2. A precise step by step set of instructions for a computer to solve a problem
  3. A collection of raw facts and figures that can be manipulated to be understood by a computer
  4. language A low level computer language
  5. The mathematical operation of splitting A quantity into equal parts
  6. When computer hardware has become more powerful in a smaller package at a lower cost.
  7. An early form of a calendar or astrological calculator
  8. Gen Required large specially built rooms, were built using things such as vacuum tubes, a magnetic drum, magnetic tape drives
  9. A digit in the binary number system; a 0 or a 1
  10. voltage signal An electrical charge representing the binary digit 0
  11. A value less than 0, with a sign opposite to its positive counterpart
  12. gen This generation was characterized by ICs
  13. A unit of an abstract mathematical system subject to the laws of arithmetic
  14. The first programmer
  15. drives Sequential storage devices
  16. A technique for isolating program pieces by eliminating the ability for one piece to access the information in another.
  17. The process of using arithmetic to express and perform mathematical equations.
  18. The collection of programs that provide the instructions that a computer carries out.
  19. Transforming data between different numerical processes
  20. Also known as A pc.
  21. Base 16
  22. The number of circuits that could be placed on a single integrated circuit was an observation
  23. A system of expressing numbers in which the digits are arranged in succession.
Down
  1. The number 0 and any number obtained by repeatedly adding 1 to it
  2. The collection of physical elements that make up the machine
  3. The base-2
  4. Also known as ICs, these were solid pieces of silicon that contained transistors.
  5. A dynamic entity used to solve problems and interact with its environment
  6. Base 8
  7. Used to store information for commercial computers in the first generation
  8. System representation uses 7 lights to represent 10 decimal digits.
  9. An integer or the quotient of two integers.
  10. Eight binary digits
  11. A natural number, a negative of a natural number or zero.
  12. A mental model, a way to think about something
  13. A method of representing quantities using symbols
  14. gen The creation of the transistor started the wave of the gen of computers
  15. voltage signal The basis of how computers communicate on a hardware level.
  16. A system of writing to express numbers
  17. Computer recourses under the control of a computer
  18. A binary digit
  19. A mechanical adding machine, used to take the census every ten years in the U.S
  20. Calculates the product of two numbers by performing repeated addition.
  21. Tiny donut shaped devices each capable of storing one bit of information
  22. This generation was characterized by Large-scale Intergration.
  23. The branch of mathematics dealing with properties and manipulation of numbers
  24. Pieces of information in short term memory or at one time.
  25. Specifies the number of digits used in the system.
  26. A group of one or more bytes
  27. Linked pieces of large programs together.

50 Clues: Base 8Base 16The base-2A binary digitEight binary digitsAlso known as A pc.The first programmerA group of one or more bytesA system of writing to express numbersdrives Sequential storage deviceslanguage A low level computer languageLinked pieces of large programs together.An integer or the quotient of two integers....

Systems of Equations Crossword 2019-05-17

Systems of Equations Crossword crossword puzzle
Across
  1. the answer to a system of equations that gives an x and y value
  2. two or more equations with an unknown x and y value that can fit in to both equations and make them true.
  3. The solution to a system of equations that has endless possibilities or is always intersecting on the line
  4. You have 15 dumbells and they are either 5 pounds or 8 pounds, all together they make 90 pounds, how many 5 pound and 8 pound dumbells are there.
  5. you can use this to find the solution to two systems of equations that have opposite coefficients, you just have to add the equations together.
  6. an unknown number that is either independent or dependent and in the form of a letter, word, or sign.
  7. a form of equation that has x times a number plus y times a number to get another number that is either unknown or known.
Down
  1. The solution to a system of equations that has no possible point of intersection and has two integers that never can be equal
  2. a form of equation that has a y equals and then a number times x as the slope and an intercept that is added or subtracted.
  3. A way that you can solve for a system of equations by graphing two equations that have a point on the graph that either has infinite solutions, no solutions, or one solution.
  4. another way that you can use to find the answer for a system of equations, you have to find an equation for the x or y value and then substitute it into another equation.
  5. A solution to a system of equations that contains two or more coordinates on the graph forming a line.

12 Clues: the answer to a system of equations that gives an x and y valuean unknown number that is either independent or dependent and in the form of a letter, word, or sign.A solution to a system of equations that contains two or more coordinates on the graph forming a line....

Number-Related Terms 2023-09-21

Number-Related Terms crossword puzzle
Across
  1. A number divisible by 2 without a remainder.
  2. A number not divisible by 2, leaving a remainder.
  3. A symbol or word representing a number.
  4. The result of dividing one number by another.
  5. A number written in the base-10 system, with a decimal point separating the whole and fractional parts.
  6. The result of multiplying two or more numbers together.
  7. A single numerical symbol (0-9).
  8. The process of repeated addition.
Down
  1. A number that indicates how many times a base number is multiplied by itself.
  2. A number divisible only by 1 and itself.
  3. A number that divides another number without leaving a remainder.
  4. The process of splitting a quantity into equal parts.
  5. The result of adding two or more numbers together.
  6. The process of finding the total when numbers are combined.
  7. The process of finding the difference between two numbers.

15 Clues: A single numerical symbol (0-9).The process of repeated addition.A symbol or word representing a number.A number divisible only by 1 and itself.A number divisible by 2 without a remainder.The result of dividing one number by another.A number not divisible by 2, leaving a remainder.The result of adding two or more numbers together....

System of Equations crossword puzzle 2019-05-19

System of Equations crossword puzzle crossword puzzle
Across
  1. The answer to a system of equations that gives an x and y value
  2. an unknown number that is either independent or dependent and in the form of a letter, word, or sign.
  3. You have 15 dumbells and they are either 5 pounds or 8 pounds, all together they make 90 pounds, how many 5 pound and 8 pound dumbells are there.
  4. A solution to a system of equations that contains two or more coordinates on the graph forming a line.
  5. another way that you can use to find the answer for a system of equations, you have to find an equation for the x or y value and then substitute it into another equation.
Down
  1. The solution to a system of equations that has endless possibilities or is always intersecting on the line
  2. a form of equation that has a y equals and then a number times x as the slope and an intercept that is added or subtracted.
  3. The solution to a system of equations that has no possible point of intersection and has two integers that never can be equal
  4. a form of equation that has x times a number plus y times a number to get another number that is either unknown or known.
  5. A way that you can solve for a system of equations by graphing two equations that have a point on the graph that either has infinite solutions, no solutions, or one solution.
  6. two or more equations with an unknown x and y value that can fit in to both equations and make them true.
  7. you can use this to find the solution to two systems of equations that have opposite coefficients, you just have to add the equations together.

12 Clues: The answer to a system of equations that gives an x and y valuean unknown number that is either independent or dependent and in the form of a letter, word, or sign.A solution to a system of equations that contains two or more coordinates on the graph forming a line....

Algebra 2022-05-18

Algebra crossword puzzle
Across
  1. The set of all possible inputs for a function
  2. numerical quantity that is not a whole number
  3. value/values that make the equation true
  4. unknown numerical value
  5. a straight line
  6. a factor of a number when multiples by itself, gives oh number
  7. a number that divides another number or expression evenly
  8. each angular point of a
  9. expression involving one or more car
  10. First, out, inner, last
  11. statement meaning greater/less than or equal to
  12. dots used to represent
  13. mathematical representation that describes points and lines
  14. a transformation which is used to resize the object
  15. any number that can be written as a ratio of 2 integers
Down
  1. expression of the sun of 2 terms
  2. A line on the graph that describes both the direction
  3. sliding/moving a shape
  4. numbers that are not expressed as the ratio of 2 integers
  5. a value or number that never changes
  6. horizontal axis of a system of coordinates
  7. quantity representing power to a given number
  8. A plane curve formed by an intersection of a cone with a plane parallel to its side
  9. symbol used to indicate a root
  10. the same

25 Clues: the samea straight linesliding/moving a shapedots used to representunknown numerical valueeach angular point of aFirst, out, inner, lastsymbol used to indicate a rootexpression of the sun of 2 termsa value or number that never changesexpression involving one or more carvalue/values that make the equation true...

Numbers and Days 2024-12-01

Numbers and Days crossword puzzle
Across
  1. The number of seasons in a year.
  2. The number of sides on a dice.
  3. The second day of the week, often considered a productive day.
  4. The middle day of the work week, sometimes called "hump day."
  5. The number of fingers on one hand.
  6. The number of eyes most people have.
  7. The number of fingers on both hands combined.
  8. The day before Friday, when people often begin to look forward to the weekend.
Down
  1. The last day of the work week, often associated with celebrations or relaxation.
  2. The number of fingers you have on one hand.
  3. The number of planets in our solar system (before Pluto was reclassified).
  4. The number of days in a week.
  5. The first day of the week when the work or school week begins.
  6. The number of legs on an octopus.
  7. The number of legs on a tripod.

15 Clues: The number of days in a week.The number of sides on a dice.The number of legs on a tripod.The number of seasons in a year.The number of legs on an octopus.The number of fingers on one hand.The number of eyes most people have.The number of fingers you have on one hand.The number of fingers on both hands combined....

Solar System, Earth, and Life Crossword Puzzle 2021-08-23

Solar System, Earth, and Life Crossword Puzzle crossword puzzle
Across
  1. The thickest layer of Earth
  2. 1 of the 3 qualities unique to human beings
  3. The thinnest layer of planet earth
  4. The Milky Way
  5. All water on Earth belongs to this sphere
  6. the number of oceans on planet Earth
  7. The number of planets in our solar system
  8. The number of animal kingdoms (vertebrates)
Down
  1. The number of continents on planet Earth
  2. The closest planet to our sun
  3. The number of spheres of Earth
  4. This sphere deals with rocks, soil
  5. Needed for all life to exist on Earth
  6. this sphere is unique to Earth
  7. the number of planets between Earth and Sun
  8. The first animal kingdom to appear on Earth

16 Clues: The Milky WayThe thickest layer of EarthThe closest planet to our sunThe number of spheres of Earththis sphere is unique to EarthThis sphere deals with rocks, soilThe thinnest layer of planet earththe number of oceans on planet EarthNeeded for all life to exist on EarthThe number of continents on planet Earth...

Maths 2019-06-21

Maths crossword puzzle
Across
  1. : Popular system of measurement in the US
  2. : The decimalized system of measurement used in most of the world
  3. : Five Sided 2d shape
  4. : A way to describe an unchanging value
  5. : How to describe numbers shown both with fractions and whole numbers
  6. : The state of a shape whereby all sides are equal
  7. : Topic whereby numbers are represented by alphabets
  8. : The likelihood of an outcome occurring
  9. : Doing this to 2 numbers makes a sum
  10. : When two lines intersect at a right angle
  11. : Numbers that can be divided by two
  12. : Taking one quantity away from another
  13. : The most occurring number within a data set
  14. : A medium of counting
  15. : When you split a number into equal groups
  16. : How you describe numbers that can only be divided by itself and 1
Down
  1. : The middle of 2 points is called
  2. : The measure of how heavy something is
  3. : A 3d shape with 2 identical faces known as faces
  4. : A whole number
  5. : A measure of length denoted by cm
  6. : The bottom half of a fraction
  7. : A ten sided 2d shape
  8. : Sum of all values divided by the number of variables there are
  9. : The repetition of addition
  10. : The upper limit minus the lower limit
  11. : Mathematical statement denoting that two things are equal in value
  12. : The top half of a fraction
  13. : Fraction with a denominator of /100
  14. : The middle number in a data set
  15. : Numbers that can't be divided by two

31 Clues: : A whole number: Five Sided 2d shape: A ten sided 2d shape: A medium of counting: The repetition of addition: The top half of a fraction: The bottom half of a fraction: The middle number in a data set: The middle of 2 points is called: A measure of length denoted by cm: Numbers that can be divided by two: Doing this to 2 numbers makes a sum...

Chapter 2 Vocabulary 2023-10-11

Chapter 2 Vocabulary crossword puzzle
Across
  1. Material or energy that comes out of a system
  2. how close the measurement is to the accepted value.
  3. Data Piece of data that does not fit in with the rest.
  4. a standard measurement system based on the number 10.
  5. An anomalous data point
  6. The measurement of the force of gravity acting on an object.
  7. A "picture" of your data.
  8. An approximation of a number based on a reasonable assumption
  9. The measure of how much mass is contained in a given volume.
Down
  1. how close a group of measurements are to each other.
  2. A line graph where the points yield a straight line.
  3. the curve of liquid.
  4. the amount of space taken up by an object.
  5. A material or energy that goes into the system.
  6. any representation of an object or a process.
  7. The measurement for the amount of mass in an object.

16 Clues: the curve of liquid.An anomalous data pointA "picture" of your data.the amount of space taken up by an object.Material or energy that comes out of a systemany representation of an object or a process.A material or energy that goes into the system.how close the measurement is to the accepted value.how close a group of measurements are to each other....

Periodic Table 2024-10-05

Periodic Table crossword puzzle
Across
  1. country where cerium was discovered
  2. symbol of the element whose atomic number is 87
  3. name of the element which comes from the Latin cuprum
  4. atomic number of titanium
  5. name of the second rarest element in the entire periodic table
  6. name of the element that decomposes slowly in water
  7. name of the city where the francium was discovered
  8. name of the country that produces the most zinc in the world
  9. surname of the discoverer of the element zinc
  10. country where iron was discovered
  11. symbol of the element good for health and the nervous system
  12. name of one of the elements present in asteroids
  13. symbol of the element discovered by William Gregor
Down
  1. atomic number of copper
  2. symbol of palladium
  3. name of the element responsible for the death of 6 workers in the USA
  4. atomic number of nitrogen
  5. atomic number of the element found in australia, ethiopia, russia...
  6. first name of the discoverer of palladium
  7. name of an element title of a David Guetta song
  8. atomic number of cerium
  9. symbol of the element whose atomic number is 26
  10. symbol of the element whose atomic number is 30

23 Clues: symbol of palladiumatomic number of copperatomic number of ceriumatomic number of nitrogenatomic number of titaniumcountry where iron was discoveredcountry where cerium was discoveredfirst name of the discoverer of palladiumsurname of the discoverer of the element zincsymbol of the element whose atomic number is 87...

Semester 2 Review 2026-04-27

Semester 2 Review crossword puzzle
Across
  1. the body system that produces sweat
  2. the number of domains in classification
  3. having two identical alleles of a particular gene
  4. the process whereby a living organism's traits change in order to survive successfully
  5. the number of categories in taxonomy
  6. another name for a primary consumer
  7. the type of consumer that eats primary consumers
  8. system that eliminates solid wastes from your body
  9. the primary source of energy for all living organisms
  10. the phenotype of this trait will always show if present
  11. the genetic characteristics of an organism shown as alleles
  12. the body system that produces red blood cells
  13. the phenotype of this trait will only show if it is homozygous
  14. means "different"
  15. the physical characteristics of an organism
Down
  1. the body system responsible for breathing
  2. graphic organizer used to predict possible genotype outcomes of offspring
  3. an animal eaten by another animal
  4. a living organism that breaks down dead organisms and recycles its waste into nutrients
  5. a living organism that eats both plants and animals
  6. the category in taxonomy with the most unique number of living organism groups
  7. the study of classifying living organisms
  8. a living organism without a spinal cord
  9. considered the father of genetics
  10. a living organism that eats plants, animals or both
  11. the eukaryotic kingdom that may be either unicellular or multicellular
  12. a food web is defined as all the food chains within a(n) ?????
  13. a living organism that is either a carnivore or omnivore
  14. a predator at the top of the food chain
  15. the category in taxonomy between kingdom and class

30 Clues: means "different"an animal eaten by another animalconsidered the father of geneticsthe body system that produces sweatanother name for a primary consumerthe number of categories in taxonomythe number of domains in classificationa living organism without a spinal corda predator at the top of the food chainthe body system responsible for breathing...

Galaxies and Stars 2022-01-31

Galaxies and Stars crossword puzzle
Across
  1. a sun
  2. not regular
  3. stars make-
  4. a star
  5. atomic number 2
  6. swirling in a curve
  7. measurement of how far
Down
  1. very large star
  2. the nature of something's ingredients
  3. small
  4. system of stars held by gas and dust
  5. the atmosphere seen from the earth
  6. lens or resembling a lens
  7. darkness
  8. a galaxy that has an elliptical shape
  9. atomic number 1
  10. form of matter

17 Clues: smalla suna stardarknessnot regularstars make-form of mattervery large staratomic number 2atomic number 1swirling in a curvemeasurement of how farlens or resembling a lensthe atmosphere seen from the earthsystem of stars held by gas and dustthe nature of something's ingredientsa galaxy that has an elliptical shape

CHapter 1 2019-10-28

CHapter 1 crossword puzzle
Across
  1. proportion of something
  2. is a system of counting that only has ten digits.
  3. the position of a digit in a number determines its value.
  4. an individual item regarded as single.
  5. another term for
Down
  1. is a numeral system with five as the base.
  2. any of the numerals from 0 to 9.
  3. a word expressing a number.
  4. calculate the total number of.
  5. a fraction whose denominator is a power of ten

10 Clues: another term forproportion of somethinga word expressing a number.calculate the total number of.any of the numerals from 0 to 9.an individual item regarded as single.is a numeral system with five as the base.a fraction whose denominator is a power of tenis a system of counting that only has ten digits....

HW#1: Create a Crossword Puzzle 2025-01-17

HW#1: Create a Crossword Puzzle crossword puzzle
Across
  1. Digits that are reliable known
  2. Occurring or done in an infinitely small amount of time
  3. A change of position
  4. The size or length of a vector
  5. The action or process of moving or being moved
  6. Describe properties in the simplest terms possible
  7. A replica or graph of reality
  8. Graphically represents a vector
  9. A place where someone or something is located or has been put
  10. The speed of something in a given direction
  11. A ratio that compares two quantities with different units of measurement, essentially expressing how much of one quantity changes with respect to another quantity, often written as a fraction where the numerator represents the first quantity and the denominator represents the second quantity
  12. The path along which an object moves
Down
  1. An object that is thrown or launched into the air and is only significantly influenced by the force of gravity during its flight, meaning the only force acting on it is essentially gravity after the initial launch; its path is called a trajectory
  2. A rough calculation of the value, number, quantity, or extent of something
  3. The moving of something from its place or position
  4. The system that represents a position along an axis is
  5. Motion at a constant speed in a straight line
  6. Models with predictive power based on laws of physics
  7. The change of an object's position or orientation with time
  8. Involves numbers and units
  9. A system that interacts with another system to extract and store information about it. It can be a person, a machine, or any other physical system
  10. A number expressing the central or typical value in a set of data, most commonly the mean, which is calculated by dividing the sum of the values in the set by their number

22 Clues: A change of positionInvolves numbers and unitsA replica or graph of realityDigits that are reliable knownThe size or length of a vectorGraphically represents a vectorThe path along which an object movesThe speed of something in a given directionMotion at a constant speed in a straight lineThe action or process of moving or being moved...

Digital Information 2022-05-06

Digital Information crossword puzzle
Across
  1. The hexadecimal number system uses both ______ and numbers.
  2. Computers only understand _____.
  3. A philosophy of making information and knowledge open and accessible to ALL.
  4. The _____ number system uses base 10, 0-9.
  5. A set of rules or procedures for transmitting data between electronic devices.
Down
  1. The _____ number system uses base 16. 0-F.
  2. If you use a magnifying glass, you can zoom in and see that your picture is made up of what?
  3. The fundamental grouping of bits is called a __________.
  4. The name for a binary digit.
  5. Information (numbers, words, measurements, observations, etc) that is in a computer-readable form.

10 Clues: The name for a binary digit.Computers only understand _____.The _____ number system uses base 16. 0-F.The _____ number system uses base 10, 0-9.The fundamental grouping of bits is called a __________.The hexadecimal number system uses both ______ and numbers.A philosophy of making information and knowledge open and accessible to ALL....

doublecross 2021-02-06

doublecross crossword puzzle
Across
  1. What is the Christmas Star known as?
  2. What is the name of this symbol *?
  3. In which month Pi day is celebrated?
  4. What comes after a Trillion??
  5. The word 'Mathematics' Originated from the language?
  6. In a coding system, PEN is written by as NZO and BARK as CTSL. How can we write PRANK?
Down
  1. Sugar is occasionally served in the form of a?
  2. Pointing towards a man, a woman said , " his mother is the only daughter of my mother." How is the woman related to the man??
  3. A body leaps up or is thrown up. Thereafter it falls back to the earth. Its flight traces a path of?
  4. Who was the father of Mathematics and music?
  5. What is the smallest perfect number?
  6. What is the only number that has the same number of letters as it’s meaning?
  7. Name of the symbol "÷"?
  8. Which number system does not have the symbol for zero?

14 Clues: Name of the symbol "÷"?What comes after a Trillion??What is the name of this symbol *?What is the Christmas Star known as?What is the smallest perfect number?In which month Pi day is celebrated?Who was the father of Mathematics and music?Sugar is occasionally served in the form of a?The word 'Mathematics' Originated from the language?...

8.1 Key Words 2024-10-02

8.1 Key Words crossword puzzle
Across
  1. The base numbers(0-9)
  2. The order of instructions
  3. A base 10 number system used with 0-9 numbers
  4. It is the smallest unit of data within a sequence
  5. Data used for computers to communicate to each over
  6. Representation
Down
  1. Value The value of each number
  2. Converting computer data from one file type to another
  3. Representation
  4. A basic unit of information
  5. A number system that only uses 0 and 1

11 Clues: RepresentationRepresentationThe base numbers(0-9)The order of instructionsA basic unit of informationValue The value of each numberA number system that only uses 0 and 1A base 10 number system used with 0-9 numbersIt is the smallest unit of data within a sequenceData used for computers to communicate to each over...

Section 25 - Binary Number System 2017-04-26

Section 25 - Binary Number System crossword puzzle
Across
  1. Where the decimal / binary number can move within a number
  2. Binary that represents positive number only.
  3. Where the decimal/binary point is fixed within a number.
Down
  1. How accurate the number is
  2. The significant digits that make up a number.
  3. A method of working with signed binary values.
  4. When a number is too large to be represented with the number of bits
  5. Binary with a positive or negative sign.
  6. A process for adjusting numbers onto a common scale
  7. When a number is too small to be represented with the number of bits allocated.
  8. The ‘power of’ part of a number indicating how far a binary point should be shifted left or right.

11 Clues: How accurate the number isBinary with a positive or negative sign.Binary that represents positive number only.The significant digits that make up a number.A method of working with signed binary values.A process for adjusting numbers onto a common scaleWhere the decimal/binary point is fixed within a number....

Algebra 2 2021 2021-06-10

Algebra 2 2021 crossword puzzle
Across
  1. imaginary number and a real number
  2. Where your teacher is from
  3. the value that determines the number of solutions
  4. opposite over adjacent
  5. solution to a quadratic
  6. where your teach currently lives
  7. equation with squared term
  8. Your teachers last name
  9. what happened this year
Down
  1. opposite over hypotenuse
  2. favorite teacher
  3. adjacent over hypotenuse
  4. a method to solve a system
  5. when a graph shifts
  6. solutions that do not work

15 Clues: favorite teacherwhen a graph shiftsopposite over adjacentsolution to a quadraticYour teachers last namewhat happened this yearopposite over hypotenuseadjacent over hypotenusea method to solve a systemWhere your teacher is fromsolutions that do not workequation with squared termwhere your teach currently livesimaginary number and a real number...

Josephs math crossword 2022-09-07

Josephs math crossword crossword puzzle
Across
  1. proof your is correct
  2. the number that occurs the most
  3. theDistanceBetweenUpper&LowerQuartil
  4. the value in the middle lower extreme
  5. parts per 100%
Down
  1. the difference between top and bottom
  2. the value between the median
  3. the smallest number in the set
  4. a metric system
  5. average of the data set
  6. middle number
  7. the largest value in the set
  8. Term expression
  9. the distance between upper and lower extreme

14 Clues: middle numberparts per 100%a metric systemTerm expressionproof your is correctaverage of the data setthe value between the medianthe largest value in the setthe smallest number in the setthe number that occurs the mosttheDistanceBetweenUpper&LowerQuartilthe difference between top and bottomthe value in the middle lower extreme...

t1_brq_ops-24 - crossword recap 2019-08-11

t1_brq_ops-24 - crossword recap crossword puzzle
Across
  1. Shortcut for International air transport association
  2. American airline company (DL iata code)
  3. Tool what we use from calls and emails
  4. Booking reference number
  5. Shortcut for travel consultant in Kiwi.com
  6. GDS System what we use in Kiwi.com
  7. Kiwi.com shortcut for passenger
  8. Our vendor site in India
  9. Wizzair IATA code
Down
  1. NATO alphabet for B
  2. Shortcut for ¨at the airport¨
  3. Category for adding infant to reservation
  4. Bus operator we book for customers
  5. Shortcut for schedule change
  6. IATA code for Lima airport
  7. Emirates airline IATA code
  8. System what we use for reservation management
  9. System for shiftplanning and vacation
  10. Kiwi.com Founder first name
  11. Shortcut for passenger who did not use flight

20 Clues: Wizzair IATA codeNATO alphabet for BBooking reference numberOur vendor site in IndiaIATA code for Lima airportEmirates airline IATA codeKiwi.com Founder first nameShortcut for schedule changeShortcut for ¨at the airport¨Kiwi.com shortcut for passengerBus operator we book for customersGDS System what we use in Kiwi.com...

Real Numbers Crossword 2022-02-28

Real Numbers Crossword crossword puzzle
Across
  1. cannot be expressed as a ratio of two #s
  2. a decimal that has an end
  3. every number that is not the result of squaring an integer with itself.
  4. a decimal that is repeated indefinitely
  5. can be expressed as the quotient of two integers
  6. koester
  7. used most often to compare two numbers on the number line by their size
  8. a whole number that isn't a fraction
  9. a number, which when added to any number, gives the sum as the number itself.
  10. The distance a number is from zero
  11. A letter used to show an unknown quantity
  12. ratio of a circle's circumference to its diameter
  13. a number whose whole number and fractional part is separated with a decimal
  14. multiplying the sum of two or more addends by a number will give the same result as multiplying each addend individually by the number and then adding the products together.
  15. a number multiplied by itself
Down
  1. two operations that will be performed on a number
  2. a number without fractions,not an integer
  3. in a given mathematical system leaves unchanged any element by which it is multiplied.
  4. A number used to multiply a variable
  5. the way in which factors are grouped in a multiplication problem does not change the product
  6. what you add to a number to create the sum of zero
  7. the positive integers
  8. an expression built up from integer constants, variables and the algebraic operations
  9. a number on its own, or sometimes a letter to stand for a fixed number
  10. a divisor
  11. the order in which we multiply numbers does not change the product
  12. a quantity that is not a whole number
  13. a number that nullifies the impact of the number to identity 1.
  14. not imaginary numbers
  15. product of a rational number multiplied by itself.

30 Clues: koestera divisorthe positive integersnot imaginary numbersa decimal that has an enda number multiplied by itselfThe distance a number is from zeroA number used to multiply a variablea whole number that isn't a fractiona quantity that is not a whole numbera decimal that is repeated indefinitelycannot be expressed as a ratio of two #s...

Math 2026-05-12

Math crossword puzzle
Across
  1. – All possible output values of function
  2. – Steepness of a line
  3. – Amount of space a solid occupies
  4. – Slide of a figure without turning it
  5. variable – Output variable that depends on the input
  6. – possible input values of a function
  7. how many times to multiply a base
  8. – Part per hundred
  9. Number that cannot be written as a fraction
  10. theorem – a² +² = c² relationship right triangles
  11. number, possibly negative
  12. equation – Equation whose graph is a straight line
  13. – Change in position, size, or orientation of a figure
  14. number on the number line
  15. number – Number expressible as a fraction
  16. – Relation where each input has exactly one output
  17. variable – Input variable that you choose
Down
  1. – Flip of a figure over a line
  2. root – A number that produces a given number when used three times in a product9. Scientific notation Way of writing very large small numbers using powers of ten
  3. root – A number that produces given number when multiplied by itself
  4. area – Total area of all faces of a 3D figure
  5. form – Linear form written as y = mx + b
  6. of equations – Two or more equations solved together
  7. – Statement comparing values using <, >, ≤, or ≥
  8. – Point where a graph crosses the vertical axis
  9. – Mathematical sentence with an equals sign
  10. from zero on a number line
  11. – Equation stating two ratios are equal
  12. – Comparison of two quantities by division

29 Clues: – Part per hundred– Steepness of a linenumber, possibly negativenumber on the number linefrom zero on a number line– Flip of a figure over a linehow many times to multiply a base– Amount of space a solid occupies– possible input values of a function– Slide of a figure without turning it– Equation stating two ratios are equal...

Fufu's Math and Science crossword puzzle 2022-09-22

Fufu's Math and Science crossword puzzle crossword puzzle
Across
  1. A number in the form of a/b
  2. Numbers multiplied all the way to 12
  3. Shapes that have four sided polygon
  4. The bottom number of a fraction that tells how many equal parts there are in a whole
  5. it needs sun and liquid water that is fresh
  6. An equation that makes two ratios equivalent
  7. combining two numbers to make a sum
  8. A value that can be divided by two
  9. An angle that measures 90 degrees
  10. Having the same value
Down
  1. Its part of the 4 spheres and means water
  2. Mercury,Venus,Earth, and Mars
  3. It is a group of parts that interact
  4. A part of a line between two endpoints
  5. The result when one number is subtracted from another number
  6. To find the solution to your problem
  7. The product of a number and any whole number
  8. A student or a scientist that studies earths life
  9. a statement that supports a claim
  10. Replacing a number by estimating that number to a given place value
  11. The answer when two or more numbers are multiplied together
  12. a long narrow groove that forms where water, lava or other liquid flows

22 Clues: Having the same valueA number in the form of a/bMercury,Venus,Earth, and Marsa statement that supports a claimAn angle that measures 90 degreesA value that can be divided by twoShapes that have four sided polygoncombining two numbers to make a sumIt is a group of parts that interactNumbers multiplied all the way to 12...

Math Word Search 2014-01-28

Math Word Search crossword puzzle
Across
  1. common denominator The lowest common multiple of the denominators.
  2. Another name for one.
  3. A number system based on 10.
  4. A positive number, a negative number or zero.
  5. A unit of time equal to 60 seconds.
  6. The length between the center of a circle to the circumference of a circle.
  7. A straight line passing through the center of a circle.
  8. Straight line joining two points on the circumference of a circle.
  9. One hundred years.
  10. To cross over one another.
  11. One of two equal parts.
  12. value The distance a number is from zero.
  13. graph A graph or chart that uses bars to show quantities of numbers.
  14. Another word for average.
  15. A number divisible by 2.
Down
  1. Nothing.
  2. A quadrilateral with four equal sides and four right angles.
  3. Ratio of the circumference of a circle to it's diameter.
  4. line A line marked with numbers.
  5. the length between two things points or objects.
  6. One part of one hundred divided into 100 parts.
  7. 1,000 meters.
  8. factor A whole number that divides two or more other numbers equally.
  9. Any number used to get the sum or total.
  10. The size a surface takes up, measured in square inches.

25 Clues: Nothing.1,000 meters.One hundred years.Another name for one.One of two equal parts.A number divisible by 2.Another word for average.To cross over one another.A number system based on 10.line A line marked with numbers.A unit of time equal to 60 seconds.Any number used to get the sum or total.value The distance a number is from zero....

Xenia's Crossword Puzzle 2018-02-20

Xenia's Crossword Puzzle crossword puzzle
Across
  1. diagrams used to visually present the relationship between quantities that can be counted or measured
  2. number or letter which an exponent refers
  3. terms with same literal factors and which each letter has the same exponent in all of the terms
  4. properties and relationships of figures in space
  5. a set of pairs of input and output values
  6. a fraction whose numerator or denominator,or both, also contains a fraction
  7. set of values and variables
  8. an equation that uses symbols for "less than"(<) and "greater than"(>) where an equation uses a symbol for "is equal to" (=)
  9. at least one set of values for the unknowns that satisfies every equation in the system
  10. a symbol which represents any number from a given replacement set
  11. has an infinite number of solutions
  12. number,letter or symbol whose value is fixed
Down
  1. branch of mathematics that involves expressions with variables
  2. polynomial with 2 terms
  3. a single term
  4. mathematical expressions
  5. number in the algebraic term
  6. means "inclined to learn" in Greek
  7. a small number written on the upper right number of a number to indicate how many times it is used as a factor
  8. numbers & symbols in a product

20 Clues: a single termpolynomial with 2 termsmathematical expressionsset of values and variablesnumber in the algebraic termnumbers & symbols in a productmeans "inclined to learn" in Greekhas an infinite number of solutionsnumber or letter which an exponent refersa set of pairs of input and output valuesnumber,letter or symbol whose value is fixed...

Algebra 2022-05-18

Algebra crossword puzzle
Across
  1. horizontal axis of a system of coordinates
  2. quantity representing power to a given number
  3. dots used to represent values
  4. a number that divides another number or expression evenly
  5. A line on the graph that describes both the direction
  6. statement meaning greater/less than or equal to
  7. symbol used to indicate a root
  8. a transformation which is used to resize the object
  9. numerical quantity that is not a whole number
  10. a straight line
  11. numbers that are not expressed as the ratio of 2 integers
  12. a value or number that never changes
Down
  1. expression involving one or more car
  2. expression of the sun of 2 terms
  3. The set of all possible inputs for a function
  4. value/values that make the equation true
  5. each angular point of a polygon
  6. the same
  7. root a factor of a number when multiples by itself, gives oh number
  8. mathematical representation that describes points and lines
  9. sliding/moving a shape
  10. any number that can be written as a ratio of 2 integers
  11. First, out, inner, last
  12. A plane curve formed by an intersection of a cone with a plane parallel to its side

24 Clues: the samea straight linesliding/moving a shapeFirst, out, inner, lastdots used to represent valuessymbol used to indicate a rooteach angular point of a polygonexpression of the sun of 2 termsexpression involving one or more cara value or number that never changesvalue/values that make the equation truehorizontal axis of a system of coordinates...

CH.06-Key Terms - Leila Uribe 2025-02-12

CH.06-Key Terms - Leila Uribe crossword puzzle
Across
  1. time. time based on a 24 hour clock
  2. numeral system. a mathematical system in which numerical values are expressed in either capital or lowercase letters.
  3. system of measurement. System of measurement used in the United States. ex: ft,yard, miles, pints, quarts, gallon
  4. a number that represents a chemical elements capacity to combine with others to form a molecule of a stable new compound, based on the number and activity of the exterior electrons
  5. ratios. Two ratios that have the same value
  6. a comparison of equal ratios: the product of the mean equal the product of the extremes
  7. dextrose 5% in water.
  8. the ability to maintain a drug's potency and integrity in its compounded form
  9. date(BUD). the date or time after which a compounded sterile preparation (CSP) or compounded non sterile preparation (CNSP)may not be stored or transported and are calculated from the date or time of compounding.
  10. strength. the portion, or ratio, of the active strength ingredient to the whole drug product
  11. system of measurement. a measurement system used throughout the world, based on multiples of 10
  12. gravity the ratio if the weight of a substance compared to an equal volume of water when both are the same temperature at sea level.
  13. solution. dissolved mineral salts in a fluid
Down
  1. a thing that is composed of two or more separate elements; a mixture.
  2. a comparison of numeric values
  3. (gr). 1 grain = 60 mg
  4. Alternate Method. method of calculating the proportion of two different substance to be combined in a new product to create a different concentration of the active ingredient
  5. volume (tv) the full amount of the final volume in a drug product with all ingredients, the solutes and diluent solution
  6. zero. a zero that is placed in the ones place in a number less than zero that is being represented by a decimal value
  7. system. A system of measurement that includes drops, teaspoons,tablespoons, ounces, cups, pints, quarts, and gallons.
  8. volume(PV). the amount of space occupied by a medication in a sterile vial, used for reconstitution; equal to the difference be-1 / 2 tween the total volume (tv) and the volume of the diluting ingredient, or the diluent volume (dv)
  9. volume The volume that a diluent takes up in a solution
  10. ratio. switching the numerator with the denominator in a ratio

23 Clues: dextrose 5% in water.(gr). 1 grain = 60 mga comparison of numeric valuestime. time based on a 24 hour clockratios. Two ratios that have the same valuesolution. dissolved mineral salts in a fluidvolume The volume that a diluent takes up in a solutionratio. switching the numerator with the denominator in a ratio...

The Planets 2014-10-26

The Planets crossword puzzle
Across
  1. Number of planets in the solar system
  2. Planet with rings
  3. First Planet in the solar system
  4. Planet we live on
  5. Second Planet in the solar system
Down
  1. Eighth Planet in the solar system
  2. Biggest Planet in the solar system
  3. Forth Planet in the solar system
  4. Seventh Planet in the solar system
  5. Big ball of light in the sky

10 Clues: Planet with ringsPlanet we live onBig ball of light in the skyForth Planet in the solar systemFirst Planet in the solar systemEighth Planet in the solar systemSecond Planet in the solar systemBiggest Planet in the solar systemSeventh Planet in the solar systemNumber of planets in the solar system

Class 7 - Number System 2021-07-28

Class 7 - Number System crossword puzzle
Across
  1. number system used by computers
  2. number system we use daily
  3. base of a number system
Down
  1. this number system consists of 16 digits
  2. introduced the concept of zero
  3. this number system contains 8 digits

6 Clues: base of a number systemnumber system we use dailyintroduced the concept of zeronumber system used by computersthis number system contains 8 digitsthis number system consists of 16 digits

Math terms 2024-07-30

Math terms crossword puzzle
Across
  1. the answer to a subtraction problem
  2. value the distance between a number and zero
  3. plane a coordinate system formed by the intersection of a horizontal number line called the x-axis and a vertical number line called the y-axix
  4. (0,0)
  5. the horizontal number line in a coordinate plane
  6. numbers that are easy to compute mentally
  7. the four sections of the coordinate plane
  8. the answer to an addition problem
  9. two numbers are recprocals of each other if their product equals 1 (flip a fraction)
  10. pairs pairs of numbers (x.y) that can represent a point in a coordinate plane
Down
  1. numbers numbers greater than zero
  2. the answer to a division problem
  3. the number that is being divided
  4. the number by which another number is being divided
  5. the bottom number in a fraction
  6. a number that can not be written as a fraction
  7. two numbers that have the same absolute value but have different signs
  8. the verticle axix on a coordinate plane
  9. the top number in a fraction
  10. zero to place a zero at the beginning or end of a decimal
  11. any number that can be written as a fraction
  12. whole numbers and their opposites
  13. the answer to a multiplication problem
  14. numbers that a multiplied together to get a product

24 Clues: (0,0)the top number in a fractionthe bottom number in a fractionthe answer to a division problemthe number that is being dividednumbers numbers greater than zerowhole numbers and their oppositesthe answer to an addition problemthe answer to a subtraction problemthe answer to a multiplication problemthe verticle axix on a coordinate plane...

Algebra 2022-05-18

Algebra crossword puzzle
Across
  1. a number that divides another number or expression evenly
  2. A line on the graph that describes both the direction
  3. the same
  4. horizontal axis of a system of coordinates
  5. numbers that are not expressed as the ratio of 2 integers
  6. expression involving one or more car
  7. each angular point of a
  8. statement meaning greater/less than or equal to
  9. value/values that make the equation true
  10. The set of all possible inputs for a function
  11. A plane curve formed by an intersection of a cone with a plane parallel to its side
Down
  1. mathematical representation that describes points and lines
  2. sliding/moving a shape
  3. dots used to represent
  4. a factor of a number when multiples by itself, gives oh number
  5. quantity representing power to a given number
  6. a transformation which is used to resize the object
  7. First, out, inner, last
  8. symbol used to indicate a root
  9. numerical quantity that is not a whole number
  10. a value or number that never changes
  11. expression of the sun of 2 terms
  12. any number that can be written as a ratio of 2 integers
  13. a straight line

24 Clues: the samea straight linesliding/moving a shapedots used to representFirst, out, inner, lasteach angular point of asymbol used to indicate a rootexpression of the sun of 2 termsa value or number that never changesexpression involving one or more carvalue/values that make the equation truehorizontal axis of a system of coordinates...

Caylee 2026-05-06

Caylee crossword puzzle
Across
  1. the horizontal line on a graph or coordinate plane
  2. a list of numbers where the difference between consecutive terms is constant.
  3. type of distribution where the tail is on the left
  4. relating to a line or moving in a straight, direct path
  5. the vertical line on a graph or coordinate plane
  6. a equation or system of equations has exactly one unique numerical value or ordered pair
  7. statistical measure that shows how spread out numbers are in a dataset relative to their mean
  8. no possible value for the variable(s) can make an equation or system of equations true
  9. a value that, when multiplied by itself, equals the original number
Down
  1. a set of two or more equations sharing the same variables that are solved together to find a common solution.
  2. a decimal number that has a limited number of digits after the decimal point
  3. something does not move in a straight line, direct order, or predictable pattern
  4. type of distribution where the tail is on the right side
  5. occur when an equation or system of equations has an endless number of possible answers, making any valid value chosen for the variable(s) true.
  6. a data tool used to organize and analyze the relationship between two categorical variables from a single population

15 Clues: the vertical line on a graph or coordinate planethe horizontal line on a graph or coordinate planetype of distribution where the tail is on the leftrelating to a line or moving in a straight, direct pathtype of distribution where the tail is on the right sidea value that, when multiplied by itself, equals the original number...

Module 1 Vocab Crossword 2023-10-19

Module 1 Vocab Crossword crossword puzzle
Across
  1. All parts ship together, no partials
  2. Date customer needs parts
  3. Used to communicate special requirements to the warehouse
  4. Birthdate of the part
  5. The carrier charges the customer for shipping
  6. All orders should be entered into this system
  7. Order ships same day
  8. System Used to markup PO
  9. Customer will pick up the order at the Warehouse
Down
  1. Document stating order cannot be canceled or returned
  2. Customer specific quality requirement
  3. The customer's preferred shipping method
  4. Electrostatic Sensitivity Device
  5. Defense Priority Allocation System
  6. Batch number of a part
  7. Cash On Delivery
  8. Restriction of Hazardous Substances
  9. Parts are packaged in a tube
  10. Moisture Sensitivity Leads
  11. Parts are packaged loose in a bag

20 Clues: Cash On DeliveryOrder ships same dayBirthdate of the partBatch number of a partSystem Used to markup PODate customer needs partsMoisture Sensitivity LeadsParts are packaged in a tubeElectrostatic Sensitivity DeviceParts are packaged loose in a bagDefense Priority Allocation SystemRestriction of Hazardous Substances...

Oscillations 2026-04-14

Oscillations crossword puzzle
Across
  1. remains constant over time in a isolated system
  2. position in a cycle
  3. weight hanging from a pivot point
  4. rate of change in an objects velocity
  5. time for one complete oscillation
  6. 𝐾=1/2𝑚𝑣^2
  7. change in position
  8. 𝑈=1/2𝑘𝑥^2
  9. f=kx
Down
  1. repetitive back and forth motion
  2. =kinetic + potential energy
  3. maximum and minimum values of an physical quantity
  4. number of oscillations per unit of time
  5. periodic motion of an objects oscillations
  6. net force acting on a system that pushes or pulls
  7. maximum displacement
  8. place of balance in a system or object
  9. speed of something in a specific direction
  10. hookes law use
  11. the location of an object

20 Clues: f=kx𝐾=1/2𝑚𝑣^2𝑈=1/2𝑘𝑥^2hookes law usechange in positionposition in a cyclemaximum displacementthe location of an object=kinetic + potential energyrepetitive back and forth motionweight hanging from a pivot pointtime for one complete oscillationrate of change in an objects velocityplace of balance in a system or object...

Classification of Organisms 2021-01-18

Classification of Organisms crossword puzzle
Across
  1. phyla that contain fish, frogs, snakes and humans.
  2. plants that grow close to the ground, and has a true root system with no flowers.
  3. current number of domains
  4. phyla that contain sea stars, sand dollars and sea urchins.
  5. Is the number of domains subject to change?
  6. plants that grow tall, with a true root system and needles and cones
Down
  1. plants with a true root system, flowers and often fruit.
  2. plants that grow close to the ground, no true root systems, no flowers.
  3. phyla that contain insects, spiders, and lobsters.
  4. the current number of levels in the accepted hierarchy of classification.

10 Clues: current number of domainsIs the number of domains subject to change?phyla that contain insects, spiders, and lobsters.phyla that contain fish, frogs, snakes and humans.plants with a true root system, flowers and often fruit.phyla that contain sea stars, sand dollars and sea urchins....

Math crossword 2021-05-17

Math crossword crossword puzzle
Across
  1. when an equation has no solution
  2. when two numbers are multiplied
  3. a mathematical expression consisting of two terms, such as 3x + 2y
  4. angle that is less than 90°
  5. When two numbers are added
  6. WHen two of the same numbers are divided to get a whole number
  7. the extent to which one such line or plane diverges from another, measured in degrees or radians
  8. The square root sign
Down
  1. The X-intercept on a graph
  2. when two numbers are subtracted
  3. When two numbers are divided
  4. When an equation has to be rounded to be true
  5. the result obtained by adding the numbers or quantities in a set and dividing the total by the number of members in the set
  6. the number of distinct single-digit numbers in a counting system, and so the number represented as 10 in a place-value system
  7. the two-dimensional extent of the surface of a solid, or of some part thereof, esp one bounded by a closed curve
  8. the power to which a number is raised
  9. how to solve a math problem
  10. a section of a curve, graph, or geometric figure
  11. one of two or three reference lines used in coordinate geometry to locate a point in a plane or in space
  12. The Y-intercept on a graph
  13. An equation in which the equal sign is either greater or less than

21 Clues: The square root signThe X-intercept on a graphWhen two numbers are addedThe Y-intercept on a graphangle that is less than 90°how to solve a math problemWhen two numbers are dividedwhen two numbers are subtractedwhen two numbers are multipliedwhen an equation has no solutionthe power to which a number is raised...

EP4 UNIT 13 PHONING PART B 2025-10-16

EP4 UNIT 13 PHONING PART B crossword puzzle
Across
  1. a device used to talk to someone far away
  2. to dial the same phone number again
  3. to phone someone again
  4. a piece of equipment that allows people phoning a large company, public building, to be connected to the particular person they want to talk to
  5. an act of using a phone to talk to
  6. a place where a phone that anyone can pay to use
  7. to phone someone
  8. a text message, or the system used to send text messages
  9. to connect someone to a person or place by phone
  10. a phone that you carry with you and use almost anywhere
  11. a short written message sent to someone's mobile phone
Down
  1. the sound that you hear when someone is calling your phone
  2. a system that allows you to leave a spoken message on someone's phone
  3. a formal word for phone
  4. the string of numbers that enable you to phone a particular person
  5. mistake in dailling a phone number, or the call that results from this
  6. to end a phone call
  7. to sent someone a text message

18 Clues: to phone someoneto end a phone callto phone someone againa formal word for phoneto sent someone a text messagean act of using a phone to talk toto dial the same phone number againa device used to talk to someone far awaya place where a phone that anyone can pay to useto connect someone to a person or place by phone...

definitions 2026-01-09

definitions crossword puzzle
Across
  1. Name System name to ip translator
  2. system vendor -specific
  3. IP Address global internet use
  4. 128-bit ip version
  5. IP Address internal network use
  6. -connecting endpoint
  7. service providers (ISP) internet access provider
Down
  1. system standardized and interoperable
  2. Model 7 layer network standard
  3. Routing packet forwarding
  4. network connected devices
  5. Address network device identifier
  6. 32-bit ip version
  7. number service identifier

14 Clues: 32-bit ip version128-bit ip version-connecting endpointsystem vendor -specificRouting packet forwardingnetwork connected devicesnumber service identifierModel 7 layer network standardIP Address global internet useIP Address internal network useName System name to ip translatorAddress network device identifiersystem standardized and interoperable...

Muscular System 2023-02-15

Muscular System crossword puzzle
Across
  1. covers the top of the skull
  2. dracula loves these
  3. eat with yum yum
  4. front of epicranius
  5. lowers jaw and lip
  6. covers the shin
  7. separates fingers and toes
  8. system that covers skeletal system
  9. surrounds the upper lip
  10. covers the bridge of the nose
Down
  1. back portion of epicranius
  2. lowers and rotates head
  3. pulls mouth upward and backward
  4. carrots
  5. moves the little toe
  6. number of eye muscles
  7. lice eat
  8. stinky
  9. walk on these

19 Clues: stinkycarrotslice eatwalk on thesecovers the shineat with yum yumlowers jaw and lipdracula loves thesefront of epicraniusmoves the little toenumber of eye muscleslowers and rotates headsurrounds the upper lipback portion of epicraniusseparates fingers and toescovers the top of the skullcovers the bridge of the nosepulls mouth upward and backward...

Crossword Puzzle 1 2024-04-13

Crossword Puzzle 1 crossword puzzle
Across
  1. Greatest of all time
  2. Number with four digits
  3. X measurement
  4. End of the world
  5. Y measurement
  6. Livestock
  7. Constellation with a belt
  8. Smallest Dwarf Planet in our Solar System
  9. Host of comedy show “A Closer Look”
  10. Large ship that crashed into ice
Down
  1. What ChatGPT uses
  2. Ice asteroid
  3. “Kids and Grown-Ups Love it So”
  4. Typing mistake
  5. There’s three words related to each other. Combine them
  6. Underground railway system
  7. Z measurement
  8. The fear of holes
  9. Unrenewable train fuel

19 Clues: LivestockIce asteroidX measurementY measurementZ measurementTyping mistakeEnd of the worldWhat ChatGPT usesThe fear of holesGreatest of all timeUnrenewable train fuelNumber with four digitsConstellation with a beltUnderground railway system“Kids and Grown-Ups Love it So”Large ship that crashed into iceHost of comedy show “A Closer Look”...

Computing crossword 2014-10-09

Computing crossword crossword puzzle
Across
  1. An example of an input device
  2. A series of steps designed to solve a mathematical problem
  3. A system of numbers using ten digits
  4. A computer programming language
  5. A set of code that carries out a specific task
  6. The process of checking data to ensure that it is reasonable
  7. A value that can only be true or false
  8. A system of numbers using only two digits, 0 and 1
Down
  1. A diagramatic method to show the structure of a process
  2. The base-16 number system
  3. A device that can display images and text
  4. A field made up of characters or letters
  5. A computer programming language that could also be a snake
  6. A label used to store values that can be accessed or changed by a program
  7. A whole number
  8. A stored set of instructions for a computer to carry out

16 Clues: A whole numberThe base-16 number systemAn example of an input deviceA computer programming languageA system of numbers using ten digitsA value that can only be true or falseA field made up of characters or lettersA device that can display images and textA set of code that carries out a specific taskA system of numbers using only two digits, 0 and 1...

Space - General Knowledge 2023-06-09

Space - General Knowledge crossword puzzle
Across
  1. First Moon Visitor From Earth - No Space
  2. Our Solar System's Star
  3. Most Recent Space Telescope Short-Hand
  4. Funny Planet
  5. First Lunar Module - Without Number
  6. Hottest Planet
  7. Biggest Moon
  8. Biggest Satellite
  9. Coldest Planet
  10. Smallest Planet
Down
  1. Marvel Fake Conspiracy Theory
  2. Outer Solar System Region First Name
  3. Best Planet
  4. Star Artwork
  5. Our Planet
  6. World's Biggest Space Program
  7. System Of Stars and Other Things
  8. Biggest Planet
  9. Giant Cloud Of Dust and Gas
  10. Planet With Most Known Moons
  11. Worst Planet

21 Clues: Our PlanetBest PlanetStar ArtworkFunny PlanetBiggest MoonWorst PlanetBiggest PlanetHottest PlanetColdest PlanetSmallest PlanetBiggest SatelliteOur Solar System's StarGiant Cloud Of Dust and GasPlanet With Most Known MoonsMarvel Fake Conspiracy TheoryWorld's Biggest Space ProgramSystem Of Stars and Other ThingsFirst Lunar Module - Without Number...

Astronomy 2023-04-17

Astronomy crossword puzzle
Across
  1. A group of icy objects far away from other objects in the solar system
  2. An area of space consisting of small solar system objects
  3. Celestial objects made of an icy core and dust
  4. Current number of planets in our solar system
  5. A meteor that passes through the earth's atmosphere and reaches the ground
  6. Number of rings of Saturn
  7. Comet that passes Earth's orbit every 76 years (2 Words)
  8. Mixture of gasses that surrounds each planet
  9. Small rocky objects outside of the Earth's atmosphere
  10. Dwarf planet with two orbiting moons
  11. Depression caused by the impact of a meteoroid or asteroid
  12. Theory of a spike in asteroids (4 Words)
  13. Largest moon of Saturn
  14. Curved path of a celestial object around a moon, planet, or star
  15. Discovered the first asteroid (2 Words)
  16. Celestial bodies not classified as planets or moons
Down
  1. Smallest planet in our solar system
  2. Burning up rapidly moving meteor
  3. The four inner planets of our Solar System
  4. Areas of the moon that are lighter in color (2 Words)
  5. An ion tail which always points away from the sun (2 Words)
  6. A force that pulls objects towards the center of a planet or other body
  7. Large number of meteors radiating from one point in the sky (2 Words)
  8. Small objects that orbit the sun
  9. Small bodies that orbit the sun at a distance further than Neptune (3 Words)
  10. The only dwarf planet with no known moons
  11. Indentation where volcanic lava once flowed on the moon
  12. The red planet
  13. The moon of the dwarf planet Eris
  14. Dwarf planet originally classified as a comet
  15. Third planet from the sun
  16. Furthest planet from the sun
  17. Areas of the moon that are darker in color
  18. Rocky object that heats up as it enters the earth's atmosphere
  19. Area of space beyond the orbit of Neptune (2 Words)
  20. The largest planet in our solar system
  21. Center of a comet
  22. A tail of dust from a disintegrating nucleus (2 Words)
  23. Nickname for comets (2 Words)
  24. Dwarf planet which used to be classified as a planet
  25. Cloud of gasses around the center of a comet
  26. The collection of planets, their moons, and smaller celestial objects
  27. The four outer planets of our Solar System
  28. The galaxy we are in (2 Words)
  29. The most distant celestial object in the Solar System

45 Clues: The red planetCenter of a cometLargest moon of SaturnNumber of rings of SaturnThird planet from the sunFurthest planet from the sunNickname for comets (2 Words)The galaxy we are in (2 Words)Burning up rapidly moving meteorSmall objects that orbit the sunThe moon of the dwarf planet ErisSmallest planet in our solar system...

Space Journey Crossword 2024-04-21

Space Journey Crossword crossword puzzle
Across
  1. What is Uranus’ place from the sun?(number)
  2. How do we call the paths of the planets around the sun?
  3. What is the color of the coldest stars?
  4. What is Mercury’s place from the sun?(number)
  5. Who was the first man into space?
  6. The first satellite launched into space.
  7. Working outside the earth, what is the name of the vehicle?
  8. What is the name of the sixth planet in our solar system?
Down
  1. Which is the largest of the gaseous planets?
  2. What is the closest largest galaxy to the Milky Way galaxy?
  3. What is the coldest planet in the solar system?
  4. CENTAURI Which star is closest to the Earth?
  5. How could we characterize the space? (adjective)
  6. What animal was the first to be launched into space?
  7. The "Eagle" was Armstrong's ____ module.
  8. What Is the closest planet to Earth in the Solar System?

16 Clues: Who was the first man into space?What is the color of the coldest stars?The "Eagle" was Armstrong's ____ module.The first satellite launched into space.Which is the largest of the gaseous planets?CENTAURI Which star is closest to the Earth?What is Uranus’ place from the sun?(number)What is the coldest planet in the solar system?...

CCCU TRIVIA 2017-06-18

CCCU TRIVIA crossword puzzle
Across
  1. FEE FREE ATM ACCESS
  2. INSURED UP TO
  3. PROTECTS CU & MEMBER FROM LOSS
  4. YEAR CCCU FOUNDED
  5. LIMITS NUMBER OF TRANSFERS
  6. BUSINESS ACCOUNT FEE AT TIME OF SERVICES
  7. RETIREMEMT PLANNING
  8. ACCEPTABLE SECONDARY ID
  9. ASI
  10. PARTNERED WITH CCCU AND OFFERS DISCOUNTS TO MEMBERS
Down
  1. SECURE 24/7 ACCOUNT ACCESS
  2. QUALIFY FOR MEMBERSHIP
  3. NUMBER OF BUSINESS CHECKING PRODUCTS
  4. CORE VALUE
  5. REGULATES ELECTRONIC FUNDS TRANSFERS
  6. FOLLOW US
  7. ACCEPTABLE PRIMARY ID
  8. HASSLE FREE AUTO PURCHASE
  9. NEW CORE SYSTEM

19 Clues: ASIFOLLOW USCORE VALUEINSURED UP TONEW CORE SYSTEMYEAR CCCU FOUNDEDFEE FREE ATM ACCESSRETIREMEMT PLANNINGACCEPTABLE PRIMARY IDQUALIFY FOR MEMBERSHIPACCEPTABLE SECONDARY IDHASSLE FREE AUTO PURCHASESECURE 24/7 ACCOUNT ACCESSLIMITS NUMBER OF TRANSFERSPROTECTS CU & MEMBER FROM LOSSNUMBER OF BUSINESS CHECKING PRODUCTSREGULATES ELECTRONIC FUNDS TRANSFERS...

CCCU TRIVIA 2017-06-18

CCCU TRIVIA crossword puzzle
Across
  1. PARTNERED WITH CCCU AND OFFERS DISCOUNTS TO MEMBERS
  2. PROTECTS CU & MEMBER FROM LOSS
  3. QUALIFY FOR MEMBERSHIP
  4. LIMITS NUMBER OF TRANSFERS
  5. BUSINESS ACCOUNT FEE AT TIME OF SERVICES
  6. YEAR CCCU FOUNDED
  7. ACCEPTABLE SECONDARY ID
Down
  1. HASSLE FREE AUTO PURCHASE
  2. CORE VALUE
  3. RETIREMEMT PLANNING
  4. ASI
  5. INSURED UP TO
  6. FEE FREE ATM ACCESS
  7. FOLLOW US
  8. ACCEPTABLE PRIMARY ID
  9. SECURE 24/7 ACCOUNT ACCESS
  10. NUMBER OF BUSINESS CHECKING PRODUCTS
  11. NEW CORE SYSTEM
  12. REGULATES ELECTRONIC FUNDS TRANSFERS

19 Clues: ASIFOLLOW USCORE VALUEINSURED UP TONEW CORE SYSTEMYEAR CCCU FOUNDEDRETIREMEMT PLANNINGFEE FREE ATM ACCESSACCEPTABLE PRIMARY IDQUALIFY FOR MEMBERSHIPACCEPTABLE SECONDARY IDHASSLE FREE AUTO PURCHASELIMITS NUMBER OF TRANSFERSSECURE 24/7 ACCOUNT ACCESSPROTECTS CU & MEMBER FROM LOSSNUMBER OF BUSINESS CHECKING PRODUCTSREGULATES ELECTRONIC FUNDS TRANSFERS...

Amcom 2022-10-28

Amcom crossword puzzle
Across
  1. tab to find individual recent log
  2. F9
  3. Doctor who responds to Stroke Alert
  4. F7
  5. ________ tube system
  6. urgent call line
  7. LOGIN, __________, NOT READY
Down
  1. F12
  2. ____________ directory
  3. color of Lynda's car
  4. __________ book of how to do it
  5. ______, unit, room number
  6. processes patient transfers
  7. colsole __________ wide log
  8. _________ error log
  9. where a doctor holds for a page

16 Clues: F9F7F12urgent call line_________ error logcolor of Lynda's car________ tube system____________ directory______, unit, room numberprocesses patient transferscolsole __________ wide logLOGIN, __________, NOT READY__________ book of how to do itwhere a doctor holds for a pagetab to find individual recent logDoctor who responds to Stroke Alert

Inner and Outer Planets 2024-11-05

Inner and Outer Planets crossword puzzle
Across
  1. type of planet that is rocky
  2. Second Planet from the Sun
  3. Mars, Mercury, Venus, Mars are called ____ planets
  4. The largest moon in the solar system
  5. Planet with the longest day
  6. Neptune's moons are named after water deity's from _____ mythology
  7. Jupiter, Saturn, Uranus, Neptune are called ____ planets
  8. planet with a moon named Titan
Down
  1. planet with the Great Red Spot
  2. Number of planets in our solar system
  3. Uranus's moons were named after this author
  4. Another name for the outer planets
  5. largest volcano in the solar system
  6. Only planet to support life
  7. Smallest planet in the solar system
  8. only planet whose moon orbits opposite
  9. known as the "Red Planet"
  10. planet that rotates on its side

18 Clues: known as the "Red Planet"Second Planet from the SunOnly planet to support lifePlanet with the longest daytype of planet that is rockyplanet with the Great Red Spotplanet with a moon named Titanplanet that rotates on its sideAnother name for the outer planetslargest volcano in the solar systemSmallest planet in the solar system...

Number System and Coordinate Plane Vocab 2026-03-18

Number System and Coordinate Plane Vocab crossword puzzle
Across
  1. The vertical number line in the coordinate plane
  2. Values that are equal distance away from zero on the number line but on different sides of zero
  3. The four regions on the coordinate plane
  4. The point (0,0); where the x-axis and y-axis intersect
  5. The plane containing the x-axis and y-axis
  6. The first number in an ordered pair
  7. The original shape or figure before a transformation
  8. The set of whole numbers and their opposites
Down
  1. The distance a number is away from zero
  2. The second number in an ordered pair
  3. The horizontal number line in the coordinate plane
  4. States that two values are not equal
  5. A pair of numbers that describes a location on the coordinate plane
  6. A shape or figure after a transformation; the new figure
  7. A transformation that flips a figure over a line of reflection

15 Clues: The first number in an ordered pairThe second number in an ordered pairStates that two values are not equalThe distance a number is away from zeroThe four regions on the coordinate planeThe plane containing the x-axis and y-axisThe set of whole numbers and their oppositesThe vertical number line in the coordinate plane...

K201 TAs 2023-10-19

K201 TAs crossword puzzle
Across
  1. Red System
  2. "Stupid Frog" - Professor Colon
  3. Sherlock's Greatest Foe
  4. Busy Week
  5. Get in losers we are going to the
  6. Its K20 Fun
  7. MSIS Quacker
  8. TBL, QRY, RPT, ...
  9. Green System
Down
  1. A Shape
  2. INDEX _____ _____
  3. If there is something strange, with your exam. Who you gonna call?
  4. If you can read you can
  5. Lead TA
  6. Immediate IF
  7. Number of Periods

16 Clues: A ShapeLead TABusy WeekRed SystemIts K20 FunMSIS QuackerImmediate IFGreen SystemINDEX _____ _____Number of PeriodsTBL, QRY, RPT, ...Sherlock's Greatest FoeIf you can read you can"Stupid Frog" - Professor ColonGet in losers we are going to theIf there is something strange, with your exam. Who you gonna call?

Number 4 2021-02-05

Number 4 crossword puzzle
Across
  1. citrus fruit
  2. animal can live in sea and on land
  3. A bear native to southern China
  4. Largest living bird found in Africa
  5. Supposed ly pull Santa's sleigh
  6. fruit from apple tree
  7. Existed in mythology. Not proven to be real
  8. season between spring and autumn
  9. are great apes native to Indonesia and Malaysia
Down
  1. Tallest living animal found in Africa
  2. a land bearing turtle kept as pets
  3. collection of grasshoppers in swarms
  4. a thorny fruit of durio species
  5. Reptile with shell covered back .live in sea or fresh water
  6. Fruit or berry used for making wine
  7. prolonged period of no rain

16 Clues: citrus fruitfruit from apple treeprolonged period of no rainA bear native to southern Chinaa thorny fruit of durio speciesSupposed ly pull Santa's sleighseason between spring and autumna land bearing turtle kept as petsanimal can live in sea and on landLargest living bird found in AfricaFruit or berry used for making wine...

Number 3 2021-02-04

Number 3 crossword puzzle
Across
  1. animal can live in sea and on land
  2. season between spring and autumn
  3. Reptile with shell covered back .live in sea or fresh water
  4. are great apes native to Indonesia and Malaysia
  5. citrus fruit
  6. A bear native to southern China
  7. fruit from apple tree
  8. Existed in mythology. Not proven to be real
  9. a land bearing turtle kept as pets
Down
  1. Fruit or berry used for making wine
  2. collection of grasshoppers in swarms
  3. a thorny fruit of durio species
  4. Tallest living animal found in Africa
  5. prolonged period of no rain
  6. Supposed ly pull Santa's sleigh
  7. Largest living bird found in Africa

16 Clues: citrus fruitfruit from apple treeprolonged period of no raina thorny fruit of durio speciesSupposed ly pull Santa's sleighA bear native to southern Chinaseason between spring and autumnanimal can live in sea and on landa land bearing turtle kept as petsFruit or berry used for making wineLargest living bird found in Africa...

Number 3 2021-02-04

Number 3 crossword puzzle
Across
  1. citrus fruit
  2. animal can live in sea and on land
  3. A bear native to southern China
  4. Largest living bird found in Africa
  5. Supposed ly pull Santa's sleigh
  6. fruit from apple tree
  7. Existed in mythology. Not proven to be real
  8. season between spring and autumn
  9. are great apes native to Indonesia and Malaysia
Down
  1. Tallest living animal found in Africa
  2. a land bearing turtle kept as pets
  3. collection of grasshoppers in swarms
  4. a thorny fruit of durio species
  5. Reptile with shell covered back .live in sea or fresh water
  6. Fruit or berry used for making wine
  7. prolonged period of no rain

16 Clues: citrus fruitfruit from apple treeprolonged period of no rainA bear native to southern Chinaa thorny fruit of durio speciesSupposed ly pull Santa's sleighseason between spring and autumna land bearing turtle kept as petsanimal can live in sea and on landLargest living bird found in AfricaFruit or berry used for making wine...

Number Representation 2024-10-24

Number Representation crossword puzzle
Across
  1. If n-bits are used to represent a signed integer then the sign bit is the ... (3)
  2. Which company introduced a 19-bit representation which can replace the popular 32-bit representation of floating point numbers? (6)
  3. Once used in electronic calculators for arithmetic operations in decimal format (8)
  4. What does Google refer to its 16-bit floating point representation as? (4)
  5. "Significand" is the new name for this (8)
  6. This integer representation has a single representation for zero and there is no confusion between +0 and -0 (14)
  7. A tensor which has four dimensions - frames, height, width, and color-channels (5)
Down
  1. If the exponent is M bits in a floating point representation and the actual exponent is E, what is stored is E+2^(N-1). In other words, an offset is added. This is called ... format. (6)
  2. To store 1.11x2^2, the floating point representations only store 11000...00 in the Significand because the "1." is ... (6)
  3. What do you call this coding scheme which can use 1 to 4 bytes to store a character (from any language)? (5)
  4. This is how an 8-bit integer will be referred (4)
  5. You can say this is a two-dimensional tensor (6)
  6. What is 2**30 bytes called when the number is not rounded off to a power of 10? (8)
  7. What is 1000 Gigabits called? (8)
  8. In the 19-bit floating point representation which is said to give superior performance compared to traditional 32-bit floating point number, what does "T" stand for? (6)
  9. If n bits are used to represent a signed integer, then which bit tells us if the number is odd or even? (3)

16 Clues: What is 1000 Gigabits called? (8)"Significand" is the new name for this (8)You can say this is a two-dimensional tensor (6)This is how an 8-bit integer will be referred (4)What does Google refer to its 16-bit floating point representation as? (4)If n-bits are used to represent a signed integer then the sign bit is the ... (3)...

Number Prefixes 2025-05-10

Number Prefixes crossword puzzle
Across
  1. Something that happens every four years, like the Olympics or some big elections.
  2. This is a star shape that has five points. You can draw it without lifting your pencil!
  3. This is a scientific word for any animal that has four limbs (legs, arms, or wings), like lizards, birds, and even us!
  4. An athlete who competes in the five events of a
  5. Imagine a time when there were five important groups or powers ruling together.
  6. Think of a park or a courtyard that has four sides.
  7. This is like saying something is the absolute best or most perfect example of its kind.
  8. Any animal that walks on four legs, like a dog or a cat.
  9. Imagine the most perfect example of something, the purest and best part
Down
  1. This word used to mean to kill one out of every ten soldiers as a punishment. Now, it usually means to destroy a large part of something.
  2. This is like a mini-decathlon with five different sports, like running, jumping, and wrestling.
  3. This is a super athletic contest with ten different sports, like running, jumping, and throwing.
  4. A super athlete who competes in all ten events.
  5. A group of five things that are connected or go together.
  6. Imagine five babies born at the same time to the same parent –
  7. Imagine cutting a pizza into four equal slices. Each slice is a

16 Clues: A super athlete who competes in all ten events.An athlete who competes in the five events of aThink of a park or a courtyard that has four sides.Any animal that walks on four legs, like a dog or a cat.A group of five things that are connected or go together.Imagine five babies born at the same time to the same parent –...

Caylee 2026-05-06

Caylee crossword puzzle
Across
  1. the horizontal line on a graph or coordinate plane
  2. a list of numbers where the difference between consecutive terms is constant.
  3. type of distribution where the tail is on the left
  4. relating to a line or moving in a straight, direct path
  5. the vertical line on a graph or coordinate plane
  6. a equation or system of equations has exactly one unique numerical value or ordered pair
  7. statistical measure that shows how spread out numbers are in a dataset relative to their mean
  8. no possible value for the variable(s) can make an equation or system of equations true
  9. a value that, when multiplied by itself, equals the original number
Down
  1. a set of two or more equations sharing the same variables that are solved together to find a common solution.
  2. a decimal number that has a limited number of digits after the decimal point
  3. something does not move in a straight line, direct order, or predictable pattern
  4. type of distribution where the tail is on the right side
  5. occur when an equation or system of equations has an endless number of possible answers, making any valid value chosen for the variable(s) true.
  6. a data tool used to organize and analyze the relationship between two categorical variables from a single population

15 Clues: the vertical line on a graph or coordinate planethe horizontal line on a graph or coordinate planetype of distribution where the tail is on the leftrelating to a line or moving in a straight, direct pathtype of distribution where the tail is on the right sidea value that, when multiplied by itself, equals the original number...

The Internet and the DNS 2021-03-25

The Internet and the DNS crossword puzzle
Across
  1. the name of one of Mr. Schmurr's cats
  2. every packet on the internet has a sender and a ........
  3. DNS is the abbreviation for....
  4. the topology with multiple connections between devices on the internet
  5. the numbers that identify computers on the internet
  6. the small pieces that messages on the internet are divided into
  7. the number system computers use to communicate
Down
  1. having extra routers and paths on a network
  2. the two digits in the base two number system
  3. the name of a website such as code.org or google.com
  4. a network that still works even if routers go down is fault ......
  5. the number of cats Mr. Schmurr has
  6. the abbreviation for binary digit
  7. the name of one Mr. Schmurr's cats
  8. the device that sends ip packets on the next step of the path to their destination
  9. a set of rules

16 Clues: a set of rulesDNS is the abbreviation for....the abbreviation for binary digitthe number of cats Mr. Schmurr hasthe name of one Mr. Schmurr's catsthe name of one of Mr. Schmurr's catshaving extra routers and paths on a networkthe two digits in the base two number systemthe number system computers use to communicate...

Science and math crossword puzzle 2022-09-22

Science and math crossword puzzle crossword puzzle
Across
  1. the best science teacher
  2. used to keep our phones on
  3. energy from the wind
  4. Lower than 0
  5. please excuse my dear aunt sally
  6. The set of whole nummbers and their opposites
  7. take away
  8. form A number written with a base and an exponent
  9. energy from a gasoline tank
  10. Ge___________
Down
  1. the opposite of a number
  2. A half circle
  3. explain your _____
  4. The best subject
  5. A set of points and the line segments or arcs that connect the points
  6. Having the same value
  7. The number of square units needed to cover a given surface
  8. A bar graph that shows the frequency of data within equal intervals
  9. kinetic ______
  10. energy in motion

20 Clues: take awayLower than 0A half circleGe___________kinetic ______The best subjectenergy in motionexplain your _____energy from the windHaving the same valuethe best science teacherthe opposite of a numberused to keep our phones onenergy from a gasoline tankplease excuse my dear aunt sallyThe set of whole nummbers and their opposites...

Science and math crossword puzzle 2022-09-22

Science and math crossword puzzle crossword puzzle
Across
  1. the best science teacher
  2. used to keep our phones on
  3. energy from the wind
  4. Lower than 0
  5. please excuse my dear aunt sally
  6. The set of whole nummbers and their opposites
  7. take away
  8. form A number written with a base and an exponent
  9. energy from a gasoline tank
  10. Ge___________
Down
  1. the opposite of a number
  2. A half circle
  3. explain your _____
  4. The best subject
  5. A set of points and the line segments or arcs that connect the points
  6. Having the same value
  7. The number of square units needed to cover a given surface
  8. A bar graph that shows the frequency of data within equal intervals
  9. kinetic ______
  10. energy in motion

20 Clues: take awayLower than 0A half circleGe___________kinetic ______The best subjectenergy in motionexplain your _____energy from the windHaving the same valuethe best science teacherthe opposite of a numberused to keep our phones onenergy from a gasoline tankplease excuse my dear aunt sallyThe set of whole nummbers and their opposites...

Peripheral and autonomic nervous system 2023-11-13

Peripheral and autonomic nervous system crossword puzzle
Across
  1. rest and digest part of autonomic nervous system
  2. the cranial nerve that exerts parasympathetic response in the eye
  3. spinal cord distribution of sympathetic nervous system
  4. location of cell bodies of sympathetic postganglionic neurons
  5. the root used by somatic motor neuron and preganglionic autonomic axon to leave the spinal cord
  6. type of ACh receptor found on cell body of sympathetic postganglionic neuron
  7. vertebral levels at which pregnaglionic cell bodies of sympathetic neurons start and stop
  8. result of the activation of efferent peripheral nervous system in muscles
  9. neurotransmitter found in both parasympathetic and sympathetic ganglia
  10. the fibres that are myelinated in autonomic nervous system
  11. type of ACh receptor found on target organ after parasympathetic postganglionic neuron
  12. length of preganglionic neuron in parasympathetic nervous system
Down
  1. the gland innervated by facial and glossopharyngeal nerves for parasympathetic response
  2. location of cell bodies of sympathetic postganglionic neurons
  3. one of the neurotransmitters found in the sympathetic nervous system
  4. the cranial nerve that exerts parasympathetic response in pancreas
  5. number of synapse between spinal cord and skeletal muscle in somatic efferent nervous system
  6. spinal cord distribution of parasympathetic nervous system
  7. nerves that carry both visceral sympathetic and sensory fibres
  8. ganglia that contains cell bodies of postganglionic sympathetic neuron supplying the stomach
  9. type of ACh receptor found on cell body of parasympathetic postganglionic neuron
  10. this part of autonomic nervous system controls the digestive system
  11. this is where preganglionic cell bodies of sympathetic neurons are found in the spinal cord

23 Clues: rest and digest part of autonomic nervous systemspinal cord distribution of sympathetic nervous systemspinal cord distribution of parasympathetic nervous systemthe fibres that are myelinated in autonomic nervous systemlocation of cell bodies of sympathetic postganglionic neuronslocation of cell bodies of sympathetic postganglionic neurons...

Nurse Week 2019 2019-05-05

Nurse Week 2019 crossword puzzle
Across
  1. Month the hospital opened
  2. Scoring system is used to assess skin
  3. Color of the fall risk band
  4. Team called for support when a patient's condition is deteriorating
  5. Scoring system is used to identify fall risk
  6. RT color scrubs
  7. Number of stars we have for CMS
  8. Secure texting platform
  9. Most trusted profession
Down
  1. Chief of staff
  2. Name of Cerner capacity management system
  3. Awarded TVH an 'A' grade
  4. Name of our CEO
  5. NIH score is used for
  6. Name of one of the pet therapy dogs
  7. Code called for a heart life threatening heart attack that must go immediately to CathLab
  8. Abbreviation for the modified early warning system

17 Clues: Chief of staffName of our CEORT color scrubsNIH score is used forSecure texting platformMost trusted professionAwarded TVH an 'A' gradeMonth the hospital openedColor of the fall risk bandNumber of stars we have for CMSName of one of the pet therapy dogsScoring system is used to assess skinName of Cerner capacity management system...

COLLECTIONS 101 2024-10-03

COLLECTIONS 101 crossword puzzle
Across
  1. THE NAME OF OUR PAYMENT SYSTEM BESIDES SWBC
  2. THE NAME OF FRANCISCOS TEAM
  3. THIS IS THE LAST AND FINAL ASSISTANCE WE CAN OFFER
  4. THE NAME OF OUR CORE SYSTEM
  5. WHAT DOES THE "S" S.M.A.R.T STAND FOR
  6. THE NAME OF COLLECTIONS SYSTEM
  7. HOW MANYS DAYS DQ IS CONSIDERED HIGH DQ
  8. THREE LETTER WORD FOR INSURANCE
  9. THE T IN HEART
  10. NAME OF THE COMPANY WHO VERIFIES INSURANCE
  11. CPI DEDUCITBLE LIMITS
Down
  1. NAME OF OUR PHONE SYSTEM
  2. THE NAME OF DAX'S TEAM
  3. THE C IN RTCL
  4. THE T IN S.M.A.R.T
  5. HOW MANY SKIP A PAYS CAN BE USED ON AN ACCOUNT
  6. MAX DAYS DQ FOR SAP REQUEST
  7. NUMBER OF PAYMENTS IN A REAGE AGREEMENT
  8. IF AN ACCOUNT IS 60 DAYS PAST DUE IT IS IN THE

19 Clues: THE C IN RTCLTHE T IN HEARTTHE T IN S.M.A.R.TCPI DEDUCITBLE LIMITSTHE NAME OF DAX'S TEAMNAME OF OUR PHONE SYSTEMTHE NAME OF FRANCISCOS TEAMTHE NAME OF OUR CORE SYSTEMMAX DAYS DQ FOR SAP REQUESTTHE NAME OF COLLECTIONS SYSTEMTHREE LETTER WORD FOR INSURANCEWHAT DOES THE "S" S.M.A.R.T STAND FORHOW MANYS DAYS DQ IS CONSIDERED HIGH DQ...

Tutorial-DLDM 2024-02-21

Tutorial-DLDM crossword puzzle
Across
  1. ARITHMETIC Arithmetic using addition and shifting for binary operations (11)
  2. Representation adding 1 to the negative of a binary number (8)
  3. A sequence of discrete voltage levels representing information (8)
  4. Operation requiring all inputs to be 1 for a 1 output (3)
  5. Number system using digits 0-9 and A-F (9)
  6. Electronic circuits operating with binary values (12)
  7. Circuit performing one or more logic operations (7)
Down
  1. System dividing numbers into groups of 16 (8)
  2. Operation giving 1 if any input is 1 (3)
  3. Number system using only 0 and 1 (6)
  4. System dividing numbers into groups of 8 (5)
  5. Arithmetic for signed binary numbers (13)
  6. Algebra dealing with true/false values (13)
  7. Operation inverting the input (4)

14 Clues: Operation inverting the input (4)Number system using only 0 and 1 (6)Operation giving 1 if any input is 1 (3)Arithmetic for signed binary numbers (13)Number system using digits 0-9 and A-F (9)Algebra dealing with true/false values (13)System dividing numbers into groups of 8 (5)System dividing numbers into groups of 16 (8)...

CA, WA, OR 101 2020-03-24

CA, WA, OR 101 crossword puzzle
Across
  1. Lodi region is known for high quality _________
  2. First appellation created in Washington
  3. Paso Robles is located in the __ coast wine growing region
  4. ______ Valley is the largest AVA in Washington
  5. Most North appellation in Napa Valley
  6. Term used for wines made with Bordeaux varietals & style
  7. Wine regions in Oregon are normally ___ in temperature
  8. Person who coined the term Fume Blanc
  9. Number 1 white variety in Oregon (two words)
  10. _____ River Valley AVA is the most eastern region in Oregon
  11. Number of appellations that straddle Oregon-Washington border
  12. Number 1 white variety of Washington
Down
  1. Main mountain range in Washington
  2. Main mountain range causes a _____ where most of the Eastern regions lie in (two words)
  3. Appellation system used in the US (use acronym)
  4. Carneros is located _____ of Napa Valley
  5. Number 1 red variety of Napa Valley (two words)
  6. Number 1 white variety of Sonoma
  7. Oregon is known which this varietal red wine

19 Clues: Number 1 white variety of SonomaMain mountain range in WashingtonNumber 1 white variety of WashingtonMost North appellation in Napa ValleyPerson who coined the term Fume BlancFirst appellation created in WashingtonCarneros is located _____ of Napa ValleyOregon is known which this varietal red wineNumber 1 white variety in Oregon (two words)...

Covid puzzle 2021-04-09

Covid puzzle crossword puzzle
Across
  1. To become vulnerable to the virus
  2. Software for CCI
  3. Number of days for isolation
  4. for household members
  5. Number of isolation days for severe case
  6. Medication to decrease symptoms
  7. for covid+ person
  8. Team that performs interviews
  9. Place for sick patients
  10. Software for QIRT
  11. When isolation is completed
  12. Clients request this after discharge
Down
  1. QIRT communicates with clients
  2. Symptom monitoring system
  3. Team that manages isolation
  4. Number of days for quarantine
  5. Covid test
  6. CCI does this
  7. High temperature
  8. Creates federal public health policies
  9. virus
  10. Covid symtpom
  11. Helps identify sweet, sour, bitter
  12. Creates local policies
  13. Helps identify clean air
  14. Location for isolation

26 Clues: virusCovid testCCI does thisCovid symtpomSoftware for CCIHigh temperaturefor covid+ personSoftware for QIRTfor household membersCreates local policiesLocation for isolationPlace for sick patientsHelps identify clean airSymptom monitoring systemTeam that manages isolationWhen isolation is completedNumber of days for isolation...

Computer languages and browsing safely 2025-06-05

Computer languages and browsing safely crossword puzzle
Across
  1. act of stealing and misusing someone's personal information
  2. It can do addition, subtraction, multiplication, division, etc.
  3. an illegal entry into a computer system or network
  4. use of illegal methods to get money or other things that belong to a bank
  5. process of 'befriending' children on social media
  6. it is vital information resources
  7. It has based 2
  8. Act to believe the email has been sent from a trusted person or organisation
  9. the number system consists of 16 digits
  10. it means hoaxing or misleading
Down
  1. the number system consists of 10 digits
  2. it consists of 8 digits
  3. Collection of technologies, processes, and practices design to protect networks, computers, programs, and data
  4. Any criminal activity intended to harm anyone using a computer and an internet connection
  5. Extract confident information from users and use this information to execute fraudulent tasks online

15 Clues: It has based 2it consists of 8 digitsit means hoaxing or misleadingit is vital information resourcesthe number system consists of 10 digitsthe number system consists of 16 digitsprocess of 'befriending' children on social mediaan illegal entry into a computer system or networkact of stealing and misusing someone's personal information...

Block 4 (and some extra) Vocabulary Crossword 2022-02-14

Block 4 (and some extra) Vocabulary Crossword crossword puzzle
Across
  1. Solving a system of linear equations by replacing a variable with its solution into the other equation.
  2. When any composite number is written as the product of all its prime factors.
  3. A mathematical sentence that contains an equals sign between 2 expressions.
  4. Whole numbers that can be multiplied together to find a product.
  5. A decimal that has one or more digits that repeat forever.
  6. An expression that contains numbers, operations, and variables.
  7. A decimal that stops.
  8. Lines in the same plane that will never intersect(cross).
  9. A whole number larger than 1 that has only two possible factors, 1 and itself.
  10. A term that has no variable.
Down
  1. The ordered pair that satisfies both linear equations in the system.
  2. Solving a system of linear equations where one of the variables in both equations disappears using zero pairs.
  3. Two or more linear equations.
  4. A property that states numbers can be added or multiplied in any order.
  5. The smallest nonzero multiple that is common to two or more numbers.
  6. Numbers that can be expressed as a fraction of two integers(whole numbers).
  7. The greatest factor that is common to two or more numbers.
  8. The set of all whole numbers, their opposites, and 0.
  9. A whole number larger than 1 that has more than two factors.

19 Clues: A decimal that stops.A term that has no variable.Two or more linear equations.The set of all whole numbers, their opposites, and 0.Lines in the same plane that will never intersect(cross).A decimal that has one or more digits that repeat forever.The greatest factor that is common to two or more numbers....

CCCU TRIVIA 2017-06-18

CCCU TRIVIA crossword puzzle
Across
  1. ASI
  2. PROTECTS CU & MEMBER FROM LOSS
  3. BUSINESS ACCOUNT FEE AT TIME OF SERVICES
  4. INSURED UP TO
  5. FOLLOW US
  6. HASSLE FREE AUTO PURCHASE
  7. YEAR CCCU FOUNDED
  8. PARTNERED WITH CCCU AND OFFERS DISCOUNTS TO MEMBERS
Down
  1. FEE FREE ATM ACCESS
  2. RETIREMEMT PLANNING
  3. NEW CORE SYSTEM
  4. NUMBER OF BUSINESS CHECKING PRODUCTS
  5. QUALIFY FOR MEMBERSHIP
  6. SECURE 24/7 ACCOUNT ACCESS
  7. CORE VALUE
  8. ACCEPTABLE SECONDARY ID
  9. LIMITS NUMBER OF TRANSFERS
  10. ACCEPTABLE PRIMARY ID
  11. REGULATES ELECTRONIC FUNDS TRANSFERS

19 Clues: ASIFOLLOW USCORE VALUEINSURED UP TONEW CORE SYSTEMYEAR CCCU FOUNDEDFEE FREE ATM ACCESSRETIREMEMT PLANNINGACCEPTABLE PRIMARY IDQUALIFY FOR MEMBERSHIPACCEPTABLE SECONDARY IDHASSLE FREE AUTO PURCHASESECURE 24/7 ACCOUNT ACCESSLIMITS NUMBER OF TRANSFERSPROTECTS CU & MEMBER FROM LOSSNUMBER OF BUSINESS CHECKING PRODUCTSREGULATES ELECTRONIC FUNDS TRANSFERS...

math crossword 2013-12-04

math crossword crossword puzzle
Across
  1. polynomial which has two or more terms.
  2. small number written with another big number that tells how many times to multiply the big number by itself
  3. made important advances in mathematical notation
  4. A symbol for a number we don't know yet. It is usually a letter like x or y
  5. mnemonic for the standard method of multiplying two binomials
  6. polynomial which has three term.
  7. multiplicative factor in some term of an expression
  8. refers to those coefficients that are composed of literal constants such as a , b , c, among others
  9. * a single number, or * a variable, or * numbers and variables multiplied together
  10. polynomial which has only one term.
  11. planar unit of angular measure equal in magnitude to 1/360 of a complete revolution
  12. the number of different digits that a system of counting uses to represent numbers
Down
  1. mathematical phrase that can contain ordinary numbers, variables (like x or y)
  2. a number on its own
  3. An expression that can have constants, variables and exponents
  4. number shows you how many times to use the number in a multiplication
  5. polynomial which has two term.
  6. umber with no fractional part
  7. terms that have the same variables and powers
  8. uses letters (like x or y) or other symbols in place of unknown values

20 Clues: a number on its ownumber with no fractional partpolynomial which has two term.polynomial which has three term.polynomial which has only one term.polynomial which has two or more terms.terms that have the same variables and powersmade important advances in mathematical notationmultiplicative factor in some term of an expression...

math crossword 2013-12-04

math crossword crossword puzzle
Across
  1. terms that have the same variables and powers
  2. An expression that can have constants, variables and exponents
  3. a number on its own
  4. umber with no fractional part
  5. multiplicative factor in some term of an expression
  6. uses letters (like x or y) or other symbols in place of unknown values
  7. made important advances in mathematical notation
  8. polynomial which has two term.
  9. * a single number, or * a variable, or * numbers and variables multiplied together
Down
  1. polynomial which has three term.
  2. planar unit of angular measure equal in magnitude to 1/360 of a complete revolution
  3. number shows you how many times to use the number in a multiplication
  4. mathematical phrase that can contain ordinary numbers, variables (like x or y)
  5. polynomial which has two or more terms.
  6. polynomial which has only one term.
  7. small number written with another big number that tells how many times to multiply the big number by itself
  8. mnemonic for the standard method of multiplying two binomials
  9. the number of different digits that a system of counting uses to represent numbers
  10. A symbol for a number we don't know yet. It is usually a letter like x or y
  11. coefficient: refers to those coefficients that are composed of literal constants such as a , b , c, among others

20 Clues: a number on its ownumber with no fractional partpolynomial which has two term.polynomial which has three term.polynomial which has only one term.polynomial which has two or more terms.terms that have the same variables and powersmade important advances in mathematical notationmultiplicative factor in some term of an expression...

Mathematics 2020-04-24

Mathematics crossword puzzle
Across
  1. Three sided figure
  2. To bring two or more numbers together
  3. An expression of two or more algebraic terms
  4. A quantity representing the power to which a given number or expression is to be raised
  5. relative between sets and values in math
  6. A statement that the values of two mathematical expressions are equal
  7. Take away ( a number or amount) from another to calculate the difference
  8. Resembling without being identical
  9. line A line which runs up and down a page
Down
  1. A branch of mathematics dealing with the relations of sides and angles of triangles and with the relevant of any angles
  2. Belonging to two or more quantities
  3. A quality expressed as a sum
  4. A number when multiplied by another provides a given number or expression
  5. A diagram representing a system of connections or interrelations among two or more things
  6. Find how many times a number contains another
  7. Plane figure with four equal straight sides
  8. Able to be represented by a straight line on a graph
  9. involving the second and no higher power of an unknown quantity or variable
  10. Result of subtracting one number from another
  11. Obtain from ( a number) another that contains the first number a specified number of times

20 Clues: Three sided figureA quality expressed as a sumResembling without being identicalBelonging to two or more quantitiesTo bring two or more numbers togetherrelative between sets and values in mathline A line which runs up and down a pagePlane figure with four equal straight sidesAn expression of two or more algebraic terms...

Quarter 1 Math Vocabulary 2024-09-20

Quarter 1 Math Vocabulary crossword puzzle
Across
  1. helps you know if your work is accurate when you round then do the operation
  2. the number system we use that uses 10 as the place value of numbers is called the
  3. A way to write numbers by using words.
  4. 1,2,3,4,5,6,7,8,9
  5. A number that is multiplied repeatedly; it is raised to a power
  6. The value of each digit in a number is based on the location of the digit (ex: 450; the five is in the tens place)
  7. A way to write numbers that shows the place value of each digit.
  8. to solve
  9. a number that is added to another number
  10. a number that is multiplied by another number to find a product
  11. A number with one or more digits to the right of the decimal point
  12. a way to write a number showing only its digits
Down
  1. place value of the third digit to the right of the decimal point
  2. a place value of the first digit to the right of the decimal point
  3. place value of the second digit to the right of the decimal point
  4. A mathematical notation indicating the number of times the base is multiplied by itself.
  5. A period separating the ones and the tenths in a decimal number.
  6. the answer to a SUBTRACTION problem
  7. the answer to an ADDITION problem
  8. the answer to a MULTIPLICATION problem
  9. adjusting a number to its closest value in order to make calculating easier
  10. the number 10 multiplied by itself the number of times indicated by the exponent

22 Clues: to solve1,2,3,4,5,6,7,8,9the answer to an ADDITION problemthe answer to a SUBTRACTION problemA way to write numbers by using words.the answer to a MULTIPLICATION problema number that is added to another numbera way to write a number showing only its digitsA number that is multiplied repeatedly; it is raised to a power...

English 2025-04-17

English crossword puzzle
Across
  1. there is a rest of this in mars
  2. difference between earth and mars
  3. body orbiing a star
  4. the nationality of this astronauts who go to moon
  5. force of attraction
  6. by what astronauts go in space
  7. a body orbiting a planet
  8. number of the planet in the solar system
Down
  1. a place in space when there are astronauts
  2. it is not considerate a planet anymore
  3. is the biggest planet in the solar system
  4. the number of the people who went to mars
  5. color of mars
  6. closing important to go to space
  7. the surname of the fisrt man who walked on the moon
  8. persons who go in space

16 Clues: color of marsbody orbiing a starforce of attractionpersons who go in spacea body orbiting a planetby what astronauts go in spacethere is a rest of this in marsclosing important to go to spacedifference between earth and marsit is not considerate a planet anymorenumber of the planet in the solar systemis the biggest planet in the solar system...

Chapter 2 Vocab 2025-10-23

Chapter 2 Vocab crossword puzzle
Across
  1. Any area outside of the laboratory
  2. An abnormal or irregular data point:a point on a graph that is clearly not part of the trend
  3. Material, energy, or information that goes into a system
  4. The curved upper surface of a liquid in a column of liquid
  5. A representation of a complex object or process, used to help people understand a concept that they cannot observe directly
  6. The difference between the greatest value and the least value in the set of data
  7. graph A line graph in which the data points do not fall along a straight line
  8. The numerical average of a set of data
  9. A system of measurement based on the number 10
Down
  1. A measure of the force of gravity acting on an object
  2. A sequence of actions in a system
  3. How close a group of measurements are to each other
  4. The middle number in a set of data
  5. How close a measurement is to the true or accepted value
  6. An approximation of a number based on reasonable assumptions

15 Clues: A sequence of actions in a systemAny area outside of the laboratoryThe middle number in a set of dataThe numerical average of a set of dataA system of measurement based on the number 10How close a group of measurements are to each otherA measure of the force of gravity acting on an objectMaterial, energy, or information that goes into a system...

Hospital Medical Billing - What You Need To Know 2023-10-22

Hospital Medical Billing - What You Need To Know crossword puzzle
Across
  1. Payment system initiated by Medicare for hospitals.Fee for Service
  2. Organizes patient data for billing. Charge Description Master
  3. A fixed rate per day for all services provided.Per Diem
  4. Patient classification method that categorizes diagnoses and treatments into groups. Diagnosis Related Group
  5. The main database of all hospital's patients. Master Patient Index
  6. A detailed narrative of each procedure.Procedure Description
  7. A department in a hospital that performs outpatient services. Ambulatory Surgical Center
  8. The standard fee for a service or procedure. Charge
  9. Type of care that does not require an overnight stay. Outpatient Care
  10. Completing and signing hospital records within a specific time frame (3-_days).
  11. Detailed narrative of each service. Service Description
Down
  1. Technical system used for patient information.Health Information System
  2. Checks the completeness of a patient's medical record. Discharge Analyst
  3. The oldest method for paying for medical services. Cost Outliers
  4. Three-digit code representing a specific accommodation, service, or billing calculation. Revenue Code
  5. Information system that integrates with electronic health records. Electronic Medical Records
  6. Determines reimbursement based on the case mix index.Case Mix Index
  7. Full DRG rate plus additional payment for atypical situations. Cost Outliers
  8. Three basic reimbursement methods for inpatient and outpatient hospital services. Prospective Payment System
  9. of payers that hospitals negotiate fees with.Types of Payers
  10. Another form of the prospective payment system. Diagnosis Related Group
  11. Patient classification based on diagnoses and treatment.DRG Classification
  12. Detailed narrative of each procedure. Procedure Description
  13. Used to address deficiencies in the electronic medical record. DeficiencyNotation
  14. The unique number assigned to each hospital admission. Patient Control Number
  15. Form used to submit claims for inpatient and outpatient services. UB-04
  16. The process of collecting patient information.Registration
  17. Represents the average resources necessary to provide services for a specific diagnosis. Relative Weight
  18. An unethical practice of coding for a more severe diagnosis than indicated.DRG Creep

29 Clues: The standard fee for a service or procedure. ChargeA fixed rate per day for all services provided.Per DiemDetailed narrative of each service. Service DescriptionThe process of collecting patient information.RegistrationDetailed narrative of each procedure. Procedure Descriptionof payers that hospitals negotiate fees with.Types of Payers...

Chemistry FINAL Review 2024-05-17

Chemistry FINAL Review crossword puzzle
Across
  1. anything that has mass and takes up space
  2. energy due to motion
  3. algebraic expression, ratio, or number
  4. a transfer of energy between 2 objects at different temperatures
  5. a measure of the average kinetic energy of the molecules that make anything up
  6. a system that does not allow the exchange of matter
  7. number, 6.022 * 10^24
  8. a species that dissociates snd conducts electricity in H2O
  9. the amount of heat necessary to raise 1 gram of a substance by 1º
  10. a system that stays at constant temperature
  11. amount of heat needed to raise 1 gram of H2O from 3º to 4º
  12. a very precise lab measuring technique
  13. What method can you use to solve an equilibrium problem?
  14. group 17 - 7 valence electrons
  15. a system that does not allow the transfer of heat
  16. unit of measurement for amount of substance
Down
  1. lowers activation so that more particles of a compound can pass the threshold of energy
  2. stored energy or energy due to position
  3. when moles of acid equal moles of base
  4. point
  5. many types: ability to do work or produce heat
  6. a reaction that absorbs heat
  7. how well an object holds on to heat
  8. outermost electrons
  9. a force acting over a distance (good physics definition)
  10. a substance existing in 1 of at least 2 different structures depending on pH -- different colors
  11. bonds between ions - metals and nonmetals - large electronegativity difference
  12. a system that allows the exchange of matter
  13. where a reaction takes place
  14. strong bases
  15. anything that can have an effect on the system
  16. a reaction that releases heat

32 Clues: pointstrong basesoutermost electronsenergy due to motionnumber, 6.022 * 10^24a reaction that absorbs heatwhere a reaction takes placea reaction that releases heatgroup 17 - 7 valence electronshow well an object holds on to heatwhen moles of acid equal moles of basealgebraic expression, ratio, or numbera very precise lab measuring technique...

solar system 2013-06-21

solar system crossword puzzle
Across
  1. Planet tilted on its side
  2. Centre of our solar system
  3. Only planet with liquid water, oxygen and living organisms
  4. Instrument used to observe space
  5. Surface of the Earth is covered by land masses and ___________.
  6. The sun is made up of helium and _________.
  7. Largest moon in the solar system
  8. Earth's sister planet
  9. Recently demoted to a dwarf planet
Down
  1. Large planet with magnificent ring
  2. Number of planets in our solar system
  3. Between Mars and Jupiter is a band of rock called __________.
  4. Largest planet in solar system
  5. Gas responsible for colour of Neptune
  6. Metal responsible for colour of Mars
  7. Name of our galaxy
  8. Force that keeps objects grounded
  9. Planet most similar to Earth
  10. Smallest and closest planet to sun
  11. Four moons of Jupiter are: Callisto, IO, Ganymede, and _________.

20 Clues: Name of our galaxyEarth's sister planetPlanet tilted on its sideCentre of our solar systemPlanet most similar to EarthLargest planet in solar systemInstrument used to observe spaceLargest moon in the solar systemForce that keeps objects groundedLarge planet with magnificent ringSmallest and closest planet to sunRecently demoted to a dwarf planet...