Answer:
How podcast is useful to Sameer:
1. Since the news channel has its own podcast, it will increase traffic in this channel once the contents are what people like. This will help Sameer to be more efficient in service delivery.
2. It will be useful to Sameer if he engages his audience, as a podcast provides this opportunity.
3. Podcast helps organize thoughts and would improve Sameer's public speaking skills.
4. Sameer could use the podcast in the news channel to build a strong relationship with his listeners.
How podcast is useful to the subscriber of a news channel:
1. The subscriber could do other things at the same time as they are listening to a podcast.
2. For places where listening would only be possible for example in the car, an audio podcast would be an excellent option.
3. A subscriber can replay podcasts and hear them anytime, this shows the convenient nature of podcasts.
4. Subscribers could listen to podcasts in places where the internet may not be available.
Explanation:
Digital journalism utilizes technology like the internet to post content.
A podcast is a form of digital journalism where audio discussion or a program that would have been televised is recorded and posted on the internet where subscribers can download and listen to it through a dedicated news channel. Though video podcast exists, most are in audio format.
How would you design an adaptive environment for people who are blind?
Answer:
I would make more things accessible to blind people. Such as having more binding stuff everywhere for the blind people to trace their finger over so they know what their reading. I would also find people to assist blind people so they don't run into things.
Enter a formula in cell G5 that divides the sum of cells C5 through F5 by cell B5. Write the formula so that when you copy it to cells G6:G7, Excel adjusts all the cell references according to the destination cells. Verify your formula by checking it against the values found in cells G5, G6, and G7
Answer:
=SUM(C5:F5/B5)
Explanation:
The sum of C5:F5 divided by B5
Leroy wants to keep the bride and groom in a picture, but remove the rest of the family. Which photo-editing tool should Leroy use?
Answer:
He can use Ms paint, Adobe photoshop, Picasa etc.
The photo-editing tool should Leroy use are Ms paint, Adobe photoshop, or Picasa.
What is photo editing tool?
The tool used for editing pictures clicked by the phone or shooting cameras.
Leroy wants to keep the bride and groom in a picture, but remove the rest of the family.
Leroy should use the photo editing tool for the same. The tools popularly used for the purpose are Ms paint, Adobe photoshop, or Picasa.
Thus, the photo-editing tool should Leroy use are Ms paint, Adobe photoshop, or Picasa.
Learn more about photo editing tool.
https://brainly.com/question/14800338
#SPJ2
Use the drop-down menus to complete the steps to share a presentation through OneDrive.
1. Go to the File tab, and select
2. A Windows screen will open, asking you to upload a copy of your presentation to
3. If you do not upload the presentation, another user cannot edit the file
4. After uploading the document, select the editing rights to give to the recipient.
5. Enter the email address of the user you want to receive the presentation, and click
V
Answer:
Share
OneDrive
In real time
Send
Explanation:
1. What are the advantages and disadvantages of the digital darkroom as compared to a regular darkroom?
2. What are layers? Why would a layer be used?
3. Which photo editing software program is the best? Why?
4. Some people argue that photography should represent the world as it is and that manipulations of an image with photo editing software ruins the truth of photography. Do you agree or disagree? Why?
5. What are the advantages of using a photo editing software program? What are the disadvantages?
6. Choose one photograph that you have taken that could be improved by photo editing. Describe what you would change in the photograph and what tools or features you would use to make the changes.
7. What are three different changes that a photo editing software program can make? Describe a situation in which each of the three changes might be made (you’ll have three situations each describing a change).
8. What are three different photo editing software programs? Describe each software program.
9. If you had the option to use any photo editing software program, which one would you choose? Why? What advantages would this software offer your particular style of photography or your skills?
10. What are some of the legal and ethical issues that could result from using manipulated photographs? Do altered photographs represent the “truth”?
Answer:
2.unsourced material may be challenged and removed. Layers are used in digital image editing to separate different elements of an image.
someone please help asap!!!!
Answer:
B
Explanation:
The cost should be on the form, not user-inputed
Which phrase suggests feedback?
Richard and his team recently developed a software application. They used the latest technologies in programming to code the software. A
team of developers coded the application another team tested it. The database team developed the backend. The client highly appreciated
Richard and his team. They also gave suggestions on some modules and said they would like to work with his team in the future.
Answer:
They also gave suggestions on some modules and said they would like to work with his team in the future.
Explanation:
This statement suggests feedback because, here the client gives Richard and his team some suggestions on what they can do with the modules. It implies that the client must have tested the software application and observed its functionality.
Answer:
gave suggestions
they said they would like to work with his team
Explanation:
Just took test 5/5
Python
Write a function that calculates a cell phone bill
First screenshot of rules and such
Second screenshot is example of outcome
print("welcome to the bill calculator")
minutes = float(input("number of minutes you used: "))
data = float(input("the amount of data you used in GB: "))
print("your basic plan costs $39.99 per month")
mcost = (minutes - 450) * .45
print("you will be charged " + str(mcost) + " for the minutes you used")
print("the monthly data fee is $30.00")
dcost = (data - 3) * 10
print("you will be charged " + str(dcost) + " for the extra data you used")
total = mcost + dcost + 69.99
print("your total bill is " + str(total))
the 20 value your teacher gave may be incorrect, bc 4.2-3*10 = 12 not 20, making the total 109.89
while organizing his computer's power cords matt realize his printer power cord is frayed what should matt do to prevent damage and still able to use the printer
Explanation:
You can take your time neatly wrapping the cable to reinforce it, but the best way to prevent any more damage is to wrap the split or fraying part of the cable several times with electrical tape, then work your way out from that spot. This immobilizes any breaks in the cable and helps prevent further damage. Just don't expect it to last forever.
Answer:
wrap the frayed part with electric tape
Explanation:
because it flows the electric currents or whatever
HELP. PLZZZZZZZZ. ASAP
Dropdown.
You defined the raft class as shown.
class raft:
def __init__(self,capacity):
self.capacity = capacity
self.location = 'Gauley'
self.repairs = []
The code, raftA = raft(45), creates a(n) of the raft class.
instance
function
method
constructor
Code, raft A = raft(45), creates a(n) self of the raft class.
What is raft class?Code is a term used to describe a set of rules or instructions expressed in a specific computer language.
Raft is a mechanism that ensures that every node in the group of computer systems accepts the same set of state transitions and is universal for spreading state machines among them.
Therefore, Using the raft consensus technique for both the election of the leader and data replication, raft A = raft(45), creates a(n) self of the raft class.
Learn more about raft class, here:
https://brainly.com/question/21709647
#SPJ1
How many times would the for loop below execute if variable times = 9 % 2?
for (int x=times; x <=times; x++) ?
1
0
2
3
Answer:
1
Explanation:
9 % 2 = 1
So x = 1
It will execute once
Why is it a good idea to restate in your own words what you heard someone say? It can reduce the chances of a miscommunication. It shows that you care about what the person has said. It lets you have a chance to talk instead of only listening. It demonstrates that you are correct.
Answer:
It can reduce the chances of a miscommunication.
Explanation:
Communication can be defined as a process which typically involves the transfer of information from one person (sender) to another (recipient), through the use of semiotics, symbols and signs that are mutually understood by both parties.
An effective communication can be defined as an act which involves conveying or disseminating information efficiently and effectively from an individual (sender) to another (recipient) without any redundancy. Thus, effective communication ensures that messages or information are transmitted properly, guarantees a feedback, lacks the use of harsh tones, ensures both parties are well understood, gives room for clarity etc.
Hence, it is a good idea to restate in your own words what you heard someone say because it can reduce the chances of a miscommunication.
This ultimately implies that, the recipient or receiver of a message should endeavor to repeat what he or she heard the sender say, so as to ensure the message was well received and to limit the chances of responding with a wrong feedback i.e miscommunication.
Which set of symbols encloses an if-then code block? Choose the best answer.
straight brackets []
curly brackets {}
backslashes \\
vertical bars ||
Here's some code that might help, assuming that you are using JavaScript.
e = "Hello"
if(e === "Hello"){
alert(":D")
}else{
console.log("Um.")
}
I think that the answer is curly brackets.
A business analyst compares 2017 daily sales to 2018 daily sales using descriptive statistics for each. In 2017, the standard deviation of daily sales was 73.87, while in 2018 the standard deviation of daily sales was 136.32. The analyst could conclude that ____________.
Answer:
The analyst could conclude that there was more variation in sales in 2018.
Explanation:
Given
[tex]SD_{2017} = 73.87[/tex]
[tex]SD_{2018} = 136.32[/tex]
Required
Conclusion about the standard deviations
In statistics, standard deviation gives the average variation in the data being measured.
The standard deviation of 2018 is more than that of 2017. This implies that, in 2018, there is more variation in daily sales compared to 2017
So, the analyst could conclude that there was more variation in sales in 2018.
What is abacus. List it's features in points.
Answer:
An abacus is a manual aid to calculating that consists of beads or disks that can be moved up and down on a series of sticks or strings within a usually wooden frame. The abacus itself doesn't calculate; it's simply a device for helping a human being to calculate by remembering what has been counted.
Explanation:
Keith needs to import data into an Access database from a text file. Which option is the most common delimiter and easiest to work with?
Answer:tab
Explanation:
Cause I got it right
Answer:
The answer is a comma.
Explanation:
This is the correct answer because space and tab are not delimiters. Therefore it has to be either comma or semicolon and a semicolon is bigger and harder to navigate around. So this gives you the answer of a comma.
What is the importance of different camera angles ?
Answer:
the camera angle helps the Creator to establish different relationships between the subject and even between the audience and the subjects. it's very important to master these techniques if you want to become a pro filmmaker!
FIRST PERSON GETS BRAINLIEST!!!!!!!!!!!!!!!!!!!!!!!!
Why did Jean get an error when he tried to use the variable my Grade? Variables should be one word. Variables should start with a number. Variables should always be camelcase. Variables should not have spaces.
Answer:
Variables should not have spaces
Explanation:
When you have a multi-word variable, it is convention to leave the first word lowecase and make the first letter of the next words capital. However, mostly every programming language does not allow primitive variables with spaces.
ex: myWordVariable = 5
Answer:
variables should not have spaces.
Explanation:
It is basic knowledge that variables should not have spaces also its listed in the lesson page if you are using flvs of stuff to not use in variables. also you never use any of python keywords
Never name a variable with any of python’s keywords
Python Keywords
False
None
True
and
as
assert
break
class
continue
def
del
elif
else
except
finally
for
from
global
if
import
in
is
while
try
or
pass
return
with
Global
Complete the code to finish this program to analyze the inventory for a store that sells purses and backpacks.
Each record is composed of the catalog number, the type of item, its color, the length, width, height, and the quantity in stock.
Sample rows of the file are below.
234 purse, blue, 12,4,14,10
138,purse,red, 12,4,14,4
934 backpack, purple 25,10,15,3
925, backpack, green, 25,10,15,7
The complete code to finish this program to analyze the inventory for a store that sells purses and backpacks is written below.
What is coding?Coding, often known as computer programming, is the method through which we connect with computers. Code informs a machine what to do, and writing code is similar to writing a set of instructions.
import csv
fileIn = open("data/bags.txt","r")
countPurse = 0
textFile= csv.reader(fileIn)
for bag in textFile:
if bag[ 1 ] == 'purse':
countPurse = countPurse + int(bag[6])
fileIn.close()
print("Number of purses:",countPurse)
Therefore, the complete code is written above.
To learn more about coding, refer to the link:
https://brainly.com/question/20712703
#SPJ1
Using the drop-down menus, choose the correct term for each description or sentence.
The main storage device inside a computer where programs and files are saved is called
the
The process of getting instructions from RAM, decoding, executing, and then storing is a process
known as the
FireWire, Ethernet, modem, and USB are all examples of
0101010 is an example of
Answer:
There is no drop-down menu in your question
Hard driveMachine cyclePortsBinary NumberExplanation:
1.) The main storage device inside a computer where programs and files are saved is called hard drive.
2.) The process of getting instructions from RAM, decoding, executing, and then storing is a process known as Machine Cycle.
3.) FireWire, Ethernet, modem, and USB are all examples of ports.
4.) 0101010 is an example of a binary number.
Answer:
Using the drop-down menus, choose the correct term for each description or sentence.
The main storage device inside a computer where programs and files are saved is called the hardriveThe process of getting instructions from RAM, decoding, executing, and then storing is a process known as the machine cycleFireWire, Ethernet, modem, and USB are all examples of ports.0101010 is an example of binaryhere are also the answers to the next questions:
Using the drop-down menus, choose the correct term for each description or sentence.
A display or monitor with a larger number of ✔ pixels will have a clearer, more brilliant resolution.The more ✔ bytes a thumb drive has, the more storage capability it will provide.The more ✔ hertz a microprocessor or CPU has, the faster it will process data.A computer’s speed is measured in ✔ hertz , and a computer’s internal memory capacity is measured in ✔ bytes .Complete each sentence by choosing the correct answer from the drop-down menus.
The ✔ USB port would not be found inside the system unit.A very fast port used for audio/video output is called ✔ FireWire .A very high-speed network connection port is called ✔ Ethernet .USB stands for ✔ Universal Serial Bus .Hope it helps.
Explanation:
The new tag in HTML 5 means that it explanation or pronunciation of characters for Asian typography O sets a container for an external application (non-HTML) isolates text that is formatted in a different direction from other text o creates multiple media resources for < video > elements
Answer:
yes very correctExplanation:
con Arrange the following steps in conducting preventive maintenance of compentylook
by wing the number in the blank provided
Secure a borrowers slp from your teacher
Perlombricating procedure
out the splom conectly intended for the needed to
Read and analyze the use of preventive Maintenance Schedule form
Apply thin coat of oil on the parts for a long period of time
Open the bearing cover and opply rose
Determine the types of tools and machines needed to be caled
Determine the parts of the machine needed to be lubricated
ou requisition splor in releasing the lubricants needed
Perform the task according to the prescribed schedule and the signed machine
How do you predict technology will continue to change the marketing and promotions industry?
Answer:
The in person marketing industry won't completely die down, but now with the pandemic hitting forcing a lot of people to do deals, sell, and promote things online. Advertising is only going to grow online as time goes on, and marketing will follow close behind.
Explanation:
Why is it important for an app developer to work closely with the client and end users to understand what their users want and need?
if the app developer doesn't meet the clients needs within the app the client may be dissatisfied, and not use the app. The client could also spread the word that this app developer dosen't listen to their customers and this could jeopardize future clients wanting to work with the app developer.
All of the following are examples of hardware, except:
Question 3 options:
Microsoft Word
Monitor
Keyboard
Mouse
Answer:
Microsoft Word.
Explanation:
Microsoft Word is an example of Software, while monitors, keyboards, and a mouse are hardware.
All of the following are examples of hardware, except Microsoft Word.
What is the MS-Word?MS-Word isn't always a hardware factor due to the fact you can not bodily contact or engage with it. System software are software that makes up the pc working machine. In different phrases, machine software are software that exists for your pc while you defloration the OS.
MS Word is a software program because it isn't always preinstalled or isn't always a part of the PC's OS and you need to add it separately.
Read more about the Microsoft Word:
https://brainly.com/question/20659068
#SPJ2
Why Artificial intelligence is a risk to a human being ?
please answer fast
Answer:
Artificial intelligence is the intelligence or logical reasoning exhibited by artificial devices, as opposed to natural intelligence exhibited by humans and animals.
The main threat that artificial intelligence poses to humans is not, as many fantasize, the possibility of a future apocalyptic scenario; but the very limitation that artificial intelligence makes to human intelligence: each time the human atrophies his capacities more, since he relies on artificial intelligence processes instead of using his own. A clear example is the GPS, where the human no longer has to exercise his memory to know a path, but simply depends on what the map tells him in his car.
Andrew is graduating from high school and is very interested in computers and programming. Based on the programming language market, which of the following would be good advice?
Identify the most popular languages to determine the highest job demand.
Identify the most intricate languages to provide the most experience.
Identify the languages that follow the Turing completeness test to meet programming criteria.
Identify the languages most compatible with other languages for added skills.
Answer:
Identify the most popular languages to determine the highest job demand.
Explanation:
If you're going into college, then you are most likely looking for a career. The goal of learning a programming language is not to learn one so you can learn more, it is to create practical applications for them. The most popular programming languages are most popular because of their applications, and therefore jobs pay you to give solutions to practical problems. Unless you are looking at a specialty field, employers won't care that you know some super rare programming language that has no applications.
name instances in the past where social media has kept you informed about the latest news around the country
Which of the following describe audio-editing software? Choose all that apply.
syncs audio with video
is used only by professionals
modifies analog sound
modifies sound quality
mixes sound
Answer:
1,4,5
Explanation:
What actions can you take to ensure the physical security of network devices?
Answer:
Here are some steps you can take to make sure your network is secure:
Take physical precautions. ...
Make sure all of your server's security features are enabled. ...
Use both hardware and software firewalls. ...
Install the latest version of your server's software. ...
Guard passwords. ...
Be Wi-Fi savvy.
Explanation:
PLEASE MARK ME AS BRAINLIEST