Answer:
cutting
normalizing
dithering
changing playback rate
noise gate
flanging
reverb
Explanation:
Answer:
The answers are cutting
normalizing
dithering
changing playback rate
noise gate
flanging
reverb
In order.
Explanation:
edge 2021.
Why do electronic devices gather so much dust? Thanks
Which of the following would be considered a central idea for a mind map?
moons
solar system
planets
stars
Answer:
solar syetem
Explanation:
Answer:
B
Explanation:
What is the result of the formula : 3+25*4 in computer language ?
Answer:
112
Explanation:
3+25=28
* is ×
28× 4=112
Consider the following code:
grid = []
grid.append (["frog", "cat", "hedgehog"])
grid.append (["fish", "emu", "rooster"])
What is output by:
print (grid[0][0])
also these two
print (grid[1][2])
print (grid[0][1])
Answer:
print(grid[0][0]) = frog
print(grid[1][2]) = rooster
print(grid[0][1]) = cat
Final output:
frog
rooster
cat
Explanation:
grid[0][0] is the first item in grid[0], which is "frog".
grid[1][2] is the last/third item in grid[1], which is "rooster".
grid[0][1] is the second item in grid[0], which is "cat".
Simply add 1 when dealing with list indexes, that's all you need to do!
In Python, the list is a mutable, or changeable, ordered series containing elements. so, the output of the given python program code is "frog, rooster, and cat".
Program explanation:Defining an empty list that is a "grid".Inside the list, the append method is declared which adds string value to the list.In the next line, three print method is used that calls the list values.In the first print method, it calls the first index value "0,0" which is "frog".In the second print method, it calls the second index value "1,2" which is "rooster".In the third print method, it calls the first index value "0,1" which is "cat".Output:
Please find the attached file.
Find out more about the list in python here:
brainly.com/question/17019263
HELP ASAP!!
What is the difference between an internal event and an external event?
Answer:
External events involve an exchange transaction between the company and a separate economic entity. For every external transaction, the company is receiving something in exchange for something else. Internal events do not involve an exchange transaction bud do affect the financial position of the company.
Explanation:
The difference between an internal event and an external event is that they both serve distinct goals and necessitate distinct methods.
What are Internal Events?An internal event is one that takes place within your company, including your stakeholders and staff. Internal events can be held for a variety of purposes, ranging from workshops and seminars to stressing business values.
What are External Events?External events serve as a channel for your products, services, and brand to reach new audiences. Taking your external events virtual takes it to a whole new level. People from Australia and Argentina may now attend your event in a couple of minutes.
The difference between an internal event and an external event is that they both serve distinct goals and necessitate distinct methods. The major purpose of internal events is to improve and nurture current connections, whereas the goal of external events is to bring in new clients and form new networks.
Learn more about Internal events and External events:
https://brainly.com/question/27827939
#SPJ2
Prompts what is a row?
Answer:
A row is a horizontal group of values within a table. It contains values for multiple fields, which are defined by columns.
Answer:
Rows are a group of cells arranged horizontally to provide uniformity.
what the person at the top said was also correct
Explanation:
A brick has a weight of 23N. The brick is flat and smooth on the side in contact with the floor having measurements ( height= 5cm, length =20cm, width=10cm).
A)Calculate the area of the brick in contact with the floor. Give your answer in cm2.
B)Calculate the pressure of the brick on the floor.
Answer:
A)Area = 200[tex]cm^{2}[/tex]
B) Pressure = 0.115 N/[tex]cm^{2}[/tex]
Explanation:
Assuming that the brick is flat on the floor with its largest face towards the floor and not on its side, then we can calculate the area of that face by multiplying the length by the width like so...
Area = length * width
Area = 20cm * 10cm
Area = 200[tex]cm^{2}[/tex]
The formula for calculating pressure is force divided by area. Therefore, since we just finished calculating the area and the force is given to us in the question (23N) we can simply plug in these values and solve for the pressure.
Pressure = Force / Area
Pressure = 23N / 200[tex]cm^{2}[/tex]
Pressure = 0.115 N/[tex]cm^{2}[/tex]
2y/3 - y-1/6 + 7y-1/4 = 2 1/6
Why is the energy pyramid not a smooth geometric shape like a triangle but, rather, looks like narrow blocks stacked on top of wider blocks?
Answer:
See explanation
Explanation:
As energy is transferred from one trophic level to another, energy decreases at each level, and only 10% of the energy from the previous level is transferred to the next higher level.
This is because, organisms at each level use the energy obtained from food materials for their own metabolic activities.
Hence, the energy pyramid is not a smooth geometric shape like a triangle but, rather, looks like narrow blocks stacked on top of wider blocks. Each higher level is smaller in size than the previous level because lesser energy is transferred to the next higher level.
____ is an easy way to invitation through a web page
Answer:
RSVP?
Explanation:
4) Why not store data using only the minimum number of bits necessary for each
piece of data?
Please help !
Answer:
Integers are commonly stored using a word of memory, which is 4 bytes or 32 bits, so integers from 0 up to 4,294,967,295 (232 - 1) can be stored.
re write the program below and correct all the errors
one = 1
two = 2
three = 3
four = one + two + 3
print(Four).
hello = "hello
world = "world"
helloWorld = hello + " " world
Print((helloworld))
one = 1
two = 2
three = 3
four = one + 3
print(four)
hello = "hello"
world = "world"
helloWorld = hello + " " + world
print(helloWorld)
Compare gigabytes GB, kilobytes and terabytes.
Answer:
kb, mb, gb - A Kilobyte(kb)is 1,024 bytes. A megabyte (mb) is 1,024 Kilobyte. A gigabyte(gb) is 1,024 megabytes. A terabyte ( tb) is 1,024 gigabytes
_____ and area calculations are used frequently to estimate costs for maintence and renovation projects
The pH scale measures the concentration of hydrogen lons in acidic and alkaline solutions?
Answer:
True.
Explanation:
The pH scale measures the concentration of hydrogen ions in acidic and alkaline solutions.
In chemistry, it literally means power of hydrogen ions and it is a measure of the molar concentration of hydrogen ions in a particular solution, thus specifying the acidity, neutrality or basicity of chemical solutions.
Mathematically, the pH of a solution is given by;
[tex] pH = -log_{10}(H^{+}) [/tex]
Hence, a solution with a pH of 7 is neutral. Also, a solution with a pH below 7 is acidic but basic (alkaline) if it's pH is above 7.
Cost, time, knowledge are examples of
Criteria
Constraints
Technology
Experimentation
Individuals connect to the Internet through an __ (1) __ allowing them access to the system. The rules on the Internet for how messages are addressed and passed on are called __ (2) __ .
Each device on the internet has a unique numeric address called an __ (3) __ , which can be looked up automatically using a __ (4) __ , which is like a giant address book.
Each message is broken up into small pieces called __ (5) __ that are sent individually which makes the Internet more reliable. Since packets often arrive out of order, they include information about the order in which they should be arranged as well as who the sender and receiver are.
Packets are guided through the internet by __ (6) __ . Having multiple paths or __ (7) __ makes the Internet more reliable and allows it to keep growing as more people and devices are connected to the system.
Answer:
1. Internet service provider (ISP)
2. Protocols.
3. IP address.
4. Domain name server (DNS)
5. Packets.
6. Routers.
7. Redundancy.
Explanation:
Individuals connect to the Internet through an internet service provider (ISP) allowing them access to the system. The rules on the Internet for how messages are addressed and passed on are called protocols. A protocol can be defined as a standard set of rules established by the regulatory agencies to determine how data are transmitted from one network device to another.
Each device on the internet has a unique numeric address called an IP address, which can be looked up automatically using a domain name server (DNS), which is like a giant address book.
Each message is broken up into small pieces called packets that are sent individually which makes the Internet more reliable. Since packets often arrive out of order, they include information about the order in which they should be arranged as well as who the sender and receiver are.
Packets are guided through the internet by routers. Having multiple paths or redundancy makes the Internet more reliable and allows it to keep growing as more people and devices are connected to the system.
What is the function of a computer’s operating system?
It is a software program that controls some of the actions of a computer, but not startup program functions or Internet access.
It is a software program that controls all of the actions of a computer, with the exception of startup program functions.
It is a software program that exclusively controls a computer’s startup program functions.
It is a software program that controls all of the actions of a computer, including startup program functions.
Answer: It is a software program that controls all of the actions of a computer, with the exception of startup program functions.
where does the tittle tag go
Answer:
The TITLE tag appears within the HEAD section of a web page.
write down the stages in the information prcessing cycle in correct order
Answer:
The answer is below
Explanation:
The various stages in the information processing cycle in the correct order is as follows:
1. Input stage: this is when the data is sent into the computer through the hardware
2. Processing stage: this when the is being refined in the central processing unit of the computer
3. Storage stage: this is when the data is being saved or stored in the computer memory such as Hard drive or external storage such as Flash drive
4. Output stage: this is when the refined or processed data is produced to the user either through the monitor screen or printing
Complete the sentence with the correct response.
You enjoy photography and have a special Pinterest page where you share your images with others. Canon, a
manufacturer of cameras, approached you to place advertising on your Pinterest page. This type of marketing by Canon
is known as ___
advertising.
Social media Advertising
Explanation:
ocial media platforms, such as Pinterest, have high numbers of users who could be your potential customers. Advertising on these platforms can help you achieve higher click-through rates to your website. Campaigns can help increase awareness of the product.
In a mobile app for computer technicians in a large college, an initial trigger event could be ____.
A) Acquiring a new toner cartridge
B) Recording the printer's inventory number
C) A service request about a printer out of toner
D) A record in a database
Answer:
In a mobile app for computer technicians in a large in a large college, an initial trigger event could be
C) A service request about a printer out of toner
Explanation:
Computer technicians maintain and repair servers and computers, the tasks of the computer technicians can include maintaining computer computer networks. Computer technicians also work on output devices such as monitors and printers
A mobile app that provides an interface between the university community and the computer technicians in the university can be used to provide feedback about the current state of the IT services experience within the university
Items such as printer out of toner or lack of internet within a particular area within the university or lack of email service are trigger events that will require the intervention of the computer technicians within the university
PODARDSRTH?HOW SPELLING
what is text formatting?
Formatting text refers to changing the appearance of text in a document. It can include changing the font style, size, color, and alignment, as well as applying bold, italic, or underline styles. Formatting text can help to emphasize important information, make the document easier to read, and make it look more professional.
goodluck!
Match the pictures with the type of camera angle the photographer used in each of them.
Answer:
Check pdf
Explanation:
Which one of these is an example of unnecessary debt?
A. You buy a perfectly good used car instead of an expensive new car
B. You buy your groceries on Friday instead of coupon Monday.
C. You charge clothes you don't really need on a high-interest store card.
D. You save up all year to take a great surfing vacation.
An example of unnecessary debt is when you change your clothes and don't really need on a high-interest score. Thus option C is correct.
What is unnecessary debt?An unnecessary debt can be caused by a variety of issues such as expensive life events, having children, or moving to a new house. It may also be due to poor money management. The debt is due to those things that are not needed and hence are unnecessary.
Find out more information about unnecessary debt.
brainly.com/question/3566270
HELP ME ON THIS PLEASE ILL GIVE BRAINLY!!!! If U GET IT RIGHT !!!
Do opportunity cost only occur when people make spending decisions why or why not
Answer:
Opportunity cost doesn't only occur when you spend money. For example, if I can eat one snack at a party and I like both cake and cookies, I have to choose one over the other. This is an example of opportunity cost without spending money.
Which of the following is a strategy used to enhance communication in a presentation?
A) using as few slides as possible by increasing the amount of information on each slide
B) using bullets to break up text and to highlight important talking points
C) using a large variety of backgrounds colors and slide transitions
D) using images to fill up unused space on each slide
A strategy which is used to enhance communication in a presentation is: B. using bullets to break up text and to highlight important talking points.
What is a presentation?A presentation refers to an act that involves the process of speaking to an audience, in order to formally explain an idea, subject matter, piece of work, topic, product, or project, especially through the use of multimedia resources or samples.
Generally, a strategy which can be used by a teacher or presenter to enhance communication in a presentation is by using bullets to break up text while highlighting important talking points.
Read more on presentation here: brainly.com/question/11827791
A. Choose the correct answer.
1. A sample that can be used to build a professional looking presentations
called:
a. Template
b. Slide
c. Slide Sorter
2. Microsoft Powerpoint is a
software.
a. Spreadsheet b. E-mail
c. Calculator
3. The final slide presentation can be viewed as a:
a. Slide Show
b. Normal c. Reading
d. Presentation
d. Slide Sorter
Answer:
1) a. Template.
2) d. Presentation.
3) a. Slide Show.
Explanation:
PowerPoint application can be defined as a software application or program designed and developed by Microsoft, to avail users the ability to create various slides containing textual and multimedia informations that can be used during a presentation.
Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.
1. A sample that can be used to build a professional looking presentations is called a template.
2. Microsoft Powerpoint is a presentation software.
3. The final slide presentation can be viewed as a Slide Show.
Answer:
1) a. Template.
2) d. Presentation.
3) a. Slide Show.
Explanation:
This resource is a collection of 20,000 detailed job profiles. O*NET, the online version of the DOT, is a database of job profiles
Answer:
The ONET database holds data or details of job profiles available to applicants on the internet.
Explanation:
A database is an important tool in web development. Commercial or e-commerce websites use databases to store important information needed by the customers to make purchases of goods and services.
Other websites like government agencies and research communities use these databases to collect and store data retrieved from visitors to the sites.