Dallas is an analyst at an online retailer. He is great at creating representative diagrams showing the relationships between customer purchases, billing, and shipment. This indicates that he has ________ skills.A) abstract reasoningB) collaborativeC) experimentalD) systems thinking E) spatial intelligence

Answers

Answer 1

Answer:

The answer is A. Abstract reasoning

Explanation:

Abstract Reasoning involves critical thinking to come up with solutions that are not generally obvious, we could consider it also as logical reasoning, a great sense of judgment, creativity, dynamic thinking and so on.

From our question, Dallas is great at creating representative diagrams that show the relationship between customer purchases, billing, and shipment. This implies that

Dallas will have to think out of the box for customers with complex purchases, billings, and shipment.Dallas's level of creativity is what makes him great at creating representative diagrams.

Related Questions

During data declaration, a name is binded to a memory location, what else can be identify as part of this process?

Answers

data declaration means a variable which contain data value and it can be declared as integer, float, character, double, boolean (data types).

example:

int r;

char name;

float g;

double k= 23.34;

You recently installed a new RAID controller card in a PCIe expansion slot on your computer. After setting up the controller, you transfer data from the backup you created over to the computer. When you finish the setup, you turn the computer off and return it to its normal location. When you turn the computer on, you immediately receive the error message, "RAID not found." What might be the problem?

Answers

Answer:

Expansion card failed or became unseated.

Explanation:

A current RAID controller card was installed in such a PCIexpress slot on the user's system. Once the device is installed, the user transmits information to the device from those in the backup that you made. While the installation is finished, the system is turned off - and returned toward its correct position. Once he turns on his system, then he immediately obtains the error message that is not found on the RAID.

So, Expansion card may have failed or unseated issues may have emerged.

The problem might be :

Expansion card failed or became unseated.

Here,

A current RAID controller card was installed in such a PCI express slot on the user's system. Once the device is installed, the user transmits information to the device from those in the backup that you made. While the installation is finished, the system is turned off - and returned toward its correct position. Once he turns on his system, then he immediately obtains the error message that is not found on the RAID.

Thus,

Expansion card may have failed or unseated issues may have emerged.

Know more about RAID ,

https://brainly.com/question/31935278

#SPJ6

Angela's ready to get started with her first Smart Display campaign, but her account isn't yet eligible due to not having enough conversions in the last 30 days. What's the minimum number of conversions needed (in the last 30 days) to be eligible to set up a Smart Display campaign?1. At least 50 conversions on Display or at least 100 conversions on Search. 2. At least 30 conversions on Display or at least 50 conversions on Search.3. At least 100 conversions on Display or at least 50 conversions on Search.4. At least 50 conversions on Display or at least 30 conversions on Search.

Answers

Answer:

Option 1 is correct.

Explanation:

She is prepared to begin her initial Smart Display campaign, but her account is not yet worthy because she hasn't had sufficient conversions during the last 30 days. So, at least 50 View Conversions or at least 100 Search Conversions required for the required number of transformations that are worthy of the Smart Display campaign.

Your network is divided into two segments. As the signal travels down the first segment, it becomes weak. To amplify the signals passing to the second segment, the network engineer installed a networking device. Which networking device did the engineer install?

Answers

Answer:

The engineer installed a Bridge

Explanation:

A bridge is a networking device that serves as a link between two or more networks, therefore, making them work as a single network. Bridges function in a similar pattern as hubs and repeaters, however, they are distinct. The MAC address table is maintained to adequately direct transmissions to the receiver.

It is worthy to note that bridges operate on the Data link layer of the OSI (Open system Interconnect) model. It connects and maintains communication between multiple networks.

The bridge installed by the engineer creates stability between the two network segments. It optimizes the signal which makes the network perform better.

What is an unique text-based internet address corresponding to a computer's unique numeric IP address called

Answers

Answer:

This is called a domain name

Explanation:

A domain name is an address used by internet users to access a website.

In information systems, _____ is information from a system that is used to make changes to input or processing activities.

Answers

Answer:

"Feedback" is the correct answer for the above question.

Explanation:

Feedback is used in any information system or any communication system to tells that any process is doing in the right direction.It is used in communication channels to tell the sender that the message is received by the receiver.It is a type of message which is sent by the user to the system that he gets the correct or wrong output by that system.The above question asked about the term which is used in the information system which suggests changing the processing activity. This is known as feedback which is described above.

Which of the following controls will provide an area in the form for the user to enter a name? a. button b. label c. text box d. All of the above

Answers

Answer:

Option c is the corrcect answer for the above question.

Explanation:

The text box is a box that is used in the design of the project to enter the name or another field by the user. The project design consists of a form that is used to take the data of the user for any processing. So when there is a need for any data, which is altered by the user, the programmer needs to follow the syntax of the text box.

For example, to enter a name on the website, the programmer needs to write "<input type=" text">" in the HTML language, which provides a text box to enter the text. So the option c is the correct for the above question while the other is not because--

Option 'a' states about the 'button', which is used for any click event.Option b states about the label, which is used to display a message.Option d states about all option which is not correct.

Which of the following refers to the data analysis software and interactive software that allow managers to conduct analyses and find the information they​ need? A. Market intelligence system B. Intranet C. Marketing decision support system​ (MDSS) D. Market research E. Marketing information system​ (MIS)

Answers

Answer:

C. Marketing decision support system (MDSS)

Explanation:

Based on the information provided within the question it can be said that the software that is being described in the question is called the Marketing decision support system (MDSS). This is a system that is used in order to be able to manipulate a database in order to analyze various different business scenarios that would help a manager make a management decision with this information.

Final answer:

The Marketing Decision Support System (MDSS) allows managers to conduct analyses and find information they need by integrating Database Management System functionalities with analytical tools.

Explanation:

The software and interactive system that allows managers to conduct analyses and find the information they need is referred to as the Marketing Decision Support System (MDSS). This type of system combines the attributes of a Database Management System (DBMS) with analytical tools, enabling managers to transform raw data into valuable insights. The MDSS typically integrates database functionalities with sophisticated analytical processes to aid in decision-making, similar to how a Geographic Information System (GIS) transforms geographic data into information by combining spatial data handling capabilities with the attribute data handling of DBMS.

If Tracy starts on the left edge of the canvas and moves forward 50 pixels, how many times will this code need to be repeated to have Tracy reach the right edge of the canvas?
answer choices
4 times

8 times

10 times

50 times

Answers

Final answer:

The number of times the code must be repeated depends on the width of the canvas, which is not provided. If hypothetically assuming a canvas width of 400 pixels, Tracy would need to move 8 times to reach the right edge.

Explanation:

The question 'If Tracy starts on the left edge of the canvas and moves forward 50 pixels, how many times will this code need to be repeated to have Tracy reach the right edge of the canvas?' is asking us to determine the number of iterations required for a movement command in a programming context to cross a given distance. To answer this, we need the width of the canvas in pixels. Once the width is known, we would divide it by the movement distance (50 pixels) to find out how many 50-pixel movements are needed to reach the right edge. Since the width of the canvas is not provided, we are unable to give a specific answer. However, if we assume the canvas is 400 pixels wide (as an example), then Tracy would need to move 400/50 = 8 times to reach the right edge.

Final answer:

To reach the right edge of the canvas, Tracy needs to repeat the code 10 times.

Explanation:

To reach the right edge of the canvas, Tracy needs to repeat the code multiple times. Let's assume that the canvas is 500 pixels wide. If Tracy moves forward 50 pixels each time, she will need to repeat the code 10 times (500/50 = 10) to reach the right edge of the canvas.

Intranets:
a. provide the platform on which a firm builds its information systems.
b. are typically used to communicate with the business's trusted vendors.
c. are based on mainframe technology.
d. use Internet technology for a private company network.
e. are multiple networks joined together.

Answers

Answer:

A, C, D and E

Explanation:

An intranet is synonymous to a private LAN or WAN network but in contrast to the extranet or internet. Resources are retrieved and/ or shared within devices in the private network. It uses the internet protocol suite model of networking for communication, but also uses private IP addresses, which are not routable on the internet.

The communication between devices can be a peer to peer connection or client-server connection, using the mainframe computer technologies as the dedicated servers of the network.

At the same time (and in the same area of Europe) that Johann Gutenberg invented moveable type, an unidentified artist called the Master of the Playing Cards created the earliest known __________.

Answers

Answer:

In the history of graphic design, Copperplate printing uses a polished plate on which design has been engraved. Johann Gutenberg invented the Master of Playing Cards, which is also known as Copperplate engraving.

Explanation:

Copperplate invented around 1450 in Johann Gutenberg's movable system. Cooper plates are used in the intaglio process, which is also known as the printing process. Thick ink is forced into the grooves.

Copperplate is a smooth plate that has been engraved. It is a block of the plate. In this engraving, design makes on a flat surface. It is a historically significant method in print and map-making. It is used for illustrations of books and magazines.

Types:

Different type of engraving are available such as

Etching, Rotary Engraving, and Laser Engraving.

Tools of engraving:

Dremel with built-in Li-ion battery

Proxxon with Trial Glass

Dremel Engraver

Generic Micro Engraver, etc

Jason takes many photographs on his smartphone while on vacation in Italy.IfJason wants to access these pictures across multiple devices, including hiscomputer, smartphone, and tablet, where should he store them?A. RAMB. ROMC.Cloud storageD. Compact disk

Answers

Answer:

C. Cloud storage is the right answer

Explanation:

Cloud storage is a data storage model that stores digital contents in logical pools or servers, mostly these servers are scattered across multiple locations.

Data servers are managed by cloud providers, files are sent to these servers by clients. These files are stored on hard drives in remote locations.

Once Jason stores his photographs on the cloud, he can access these files with any device that is connected to the internet.

Final answer:

Cloud storage is the best option for storing photos across multiple devices such as computers, smartphones, and tablets. It provides flexibility, scalability, and accessibility from anywhere.

Explanation:

Cloud storage is the best option for Jason to store his photos if he wants to access them across multiple devices like his computer, smartphone, and tablet. Cloud storage allows users to store data on remote servers accessed over the internet, providing easy access from various devices.

When using cloud storage services like G. Drive or Dropbox, Jason can upload his photos and access them from any device with an internet connection. This way, he can easily share and manage his photos without worrying about physical storage limitations.

Unlike storing photos on physical devices like compact disks or internal storage (RAM/ROM), cloud storage offers flexibility, scalability, and accessibility from anywhere, making it a convenient choice for managing digital assets.

You are informed that all the users within the network are unable to access the Internet. You decide to start troubleshooting from the Physical layer of the OSI model. Which of the following approaches would you use to troubleshoot this problem?a. Random layer approachb. Divide and conquer approachc. Bottom up approachd. Top down approach

Answers

Answer:

C. Bottom-up approach will be used in this scenario.

Explanation:

The OSI or Open Systems Interconnection is an architecture that comprises of seven (7) layers, each layer unique in its functionality. The layer is listed below:

7. Application layer

6. Presentation layer

5. Session layer

4. Transport layer

3. Network layer

2. Data link layer

1. Physical layer

Layer 1 - 3 are considered the hardware layers, Layer 4 is considered as the heart of the OSI model while layers 5 - 7 are considered the software layers.

Back to our question, once you decide to troubleshoot from the physical layer of the OSI model, you are troubleshooting this problem from a bottom-up approach.

Which of the following refers to a descriptive technique involving the systematic collection of quantitative​ information? A. Longitudinal design B. Telemarketing C. ​Cross-sectional design D. Experiments E. Casual research

Answers

Answer:

The answer is "Option C".

Explanation:

This technique is also known as walking-sectional experimental research, which only collects information at one stage. The goal of using this strategy is to create a single point, that provides representations to the population of interest, and other choices were wrong, that can be described as follows:

In option A, It is wrong, because this designing technique is used to search the relationship between variables. In option B, It is a form of marketing, that provides communication via telephone, that's why it is incorrect. In option D, It is used in research, that's why it is not correct. In option E, It is wrong, because it is used in business.

Which properties are true of String objects? a. Their lengths never change b. The shortest string has zero length c. Individual characters within a String may be changed using the replace method d. The index of the first character in a string is one e. Only A and B are true

Answers

Answer:

sjdjk

Explanation:

sx'989

Owners of individual domains get to decide what content is published on their websites. Why might this autonomy be important to the development of the Internet? How or why does autonomy scale?

Answers

Answer:

Explanation:

With an individual domain name we can upload all the content we want, in a free domain or share domain, upload content in some cases have a limit, for example the size of an image, in an individual domain we can add our brand, in a shared, we can add our brand side to company share those domains, we can have our own email address, practically we have a complete autonomy in our website.

As text is typed in the _____ text box, a drop-down list displays options for completing the action, displaying information on the action from sources on the web, and displaying information on the action in the Excel Help task pane.

Answers

Answer:

Excel Help

Explanation:

Press F1 key to open the excel help window

Or you can also click the excel help button to launch the help window.

Type for whatever you are seeking help for and you will notice suggestions as you type something. These suggestions include online and offline results. If there are too many results then try searching offline it will narrow down the results.

After typing the text and hitting enter, the excel help returns several related topics on the searched query. You can browse through these topics and get help from excel.

Which of the following is an example of a protocol?
IPsec
CPU
VPN
PSU

Answers

Answer:

IPsec

Explanation:

CPU & PSU are computer components. VPN is software. IPsec stands for Internet Protocol security

Final answer:

IPsec is an example of a protocol, which is a set of rules for transmitting data, used to secure internet communication across an IP network.

Explanation:

An example of a protocol from the options provided is IPsec. A protocol is a set of rules or procedures for transmitting data between electronic devices, such as computers. In the context of internet security, IPsec, which stands for Internet Protocol Security, is used to secure internet communication across an IP network. IPsec helps to protect data flows between a pair of hosts (end-to-end communication), between a pair of security gateways (network-to-network), or between a security gateway and a host.

Other protocols of note include FTP (file transfer protocol) and its secure version, SFTP (secure file transfer protocol), designed specifically for transferring files in a secure manner.

Which is true about POP3 and IMAP for incoming email?
Both keep email on an email server by default
IMAP keeps email on an email server by default
Neither keep email on an email server by default
POP3 keeps email on an email server by default.

Answers

Answer:

Option B is the correct answer.

IMAP keeps email on an email server by default

Explanation:

POP3 stands for Post office protocol version 3. It is the one way mailing protocol that works by downloading the copy of the emails to the device so that they could be viewed offline when needed. The mails are deleted from the server once they are downloaded.IMAP stands for Internet Message Access Protocol. Opposite to POP3, IMAP is the two way mailing protocol that donot download the entire content of the mail rather it downloads the headers only. The IMAP donot deletes the downloaded mails instead keep it one the server so that they could be used when ever needed.

I hope it will help you !

You have just plugged a USB portable hard drive into an older laptop and the disk has not appeared as available. You are concerned that the hard disk controller hardware has not been recognized by the computer. What utility would you use to verify that the controller is functioning correctly?
Device Manager T/F

Answers

Answer:

True

Explanation:

Device Manager -

In the microsoft Windows operating system , it is the control panel applet .

It helps to control and view any of the hardware , which is attached external onto the computer or laptop .

The various hardware attached can be easily sorted in a convenient manner .

In case the hard work is not working , the information gets highlighted and in case the hard work is working properly , the data would be displayed to the screen .

Hence , from the given scenario of the question ,

The correct term is device manager .

Where is the typical location of a touchpad inside of a laptop?
Attached to the keyboard
Next to the RAM
Under the bottom panel
Under the case

Answers

Attached to the keyboard is the typical location of a touchpad inside of a laptop.

Attached to the keyboard

Explanation:

The touchpad, by a long shot the most well-known sort, is a level territory, situated underneath your console. A pointing stick is a little catch situated among your PC's keys. The conventional touchpad is a rectangular, contact delicate cushion, generally focused beneath the console in the scratch pad's palm rest. Moving your finger over the outside of this cushion moves the mouse.

And the cushion is devoted left-and right-click catches, and now and again a middle snap. In the event that you need to right-tap on a workstation without utilizing the trackpad, you can do it utilizing a console easy route. Position the cursor and hold down "Move" and press "F10" to right-click. A few workstations additionally have a particular key called a "Menu" key that can be utilized for right-clicking.

George is the risk manager for a U.S. federal government agency. He is conducting a risk assessment for that agency's IT risk. What methodology is best suited for George's use?
A. Risk Management Guide for Information Technology Systems (NIST SP800-30).
B. CCTA Risk Analysis and Management Method (CRAMM).
C. Operationally Critical Threat, Asset, and Vulnerability Evaluation (OCTAVE).
D. ISO/IEC 27005, "Information Security Risk Management".

Answers

Answer:

The methodology for suited for George's use is A. Risk Management Guide for Information Technology Systems (NIST SP800-30)

Explanation:

The Risk Management Guide for Information Technology Systems (NIST SP 800-30) was set in place to conduct risk analysis on federal organizations and their information systems in the U.S.

The other options do not apply to U.S federal government agencies. Hence, George is best suited to use the Risk Management Guide for Information Technology Systems (NIST SP 800-30)

Final answer:

The Risk Management Guide for Information Technology Systems (NIST SP800-30) is the best methodology for George, a risk manager at a U.S. federal government agency, to use during his IT risk assessment.

Explanation:

For George who is a risk manager for a U.S. federal government agency and conducting a risk assessment for his agency's IT risk, the best suited methodology would be A. Risk Management Guide for Information Technology Systems (NIST SP800-30).

This is because the National Institute of Standards and Technology (NIST) possesses guidelines specifically for federal agencies to use when assessing and managing IT risks. More importantly, the SP800-30 guide provides steps for carrying out a risk evaluation and assists in risk mitigation efforts to improve the organization's risk posture.

B, C, and D options can also be followed for risk assessment but NIST SP800-30 is specifically created by a U.S. government organization and it is highly recommended to follow local guidelines.

Learn more about IT Risk Assessment here:

https://brainly.com/question/31632025

#SPJ3

How has the perception of the hacker changed over recent years? What is the profile of a hacker today?

Answers

Answer:

Hackers frequently spend long hours examining the types and structures of targeted systems because they must use guile, or fraud to bypass the controls placed on information owned by someone else.

Explanation

The perception of a hacker has evolved over the years.

The traditional hacker profile was a male, aged 14 to 18.76% of hackers are men whose ages are between 14 years (8%) to 50 (11%). The average age is 35 years (43%).A hacker is persevering, patient, creative, bright and having a passion for what he does.Hackers today can be expert or novices.The experts create the software and schemes to attack computer systems.While the novices merely use software created by the experts.

Hackers used to be viewed as people who would sit in a place and try to remotely gain access to a computer. This perception has changed because, hackers can work with people in an organization, suppliers, or may even write a program to do the hacking.

Who is a Hacker?

This is an individual or an organization who is very proficient with the use of the computer and who can use these skills to breach the cyber security of other individuals or organizations.

When a hacker does this to check the limitations and weaknesses of a cyber network so that it can be improved, it is called Ethical Hacking.

Learn more about Hackers at:

https://brainly.com/question/23294592

If the last digit of a 2's complement binary number is 0, then the number is even. If the last two digits of a 2's complement binary number are 00 (e.g., the binary number 01100), what does that tell you about the number?

Answers

Answer:

When the last two digits of a 2's complement binary number are 00, this tells us that the number is divisible by 4 in decimal format.

A 2's complement binary number is said to be divisible by 4 in decimal form when its last two digits are 00.

What is binary number?

The binary number system is one of the four varieties of number systems. Binary numbers are only ever represented by the digits 0 (zero) and 1 when they are utilized in computer applications (one).

The binary numbers are represented in this context using the base-2 numeral system. For instance, (101)2 is a binary number. Therefore, 11111111 is the binary representation of the decimal number 255.

The binary number system in mathematics is a positional numeral system with 2 as its base and just 2 symbols needed for its digits, as opposed to the normal 10 symbols used by the decimal system.

Thus, A 2's complement binary number is said to be divisible by 4 .

For more details about binary number, click here:

https://brainly.com/question/15766517

#SPJ2

The following parts were ordered by someone building a personal computer:
1 - AMD 3.7 GHz
2 - Gigawhiz GA-A239VM (does not include USB 3.1 front panel connectors)
3 - HorseAir DDR3 8 GB
4 - ATX with up to three 3.5" drive bays
5 - Eastern Divide 1TB 7200 RPM
6 – Zoltz 550W

What is the significance of the 550W in the 6th item (Zoltz 550W)?
1. output power
2. RAM speed
2. input power
4. motherboard speed

Answers

The significance of the 550W in the 6th item (Zoltz 550W) is output power.

Explanation:

The unit that is essential to provide power for the working of computer refers to the power supply unit. This will take the electricity that is essential for the working of computer and this will be converted in Direct current. It is very helpful in regulating the fluctuations that may damage the computer.

They are usually determined based on the amount of watts they will be producing. When the computer has more power it requires more watts for the working of its parts. In the options given, the significance of the sixth item which is Zoltz 550W will be the output power.

A researcher administers a standardized test to the students in a school testing a new program as well as to students in a similar school as a control group. To what extent is comparison of the average scores for the two groups of students useful for determining the effects of the program?
Of limited usefulness as a pilot study but has many threats to validity T/F

Answers

Answer:

True.

Explanation:

An investigator administers a practice test as the intervention group for all the participants in a school testing out a new curriculum as well as for the participants in the individual school. The analysis of just the scores for the two groups of students is thus of limited usefulness as a pilot study but has many challenges to the point that it is useful to assess the results of the program.

Which of the following is true about assistive technologies? Question 5 options: A) Assistive technologies, such as screen readers for the visually impaired, are high-tech devices and software that help people with disabilities. B) Making accessibility changes after completing the entire website broadens the potential base of customers and thus makes good business sense. C) Designers should address accessibility issues in the site's information architecture, with design elements that work well with assistive technologies such as optical scanners. D) Offering tutorials to help organizations improve their sites and understand how design techniques can radically alter a site's accessibility.

Answers

Final answer:

Assistive technologies include high-tech devices and software such as screen readers and are integral for accessibility. Designers should address accessibility early on, and content should be universally accessible to users of all abilities. Sidewalk ramps and Braille signs are physical examples of accessibility required by the ADA.

Explanation:

Assistive technologies are tools designed to aid individuals with disabilities in accessing digital content, such as websites, applications, and multimodal compositions. Among the true statements about assistive technologies, the following hold:

Assistive technologies, such as screen readers for the visually impaired, are high-tech devices and software that help people with disabilities. These technologies include items like screen readers, Braille displays, and speech recognition software.

Designers are encouraged to address accessibility issues in the site's information architecture early in the design process, with design elements that work well with assistive technologies such as optical scanners, ensuring the content is accessible from the start.

Enhancing usability and accessibility involves creating content that can be consumed by all users, which may include adapting text and media for those with hearing or vision impairments.

For instance, sidewalk ramps and Braille signs are forms of accessibility for people with disabilities that are also required accommodations by the Americans with Disabilities Act (ADA). These modifications exemplify the broader efforts of creating an inclusive environment, both physically and digitally. The goal of implementing assistive technologies and designing with accessibility in mind is to create an inclusive society and consumer base, where all individuals, regardless of their abilities, can access and benefit from the content created.

Microsoft, Intuit and, Yahoo are building new facilities in Quincy, WA, a town that previously had a population of 3,500. Along with these new neighbors, the residents of Quincy are also going to get more traffic lights, a strip mall, higher housing prices and, new jobs. This example best illustrates a(n) ___________ change with which the people and businesses of Quincy will be faced. (Points : 8)
Economic
Regulatory
Competitive
Psychographic
Legal/regulatory

Answers

Answer:

Economic.

Explanation:

In the following scenario, In Quincy, WA, a community that formerly would have a community of 3,500, they are developing new infrastructure. In addition to such friends and neighbors, Quincy citizens will also be seeing more traffic signals, a shopping center, rising property prices, and new opportunities.

So, the following scenario is best suited for the economic changes.

A ________ is a self-contained program that spreads through a computer network by exploiting security holes in the computers connected to the network. (Hint: one word)

Answers

Answer:

Worm

Explanation:

This is what a worm does! It exploits small security holes in networks and computers.

A network administrator is setting up a web server for a small advertising office and is concerned with data availability. The administrator wishes to implement disk fault tolerance using the minimum number of disks required. Which RAID level should the administrator choose>?

Answers

Answer:

RAID 1

Explanation:

RAID (Redundant Array of Inexpensive Disks or Drives, or Redundant Array of Independent Disks) is a data storage virtualisation technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.

RAID 1

Disk mirroring, also known as RAID 1, is the replication of data to two or more disks. Disk mirroring is a good choice for applications that require high performance and high availability, such as transnational applications, email and operating systems. Disk mirroring also works with solid state drives so “drive monitoring” may be a better term for contemporary storage systems.

Other Questions
HELP? please asap!! ty The table below shows properties of the element gold (Au).PropertyGold'sCharacteristicsColoryellowDensity19.32 g/mLElectronegativity2.54Ionization Potential9.225Boiling Point2807CMelting Point1064.58CA physical property of gold is _______. A. density of 19.32 g/mL B. melting point of 1064.58C C. boiling point of 2807C D. all of these Select the most effective question to end an essay on environmental concerns.A.) What would you do?B.) How can you get involved?C.) When will things begin to change?D.) If you won't help the environment, who will?Please help me Which of the following was one of the reasons that King George granted the Georgia colony to the James Edward Oglethorpe? A. to rid England of Puritans by giving them a place to go B. to pay off a debt he owed to Oglethorpe C. to be a buffer between English colonies and the Spanish in Florida D. to take over the Spanish settlements in what is now Florida Suppose you have an experiment where you flip a coin three times. You then count the number of heads. a.)State the random variable. b.)Write the probability distribution for the number of heads. A textbook store sold a combined total of 219 history and chemistry textbooks in a week. The number of chemistry textbooks sold was 45 less than the number of history textbooks sold. How many textbooks of each type were sold? In the problems below, f(x) = logx andg(x) = logxWhich point do the graphs of f and g have in common? can someone please right 250 word paper about one of these systems Digestive systemRespiratory systemMuscular and skeletal systemsNervous systemEndocrine systemReproductive systemExcretory systemImmune and lymph systemsCardiovascular system Which of the following was not true about women who attended the World Anti-Slavery Convention? A) They were forced to sit in the balcony behind curtains. B) They were not permitted to speak out. C) Once there, they recognized the need for women to receive equal rights. D) They were permitted to hand out flyers and pamphlets outlining the agenda for the Seneca Falls Convention.] GIVING BRAINLIEST Write a proportion that could be used to solve for each variable. Then solve. d dollars for 18.4 quarts 24 dollars for 6 quarts a. 24/d = 18.4/6; d = 7.8 c. d/24 = 18.4/6; d = 73.6 b. d/24 = 18.4/6; d = 72 d. d/24 = 6/18.4; d = 8 Pesticide are chemicals that are used to kill __________ that can damage crops. A. plants B. trees C. insect D. shrubs Please select the best answer from the choices provided A B C D Taka is considering sending a message regarding a raise but is concerned since the company is struggling financially. Taka has determined the specific purpose of his message; however, he should answer which of the following questions before sending his message?A. Will management allow this message to be sent?B. Will anything change as a result of the message? C. Is the time right?D. Is the purpose acceptable to the organization?E. Is the purpose realistic? In an electrically heated home, the temperature of the ground in contact with a concrete basement wall is 10.1 oC. The temperature at the inside surface of the wall is 20.8 oC. The wall is 0.18 m thick and has an area of 8.9 m2. Assume that one kilowatt hour of electrical energy costs $0.10. How many hours are required for one dollar's worth of energy to be conducted through the wall A manager checked production records and found that a worker produced 200 units while working 40 hours. In the previous week, the same worker produced 132 units while working 30 hours. a. Compute Current period productivity and Previous period productivity. (Round your answers to 2 decimal places.) Current period productivity Units / hr Previous period productivity Units / hr b. Did the worker's productivity increase, decrease, or remain the same Professor Ivy has following scores on her final exams: 97 88 66 55 89 72 94 32 84 89 72 76 77 Express answers rounded correctly to the nearest tenth Alice earns a monthly salary of $315 plus a commission on her total sales.last month her total sales were $9640, and she earned a Total of $1182.60. What is her commission rate ? An electron moving in the y direction at right angles to a magnetic field experiences a magnetic force in the x direction. The direction of the magnetic field is in the_______. A. x direction B. x direction C. y directionD. z direction E. z direction How do you think you could apply what you learned about the scientific method outside of the classroom (in "real" life)? Do you think you every use the scientific method in your daily life? How are landforms near the edge of continents different from landforms in the continental interior? How are these landforms related to plate tectonics or processes in the rock cycle? From January 26, 1977, to September 18, 1983, George Meegan of Great Britain walked from Ushuaia, at the southern tip of South America, to Prudhoe Bay in Alaska, covering 30 600 km. What was the magnitude of his average speed during that time period