Identify what a computer needs to
communicate sound:
Driver
Digital sound
Mouse
Keyboard
DONE

Answers

Answer 1
Digital sound because you want be able to hear
Answer 2

Answer:

A B

Explanation:

I got it right


Related Questions

What is meant by an "intractable (impossible)" problem? *

Answers

From a computational complexity stance, intractable problems are problems for which there exist no efficient algorithms to solve them. Most intractable problems have an algorithm – the same algorithm – that provides a solution, and that algorithm is the brute-force search

Which part of project management considers the entire project from start to finish?

Analysis
Resources
Scope
Time

Answers

The part of project management considers the entire project from start to finish is Resources.

What is a resource?

Resources is known to be anything that is said to help a person or firm to be able to adds value such as  Air or money.

Note that a resource such as money is often needed in any project and as such it is a part of project management considers the entire project from start to finish

Learn more about Scope from

https://brainly.com/question/27243200

Answer:

Scope

Explanation:

"Scope

The project manager oversees the overall work in a project."

hope this helps!

Define stubs for the functions get_user_num() and compute_avg(). Each stub should print "FIXME: Finish function_name()" followed by a newline, and should return -1. Each stub must also contain the function's parameters.


Sample output with two calls to get_user_num() and one call to compute_avg():

FIXME: Finish get_user_num()

FIXME: Finish get_user_num()

FIXME: Finish compute_avg()

Avg: -1


code to fill in:


''' Your solution goes here '''


user_num1 = 0

user_num2 = 0

avg_result = 0


user_num1 = get_user_num()

user_num2 = get_user_num()

avg_result = compute_avg(user_num1, user_num2)


print('Avg:', avg_result)

Answers

Answer:

Replace your solution goes here with the following:

def compute_avg(num1, num2):

   func_name = "compute_avg()"

   print("FIXME: "+func_name)

   return -1

def get_user_num(user_num):

   func_name = "get_user_num()"

   print("FIXME: "+func_name)  

   return -1  

Explanation:

This defines the compute_avg function

def compute_avg(num1, num2):

This sets the function name

   func_name = "compute_avg()"

This prints the required output

   print("FIXME: "+func_name)

This returns -1

   return -1

This defines the get_user function

def get_user_num(user_num):

This sets the function name

   func_name = "get_user_num()"

This prints the required output

   print("FIXME: "+func_name)

This returns -1  

   return -1  

How do you change the Background image or picture on Windows desktop?

Answers

Go to settings, personalization, then background. Select the photo file you want to use. Should look like this.

help me please I dont have enough points for people just to get these for free

Sam is a movie director. He has asked his storyboard artist to create an image of the central character looking ecstatic after receiving an award. What type of shot does the director need from the storyboard artist?

A. long shot

B. point of view shot

C. reaction shot

D. jump cut​

Answers

Answer:

help me please I dont have enough points for people just to get these for free

Sam is a movie director. He has asked his storyboard artist to create an image of the central character looking ecstatic after receiving an award. What type of shot does the director need from the storyboard artist?

A. long shot

B. point of view shot

C. reaction shot

D. jump cut​

A is the asnwer

The type of shot that the director need from the storyboard artist is  reaction shot.

What is reaction shot?

In the area of film production and video production, a reaction shot is known to be a term that connote a kind of  shot that is taken that captures the reaction of a character to any given scenario or things. They can be happy, sad, etc.

Conclusively, Note that the type of shot that the director need from the storyboard artist is  reaction shot as it will tell the state of the character as at that time.

Learn more about storyboard from

https://brainly.com/question/27058738

#SPJ2

2.3.
Why is a foundation of particular importance when building and designing
structures?

Answers

Answer:

A foundation plays three major roles in the construction of a structure. A good and strong foundation keeps the building standing while the forces of nature wreak havoc. Well-built foundations keep the occupants of the building safe during calamities such as earthquake, floods, strong winds etc.

What function affects the cookies downloaded into the host when playing a video clip?


security

privacy

APIs

embedded code

Answers

Privacy cause the cookies it leaves

What is the purpose of "theme_color" in Word Press?


to change the color of the frame

to change the color of any buttons

to change the color of the text

to change the color of the background

Answers

the answer is 3. to change the color of the text

Answer:

Change the color of the text

For how long should a media piece hold the user's attention?

A) for as short of a time as possible
B) until the user is no longer interested
C) until the message has been communicated
D) for as long as possible

Answers

Answer:

C) until the message has been communicated

C, the others don't make sense.

Which type of focusing technique helps viewers stay with the subject? _______ focus helps people concentrate on a moving subject and helps maintain interest.​

Answers

Answer:

Follow focus

Explanation:

Given that Follow focus is a strategy that assists in keeping a subject that is moving toward the viewer well focused.

Therefore, the type of focusing technique which helps viewers stay with the subject is FOLLOW focus: it helps people concentrate on a moving subject and helps maintain interest.​

I WILL GIVE BRAINLIEST!!! PLEASE HELP ME! Mitchell runs a successful delivery service. His business has expanded and he must hire three new employees to do some of the deliveries. He would like to communicate to his clients about the new employees. In three to five sentences, describe how Mitchell should determine which telecommunications tool to use.

Answers

Answer:

Mitchell ought to use telephone.

Explanation:

Because telephone is a common telecommunication garget which he can use to reach his client s easy.

answer: Mitchell runs a successful delivery service. His business has expanded and he must hire three new employees to do some of the deliveries. He would like to communicate to his clients about the new employees. In three to five sentences, describe how Mitchell should determine which telecommunications tool to use.

          first Mitchell should get on a computer and email all of the people that he's gonna hire. then he should make a schedule and calendar for them so they know everything.

Which of the following represents an image file?
1. avi
2. jpg
3. ogg
4. xml

Answers

Answer:

B

Explanation:

Because they always have jpg as extension

The answer is #2, JPG

What is the difference between the = operator and the == operator in Java?


= denotes an allocation, and == denotes an assignment

= denotes an assignment, and == denotes a comparison

= denotes an initialization, and == denotes a comparison

= denotes a comparison, and == denotes an assignment

Answers

Answer:

The are different severs I guess

Explanation:

hey guys. I have bitmoji but the stickers just won't load. it says 'we couldn't retrieve you stickers, or says an error message. I restarted my android phone and installed and uninstalled the app as well. so if you guys know plz let me know

Answers

Answer:

Get an IPhone

Explanation:

Androids are a.s.s.

how many atoms of oxygen in 4 molecules of HN03​

Answers

Answer:12 oxygen atoms are in 4 molecules of HNO3

Explanation: the amounts of atoms of all the component in HNO3, which are 1 atom of Hydrogen, 1 atom of Nitrogen and 3 atoms of Oxygen.

can i get a real answer to this one

Answers

Answer:

yea but where the picture and where the answer for it??

Answer:

What are you asking for?

Explanation:

How can you tell that someone is listening to what you through your device ?

Answers

Answer:here are some signs to look out for: Background noise. As with mobile devices, background noise whilst on a call is a sign that somebody else could be listening. Listen out for static, buzzing or clicks on the line.

Explanation:

What is your opinion on Electron Microscopes? Do you think it should continue and more money should be given towards developing the technology? Do you think it should be stopped? Why?

Answers

Answer:

Byeeeeee good luck :)

Explanation:

Please read !!!

Please help I am in 6th grade and I have no motivation to do anything. My parents see me as a failure to the family. I'll do anything for anyone to just help me or log in and do my work for me. I'm stressing my whole family out with me not doing my work. I'd appreciate if someone could help me. Thank you.​

Answers

Don’t stress. You’re no failure if you believe in yourself. Have some faith. Don’t give up and live your life to the fullest. Take care and stay safe!! :)

PLSSS HELPPP!!!

Read the following scenario. Using complete sentences, explain which part of the CIA triad has been broken. Make sure to explain your answer.

Cynthia is working on her college applications online when the admissions website crashes. She is unable to turn in her college application on time.

Answers

Answer:

A - Availability

Explanation:

Service is denied because of the crash, so the website is not available.

What is the benefit of using Sound Cloud instead of You Tube?


works with all machines

more customizable

doesn't use HTML

easier to use

Answers

there is no benefit but if I had to choose more customizable

Answer:

I would pick more customizable

Explanation:

Tbh it is pretty easy to use in opinion

When inserting a new row you must first select the row that is Question 1 options: Above where you want the new row to be Below where you want the new row to be

Answers

Answer:

You can add columns, rows, or cells to an Excel worksheet or delete them. Columns insert to the left, rows above, and cells above or to the left. ... that formatting will be transferred to a new row or column that you insert. If you don't want the formatting to be applied, you can select the Insert Options button after you insert, and .

Explanation:

Answer:

Above where you want the new row to be

Explanation:

i took the test.

I hack3d into my schools computer system to unblock everything but now I am scared that I am going to get caught so I want to delete it but it wont let me delete it (I am on powershell)

Answers

Dang, your in deep stuff man . I don’t know what to tell you

Answer:

oh wow that's big and I'm not going to lie you might get in alot of trouble but just hope that they dont find out

Common separators or delimiters used when converting a table to text include _______________________ , paragraph marks, or commas. [Convert Tables to Text]
Question 2 options:

letter keys

tabs

enter

page breaks

Answers

Answer:

tabs.

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.

In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;

I. View Mode.

II. Print Mode.

III. Drift Layout.

To easily and quickly convert text to tables in Microsoft Word, you should insert common separators between the text columns. The common separators or delimiters used when converting a table to text include tabs, paragraph marks, or commas.

Tabs or commas are used to indicate where the texts are divided into table columns while paragraph marks indicate where a new table row begins.

Name the bar that displays the information about the current document like the number of pages and words

Answers

Answer:

Word Status Bar or Status Bar

Explanation:

A ـــــــــــــــــــــــــ is a changeable value recorded in Scratch's memory. Variables can only hold one value at a time, unlike lists. *

Answers

Answer:

Variable.

Explanation:

In Computer programming, a variable can be defined as a placeholder or container for holding a piece of information that can be modified or edited.

Basically, variable stores information which is passed from the location of the method call directly to the method that is called by the program.

For example, they can serve as a model for a function; when used as an input, such as for passing a value to a function and when used as an output, such as for retrieving a value from the same function. Therefore, when you create variables in a function, you can can set the values for their parameters

Hence, a variable is a changeable value recorded in Scratch's memory. Variables can only hold one value at a time, unlike lists.

In object-oriented programming (OOP) language, an object class represents the superclass of every other classes when using a programming language such as Java. The superclass is more or less like a general class in an inheritance hierarchy. Thus, a subclass can inherit the variables or methods of the superclass.

Basically, all instance variables that have been used or declared in any superclass would be present in its subclass object.

The keys to successful outsourcing are accountability, reporting, and _____

Answers

Answer:

planning

Explanation:

Which of these is NOT a usual result of having friends at work?



increased job satisfaction


increased company loyalty


increased motivation


increased absences​

Answers

Answer: Increased absences.

Explanation:

Which of the four digital-to-analog conversion techniques (ASK, FSK, PSK or QAM) is the most susceptible to noise? Defend your answer

Answers

Answer:

ASK

Explanation:

The correct answer is ASK which denotes Amplitude Shift Keying. This is essentially a type of amplitude modulation which represents the binary data that comes varied forms right in the amplitude of a signal.

Now the reason why It is the most susceptible technique to noise is due to the fact that between frequency, phase & amplitude, amplitude is the one that is most susceptible to being affected by noise when compared to the other two.

Explanation:

Which of the four digital-to-analog conversion techniques (ASK, FSK, PSK or QAM) is the most susceptible to noise? Defend your answer

______ is a way of preventing errors when data is copied from one medium to another.

Answers

Answer:

Verification.

Explanation:

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.

In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores.

This ultimately implies that, a data dictionary found in a computer database system typically contains the records about all the data elements (objects) such as data relationships with other elements, ownership, type, size, primary keys etc. This records are stored and communicated to other data when required or needed.

Verification is a way of preventing errors when data is copied from one medium to another. The verification process doesn't check to confirm if the data copied is within an acceptable boundary (range) or if it makes sense (logical). Instead, it would only ensure that the data copied is the same as those from the original source.

Other Questions
Would you call it a hostage situation when someone with multiple personalities threatens to kill himself? pls help pleaseeeeeeeee HELP ME PLEASE ILL GIVE EC AND BRAINLESTPhotosynthesisMatter and EnergyClaim-Evidence-ReasoningName:Date:ScenarioBelow is the equation of photosynthesis. Photosynthesis is a process that takes place in plants.Notice that CO, and water are converted into sugar and oxygen.External Data600,6 H,0Waterlight C,+602+Oxygenton DedeSugarPrompt:When you go home Dnight, your mother asks you to explain to her what happens during theprocess of photosynthesis. Your mother is a science teacher, so make sure you use scientific termsto give her a scienfic explanation of how energy is stored as sugar in plants throughphotosynthesis.IClaim:Evidence:Reasoning:Rebuttal: What is a overly-simplified definition of Einstein's theory of general relativity? Mesoamerica is a Greek word that means _______ America. Which statement correctly compares individuals in earlier stages of development with those in the generativity vs. stagnation stage?A: Individuals in earlier stages care about romance and sex, while those in the generativity vs. stagnation stage no longer do.B: Individuals in earlier stages are developing their brainpower, while those in the generativity vs. stagnation stage are beginning to experience cognitive decline.C: Individuals in earlier stages experience more stable emotions, while those in the generativity vs. stagnation stage are prone to anxiety and depression.D: Individuals in earlier stages are more reliant on the older generations, while those in the generativity vs. stagnation stage are concerned with giving to the next. kinda left explainitory but I need help with finding the base Can someone help me answer this question plz this is a timed test an international phone call cost $46.44 for 27 minutes? what is the average cost of this call per minute How much kinetic energy do we get out of cars compared to the amount of chemical energy that we put into them? Locate and name 3 of the circular muscles that control the movement of food through the system What is the upper quartile so this is drag and drop the box on the left will be counted the first box so pls no scams Four students factor the expression 16x+12. The table shows the students responses. Come up with your own definition of communication. How does it differ form the definition in the book? Brian drew these angles. He uses the equation 180-Y=50. To find the measure of angle Y. What is the measure of angle Y? List the 6 components of a comprehensive exercise program? identify 4 function of the body Evaluate the necessity of establishing industries in backward areas? A statistics student records the servings of vegetables Natalia and Zane eat each weekday. The table shows the results.