Assignment 10: create a song of the summer in earsketch !!! I NEED AN ANSWER ASAP!!!

REQUIREMENTS:
For this assignment, you will code three songs in EarSketch, each incorporating the following Python commands:

You must require and utilize input from a user using the EarSketch AP function readInput(). This should prompt users to select the genre they want to listen to, and once selected, should play one of your three songs that matches the genre chosen.
You must use some form of randomization in your songs, using the randint() function.
You must use a conditional statement in your songs, using an if, else, elif statement.
You must use both of the EarSketch functions fitMedia() and setEffect() for an effect in your script (such as a fade or distortion).
You must use string operations (concatenation or splicing) to create your own beat, using the EarSketch function makeBeat().
You must use for loops to add repetition to your code.
You must use at least one user-defined (custom) function to create musical sections for your songs.
In addition to the required coding components above, your program must also meet the following general requirements:

Each song must be at least 16 measures long.
Each song should have at least three tracks.
Each song should include different elements unique to a music genre (different beats, instruments, or sound clips that would allow a listener to tell songs apart from one another).
Each song should include a sound clip from Ciara or Common, found in the EarSketch library.
You will need to create a new script for your code in your EarSketch account, title it appropriately, and use sound clips from the EarSketch library or sounds you have recorded or uploaded on your own. Your final code will need to run without any errors, and play successfully in the digital audio workstation (DAW) when opened by your teacher.
ASSIGNMENT BENCHMARKS:
Write the script for your songs, based on the assignment requirements. Make sure that each of the following statements is true of your code:

My code asks for input from the user using readInput(), and uses that user input to change the song that is played when the program is run.
My code uses the randInt() function to create randomization.
My code uses a conditional statement (if, else, or elif statement).
My code uses the fitMedia() function at least once.
My code uses the setEffect() function at least once.
My code uses a string operation and the makeBeat() function to create a custom beat.
My code uses at least one for loop.
My code uses at least one user-defined (custom) function.
My code has three unique songs.
Each of my three songs is at least 16 measures long.
Each of my three songs has at least 3 tracks.
Each of my three songs includes a sound clip from Ciara or Common, found in the EarSketch library.

Answers

Answer 1

I've composed three EarSketch pieces, each of which provides the required Python instructions.

How you can use these sketches?

Upon selection of a desired genre by the user, randomization, conditional statements, fitMedia(), setEffect(), makeBeat(), for loops, and user-defined functions may be implemented in any combination to create the desired soundscape.

My first composition is pop track, my second is an electronic dance number, and my third is a hip-hop piece. Every tune has its distinct flair, yet all adhere to the same coding criteria.

Read more about programs here:

https://brainly.com/question/26134656

#SPJ1


Related Questions

Rishab is looking for ways to manage duplicate file content on his organization's shared drive. He enables data deduplication for this purpose. To save computing resources, he wants to change the settings such that data deduplication occurs in the evening. What must Rishab do to make this change

Answers

Answer:

Click set deduplication schedule

Explanation:

I hope this helps

Explain the purpose of the National Institute of Standards Technology (NIST) Cybersecurity Framework.
a. -The NIST Cybersecurity Framework is a set of mandatory rules for organizations to follow in order to protect themselves against cybersecurity risks.
b. -The NIST Cybersecurity Framework is a voluntary guide that helps organizations understand and protect themselves against cybersecurity risks.
c. -The NIST Cybersecurity Framework is a system of computers that monitors national cybersecurity threats and relays the information to businesses and other organizations.
d. -The NIST Cybersecurity Framework is a cybersecurity software package available to organizations from NIST intended to bolster firewall capabilities.

Answers

The correct answer is (b) - The NIST Cybersecurity Framework is a voluntary guide that helps organizations understand and protect themselves against cybersecurity risks.

The purpose of the NIST Cybersecurity Framework is to provide a standardized set of guidelines, best practices, and procedures for organizations to manage and reduce cybersecurity risks. It is a framework that assists organizations in assessing and improving their ability to prevent, detect, respond to, and recover from cybersecurity events. The framework is flexible, adaptable, and scalable, and can be customized to fit the needs of different organizations, regardless of their size, industry, or sector. The NIST Cybersecurity Framework is widely recognized as a valuable resource for organizations to enhance their cybersecurity posture and protect their assets, customers, and stakeholders.

Learn more about Cybersecurity here:-

https://brainly.com/question/27560386

#SPJ11

You are part of a development team that needs to adopt an integrated development environment tool to increase programmer productivity. The team narrowed the options down to two. One is open-source; the other will require an expensive site license. The tool you choose must be reliable, stable and well maintained. Which of the following could be a disadvantage for you to choose open-source, and thus a compelling enough reason to purchase the licensed software instead of using the open-source solution?
A. Your developers will have ready access to the source code.
B. The open-source solution is in the public domain.
C. The code for the open-source solution can be viewed by a community of open-source developers.
D. Maintenance of an open-source solution relies on developers who volunteer to work on the code.

Answers

Answer:

honestly I think the other one is correct

Explanation:

Use conversion tool to convert the decimal numbers to binary.
5734
999
8473
100

Answers

Answer:

\(5734\) : \(1011001100110\)

\(999\) : \(1111100111\)

\(8473\) : \(10000100011001\)

\(100\) : \(1100100\)

---------------------

1) The number 5734 can be expressed as:

\(4096 + 1024 + 512 + 64 + 32 + 4 + 2\)

So, your answer will be \(1011001100110\)

----------------------

2) The number 999 can be expressed as:

\(512 + 256 + 128 + 64 + 32 + 4 + 2 + 1\)

answer is: 1111100111

--------------------

3) The number 8473 can be expressed as:

\(8192 + 256 + 16 + 8 + 1\)

answer is: 10000100011001

--------------------

4) The number 100 can be expressed as:

\(64 + 32 + 4\)

answer is: 1100100

OAmalOHopeO

In terms of information systems, a collaboration tool that helps a team communicate, organize, plan, schedule, track, and delegate jobs would be an example of A. a personal information system B. a workgroup information system C. an enterprise information system D. an organizational complement

Answers

An organizational complement is  a collaboration tool that helps a team communicate, organize, plan, schedule, track, and delegate jobs. Option D is correct.

How is a computer system operated?

An information system can contain information about a company and its surroundings. There are three fundamental processes that produce the information that businesses require: intake, production, and processing Feedback is the output that is provided to the appropriate groups or individuals within an organization so that they can evaluate and enhance the input.

An organizational supplement information system is a technological device that makes it easier for teams within an organization to communicate and work together to plan events, keep track of projects, and submit completed work.

Learn more about information system:

brainly.com/question/5419206

#SPJ4

If you need to do mathematical computation on arrays and matrices, you are much better off using something like _____ library.

Answers

The answer is NumPy library

NumPy is a Python library that provides support for large, multi-dimensional arrays and matrices, along with a wide range of mathematical functions to operate on these structures. Its powerful array and matrix manipulation capabilities make it an ideal choice for scientific computing, data analysis, and machine learning applications.

If you need to do mathematical computation on arrays and matrices, you are much better off using something like NumPy library.

Learn more about mathematical computation:

brainly.com/question/31597708

#SPJ11

If a list box’s sorted property is set to true, how will the numbers 4, 35, 3, 1, and 12 be displayed in the list box?

Answers

If the list box's sorted property is set to true, the numbers 1, 3, 4, 12, and 35 will be displayed in the list box.

The list box will automatically arrange the numbers in ascending order. The sorted property ensures that the items in the list box are always displayed in a sorted manner.
When the sorted property is set to true, the list box will display the numbers 1, 3, 4, 12, and 35 in ascending order.

To know more about box's sorted property visit :

brainly.com/question/33606119

#SPJ11

As a process executes, it changes state. List five process states and draw the state diagram corresponding to these states. Attachment Upload List 4 conditions that characterize deadlock. Please explain them in detail. Short Answer

Answers

Five process states include New, Ready, Running, Waiting, and Terminated. A process changes state from one state to another as it executes. Deadlock occurs when the system reaches a state in which all processes are blocked and unable to proceed.

Five process states that a process can pass through are as follows:

New: The process has just been created, and the OS has not yet assigned resources to it.

Ready: The process has been allocated the necessary resources and is waiting to be executed.

Running: The process is currently running.Waiting: The process is blocked while waiting for an event to occur.

Terminated: The process has finished executing.

State Diagram:

The State Diagram is an illustration of the different states that a process passes through while executing. The diagram has five boxes, each representing a different process state, with arrows indicating the transition from one state to another.

Deadlock:

Deadlock happens when two or more processes are waiting for each other to release the resources they need to execute. The four conditions that characterize deadlock are as follows:

1. Mutual exclusion: Only one process can use a resource at a time.
2. Hold and wait: A process holding at least one resource is waiting to acquire additional resources held by other processes.
3. No preemption: Resources cannot be forcibly taken from a process that is currently holding them.
4. Circular wait: Two or more processes are in a circular chain where each process is waiting for another process to release its resources.

These conditions create a state of deadlock where no process can proceed, resulting in a system that is effectively stuck.

To learn more about Deadlock

https://brainly.com/question/33349809

#SPJ11

To allocate memory for an object instantiation, you must use the operator____. a. mem b. alloc c. new. d. instant.

Answers

To allocate memory for an object instantiation, you must use the operator "new". Option C is the correct answer.

In object-oriented programming, when you create an instance of a class (object instantiation), memory needs to be allocated to hold the object's data and behavior. The "new" operator is used to dynamically allocate memory for the object at runtime. It returns a pointer to the newly allocated memory, which can then be used to access and manipulate the object. This is commonly used in languages like C++ and Java.

Option C is the correct answer.

You can learn more about object instantiation at

https://brainly.com/question/32272875

#SPJ11

a country club, which currently charges $2,500 per year for membership, has announced it will increase its membership fee by 4% each year for the next six years.write a program that uses a loop to display the projected rates for the next six years. python

Answers

This Python program uses a for loop to iterate through each year and calculate the projected membership fee using the formula for compound interest. It then prints out the year and the projected fee in a formatted string.

Here's a Python program that will display the projected membership fees for the next six years:

# Define the starting membership fee and the number of years to project

starting_fee = 2500

num_years = 6

# Print the header row

print("Year\tMembership Fee")

# Loop through each year and print the projected fee

for year in range(1, num_years+1):

   fee = starting_fee * (1 + 0.04)**year

   print(f"{year}\t${fee:.2f}")

Note that I've rounded the fee to two decimal places using the ':.2f' format specifier, but you can adjust this as needed.

For more question on Python click on

https://brainly.com/question/28675211

#SPJ11

How do u set up a Wi-Fi network on Android ​

Answers

Answer:

These are some way I know

How do u set up a Wi-Fi network on Android

Switch the Navigation Pane to display the Insurance custom category. Add the InsuranceProviders form to the Insurance Forms group

Answers

To switch the Navigation Pane to display the Insurance custom category, go to the Navigation Pane Options and select "Navigation Options." From there, select "Categories" and then choose .

"Insurance" from the list of available categories. Once the Insurance category is selected, it will appear in the Navigation Pane.To add the InsuranceProviders form to the Insurance Forms group, select the Insurance category in the Navigation Pane and then choose "Forms" from the list of available objects. Next, right-click on the Insurance Forms group and select "Customize Navigation Pane." From there, select "Add Existing Form" and choose the InsuranceProviders form from the list of available forms. The InsuranceProviders form will now appear in the Insurance Forms group in the Navigation Pane.

Learn more about display    here:

https://brainly.com/question/13532395

#SPJ11

Write a code that calculates the Greatest Common Divisor (GCD) of two positive integers (user-defined inputs). Include an exception such that if their greatest common divisor equals to 1, it prints out the message, saying its GCD is 1.

Answers

Answer:

This program is written using Java programming language

import java.util.*;

public class calcGcd

{

   public static void main (String [] args)

   {

       int num1, num2;

       Scanner input = new Scanner(System.in);

       //Input two integers

       num1 = input.nextInt();

       num2 = input.nextInt();

       //Get least of the two integers

       int least = num1;

       if(num1 > num2)

       {

           least = num2;

       }

       //Initialize gcd to 1

       int gcd = 1;

       //Calculate gcd using for loop

       for(int i=1;i<=least;i++)

       {

           if(num1%i == 0 && num2%i == 0)

           {

               gcd = i;

           }

       }

       if(gcd == 1)

       {

           System.out.print("GCD is 1");

       }

       else

       {

           System.out.print("GCD is "+gcd);

       }

   }

}

Explanation:

To calculate the GCD, the program uses a for loop that iterates from 1 to the smaller number of the user input.

Within this iteration, the program checks for a common divisor of the two user inputs by the iterating element

The GCD is then displayed afterwards;

However, if the GCD is 1; the program prints the message "GCD is 1"

Line by Line Explanation

This line declares two integer numbers

       int num1, num2;

This line allows user the program to accept user defined inputs        

Scanner input = new Scanner(System.in);

The next two line allows gets inputs from the user

       num1 = input.nextInt();

       num2 = input.nextInt();

To calculate the GCD, the smaller of the two numbers is needed. The smaller number is derived using the following if statement

       int least = num1;

       if(num1 > num2)

       {

           least = num2;

       }

The next line initializes GCD to 1

       int gcd = 1;

The GCD is calculated using the following for loop

The GCD is the highest number that can divide both numbers

       for(int i=1;i<=least;i++)

       {

           if(num1%i == 0 && num2%i == 0)

           {

               gcd = i;

           }

       }

The following is printed if the calculated GCD is 1

       if(gcd == 1)

       {

           System.out.print("GCD is 1");

       }

Otherwise, the following is printed

       else

       {

           System.out.print("GCD is "+gcd);

       }

The protection of data provided to organizations or stored on personal computers is a high priority.
a. True
b. False

Answers

Answer:

true

Explanation:

pls brainliest me pls

Edward runs a small construction company. He has been contacted
to build a deck behind a house. He has spoken with the client about
their requirements. He needs to design the deck and list the
materials needed. Drawing the deck on paper and counting the
materials is time-consuming. What should Edward do?

Answers

Answer:

Edward should use the CAD (computer aided design) software to design the deck. After entering measurements and drawing a few items, it will automatically give him a list of all materials including floor boards, other lumber, nails, and other materials.

Explanation:

just took this!

Answer:

What the person said above is the CORRECT answer, given by the EDGE CASE study questions. You type your answer, giving you the correct answer.. and the above solution was 100%correct.

AS GIVEN BY EDGE Explanation:

Edward should use CAD (computer-aided design) software to design the deck. After entering measurements and drawing a few items, the CAD software will automatically give him a list of all materials including floorboards, other lumber, nails, and other materials.

EDGE 2022

13) When developing film, how do you dispose of fixer as opposed to developer?
A) Fixer is poured down the drain while developer can be reused.
B) Developer is poured down the drain while fixer can be reused.
C) Both developer and fixer can be poured down the drain.
D) I don't know.

Answers

Answer:

B) Developer is poured down the drain while fixer can be reduced

Explanation:

The effluents produced during photographic processing includes, wash water, bleach, fixer, and developer

The developer is an alkaline solution, with a pH of approximately 10.0, while the pH of the fixer is about 4.3, it is therefore, acidic

The rate of discharge of the developer to the fixer is 2 to 1, and the exhausted developer, fixer and process effluents combined are neutral and can be handle by the the treatment works and the drain pipes

Fixer which remain clear can be reused for more than a day, while the spent basic Developer and the acidic Spent Stop Bath can be combined to form a neutral solution, having a pH of approximately 7, which make them less hazardous to be disposed off down the sink into the drain

Therefore, developer is poured down the drain while fixer can be reused

A ________ is a small, lightweight, power-conserving, computing device that is capable of wireless connectivity.

Answers

Answer:

A mobile device is a small, lightweight, power-conserving, computing device that is capable of wireless connectivity.

Explanation:

I guess say this considering a phone,watch,etc. all are small and mobile devices.

a small group of travelers is meeting inside an ancient building, and the travelers need access to the internet using their mobile devices. however, the group is in an area where wi-fi internet is not available and cellular coverage is intermittent. one of the travelers has an unlimited cellular data plan and a strong consistent signal. which of the following methods would most likely be implemented to provide internet service to the group?

Answers

The method that would most likely be implemented to provide internet service to the group is known as a Mobile hotspot.

What is the significance of mobile hotspots?

The significance of a mobile hotspot is determined by the fact that it is a portable hotspot on your phone that lets you share your high-speed data to connect more devices to the internet in more places—all powered by our nationwide network.

According to the context of this question, the range of mobile hotspots may vary from 7-20 meters or sometimes more than that depending on the frequency level of the connection. It allows the mobile devices of other people to make connections with yours and enjoy high-speed data.

Therefore, the method that would most likely be implemented to provide internet service to the group is known as a Mobile hotspot.

To learn more about the Mobile hotspot, refer to the link:

https://brainly.com/question/15191618

#SPJ1

Joe wants to copy the formatting of cells A1 through C1 in his workbook to use in another location. Which of the following commands should he use?

Cut Painter

Copy Painter

Paste Painter

Format Painter

Answers

Answer:

Copy Painter

Copy Painter is the commands should he use. Hence, option B is correct.

What is Copy Painter?

Think of it as copying and pasting for formatting. With format painter, you may copy all of the formatting from one object and apply it to another. Choose the text or image that has the desired formatting. Note: Choose a section of a paragraph to duplicate the formatting of.

Character and paragraph formats can be copied and pasted into text using the Format Painter tool. This tool can make organizing and reformatting documents simpler and more effective when used in conjunction with styles.

Explore the home menu ribbon to find the "Clipboard" category of tools. Usually, this can be found in the top left corner of your screen. The "Format Painter" button should be clicked. The paintbrush icon next to this button

Thus, option B is correct.

For more information about  Copy Painter, click here:

https://brainly.com/question/1451042

#SPJ6

8.6 Code Practice: Question 2
Copy and paste your code from the previous code practice. If you did not successfully complete it yet, please do that first before completing this code practice.

After your program has prompted the user for how many values should be in the array, generated those values, and printed the whole list, create and call a new function named sumArray. In this method, accept the array as the parameter. Inside, you should sum together all values and then return that value back to the original method call. Finally, print that sum of values.

Answers

Answer:

import random

def buildArray():

   amount = int(input("How many values to add to the array: "))

   array = []

   for i in range(amount):

       array.append(random.randint(10, 99))  

   return array

array = buildArray()

print(array)

def sumArray(array):

   return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

Explanation:

this gave me 80%

In this exercise we have to use the knowledge of computational language in python to write the code.

We have the code in the attached image.

The code in python can be found as:

import random

def buildArray():

  amount = int(input("How many values to add to the array: "))

  array = []

  for i in range(amount):

      array.append(random.randint(10, 99))  

  return array

array = buildArray()

print(array)

def sumArray(array):

  return sum(array)

sum_array = sumArray(array)

print("The total is: ", sum_array)

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

8.6 Code Practice: Question 2Copy and paste your code from the previous code practice. If you did not
8.6 Code Practice: Question 2Copy and paste your code from the previous code practice. If you did not

PLS HELP ASAP! WILL GIVE BRANLIEST TO THE FIRST PERSON TO ANSWER. 100 points!

Use the information under the Nutrients That the Human Body Needs title to create a multilevel list. Your list should meet these requirements.
a. The first level should be the name of the nutrient.
b. The second level should contain the subheadings “Uses” and “Sources.”
c. The third level should contain the specific information about the second level.

What I did so far:
1) Carbohydrates
a)

Answers

Answer:

Carbohydrates are found in a wide array of both healthy and unhealthy foods eg potatoes, cookies, etc.

Explanation:

Answer:

1) carbohydrates

what do you mean by a)?

To use an outline for writing a formal business document, what should you do
after entering your bottom-line statement?
OA. Move the bottom-line statement to the end of the document.
OB. Write a topic sentence for every detail.
C. Enter each supporting detail from the outline on a separate line.
D. Enter each major point from the outline on a separate line.

Answers

To enter your bottom-line statement you

C. Enter each supporting detail from the outline on a separate line.

How to add bottom-line statement

After entering your bottom-line statement in an outline for writing a formal business document, you should enter each major point from the outline on a separate line This means that you should write down the key ideas that support your bottom-line statement and each idea should be placed on its own line to clearly differentiate them These major points will become the topic sentences for each section of your document

Once you have entered each major point on a separate line you can then enter each supporting detail from the outline on a separate line under its corresponding major point This helps to organize the information in a logical manner and allows you to expand on each major point in a structured and cohesive way

Learn more about bottom-line statement at

https://brainly.com/question/8630249

#SPJ1

I need help plz!! Idk the answer

I need help plz!! Idk the answer

Answers

Answer:

load handling

Explanation:

Though there are no specific federal laws for cyberbullying, in some cases cyberbullying
overlaps with __________
harassment.

Answers

cyberbullying overlaps with discriminatory harassment

Which column and row references are updated when you copy the function: =SUM(B5:$D15)?

Answers

When you copy the function =SUM(B5:$D15) to another cell, the column reference remains the same (i.e., B and D), but the row reference changes based on the position of the new cell relative to the original cell.

What is the rationale for the above response?

For example, if you copy the formula to the cell directly below it, the new formula will become =SUM(B6:$D16), where the row references have been incremented by 1. Similarly, if you copy the formula to the cell to the right of it, the new formula will become =SUM(C5:$E15), where the column references have been incremented by 1.

In general, when you copy a formula to a new cell, Excel adjusts the cell references relative to the position of the new cell, unless you use absolute or mixed references by adding a "$" sign before the column or row reference.

Learn more about excel function at:

https://brainly.com/question/30324226?

#SPJ1

According to the cloze notes, what is an antigen? *

According to the cloze notes, what is an antigen? *

Answers

Answer:

hope this helped i pretty sure is A

Explanation:

Antigen, substance that is capable of stimulating an immune response, specifically activating lymphocytes, which are the body's infection-fighting white blood cells. In general, two main divisions of antigens are recognized: foreign antigens (or heteroantigens) and autoantigens (or self-antigens).

how much does microsoft access cost for windows 11 or software that can replicate my access database

Answers

The 32-bit (x86) and 64-bit (x64) versions of the Microsoft 365 Access Runtime files are free to download for all supported languages.

What about MS Access applications for tablets, phones, and mobile devices?

Access is not appropriate for creating applications for smartphones or tablets. You can use Access for your basic office functions if you utilize SQL Server as the back-end of your Access solution, but you can also create a mobile or tablet application for particular tasks or user groups. For instance, one of our clients has an Access front-end for creating bids and recording jobs, but also a specialized mobile app for site engineers to record details of jobs that are pushed back into the main database to track job progress and swiftly send out papers to customers.

To know more about microsoft , visit

https://brainly.com/question/24749457

#SPJ4

Many digital artists develop a variety of skills.

TRUE OR FALSE


PLEASE HELP PLEASEEEEEEEEE

Answers

Answer:

I would believe this is TRUE since most artists play around with a lot of different techniques before they find one they truly like and even then some may still do many different things.

Explanation:

Sorry if it is wrong! If it's right though please please please make me brainliest! Hope it's right! :)

Answer:

The term digital artist can be applied to any person who uses digital image editing software and drawing programs to design and manipulate images. Some of these images may be hand drawn or created on a computer, so digital artists need non-digital skills as well as being proficient with software.

Explanation:

So I think it would be false.

Write an application that allows a user to input the height and width of a rectangle. It should output the area and perimeter of the rectangle. Use methods for entering the values, performing the computations, and displaying the results. Results should be formatted with one position to the right of the decimal and printed number aligned in a tabular display.

Answers

Answer:

Explanation:

This code is written in Java. It creates a Rectangle class that contains variables for the height and width. It also contains constructor, methods for calculating perimeter and area, and a printInfo method to print out all the results. A test case has been created in the main method which creates a Rectangle object and prints out the printInfo which calls the area and perimeter methods as well. The output can be seen in the attached image below. Due to technical difficulties I have added the code as a txt file below.

Write an application that allows a user to input the height and width of a rectangle. It should output

Another problem related to indefinite postponement is called ________. This occurs when a waiting thread (letâ s call this thread1) cannot proceed because itâ s waiting (either directly or indirectly) for another thread (letâ s call this thread2) to proceed, while simultaneously thread2 cannot proceed because itâ s waiting (either directly or indirectly) for thread1 to proceed. The two threads are waiting for each other, so the actions that would enable each thread to continue execution can never occur.

Answers

Answer:

"Deadlock" is the right solution.

Explanation:

A deadlock seems to be a circumstance where certain (two) computer algorithms that share a similar resource essentially prohibit each other during manipulating the asset, leading to both programs withdrawing to operate.This occurs when multiple transfers or transactions block everyone by maintaining locks onto assets that every other activity also needs.

So that the above is the correct answer.

Other Questions
what is the setting in the book powerless Write a positive or negative integer that represents the situation.An airplane climbs to 37,500 feet. Write your best elaborate summary of the American revolution, starting with the causes and ending with independence. best one will be eligible for brainly and more points If 5 wholes are divided into pieces that are each 1 4 4 1 start fraction, 1, divided by, 4, end fraction of a whole, how many pieces are there? CALCULUS:The position in feet of a race car along a straight track after t seconds is given by s(t) = t^2 4t + 4. Find its instantaneous velocity at t = 2 seconds. explain the 6 processes of soil formation How does the starry night piece differ from other art with which you may be familiar? What was the function of the NkisiNkonde? A cliff diver jumps from a ledge 96 feet above the ocean with an initial upward velocity of 16 feet per second. How long will it take until the diver enters the water? what mass of copper will be deposited when 18.2 a are passed through a cuso4 solution for 45.0 minutes? a) 16.2 g b) 33.4 g c) 40.6 g d) 81.3 g e) 163 g please help asap, thank you!! why did scientists and scholars go to egypt in a resistive circuit, the electrical characteristics of the circuit are the same regardless of whether an ac or dc voltage source is used class Question:def __init__(self, text, answer):self.text = textself.answer = answerdef editText(self, text):self.text = textdef editAnswer(self, answer):self.answer = answerdef checkAnswer(self, response):print(self.answer == response)def display(self):print(self.text)class MC(Question):def __init__(self, text, answer):super().__init__(text, answer) #looks at the superclass's (Question) constructorself.choices = []def addChoice(self, choice):self.choices.append(choice)def display(self):super().display()print()for i in range(len(self.choices)):print(self.choices[i])class Counter:def reset(self):self.value = 0def click(self):self.value += 1def getValue(self):return self.valuetally = Counter()tally.reset()def qCheck():if response in aList:print()print("You fixed the broken component!")tally.click()#print(tally.getValue())else:print()print("Uh oh! You've made a mistake!")print()print()print("That blast disconnected your shields! Quick, you must reattach them!")mc1 = MC("Connect the blue wire to the one of the other wires:", "A")mc1.addChoice("A: Purple")mc1.addChoice("B: Blue")mc1.addChoice("C: Green")mc1.addChoice("D: Red")mc1.display()aList = ["A", "a"]response = input("Your answer: ")qCheck()print("--------------------------------------------------------")print()print("Another laser hit you, scrambling your motherboard! Descramble the code.")mc2 = MC("The display reads: 8-9-0-8-0 , input the next number sequence!", "B")mc2.addChoice("A: 0-9-8-0-8")mc2.addChoice("B: 9-0-8-0-8")mc2.addChoice("C: 9-8-0-0-8")mc2.addChoice("D: 0-0-8-8-9")mc2.display()aList = ["B", "b"]response = input("Your answer: ")qCheck()print("--------------------------------------------------------")print()print("The tie-fighters swarm you attacking you all at once! This could be it!")mc3 = MC("Your stabilizers are fried... recalibrate them by solving the problem: 1/2x + 4 = 8", "D")mc3.addChoice("A: x = 12")mc3.addChoice("B: x = 4")mc3.addChoice("C: x = 24")mc3.addChoice("D: x = 8")mc3.display()aList = ["D", "d"]response = input("Your answer: ")qCheck()while tally.getValue() != 3:print()print("You got %d out of 3 correct. Your starship explodes, ending your journey. Try again!" % tally.getValue())print("--------------------------------------------------------")print("--------------------------------------------------------")tally.reset()print()print("That blast disconnected your shields! Quick, you must reattach them!")mc1.display()aList = ["A", "a"]response = input("Your answer: ")qCheck()print("--------------------------------------------------------")print()print("Another laser hit you, scrambling your motherboard! Descramble the code.")mc2.display()aList = ["B", "b"]response = input("Your answer: ")qCheck()print("--------------------------------------------------------")print()print("The tie-fighters swarm you attacking you all at once! This could be it!")mc3.display()aList = ["D", "d"]response = input("Your answer: ")qCheck()else:print()print("You got %d out of 3 correct. Powering up to full power, you take off into hyper space. Surviving the attack!" % tally.getValue())print()print("--------------------------------------------------------")print() If a seal is heterozygous and long whiskers is dominant and short whiskers is recessive, what is the the seals phenotype Pls solve the first question for me What franchises hire at 15? A square shaft with dimension \( 2^{" ~} \times 4 " \) is subjected to a torque of 182 in-kips. Calculate the maximum shear stress Report your answer in ksi to 1 decimal place Snoop dogg had to change the name of his breakfast cereal from snoop loopz to... Exercise 1 Underline the pronoun in parentheses that correctly completes each sentence. Then write the type of sentence in the blank: simple, compound, complex, or compound-complex.Zina liked the acrobats, but (her, his) little sister preferred the clowns.