Check the peripherals that are needed to hear music on your computer.

Check The Peripherals That Are Needed To Hear Music On Your Computer.

Answers

Answer 1

Answer:

speaker and sound card

edge 2021


Related Questions

Which of the following describes a decision support system (DSS)?
O A. Maintains payroll accounts
B. Assists upper-level management in making long-term decisions
C. Handles requests related to everyday business procedures
O D. Processes business transactions
SUBMIT

Answers

Answer: B. Assists upper-level management in making long-term decisions

A decision support system assists upper-level management in making long-term decisions. Therefore, option B is correct.

What is a decision support system?

A decision support system (DSS) is an interactive computer-based system that helps users make decisions based on data and models. It is designed to support decision-making activities that involve analysis, prediction, and optimization.

A DSS typically provides access to a variety of data sources, analytical tools, and models to help users make informed decisions.

While other options, such as maintaining payroll accounts, handling requests related to everyday business procedures, and processing business transactions, are all important functions of information systems, they do not describe the specific purpose and capabilities of a decision support system. Thus, option B is correct.

Learn more about the decision support system, here:

https://brainly.com/question/28170825

#SPJ2

A. Learning Situation 1:
In this set of integers, {..., -4, -3, -2, -1, 0, 1, 2, 3, 4, ...},
1. (-2) + 5 =
a. Is-2 an integer?
b. ls 5 an integer?
c. is the sum of -2 and 5 also an integer?​

Answers

Answer:

See Explanation

Explanation:

Integer literary means numbers (whether positive or negative) without decimal points. Using that logic, we'll answer the question.

1:  {..., -4, -3, -2, -1, 0, 1, 2, 3, 4, ...}, is a set of integer because none of them have decimal points.

2. (-2) + 5 =

[tex](-2) + 5 = -2 + 5 = 3[/tex]

a. Is [tex]-2[/tex] an integer? Yes

b. ls [tex]5[/tex] an integer? Yes

c. is the sum of [tex]-2[/tex] and [tex]5[/tex] also an integer?​ Yes, the sum is 3

you are not sure if a certain word has an"e"at the end

Answers

What exactly are you asking ?

Not every organization integrates with the Internet, but all use some or most of the technology that gave rise to it.
Select the correct answer
False
O True

Answers

Answer:

True

Explanation:

Most business need to use at least one form of technology/computer to get anything done, whether it is calculating sales or costs, or keeping track of what items are in stock.

What are some useful applications of video games?

Answers

Answer:

Steam, Origin, Uplay and epic games

Explanation:

Jarvis wants to buy a basic scanner for daily use. Which scanner will be suitable for him?
O A.
flatbed scanner
OB.
drum scanner
OC.
film scanner
OD.
hand-held scanner
O E.
3D scanner

Answers

Answer:

A

Flatbed scanner often come with sheet feeders for scanning multiple sheets of paper rather than one at time

Answer:

A. Flatbed scanner

Explanation:

Flatbed scanners are some of the most commonly used scanners as it has both home and office functions.

true or false A client is a computer that responds to requests from other computers.​

Answers

Answer:

it's answer is option A )true

You entered the following line of code in IDLE.

>>> guess = input("Enter a guess: ")

This is the result.
Enter a guess: 2

What data type is the variable guess?

int

float

string

Answers

Guess is a string. By default the input function returns string types.

Answer:

guess is a string

Explanation:

Which components must all tasks have? Check all that apply.

Answers

Answer:

- Subject

- Start date

- Due date

Explanation:

The elements that each task in the MS outlook must contain include subject, start date, along with the due date. The tasks are basically a to-do-list that helps in keeping track of certain tasks/responsibilities and monitor cost as well as time. Thus, it must contain the subject which helps in knowing the key idea of the task while the start date and due date help in keeping the record of the time and complete it timely and effectively.

A signal causes the operating system to stop and assess what to do next.( Identify the name of this signal.)​

Answers

Answer: The computer has an operating system

Explanation:  A signal causes the operating system to stop and assess what to do next. Identify the name of this signal.

Complete the procedure for adding a contact from an email message by selecting the correct term from each drop-down menu.

1. In an email message, right-click
, and select Add to Outlook Contacts.

2. In the
window, enter information for the contact.

3. Click the Save & Close button.

Answers

Answer:

An email address

Contact

Explanation:

right on edge

In an email message, right-click, and select "Add to Outlook Contacts". In the "Add Contact" window, enter information for the contact. The window will typically include fields for the contact's name, email address, phone number, and other contact information.

What is email?

Email, often known as electronic mail, is a way for individuals or organizations to communicate digitally.

This is done through the use of computers, cellphones, or tablets. Email is a common form of communication that is employed in a wide range of professions and sectors, both personally and professionally.

In an email message, right-click, and select "Add to Outlook Contacts".In the "Add Contact" window, enter information for the contact. The window will typically include fields for the contact's name, email address, phone number, and other contact information.Click the "Save & Close" button to save the contact information to your Outlook contacts list.

Thus, the new contact will now be available for use in Outlook and other applications that use your contacts list.

For more details regarding Email, visit:

https://brainly.com/question/14666241

#SPJ2

Explain how SEO impacts the way you should interpret search engine results ???

Answers

Answer:

For the majority of businesses, the goal of SEO is to gain leads from search engines, by:

Increasing organic traffic. Increasing keyword rankings. Ranking for more keywords.

When should a recurring appointment be created?

1. when an appointment has the same content, such as a dentist appointment
2.when a pattern of appointments should be created, such as a weekly appointment
3.when an appointment will take place a long time in the future, like a 10-year reunion
4.when an agenda will be revisited for an appointment, such as a meeting review

Answers

Answer:

when a pattern of appointments should be created, such as a weekly appointment

Explanation:

just did the assignment and got it right!

Answer:

B. when a pattern of appointments should be created, such as a weekly appointment

Explanation:

how to find the volume of cube in computer in QBASIC program ​

Answers

Answer:

QBasic Programming

REM PROGRAM TO DISPLAY VOLUME OF CUBE. CLS. INPUT “ENTER LENGTH”; L. ...

USING SUB PROCEDURE.

DECLARE SUB VOLUME(L) CLS. INPUT “ENTER LENGTH”; L. ...

SUB VOLUME (L) V = L ^ 3. PRINT “VOLUME OF CUBE ”; V. ...

USING FUNCTION PROCEDURE.

DECLARE FUNCTION VOLUME (L) CLS. ...

FUNCTION VOLUME (L) VOLUME = L ^ 3.

Please complete the following questions. It is important that you use complete sentences and present the questions and answers when you submit your work.

1.Give several reasons why Python is such a great programming language. Explain how Python is related to flowcharts.

2.Consider this program:
Cost1 = input("Please enter the first expense: ")

Cost2 = input("Please enter the second expense: ")

print("Your total for both expenses was", Cost1 + Cost2)

3.If the user inputs “10” for the first expense and “20” for the second expense, what will the interpreter show in the final line when this program is run? If this result in not what the programmer intended, how would you explain what went wrong?

4.You are writing a line of code that should ask the user to input the balance of their bank account in dollars and cents. The program will then perform a multiplication problem to tell the user how much interest they can earn. Identify three errors in your line of input code and explain why they are incorrect. Include the corrected line of code in your answer. Here is the code:
1num = input(What is your balance?)

5.What are some kinds of comments that might be useful for a programmer to include in a program?
If you were planning how to write a program, at what point would a flowchart be helpful? At what point would pseudocode be helpful? Explain your reasoning.

Answers

Answer:

ndnxnndjdjsnnznnzbzbbdbdhdhhdbdbdbbdhdjidieiei

Explanation:

bxbzbxncnxbbcnfnnfnfndndnndndnndndnndndndnndndndndnnddnndndndnhrjjsjdudjjdjd

Ramesh goes to market for buying some fruits and vegetables .He

purchases Apple, Mango and Tomato from a shop. Write an algorithm to

help Ramesh find the total amount to be paid to the shopkeeper if he

buys 2 kgs of apples, 2 kgs of mangoes and 1 kg tomatoes.​

Answers

Answer:

The algorithm is as follows

1. Start

2. Input Apple unit price

3. Input Mango unit price

4. input Tomato unit price

5. Total = Apple Price * 2 + Mango Price * 2 + Tomato Price

6. Display Total

7. End

Explanation:

Start the algorithm

1. Start

The next three lines gets input for the price of each fruit

2. Input Apple unit price

3. Input Mango unit price

4. input Tomato unit price

This calculates the total price

5. Total = Apple Price * 2 + Mango Price * 2 + Tomato Price

This displays the total price

6. Display Total

Stop the algorithm

7. End

As you are learning a client’s programming needs, you realize the program will require an iteration of tasks, yet there are exceptions when the task will not be performed. What type of loop should you use for the exceptions?


while loop

for loop

then loop

if loop

Answers

I think I would use the While loop

what is a web pages

Answers

Answer:

your on one

Explanation:

Answer:

A web page is a specific collection of information Provided by a website and to a user in a web browser.

What is an aspect ratio?
The relationship between the width and height of a slide
The size of the blank space around a slide
A combination of keystrokes
A precisely measured alignment

Answers

Answer:

The relationship between the width and height of a slide

Jude is a part of a publishing house. He does editing work for them and often comes across articles that have materials copied from some other book. Jude has to identify copied works as fair use. Which option do you think Jude will justify as fair use? A. copying 300 words from a work of 50,000 words that consists of information very important to the original book B. copying 300 words from a work of 500 words that consists of information important to the original book C. copying 300 words from a work of 50,000 words that consists of information not very important to the original book D. copying 500 words from a work of 500 words that consists of information not important to the original E. copying 500 words from a work of 500 words that consists of information very important to the original Reset Next Previous6 Next End of Semester Test: Texas Principles of Information Technology B Submit Test Reader Tools Info Save & Exit

Answers

Answer: The guy in the story did copyright

Explanation:

I am not to sure about this but this is my best guess hope it helps!!

The option that Jude will justify as fair use is copying 300 words from a work of 50,000 words that consists of information not very important to the original book. The correct option is C.

What is a publishing house?

Finding authors and their manuscripts to develop and publish as books is the primary goal of a publishing business.

Finding authors and their manuscripts to develop and publish as books is the primary goal of a publishing business. They may be in charge of numerous things, including choosing publishable manuscripts. Each sentence must be carefully examined during editing to ensure that it is well-crafted and accomplishes its intended function.

Therefore, the correct option is C. copying 300 words from a work of 50,000 words that consists of information not very important to the original book.

To learn more about publishing house, refer to the link:

https://brainly.com/question/29818093

#SPJ5

What are the features of G-mail

(Write in your own words)​

Answers

Answer:

here is what I think!

Explanation:

G-mail is:

secureeasy to usefastcan be used to sign in anywhere!(including brainly)you don't need to pay when creating onecan help you in billing and buying apps and their paid productyou can use it because why no!some websites need G-mail to be used

thats why you should use G-mail

tell me if you have an idea!

Answer:

Mute annoyingly noisy email threads

It's really easy to use

Snooze so you don't forget

Explanation:

Which of these is NOT one of the four A's of defensive driving.

Answers

more context ?? i think u forgot to put a pic

What is the first thing you need to specify when you create a table in a word-processing document?
A
The colors to be applied to the columns and rows
B

The border thickness and style
C
The number of columns and rows
D
The width of each column and the height of each row

Answers

C because you need to know how many rows and columns you are going to need in that table

The first thing an end user need to specify when creating a table in a word-processing document is: C . The number of columns and rows.

A word processor refers to a software application that is typically designed for typing and formatting text-based documents. Thus, it is an application software that can be used to create a table in a word-processing or text-based document.

In Computers and Technology, some examples of a word processor are:

Microsoft WordSublime textNotepad

Furthermore, all table in a word-processing or text-based document is typically made up of columns and rows. Thus, the first thing an end user need to specify when creating a table in a word-processing document is the number of columns and rows, depending on the project at hand.

Read more on word-processing here: https://brainly.com/question/24849072

Which of the following is NOT a common slide layout?
Comparison
Story
Two Content
Title

Answers

The answer is going to be story, for your question of the following that is not a common slide layout

What do you type into an empty cell to start a formula?

An equal size (=)

A plus sign (+)

Number

Fx

Answers

Answer:The formula in MS Excel begins with an equal sign (=). ...

Constants, such as numerals or text values, can be directly entered into a formula.

Operators define the type of calculation that the formula executes.

Explanation: here hope it helps

When you start Excel, you open a file that's called a workbook. Each new workbook comes with _____ worksheet(s), like pages in a document. You enter data into the worksheets. (Worksheets are sometimes called spreadsheets)

Question 8 options:

Ten


Two


Four


One

Answers

Answer:

one

Explanation:

Answer:

One

Explanation:

I Took The Test

Will give brainleist if right

Answers

Explanation:

8. false

9. red

10. false

hope it helps!

2.
Technician A says that when two cars hit head on at 50 mph, it is like hitting a
brick wall at 100 mph. Technician B disagrees and says that it is like hitting a
brick wall at only 50 mph. Who is correct?
A. Technician A
B. Technician B
C. Both A and B
D. Neither A nor B

Answers

Answer:

It’s C

Explanation:

I need help please asap

Answers

Answer: A. a window into a persons personality

Explanation: they don't want to know your whole life story, your feelings don't really matter in an interview, and they will be asking questions to not just you.

What is the Internet?



A network of networks


A way for humans to communicate with each other


A philosophy of making information and knowledge open and accessible for all


All of the above

Answers

Answer:

easy All of the above!

The internet is a network of networks, way for humans to communicate with each other, and also philosophy of making information and knowledge open and accessible for all. The correct option is D.

What is the purpose of internet?

The Internet's primary goal is to provide global access to data and communications. The use of the Internet and networking is critical for advancing science, medicine, engineering, and design research, as well as maintaining global defense and surveillance.

The internet is a network of networks, and there are various types of internet. It consists of local to global public, private, academic, business, and government networks linked by a comprehensive array of electronic, wireless, and optical networking technologies.

The internet is a network of networks that allows humans to communicate with one another, as well as the philosophy of making information and knowledge open and accessible to all.

Thus, the correct option is D, as all options are correct.

For more details regarding internet, visit:

https://brainly.com/question/13308791

#SPJ2

Other Questions
The graphs below show the increases and decreases in a company's monthly closing stock values.If you were the owner of this company which graph would you use to show growth since March? Be sure to justify your answer with mathematical reasoning. People are encouraged to exercise after recovering from a heart attack.Suggest one reason why. Which of these events happened in Florida in 1964? how can Supreme Court check the power of Congress?A) declare a law to be unconstitutionalB) impeach member of CongressC) limit the number of laws which may be passed each yearD) declare a cabinet official to be ineligible which one is the answer? Can you please help me with this question ASAP I will give 25 points can you give it with an explanation because I need to show it How many GRAMS of H2 would you need to produce 2.5 mol NH3? Part B which detail from the poem best supports the answer to part a Help find the slope in the picture below what is "technical information about me" in French Cat's or dogs? And whichever one you like more explain why. I won't judge. how does hiv/aids hold back development Rewrite the sentences in the passive voice (simple past)1. Our parents bought the house.2. My mother painted the doors.3. The teacher gave him a present.4. We did the exercises yesterday.5. Paul sold his old motorbike.6. He checked the car before going on a road trip.7. My brother cleaned the carpets last week. Explain Macbeths interaction with the two murderers. act 3. Answer quick my test will be over in 5 mins. Mesopotamia, the first civilization, was located in what is now the southern part of 1. Turkey 2.iraq 3.india and 4. Syria Which of the following is an example of potential energy?o The energy a baseball has because of its motion,The energy a spring has by being compressedThe energy an object gains by increasing its temperature,The energy of an electromagnetic. 2/3 *3/4 is equal or greater or less than 3/4 Use a calculator to solve for x in the equation 2e3x = 400. Round your answer to three decimals. The Peachtree Road Race: A Race Like No Other HURRY!!! I WILL MARK BRAINLIESTWhich readers are MOST LIKELY to interact with positive enthusiasmabout this passage?A)runners and Georgia residentsB)fans of the Olympics and runnersC)runners and North Carolina residentsD) professional drivers and Georgia residents Which three organs are part of the digestive tract?A) salivary glands, gall bladder, appendixB)teeth, tongue, mouthC)esophagus, stomach, small intestineD)esophagus, liver, pancreas