finish the following implementation of the constructor for class product class product { private: int weight; double price; public: product(); }; //initialize weight with 0 and price with -1 using member initialization list

Answers

Answer 1

To complete  implementation of the constructor for class product, the code will be:

product::product() : weight(0), price(-1) {}

Code is a set of instructions or commands written in a programming language that tells a computer what to do. It is used to create programs, applications, and software that can be run on a computer or other devices. Code is written by a programmer, who uses a programming language to create the instructions that the computer will follow. The code is then compiled, or translated, into a form that the computer can understand and execute.

Code is a fundamental aspect of computer science and is used in a wide range of fields, including web development, data analysis, artificial intelligence, and more. It is used to create complex systems and solve problems that would be difficult or impossible to solve without the use of a computer.

Learn more about code, here https://brainly.com/question/20712703

#SPJ4


Related Questions

What is the slogan of the sociological school of criticism ?​

Answers

Sociological criticism focuses on the relationship between literature and society, the social function of literature

What can you use to make sure that you have no errors in Word Online?

Answers

Answer:

You can use grammarly. It woks amazingly!

Explanation:

A contains elements that appear closest to the user, will have the best focus, and are meant to draw the most attention within design.

Answers

Answer:

Emphasis is the part of the design that catches the viewer's attention.

Three friends decide to rent an apartment and split the cost evenly. They each paid $640 towards the total move in cost of first and last month's rent and a security deposit. If rent is $650 per month, how much was the security deposit?
a.
$10
b.
$207
c.
$620
d.
$1,270



Please select the best answer from the choices provided

Answers

Answer:

c. $620

Explanation:

To find the cost of the security deposit, we need to subtract the amount paid towards the first and last month's rent from the total move-in cost.

Each friend paid $640 towards the total move-in cost, which includes the first and last month's rent and the security deposit. Since they split the cost evenly, the total move-in cost is 3 times $640, which is $1920.

The monthly rent is $650 per month, so the first and last month's rent combined is 2 times $650, which is $1300.

To find the security deposit, we subtract the first and last month's rent from the total move-in cost:

Security deposit = Total move-in cost - First and last month's rent

Security deposit = $1920 - $1300

Security deposit = $620

Therefore, the security deposit was $620.

Option c. $620 is the correct answer.

A security professional is responsible for ensuring that company servers are configured to securely store, maintain, and retain SPII. These responsibilities belong to what security domain?

Security and risk management

Security architecture and engineering

Communication and network security

Asset security

Answers

The responsibilities of a  security professional described above belong to the security domain of option D: "Asset security."

What is the servers?

Asset safety focuses on identifying, classifying, and defending an organization's valuable assets, containing sensitive personally capable of being traced information (SPII) stored on guest servers.

This domain encompasses the secure management, storage, memory, and disposal of sensitive dossier, ensuring that appropriate controls are in place to safeguard the secrecy, integrity, and availability of property.

Learn more about servers  from

https://brainly.com/question/29490350

#SPJ1

What is output? public class MathRecursive { public static void myMathFunction(int a, int r, int counter) { int val; val = a*r; System.out.print(val+" "); if (counter > 4) { System.out.print("End"); } else { myMathFunction(val, r, counter + 1); } } public static void main (String [] args) { int mainNum1 = 1; int mainNum2 = 2; int ctr = 0; myMathFunction(mainNum1, mainNum2, ctr); } }
a) 2 4 8 16 32 End
b) 2 2 2 2 2
c) 2 4 8 16 32 64 End
d) 2 4 8 16 32

Answers

Answer:

The output of the program is:

2 4 8 16 32 64 End

Explanation:

See attachment for proper presentation of the program

The program uses recursion to determine its operations and outputs.

The function is defined as: myMathFunction(int a, int r, int counter)

It initially gets the following as its input from the main method

a= 1; r = 2; counter = 0

Its operation goes thus:

val = a*r; 1 * 2 = 2

Print val; Prints 2

if (counter > 4) { System.out.print("End"); } : Not true

else { myMathFunction(val, r, counter + 1); }: True

The value of counter is incremented by 1 and the function gets the following values:

a= 2; r = 2; counter = 1

val = a*r; 2 * 2 = 4

Print val; Prints 4

else { myMathFunction(val, r, counter + 1); }: True

The value of counter is incremented by 1 and the function gets the following values:

a= 4; r = 2; counter = 2

val = a*r; 4 * 2 = 8

Print val; Prints 8

else { myMathFunction(val, r, counter + 1); }: True

The value of counter is incremented by 1 and the function gets the following values:

a= 8; r = 2; counter = 3

val = a*r; 8 * 2 = 16

Print val; Prints 16

else { myMathFunction(val, r, counter + 1); }: True

The value of counter is incremented by 1 and the function gets the following values:

a= 16; r = 2; counter = 4

val = a*r; 16 * 2 = 32

Print val; Prints 32

else { myMathFunction(val, r, counter + 1); }: True

The value of counter is incremented by 1 and the function gets the following values:

a= 32; r = 2; counter = 5

val = a*r; 32 * 2 = 64

Print val; Prints 64

if (counter > 4) { System.out.print("End"); } : True

This prints "End"

So; the output of the program is:

2 4 8 16 32 64 End

10. What do the following commands return? 1 2 nes - {"Math": "Aniyah Cook", "Science": "Ines Bisset", "Engineering": "Wayne Branon"} nes.values() O ["Math", "Aniyah Cook", "Science", "Ines Bisset", "Engineering", "Wayne Branon"] O ['Aniyah Cook', 'Ines Bisset', 'Wayne Branon"] O {"Math": "Aniyah Cook","Science": "Ines Bisset", "Engineering": "Wayne Branon"} dict_values(['Aniyah Cook', 'Ines Bisset', 'Wayne Branon']) 1 point​

Answers

The following command nes.values(), returns the values from the dictionary nes.

What does the command nes.values() return?

The command nes.values() returns a list of the values from the dictionary nes. In this case, the dictionary nes contains key-value pairs representing different subjects and corresponding names.

The returned values will be a list of names: ['Aniyah Cook', 'Ines Bisset', 'Wayne Branon']. Therefore, the following command nes.values(), returns the values from the dictionary nes.

Read more about command

brainly.com/question/25808182

#SPJ1

what is a computer modem?​

Answers

Answer:

A modem modulates and demodulates electrical signals sent through phone lines, coaxial cables, or other types of wiring.

What is the best definition of a network?

A- one computer that runs software used by many people in an office.
B- Computers owned by the same office that run the same software.
C- Computers and hardware connected so they can share data.
D- Computers and hardware within less than one mile of each other

Answers

Answer:

C is the answer to this question.

Answer:

I think the answer is C.

Explanation:

A computer is considered hardware, and a large group of computers using the same internet to work together is considered a computer network.

this is my guess and the reason why it makes sense.

have a nice day

what of the following calculations would evaluate to 12

Answers

Based on the above, the option that is a calculations that would evaluate to 12 is option a: 3 * ((6 + 2) /2).

What exactly are calculations in math?

The act of Performing basic math operations and facts, as well as counting as well as grouping objects.

Math calculation skills is one that is made up of the capacity to count, group, as well as the act to compute basic mathematical facts and procedures.

Note that:

3 * ((6 + 2) /2)

= 3 x ((8) /2)

= 3 x 4

=12

Therefore, based on the above, Based on the above, the option that is a calculations that would evaluate to 12 is option a: 3 * ((6 + 2) /2).

Learn more about math calculations from

https://brainly.com/question/25678139

#SPJ1

Q.

Which of the following calculations would evaluate to 12?

answer choices

3 * ((6 + 2) /2)

(3 * 6 + 2) /2

3 * 6 + 2 /2

(3 * 6) + 2 /2


Using the in databases at the , perform the queries show belowFor each querytype the answer on the first line and the command used on the second line. Use the items ordered database on the siteYou will type your SQL command in the box at the bottom of the SQLCourse2 page you have completed your query correctly, you will receive the answer your query is incorrect , you will get an error message or only see a dot ) the page. One point will be given for answer and one point for correct query command

Using the in databases at the , perform the queries show belowFor each querytype the answer on the first

Answers

Using the knowledge in computational language in SQL it is possible to write a code that using the in databases at the , perform the queries show belowFor each querytype.

Writting the code:

Database: employee

       Owner: SYSDBA                        

PAGE_SIZE 4096

Number of DB pages allocated = 270

Sweep interval = 20000

Forced Writes are ON

Transaction - oldest = 190

Transaction - oldest active = 191

Transaction - oldest snapshot = 191

Transaction - Next = 211

ODS = 11.2

Default Character set: NONE

Database: employee

       Owner: SYSDBA                        

PAGE_SIZE 4096

...

Default Character set: NONE

See more about SQL at brainly.com/question/19705654

#SPJ1

Using the in databases at the , perform the queries show belowFor each querytype the answer on the first

Common lossless compressed audio file formats include
WMA and JIFF
WAV and AU
MP3 and MP4a
FLAC and ALAC

Answers

Answer:

The answer to this question is given below in the explanation section. The forth one (FLAC and ALAC) is the correct option.

Explanation:

Common lossless compressed audio file formats include

WMA and JIFF WAV and AU MP3 and MP4a FLAC and ALAC

Lossless compression formats include the common FLAC, WavPack, Monkey's Audio, ALAC (Apple Lossless).  Other options are not common lossless compressed audio formats.

Answer:d d

Explanation:

in the situation above, what ict trend andy used to connect with his friends and relatives​

Answers

The ICT trend that Andy can use to connect with his friends and relatives​ such that they can maintain face-to-face communication is video Conferencing.

What are ICT trends?

ICT trends refer to those innovations that allow us to communicate and interact with people on a wide scale. There are different situations that would require a person to use ICT trends for interactions.

If Andy has family and friends abroad and wants to keep in touch with them, video conferencing would give him the desired effect.

Learn more about ICT trends here:

https://brainly.com/question/13724249

#SPJ1

https://www.celonis.com/solutions/celonis-snap

Using this link

To do this alternative assignment in lieu of Case 2, Part 2, answer the 20 questions below. You
will see on the left side of the screen a menu for Process Analytics. Select no. 5, which is Order
to Cash and click on the USD version. This file is very similar to the one that is used for the BWF
transactions in Case 2, Part 2.
Once you are viewing the process analysis for Order to Cash, answer the following questions:
1. What is the number of overall cases?
2. What is the net order value?
Next, in the file, go to the bottom middle where you see Variants and hit the + and see what it
does to the right under the detail of variants. Keep hitting the + until you see where more than a
majority of the variants (deviations) are explained or where there is a big drop off from the last
variant to the next that explains the deviations.
3. What is the number of variants you selected?
4. What percentage of the deviations are explained at that number of variants, and why did you
pick that number of variants?
5. What are the specific variants you selected? Hint: As you expand the variants, you will see on
the flowchart/graph details on the variants.
6. For each variant, specify what is the percentage of cases and number of cases covered by that
variant? For example: If you selected two variants, you should show the information for each
variant separately. If two were your choice, then the two added together should add up to the
percentage you provided in question 4 and the number you provided in question 3.
7. For each variant, how does that change the duration? For example for the cases impacted by
variant 1, should show a duration in days, then a separate duration in days for cases impacted
by variant 2.
At the bottom of the screen, you see tabs such as Process, Overview, Automation, Rework, Benchmark,
Details, Conformance, Process AI, Social Graph, and Social PI. On the Overview tab, answer the
following questions:
8. In what month was the largest number of sales/highest dollar volume?
9. What was the number of sales items and the dollar volume?
10. Which distribution channel has the highest sales and what is the amount of sales?
11. Which distribution channel has the second highest sales and what is the amount of sales?
Next move to the Automation tab and answer the following questions:
12. What is the second highest month of sales order?
13. What is the automation rate for that month?
Nest move to the Details tab and answer the following questions:
14. What is the net order for Skin Care, V1, Plant W24?
15. What is the net order for Fruits, VV2, Plant WW10?
Next move to the Process AI tab and answer the following questions:
16. What is the number of the most Common Path’s KPI?
17. What is the average days of the most Common Path’s KPI?
18. What other information can you get off this tab?
Next move to the Social Graph and answer the following questions:
19. Whose name do you see appear on the graph first?
20. What are the number of cases routed to him at the Process Start?

Answers

1. The number of overall cases are 53,761 cases.

2. The net order value of USD 1,390,121,425.00.

3. The number of variants selected is 7.4.

4. Seven variants were selected because it provides enough information to explain the majority of the deviations.

5. Seven variants explain 87.3% of the total variance, including order, delivery, credit limit, material availability, order release, goods issue, and invoice verification.

10. January recorded the highest sales volume, with 256,384 items sold for USD 6,607,088.00. Wholesale emerged as the top distribution channel, followed by Retail.

12. December stood out as the second-highest sales month,

13. with an automation rate of 99.9%.

14. Notable orders include Skin Care, V1, Plant W24 (USD 45,000.00) and

15. Fruits, VV2, Plant WW10 (USD 43,935.00).

17. The most common path had a KPI of 4, averaging 1.8 days.

18. This data enables process analysis and improvement, including process discovery, conformance, and enhancement.

19. The Social Graph shows Bob as the first name,

20. receiving 11,106 cases at the Process Start.

1. The total number of cases is 53,761.2. The net order value is USD 1,390,121,425.00.3. The number of variants selected is 7.4. The percentage of the total variance explained at 7 is 87.3%. Seven variants were selected because it provides enough information to explain the majority of the deviations.

5. The seven specific variants that were selected are: Order, Delivery and Invoice, Check credit limit, Check material availability, Order release, Goods issue, and Invoice verification.6. Below is a table showing the percentage of cases and number of cases covered by each variant:VariantPercentage of casesNumber of casesOrder57.2%30,775Delivery and Invoice23.4%12,591Check credit limit5.1%2,757

Check material availability4.2%2,240Order release4.0%2,126Goods issue2.4%1,276Invoice verification1.7%9047. The duration of each variant is as follows:VariantDuration in daysOrder24Delivery and Invoice3Check credit limit2Check material availability1Order release2Goods issue4Invoice verification1

8. The largest number of sales/highest dollar volume was in January.9. The number of sales items was 256,384, and the dollar volume was USD 6,607,088.00.10. The distribution channel with the highest sales is Wholesale and the amount of sales is USD 3,819,864.00.

11. The distribution channel with the second-highest sales is Retail and the amount of sales is USD 2,167,992.00.12. The second-highest month of sales order is December.13. The automation rate for that month is 99.9%.14. The net order for Skin Care, V1, Plant W24 is USD 45,000.00.15.

The net order for Fruits, VV2, Plant WW10 is USD 43,935.00.16. The number of the most common path’s KPI is 4.17. The average days of the most common path’s KPI is 1.8 days.18. Additional information that can be obtained from this tab includes process discovery, process conformance, and process enhancement.

19. The first name that appears on the Social Graph is Bob.20. The number of cases routed to Bob at the Process Start is 11,106.

For more such questions deviations,Click on

https://brainly.com/question/24251046

#SPJ8

Some non-health-care companies offer health and wellness programs that require employee participants to share personal data. They are required to employ standardized electronic transactions, codes, and identifiers under HIPAA regulations.

Answers

Some non-health-care companies offer health and wellness programs that require employee participants to share personal data is option A: True statement.

What is the  employee participants about?

To stop employees from visiting websites with offensive content, several businesses decide to install filters on their employees' computers. Unwanted exposure to such material by employees would be a significant indicator of harassment. Filters can help to prevent employees from wasting time on websites that are unrelated to their jobs.

Therefore, In order to prevent their employees from visiting websites that contain explicit videos or other unpleasant information, several businesses decide to install filters on their computers.

Learn more about wellness programs  from

https://brainly.com/question/14553032
#SPJ1

Some non-health-care companies offer health and wellness programs that require employee participants to share personal data. They are required to employ standardized electronic transactions, codes, and identifiers under HIPAA regulations. A: true B: false

4- In a for loop with a multistatement loop body, semicolons should appear following a. the for statement itself. b. the closing brace in a multistatement loop body. c. each statement within the loop body. d. the test expression. ​

Answers

Answer:

c. Each statement within the loop body.

Explanation:

In a for loop with a multistatement loop body, semicolons should appear following each statement within the loop body. This is because the semicolon is used to separate multiple statements on a single line, and in a for loop with a multistatement loop body, there will be multiple statements within the loop body.

Here is an example of a for loop with a multistatement loop body:

for (int i = 0; i < 10; i++) {

   statement1;

   statement2;

}

In this example, semicolons should appear following statement1 and statement2.

JAVA A user will enter an initial number, followed by that number of integers. Output those integers' sum. Repeat until the initial number is 0 or negative. Ex: If the user enters 3 9 6 1 0, the output is:

Answers

The program illustrates the use of repetitive operations.

Repetitive operations are done by using loops such as while and for loops

The program in Java, where comments are used to explain each line is as follows:

import java.util.*;

public class Main{

public static void main(String[] args) {

    //This declares all required variables

 int num,total = 0;

 //This creates a Scanner object

 Scanner input = new Scanner(System.in);

 //This gets the initial input

 num= input.nextInt();

 //The following is repeated until the initial input is 0 or less

 while(num > 0){

     //This is repeated to get integer inputs

     for(int i = 0;i<num;i++){

         //This adds up all integer inputs

         total+=input.nextInt();

     }

     //This prints the total inputs

     System.out.println(total);

     //This initializes total to 0

     total = 0;

     //This gets the initial input

     num= input.nextInt();

 }

}

}

The loop will be executed as long as initial input is a positive integer.

See attachment for sample run.

Read more about similar programs at:

https://brainly.com/question/14072658

JAVA A user will enter an initial number, followed by that number of integers. Output those integers'

write a function: void printstars(int numstars) it should print the given number of * characters (no spaces or newlines). printstars(5) should produce ***** wyzant

Answers

C programming void function to print the given number of * characters (no spaces or newlines).

void printstars(int numstars)

{

  for(i=0;i<numstars;i++)

  {

    print("*");

  }

}

int main()

{

 int numstar;

 clrscr();

 print("Enter the number of stars");

 scanf("%d",&numstar);

 printstars(numstar);

 getch();

}

Output:  

Enter the number of stars   5

***

Learn more about void function in C here:

https://brainly.com/question/29911729

#SPJ4

how to write a simple bash script in linux

Answers

Writing a simple bash script in Linux involves a few steps to create a script file, define its execution permissions, write the desired commands, and save the file. Bash scripts allow for automating tasks and executing multiple commands sequentially.

Choose a text editor: Select a text editor of your preference, such as nano, vi, or gedit, to create and edit the script file.

Create a new file: Open the text editor and create a new file with a .sh extension. For example, you can use the command nano script.sh to create a new file named "script.sh" using the nano editor.

Define the shebang: Start the script file with a shebang line, which tells the system the interpreter to use. The most common shebang for bash scripts is #!/bin/bash. It indicates that the script should be executed using the Bash shell.

Write script commands: In the script file, write the desired commands that you want to execute. For example, you can use basic commands like echo, if statements, loops, or other Linux commands to perform various tasks.

Save the file: Save the script file after writing the commands. In the nano editor, you can press Ctrl + O to save the file and Ctrl + X to exit the editor.

Set execution permissions: Make the script file executable using the chmod command. For example, you can use chmod +x script.sh to give execute permissions to the owner of the script file.

Execute the script: Run the script by entering its filename preceded by "./". For example, if your script file is named "script.sh", you can run it using ./script.sh. The script will execute the commands written in it.

Test and modify: Run the script and verify its functionality. If needed, make modifications to the script file and repeat the testing process until you achieve the desired results.

By following these steps, you can create a simple bash script in Linux. Bash scripting allows you to automate tasks, execute commands sequentially, and perform various operations in a convenient and efficient manner.

For more such questions on Linux, click on:

https://brainly.com/question/12853667

#SPJ8

Question 11
Marissa wants to work in web development, creating the parts of web pages that the users see and
interact with. Which of these search strings should Marissa use when she looks for a job?
O front-end development
O database development
O back-end development
O machine language development

Answers

The search strings that Marissa can use when she looks for a job is front-end development.

What is frontend in development?

A front-end developer is known to be a person what makes the front-end part of websites and web applications.

Note that this part is one that any users can actually see and work with. A front-end developer makes websites as well as applications using web languages.

Therefore, The search strings that Marissa can use when she looks for a job is front-end development.

Learn more about front-end development from

https://brainly.com/question/13263206

#SPJ1

Which term describes the order of agreement of files and floders on a computer

Answers

Answer:

Answer: The term that describes the order of arrangement of files and folders on a computer is organization. It is very important the organization of the files and folders to be effective, in order to work with them quickly and efficiently.

Answer:

The term that describes the order of arrangement of files and folders on a computer is organization. It is very important the organization of the files and folders to be effective, in order to work with them quickly and efficiently.

Explanation:

Arrangement of Files and Folders on a Computer

Arrangement of files and folders on a computer, is best described by the term 'organization'.

On an average there are hundreds of files,stored within as many folders, on our home or office computers.

Some of the data stored in a computer may be sensitive and critical in nature.

Thus, it becomes very important to arrange or organize the files and folders so that the relevant data can be retrieved timely and efficiently.

Organization also ensures protection of sensitive data .

"An operating system is an interface between human operators and application software". Justify this statement with examples of operating system known to you.​

Answers

An operating system acts as the interface between the user and the system hardware. It is responsible for all functions of the computer system.

It is also responsible for handling both software and hardware components and maintaining the device's working properly. All computer programs and applications need an operating system to perform any task. Users are the most common operating system component that controls and wants to make things by inputting data and running several apps and services.

After that comes the task of implementation, which manages all of the computer's operations and helps in the movement of various functions, including photographs, videos, worksheets, etc. The operating system provides facilities that help in the operation of apps and utilities through proper programming.

learn more about operating systems at -

https://brainly.com/question/1033563

"which of the following statements is true about information systems (is) planning functions?
A. The operations group monitors user experience and responds to user problems.
B. Data administration is performed exclusively by the outsourcing relations group.
C. Programs used in all information systems are developed in-house by the maintenance group.
D. If the IS primarily support accounting and finance activities, the chief financial officer (CFO) is appointed as the chief information officer (CIO).
E. Data backup is performed primarily by the marketing group."

Answers

The statement that is TRUE about information systems (is) planning functions is: ". If the IS primarily supports accounting and finance activities, the chief financial officer (CFO) is appointed as the chief information officer (CIO)." (Option D)

What is Information Systems Planning?

Information System Planning (ISP) is a systematic strategy designed to assist businesses in developing a plan to meet their near and long-term information needs.

Planning for system development is a key step in achieving consistency, efficiency, cutting-edge technology, lower costs, and flexibility. Individual project plans generated by project teams, as well as a master plan developed by the IS steering committee, are required for system development.

As a background, all types of data that aid in the creation of a background or perspective for planning with regard to the technology scenario, organizational objectives, changing user needs, competition scenario, potential set of information services in the future, availability of resources in the future, suitability of organizational culture, and so on, are collected and presented.

Learn more about information systems:
https://brainly.com/question/28945047
#SPJ1

Problems that involve technical or specialized knowledge are best solved

Answers

Answer:

Explanatiby experts in the field. For example, a problem involving the diagnosis of a complex medical condition would be best solved by a medical doctor with expertise in that area. Similarly, a problem involving the design of a complex mechanical system would be best solved by an engineer with expertise in that field.

Additionally, machine learning models can also be used to solve problems that involve technical or specialized knowledge by leveraging large amounts of data and advanced algorithms. These models can be trained by experts in the field and can be used to make predictions or decisions with high accuracy. However, it's important to note that even with Machine learning models, domain knowledge is important as it helps to understand the problem and the data, and also to select the right model and interpret the results.on:

two page essay on an emerging technology.. plzzzzz help

Answers

Answer:

hope i get brainliest

Explanation:

Emerging Technologies

Abstract

The purpose of this paper is to summarize the advantages of computers/software and the use of computer technology in investigations. Summarize the disadvantages to law enforcement with respect to the advancements of computers. Real cases will be researched in order to understand how computers can be utilized in criminal activities, as well as a case that the use of a computer was beneficial to the prosecution in a criminal case. A final conclusion paragraph will address my personal subjective opinion as to whether these technologies, in an overall sense are a benefit or hindrance to law enforcement efforts.

Introduction

Since computers have become such a big part of our…show more content…

From utilizing computers in cars so officers could run a license plate and social security number to see if there are any warrants out for the person they stopped, to more advances such as carrying cell phones, GPS tracking systems in cars, crime mapping tools, information sharing between state and local law enforcement, to even sharing information across countries. Technology has come a long way in helping officers and other agents within the criminal justice system do their job.  

Just a bit more about the advantages of the things mentioned above and time to move on. The most interesting thing is Geographic Information Systems (GIS), which has become a most important tool for law enforcement agencies. GIS, other mapping software and desktop computers now are capable of mapping and data analysis that is way above and beyond what used to be possible with backroom mainframe computers (Rubley, 2011).

Another great advancement is the widespread use of everyone using mobile devices. Many officers now use two to three cell phones.

Technology and Communications Quiz Active 1 Which of the following inventions has had the greatest impact on sound technology? A. the extension cord
B. the tape recorder
c. the telegraph
d. the microphone​

Answers

Answer:

B the tape recorder bec half century later made sonorities not only reproducible but also alterable.

Which example best demonstrates an impact computing has had on the arts?
OA. A student bullies another student on social media by posting
embarrassing pictures.
OB. A group of friends who have never met each other in person play
an online game together.
OC. A music producer searches for samples of Caribbean percussion
instruments to add to a song.
OD. A teacher uses a computer-scored test to grade assignments
more quickly.

Answers

Answer:

the answer is C because music is art


What is an example of a free online library?
A. Duck Duck Go
B. Project Gutenberg
C. Bing
D. PubMed

Answers

The answer is b
Hope it helps



B project GUTENBERG!!!!!!
:) brainliest?

I'm surprised I haven't even got a single warning yet lol

Answers

Answer:

Thats good

Explanation:

Thanks for the points~! ;)

Computing devices translate digital to analog information in order to process the information

Answers

Answer:

True?

Explanation: is IT RIGHT?????????????????

Other Questions
8x + 2y =16standard form 1) m=2 y - intercept x - intercept If IQ Scores are normally distributed with a mean of 100 and a standard deviation of 15. If you randomly selected a personfrom Montana, what is the probability, rounded to the hundredth, that a person will have an IQ less than 79?Remember to use the percent sign in this question An increase in the number of years __________ the holding period return. patient with a previous history of liver disease is diagnosed with a bile duct obstruction. which procedure will be prescribed for this patient? An example of an opportunity for Unilever is _____.a. the COVID-19 pandemic and lockdown which forced organisations to temporarily closeb. owning their delivery fleet and choosing the most effective routesc. manufacturing 95% of their products locallyd. William Level seeing a manufacturing future for South Africa in 1887 WILL GIVE BRANILIEST!!!! PLEASE HELP ASAP!!! IT IS TIMEDWhy did the Japanese government accept the letter Perry brought from President Fillmore in 1853?A. Japan wanted to receive news from the United States.B. Japan was impressed with the stature of the US president.C. Japan was considering expanding its trading relationships.D. Japan appreciated that the letter had been written in Japanese. Used to make coins and is unable to tarnish in the air Match each word with the phrase that best defines it. Total area =Help please thanks selectorized machines provide all the following benefits except for which one? can i request a good moral and form 137 again to my college school if i lost mine? How many grams of Al would be needed to displace all of the copper ions in 71.8 mL of 0.610 M CuSO4? How important is it for an individual to begin investing early for retirement? Do you think an individual should seek high-return investments when they are still relatively young?500-600 words David spent 55 dollars ata restaurant. He gave the Waiter a 15% tip how was the tip how much did he spend altogeter? How is Julius Caesar a tragic hero? Give evidence (You don't have to but if you want write an essay). What are your thoughts about the purpose of the Picasso's Guernica? Can someone round this to the nearest tenth3.14 x 4 x 4 x 7 or3.14 x 7 x 7 x 4A- 124.6B- 87.9C- 97.5D- 78.9 Syncope is in the ICD-10 coding system coded as ? consider the system of equations x1 + 2x2 x3 = 2 , x1 + x2 x3 = 1 express the solutions in terms of inverse of the coefficient matrix. whats 9+10 i just cant figure it out