1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Ivan
3 years ago
13

Which is NOT true of sound waves?

SAT
2 answers:
Sphinxa [80]3 years ago
8 0

Answer:

They can travel through vacuum.

Explanation:

Sound waves are vibration that travel through particles such as solid, liquids, and gas.

zepelin [54]3 years ago
8 0
Pretty sure sound waves can’t travel through vacuums.
You might be interested in
some commenters took pictures of huge piles of snow and added comments such as, "This doesn’t look like global warming." Do thes
andreev551 [17]

Answer:

i disagree

Explanation:

it could be a strong storm and the heat made it look like a normal storm

8 0
3 years ago
Read 2 more answers
Response questions generally focus on
Lady bird [3.3K]
It is either B or D all of the above. It depends on what kind of response. So, probably D
6 0
2 years ago
Read 2 more answers
the graph of f is given. state the numbers at which f is not differentiable. (enter your answers as a comma-separated list.)
artcher [175]

The numbers at which <em>f</em> is not differentiable are;<u> -1, and 2</u>

The reason the above list of numbers at which <em>f</em> is not differentiable are correct are given as follows:

<em>Question; Please find attached a graph that can be used to solve the question</em>

  • A function is not differentiable at a point where the  function has a discontinuity. That is a point on the graph were there is a break in the graph

Therefore, the given graph of <em>f</em> shows that <u>the function is not differentiable at x = -1</u>, the point where the graph has a discontinuity

  • A function is not differentiable at a point where the graph of the function has a kink or corner.

The graph of <em>f</em> has a kink at x = 2, therefore, <u>the function is also not differentiable at x = 2</u>

Learn more about differentiability of a function here:

brainly.com/question/18187058

6 0
2 years ago
Neurofeedback, a newer type of biofeedback, involves trying to change
frosja888 [35]

Neurofeedback involves trying to change brain wave activity.

<h3>Brain wave</h3>

The human brain is an intricate organ that baffles many scientists today. One design feature of the human brain is its ability to send signals in the form of brain waves when the mind is ar work or in a state of rest. These brain wave activity are braodly categorized into four types, namely;

  • beta waves
  • alpha waves
  • theta waves
  • delta waves

Neurofeedback thus occurs when an attempt is made to change from one of the above brain wave types to another.

You can learn more about brain wave activity here brainly.com/question/14080098

#SPJ1

8 0
1 year ago
Once you have your heap structure created, next you must use it as a backing structure to a priority queue. Develop a PriorityQu
saveliy_v [14]

Using the knowledge in computational language in python it is possible to write a code that Develop a PriorityQueue data structure in a file.

<h3>Writting the code in python:</h3>

<em>import sys</em>

<em>class Node:</em>

<em>def __init__(self,key):</em>

<em>self.left = None</em>

<em>self.right = None</em>

<em>self.val = key</em>

<em>self.parent = None</em>

<em>class MinHeap:</em>

<em>def __init__(self, maxsize):</em>

<em>self.maxsize = maxsize</em>

<em>self.size = 0</em>

<em>self.Heap = Node(-1 * sys.maxsize )</em>

<em>self.FRONT = self.Heap</em>

<em># A utility function to do inorder tree traversal</em>

<em>def isLeaf(self, node):</em>

<em>if node.left == None and node.right == Node:</em>

<em>return True</em>

<em>return False</em>

<em># Function to swap two nodes of the heap</em>

<em>def swap(self, node1, node2):</em>

<em>node1.data, node2.data = node2.data, node1.data</em>

<em># Function to heapify the node at pos</em>

<em>def minHeapify(self, node):</em>

<em># If the node is a non-leaf node and greater</em>

<em># than any of its child</em>

<em>if not self.isLeaf(node):</em>

<em>if (node.data > node.left.data or</em>

<em>node.data > node.right.data):</em>

<em># Swap with the left child and heapify</em>

<em># the left child</em>

<em>if node.left.data < node.right.data:</em>

<em>self.swap(node, node.left)</em>

<em>self.minHeapify(node.left)</em>

<em># Swap with the right child and heapify</em>

<em># the right child</em>

<em>else:</em>

<em>self.swap(node, node.right)</em>

<em>self.minHeapify(node.right)</em>

<em># Function to insert a node into the heap</em>

<em>def insert(self, element):</em>

<em>if self.size >= self.maxsize :</em>

<em>return</em>

<em>self.size+= 1</em>

<em>self.bst_insert(FRONT, element)</em>

<em>current = FRONT</em>

<em>while current.parent != None and current.data < current.parent.data:</em>

<em>self.swap(current, current.parent)</em>

<em>current = current.parent</em>

<em># Function to print the contents of the heap</em>

<em>def Print(self):</em>

<em>self.inorder()</em>

<em># Function to build the min heap using</em>

<em># the minHeapify function</em>

<em>def inorder(self, root):</em>

<em>if root:</em>

<em>inorder(root.left)</em>

<em>print(root.val)</em>

<em>inorder(root.right)</em>

<em>def bst_insert(self, root, node):</em>

<em>if root is None:</em>

<em>root = node</em>

<em>else:</em>

<em>root.next = node</em>

<em>self.FRONT = node</em>

<em># Driver Code</em>

<em>if __name__ == "__main__":</em>

<em>r = Node(50)</em>

<em>bst_insert(r,Node(30))</em>

<em>bst_insert(r,Node(20))</em>

<em>bst_insert(r,Node(40))</em>

<em>bst_insert(r,Node(70))</em>

<em>bst_insert(r,Node(60))</em>

<em>bst_insert(r,Node(80))</em>

<em># Print inoder traversal of the BST</em>

<em>inorder(r)</em>

<em>print('The minHeap is ')</em>

<em>minHeap = MinHeap(15)</em>

<em>minHeap.insert(5)</em>

<em>minHeap.insert(3)</em>

<em>minHeap.insert(17)</em>

<em>minHeap.insert(10)</em>

<em>minHeap.insert(84)</em>

<em>minHeap.insert(19)</em>

<em>minHeap.insert(6)</em>

<em>minHeap.insert(22)</em>

<em>minHeap.insert(9)</em>

<em>minHeap.minHeap()</em>

<em>minHeap.Print()</em>

<em>print("The Min val is " + str(minHeap.remove()))</em>

See more about python at brainly.com/question/13437928

#SPJ1

6 0
1 year ago
Other questions:
  • A microbiologist tested 4 substances to find out if they would kill certain types of bacteria. The substances were applied to a
    8·1 answer
  • Prices to a concert cost N$200 for an adult and N$150 for a child, the concert venue can accommodate at most 240 people. The org
    15·1 answer
  • Explain four impacts of urbanisation. Your answer must include two in LEDC cities and two in MEDC cities (positive and/or negati
    8·1 answer
  • Assuming the kittens on the stairs all have the same mass, which kitten has the most gravitational potential energy? Question 5
    6·1 answer
  • A 900-kg car traveling east at 15. 0 m/s suddenly collides with a 750-kg car traveling north at 20. 0 m/s. The cars stick togeth
    12·1 answer
  • In the final paragraph, the author concludes her argument by.
    5·1 answer
  • A nonvolatile solute is dissolved in benzene and the resulting solution has a vapor pressure of 18. 5 torr. What is the mole fra
    11·1 answer
  • The CSS Grid Layout is intended for ____________.
    14·1 answer
  • How many liters each of a 50% acid solution and a 75% acid solution must be used to produce 90 liters of a 60% acid solution? (R
    5·1 answer
  • We were lucky because it was sunny every day french duolingo
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!