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
olasank [31]
3 years ago
8

Which of the following are positive things to do during a presentation? Check all that apply.

SAT
1 answer:
Volgvan3 years ago
6 0

Answer:

2,3,4

Explanation:

These are all good things to do in a presentation, if some teacher don't like people to tell jokes or fiddle around they can take points away from you.

You might be interested in
Which of the following foods do not require time and temperature control to limit the growth of pathogens and ensure safety.
OLEGan [10]

The temperature of a place often affect food. The option that is not of the Time/Temperature Control for Safety Foods is Processed garlic oil mixtures.

<h3 /><h3>Foods that require time and temperature control </h3>

There are different kinds of foods that require time and temperature control so that it can be safe. This food are known as TCS foods. They includes;

  • Milk and Dairy products
  • Eggs
  • Meat such as beef, pork, and lamb
  • Untreated garlic etc.

Garlic often stay  long does when process into oil in any temperature.  It can be safely store in oil for about 4 months in the freezer. Only garlic in oil mixture kept at room temperature for about two hours may not be useful.

Learn more about Food from

brainly.com/question/10465534

7 0
2 years ago
While many people might scoff at the very concept, light pollution is fast becoming a serious problem. Light pollution most comm
liberstina [14]
While none of the answers is what I consider the main idea of this essay, I believe that C is the best possible answer. Each of the paragraphs discusses how particular groups are impacted by the use of lights in urban areas. 
hope this helped :)
alisa202
8 0
3 years ago
Read 2 more answers
Drag each triangle to the correct category. for each set of side lengths, classify the triangle based on whether it is a right t
marshall27 [118]

Answer:

not enough information but based off other ppl's questions..

Explanation:

4,10,11 = not a right traingle

4,4, square root of 32 = right traingle.

8,7, square root of 113 = right triangle

4,4, square root of 24 = not right triangle

7,8,15 = not a right triangle

3 0
2 years ago
Read 2 more answers
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
The word from the passage that best defines the topic is "youth. " "song. " "kiss. " "love. ".
Alona [7]

There are different kinds of poem. The word from the passage that best defines the topic is love.

<h3>An Ode on a Grecian Urn?</h3>

This is known as a poem that was written by John Keats in 1820. The “Ode on a Grecian Urn” sees to evaluate the close linkage or the relationship that exist between art, beauty, and truth.

The speaker in the poem stated that the beauty that humankind is very close to the truth. The word of the below text that summarized it is Love. This is because this aspect of the poem is talking more about love.

See full question below

Read the passage from "Ode on a Grecian Urn."

Fair youth, beneath the trees, thou canst not leave

Thy song, nor ever can those trees be bare;

Bold Lover, never, never canst thou kiss,

Though winning near the goal—yet, do not grieve;

She cannot fade, though thou hast not thy bliss,

For ever wilt thou love, and she be fair!

The word from the passage that best defines the topic is

"youth."

"song."

"kiss."

"love."

Learn more about love from

brainly.com/question/931164

7 0
2 years ago
Other questions:
  • What would you do if you were born during World War Two
    8·1 answer
  • How many Chlorine (Cl) atoms are present in 2CuCl2
    5·1 answer
  • Please tell me all of it
    12·1 answer
  • C=
    5·1 answer
  • Need help
    11·2 answers
  • Did yall miss me ive missed yall butttt im not gonna be on often love yall!!!
    7·2 answers
  • Progressive such as Woodward Wilson supported financial reforms because they believe the nations financial system was overly con
    11·1 answer
  • If you can add or subtract which ones faster
    10·2 answers
  • Different eating disorders and their characteristics brainly.
    9·1 answer
  • an automated tool known as log can consolidate system logs, perform comparative analysis and detect common occurrences or behavi
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!