Before he files his report, Zach checks it to make sure that he has included all the relevant information hos manager asked for . What characteristic of effective communication is he checking for?
A) Completeness
B) Conciseness
C) Clarity
D) Courtesy

Answers

Answer 1

Completeness Zach is making sure his communication embodies the quality of completeness by making sure his report contains all the pertinent data that his management has requested.

How does effective communication connect to directing?

The Management function of Directing depends on effective communication. Even if a manager is extremely qualified and skilled, his abilities are useless if he lacks effective communication skills. To get the job done correctly from his employees, a manager must effectively convey his instructions to those who report to him.

Which of the following describes effective communication Mcq?

One must observe the 10 commandments in order to ensure efficient communication. These include things like communication goals, language clarity, appropriate medium, etc.

To know more about data visit:-

https://brainly.com/question/11941925

#SPJ1


Related Questions

computer power supplies

Answers

Answer:

There are four computer power supplies: Modular, Non-Modular, Semi-Modular, and Fully Modular.

Which of the following is NOT a criticism of the SMCR model of communication?

A. Communication is not a one way process.

B. There is no room for noise.

C. It is a rather complex model.

D. It is a linear model of communication.


Subject- media and information literacy

Answers

The transactional model of communication differs from the linear model in such a way that the transactional model. Therefore, C is the correct option.

What is communication?

Communication has been the way of communicating and interacting with another person in order to convey one’s thoughts on some topic. Communication is one of the most important soft skills for people in order to become socially intelligent.

Build stronger and more reliable relationships. There are a few models of communication which define different types of communication. The linear model sees it as a one-way process from sender to receiver.

Therefore, C is the correct option.

Learn more about socially intelligent on:

https://brainly.com/question/30458666

#SPJ9

19. A field that allows you to select more than one value from a list​

Answers

Datalist is a type of field that allows you to select more than one value from a list​.

What is the significance of the data list?

The significance of the data list may be determined by the fact that it permits a user or an organization to establish baselines, benchmarks, and goals to keep moving forward. It also supports the identification of high-performing programs, service areas, and people.

According to the context of this question, if you want to allow to select more than one value from a list​, you are required to hold the CTRL key and click the items in a list to choose them. Click all the items you want to select.

Therefore, a data list is a type of field that allows you to select more than one value from a list​.

To learn more about Datalist, refer to the link:

https://brainly.com/question/30158906

#SPJ1

Type the correct answer in the box.
Which technology concept uses computer resources from multiple locations to solve a common problem?

Answers

Answer:

Grid

Grid Computing

Explanation:

one of those answers

(c++)Jason, Samantha, Ravi, Sheila, and Ankit are preparing for an upcoming marathon. Each day of the week, they run a certain number of miles and write them into a notebook. At the end of the week, they would like to know the number of miles run each day, the total miles for the week, and average miles run each day. Write a program to help them analyze their data. a function to read and store the runners’ names and the numbers of miles run each day;

 a function to find the total miles run by each runner and the average number of miles run each

day;

 a function to output the results.

The output must be in the form of a table where the columns contain

 The runner’s name..... USING STRUCTS rather than arrays.



Here is the file "runners.txt"

Johnson 05 11 12 41 10 10 17

Samantha 20 12 32 04 06 32 24

Ravi 11 22 33 43 55 10 26

Sheila 10 02 03 40 60 20 15

Ankit 09 20 20 10 55 65 81

Answers

Answer:

#include <iostream>

#include <fstream>

#include <string>

#include <iomanip>

using namespace std;

const int NUM_RUNNERS = 5;

const int NUM_DAYS = 7;

struct Runner {

   string name;

   int miles[NUM_DAYS];

   int totalMiles;

   float averageMiles;

};

void readData(Runner runners[]) {

   ifstream inputFile("runners.txt");

   if (!inputFile.is_open()) {

       cout << "Error: could not open file\n";

       return;

   }

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

       inputFile >> runners[i].name;

       for (int j = 0; j < NUM_DAYS; j++) {

           inputFile >> runners[i].miles[j];

       }

   }

   inputFile.close();

}

void calculateTotals(Runner runners[]) {

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

       int total = 0;

       for (int j = 0; j < NUM_DAYS; j++) {

           total += runners[i].miles[j];

       }

       runners[i].totalMiles = total;

       runners[i].averageMiles = static_cast<float>(total) / NUM_DAYS;

   }

}

void outputResults(Runner runners[]) {

   cout << setw(12) << left << "Runner";

   cout << setw(12) << right << "Total Miles";

   cout << setw(12) << right << "Average Miles" << endl;

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

       cout << setw(12) << left << runners[i].name;

       cout << setw(12) << right << runners[i].totalMiles;

       cout << setw(12) << right << fixed << setprecision(2) << runners[i].averageMiles << endl;

   }

}

int main() {

   Runner runners[NUM_RUNNERS];

   readData(runners);

   calculateTotals(runners);

   outputResults(runners);

   return 0;

}

Explanation:

This program reads the data from the "runners.txt" file and stores it in an array of structs, where each struct represents a runner and contains the runner's name, the number of miles run each day, and the total and average number of miles run. The program then calculates and outputs the total and average miles run by each runner in a table format.

Your company plans to migrate an on-premises PHP web app named WebApp1 to Azure.

You need to recommend which Azure service to use to run App1. The solution must minimize administrative effort.

Which service should you recommend?

Answers

Answer:

Azure App Service

Explanation:

Azure App Service is a fully managed platform for building, deploying, and scaling web apps. With App Service, you can quickly deploy web apps in PHP and other languages without worrying about infrastructure management. App Service provides features like auto-scaling, load balancing, built-in security, and automated backups, which makes it easier to manage the application without requiring additional administrative effort.

The service that should be recommended is azure app service to minimize administrative effort.

Azure App Service is a fully managed platform for building, deploying, and scaling web apps. With App Service, you can quickly deploy web apps in PHP and other languages without worrying about infrastructure management. App Service provides features like auto-scaling, load balancing, built-in security, and automated backups, which makes it easier to manage the application without requiring additional administrative effort.

Learn more about azure app service,here:

https://brainly.com/question/30260642

#SPJ2

A software developer is using a microphone and a sound editing app to
collect and edit sounds for his new game.
When collecting sounds, the software developer can decide on the sampling
resolution he wishes to use.
will affect how accurate the
meant by sampling resolution.
The bit map will contain a header
1)state two items you expected to see in the header
2)give three features you would like to see in the sound editing app

Answers

Ripping software is a software developer which is using a microphone and a sound editing app to collect and edit sounds for his new game.

What is Ripping software?

If you have audio or video files in a CD or DVD and you need them ripped or copied to an output source like a hard drive, you can use a ripper or ripping software to accomplish this task.

Ripping software digitally extracts and compresses raw sound from a cd, and the output copied to another cd, DVD, or hard disk drive. Some rippers have inbuilt encoders for compression while others have a converter program pre-installed to facilitate the conversion to an acceptable digital file format.

Therefore, Ripping software is a software developer which is using a microphone and a sound editing app to collect and edit sounds for his new game.

Learn more about software on:

https://brainly.com/question/1022352

#SPJ1

Which case would benefit from Explainable Artificial principles?

Answers

Answer:

The doctor who tends to rely on AI-based systems in order to make the diagnosis is the specific case that might be benefited from the explainable principle of artificial intelligence.

Explanation:

If a program passed a test when conducted on an iPhone but failed when conducted on Windows, what can be concluded?
A) The issue is in the platform.
B) The issue is with the tester.
C) The issue is in mobile devices.
D) The issue is with Apple products.

Answers

If a program passed a test on an iPhone but failed on Windows  A), the problem is with the platform.

What exactly are Android's platform tools?

Platform-Tools for the Android SDK is a component of the Android SDK. It includes primarily adb and fastboot, Android platform interface tools. Although adb is required for Android app development, copy Studio installs are typically used by app developers. A versatile command-line tool that lets you communicate with a device is Android Debug Bridge (adb). The adb command makes it easier to do a lot of things on the device, like installing apps and debugging them. A Unix shell that can be used to execute a variety of commands on a device is accessible through adb.

To learn more about  Android  visit :

https://brainly.com/question/27937102

#SPJ1

For Questions 3-5, consider the following code:


stuff = []





stuff.append(1.0)


stuff.append(2.0)


stuff.append(3.0)


stuff.append(4.0)


stuff.append(5.0)





print(stuff)



3. What data type are the elements in stuff?


4. What is the output for print(len(stuff))?


5. What is the output for print(stuff[0])?

Answers

Answer:
The .append() function adds the inserted value to a list. You are passing in floats.

In this case, you appended 5 things to the list, so the list looks like:
stuff = [1.0, 2.0, 3.0, 4.0, 5.0]

And, when you run print(stuff) you will end up with that list. However, when you run print(len(stuff)) you are counting the length of the list. You have 5 things in the list, so the output will be 5.

When you wish to specify a position in a list to print, that's when stuff[] comes in. Essentially, by running print(stuff[0]) you are specifying that you only want the first item in the list. This would output 1.0

You can always try this by putting this into an IDE, and running it.

Question #3
Dropdown
How do you check to see if the user entered more than one character?
Complete the code.
letter=input("Guess a letter")

Answers

Answer:

i don't know what to do i have to do it again and she is a little better than I was and I lXUV3D it in person but I lXUV3D even lookin at each thing but e I yet I lXUV3D U and I lXUV3D U and I lXUV3D U and I lXUV3D U and I lXUV3D U and I lXUV3D U up the other way in zo skins I was I was a bit late for me to do that for you and it could have eeeeee the camera

Explanation:

wish i kneew

What are the characteristics of the second roof truss?​

Answers

Generally speaking, trusses are designed to be strong, lightweight, and efficient. They can be customized to fit a wide range of sizes and shapes, and are ideal for use in residential roofs to large industrial bridges.

What is a truss?

A truss is a type of structure that is made up of interconnected triangles that work together to distribute weight and maintain stability. We often find the use of trusses in engineering and construction to support roofs, bridges, and other heavy loads.

You can learn more about trusses here https://brainly.com/question/14997912

#SPJ1

during program increment planning, the product owner coordinates primarily with their agile team, other product owners, and who else?

Answers

Together with stakeholders like clients, sponsors, and other team members, the product owner should coordinate with them.

Who is a product owner?

The Product Owner (PO), a member of the Agile Team, is in charge of maximizing the value provided by the team and making sure that the needs of customers and stakeholders are reflected in the Team Backlog.

The main duties of a product owner are to define user stories and build a product backlog. They operate as the customer's main point of contact when the development team needs to understand the needs of the product. This product backlog serves as a list of client requirements with a priority order.

Learn more about product owner here:

https://brainly.com/question/16412628

#SPJ1

---IN C ONLY PLEASE---

Part 1: Finding the middle item

Given a sorted list of integers, output the middle integer. A negative number indicates the end of the input (the negative number is not a part of the sorted list). Assume the number of integers is always odd.

Ex: If the input is: 2 3 4 8 11 -1
the output is: Middle item: 4

The maximum number of list values for any test case should not exceed 9. If exceeded, output "Too many numbers".

Hint: First read the data into an array. Then, based on the array's size, find the middle item.

-------------------------------------------

Part 2: Reverse

Write a program that reads a list of integers, and outputs those integers in reverse. The input begins with an integer indicating the number of integers that follow. For coding simplicity, follow each output integer by a comma, including the last one. Assume that the list will always contain less than 20 integers.

Ex: If the input is: 5 2 4 6 8 10
the output is: 10,8,6,4,2

To achieve the above, first read the integers into an array. Then output the array in reverse.

---IN C ONLY PLEASE---

Answers

Answer:

Part 1:

#include <stdio.h>

int main() {

int arr[9];

int num, i, middle;

// Read integers into the array

for (i = 0; i < 9; i++) {

scanf("%d", &num);

if (num < 0) {

break;

}

arr[i] = num;

}

// Check if too many numbers were entered

if (i == 9 && num >= 0) {

printf("Too many numbers\n");

return 0;

}

// Find the middle integer

middle = i / 2;

printf("Middle item: %d\n", arr[middle]);

return 0;

}

Part 2:

#include <stdio.h>

int main() {

int arr[20];

int num, i;

// Read integers into the array

scanf("%d", &num);

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

scanf("%d", &arr[i]);

}

// Output the integers in reverse

for (i = num - 1; i >= 0; i--) {

printf("%d,", arr[i]);

}

printf("\n");

return 0;

}

Write a program that asks the user the speed of a vehicle (in miles per hour) and how many hours it has traveled. The program will display the total distance traveled at the end of each hour of the period.
Make sure to valid data entry - negative numbers are not acceptable. (Python)

Answers

Answer:

are you learning or its some test you want cheat?

i can help but if you want to learn it code it yourself

Using technology, calculate the weighted average ror of the investments. Round to the nearest tenth of a percent. 2. 1% 3. 1% 5. 9% 7. 5%.

Answers

Answer: 2.1%

Explanation:

got it right on test

Rounded to the nearest tenth of a percent, the weighted average return for the investments is 5.3%.

What is Percent ?

Percent is a way of expressing a number as a fraction of 100. It is denoted using the symbol “%” and is used to compare one number to another, to indicate changes over time, or to express a portion of a whole. For example, if a person has scored 80% in a test, it means they have scored 80 out of the total 100 marks. Percentages can also be used to compare two or more numbers in relation to each other. For example, if one company has a market share of 20% and another company has a market share of 10%, it means that the first company has twice the market share of the second company.

The weighted average return for the investments is calculated by multiplying the return of each investment by its weight in the portfolio, and then adding all of the products together.

For the given investments, we have:

2% return x 1 weight = 2%

3% return x 1 weight = 3%

5% return x 9 weight = 45%

7% return x 5 weight = 35%

Therefore, the weighted average return for the investments is (2+3+45+35) / (1+1+9+5) = 85 / 16 = 5.3125%.

To learn more about Percent

https://brainly.com/question/29994353

#SPJ1

how to hack a website and put a virus on it.
If you answer or comment or at least like I will answer your questions and like.
ALSO IF YOU ANSWER IT YOU GET 25 PIONTS MAYBE EVEN MORE!

Answers

Answer:

I'm sorry, I cannot provide instructions on how to hack a website or put a virus on it. Hacking and spreading viruses are illegal activities that can cause harm to innocent individuals and businesses, and can result in severe legal consequences. It is important to respect the privacy and security of others and use technology in a responsible and ethical manner. Instead, I would encourage you to focus on legitimate and ethical ways of learning and utilizing technology for productive purposes.

Explanation:

If 2400 codewords are to be encoded in a QR code, of which 750 need to be corrected, which QR code error correction level must be used?

Answers

If 2400 codewords are to be encoded in a QR code and 750 need to be corrected, then the QR code error correction level that must be used is Level H (High). Level H is capable of correcting up to 30% of all codewords, which is more than enough for the given requirement.

different power supplies

Answers

Answer: There are three major kinds of power supplies: unregulated (also called brute force), linear regulated, and switching. The fourth type of power supply circuit called the ripple-regulated, is a hybrid between the “brute force” and “switching” designs, and merits a subsection to itself.

Explanation:

Lesson 2: Installing System Devices
35.0 % Complete
Ö This Question: 07
A technician is installing new RAM in a company's workstations. The IT supervisor wants all computers
to have ECC RAM to ensure high levels of reliability. Which features are not associated with ECC RAM?
(Select all that apply)
A. The motherboard and the CPU must support ECC operation for it to be enabled.
B. Most motherboards support either UDIMMS or RDIMMs, but not both.
C. If a motherboard supports UDIMM, you can use both types synchronously.
D. Mixing non-ECC UDIMMS and ECC UDIMMS will work with each other.

Answers

Generally, if the motherboard supports ECC DDR3 memory, than one can substitute non-ECC DDR3 memory, but it's not recommended.

Why is it not recommended?

ECC (Error Correcting Code) memory is designed to detect and correct errors that occur during data storage or transmission, which can help improve system stability and reliability.

In the summary, while it has been technically possible to substitute non-ECC DDR3 memory for ECC DDR3 memory on a motherboard that supports ECC memory, it's generally not recommended for optimal system stability and reliability.

Therefore, Non-ECC memory, on the other hand, does not have this capability and may be more prone to errors.

Read more about DDR3 memory here:

brainly.com/question/30726056

#SPJ1

13. Thirty percent of rural
O A. North Korea
O B. America
O C. China
O D. Saudi Arabia
lacks high-speed Internet.
O Mark for review (Will be highlighted on the review page)
<< Previous Question
Next Question >>

Answers

Thirty percent of rural Saudi Arabia lacks high-speed Internet.

What is High speed Intrernet?

It can be difficult to choose an internet service provider (ISP) because there are so many considerations to make, so many providers with different internet packages to evaluate, and so many reviews to read about each one.

If you recently moved to the Netherlands and are in this situation, you undoubtedly feel a little overburdened and are tempted to join up with one of the major ISPs in the nation to get it over with.

Connecting to the internet does not have to be a difficult process. We give you all the details you require in our comprehensive guide so that you may choose an internet subscription.

Therefore, Thirty percent of rural Saudi Arabia lacks high-speed Internet.

To learn more about Internet, refer to the link:

https://brainly.com/question/13308791

#SPJ9

A technician is tasked with installing additional RAM in a desktop computer. Which of the following types of RAM is MOST likely to be used?

Answers

DDR4 RAM provides faster transfer speeds and uses less power compared to its predecessors DDR3 and DDR2. DDR4 RAM has a higher clock speed and can transfer more data per second, making it a good choice for high-performance computing tasks such as gaming, video editing, and 3D modeling.

What is DDR4 RAM?

DDR4 RAM (Double Data Rate 4 Random Access Memory) is a type of computer memory that is commonly used in modern desktop and laptop computers. It is the successor to DDR3 RAM and was first introduced in 2014.

DDR4 RAM offers several improvements over DDR3 RAM, including faster data transfer speeds, higher memory capacity, and lower power consumption. DDR4 RAM modules typically have a higher clock speed than DDR3 RAM modules, which means they can transfer more data per second. DDR4 RAM also uses a higher density memory chip, which allows for higher memory capacity per module.

To know more about RAM, visit:

https://brainly.com/question/30745275

#SPJ1

The answer of the question based on the type of RAM technician will use is the correct answer is DDR4 (Double Data Rate 4).

What is Processor?

A processor, also known as  central processing unit (CPU), is  primary component of  computer that performs the arithmetic, logic, and control operations. It is considered the "brain" of the computer, as it controls all the operations of the computer and executes instructions that are stored in memory.

The processor is responsible for executing the instructions of a computer program, such as performing calculations, accessing and storing data in memory, and communicating with input/output devices.

The type of RAM that is most likely to be used in a desktop computer depends on the age and specifications of the computer. However, in modern desktop computers, the most commonly used type of RAM is DDR4 (Double Data Rate 4).

DDR4 RAM is faster and more power-efficient than its predecessors, and it has a higher bandwidth, which allows for faster data transfer rates. DDR4 RAM is also backward-compatible with DDR3 and DDR2 slots, although it will only operate at the speed of the slower RAM.

To know more about Memory visit:

https://brainly.com/question/29767256

#SPJ1

Match each feature of e-publishing as an advantage, a disadvantage, a threat, or an opportunity.

Answers

E-publishing is also known as digital publishing or online publishing.It means to publish the content in electronic form. It is an advantage.

What is E-publishing?

E-publishing is very convenient.We do not have to keep  large number of books on the shelves. E-books are best during travelling because we need not to carry heavy luggage of books.

E-publishing can allow the authors  to reach large number of readers. Electronic contents are very well updated.Electronic books are environment friendly.It saves wastage of papers and hence cutting of trees.

Therefore, E-publishing is also known as digital publishing or online publishing.It means to publish the content in electronic form. It is an advantage.

Learn more about E-publishing on:

https://brainly.com/question/14898773

#SPJ1

Why is it necessary to use a flowchart

Answers

Answer:

When designing and planning a process, flowcharts can help you identify its essential steps and simultaneously offer the bigger picture of the process. It organises the tasks in chronological order and identify them by type, e.g. process, decision, data, etc.

Priyam is Class XI student. She is learning some basic commands. Suggest some SQL commands to her to do the following tasks: i. To show the lists of existing databases ii. Select a database to work iii. Create a new database named Annual_Exam

Answers

Here are some SQL commands that Priyam can use to accomplish the tasks:

The SQL commands

i. To show the list of existing databases:

SHOW DATABASES;

This command will display a list of all the databases that exist on the server.

ii. Select a database to work:

USE database_name;

This command will select the specified database and make it the current active database. Priyam can replace "database_name" with the name of the database she wants to work with.

iii. Create a new database named Annual_Exam:

CREATE DATABASE Annual_Exam;

This command will create a new database named "Annual_Exam". Priyam can replace "Annual_Exam" with the name of her choice for the new database.

These commands are basic but very useful in SQL.

Read more about SQL here:

https://brainly.com/question/25694408

#SPJ1

Consider the following code snippet.


x = 7;

y = x;

z = x;

z = 5;


What is the value of variable y at the end?


Select one:


a. 7

b. These equations do not have a solution.

c. 5

Your help is a big time saver.

Answers

Answer:

The value of variable y at the end is 7.

This is because the first line sets the value of variable x to 7. The second line assigns the value of x (which is 7) to y. The third line also assigns the value of x (which is still 7) to z. The fourth line assigns the value 5 to z, but this does not affect the value of y, which remains 7 since it was never changed.

Explanation:

The relationship between main Variables of fiscal policy​

Answers

The key relationship in the factors or variables of Fiscal policy is that they (government spending, taxation, and borrowing) are used by the government to achieve macroeconomic goals such as managing inflation and reducing income inequality.

What is the rationale for the above response?

Fiscal policy is a tool used by governments to manage their spending and revenue in order to achieve macroeconomic goals.  

The main variables of fiscal policy are government spending, taxation, and borrowing. Government spending is the total amount of money that a government spends on goods, services, and programs.

Taxation is the revenue collected by the government from taxes on income, consumption, and wealth.

Borrowing is the amount of money that the government borrows through the issuance of bonds and other debt instruments.

The relationship between these variables is complex and varies depending on economic conditions and government policies. Fiscal policy can be used to stimulate or slow down the economy, manage inflation, and reduce income inequality.

Learn more about fiscal policy​ at:

https://brainly.com/question/27250647

#SPJ1

Full Question:

It appears like you are asking about the the relationship between main Variables of fiscal policy​

5 published books of automated bell system

Answers

This website is a representation of our ongoing efforts to make rare historical papers from the Bell System accessible to historians, collectors, students, instructors, enthusiasts, and other non-profit, non-commercial users.

What is Automated Bell system?

Old Western Electric telephone collectors can use the files on this website to test and repair the phones in their collection as well as for historical archival purposes.

Visit the Bell System Practices (also known as BSP's) page on this website if you're looking for technical details (such as schematics) on Western Electric phones.

There are two complete Bell System Procedures manuals on payphones available, including with sections on phones used in households and businesses throughout the Bell System's final few decades.

Therefore, This website is a representation of our ongoing efforts to make rare historical papers from the Bell System accessible to historians, collectors, students, instructors, enthusiasts, and other non-profit, non-commercial users.

To learn more about Bell system,, refer to the link:

https://brainly.com/question/15243034

#SPJ1

need help with will give 30 points Mrs. Cavanzo wanted to share a photo of a garden with her class. The image was too small for students to see. How can see make the picture larger while keeping its proportions?

Question 6 options:

Drag the handle at either side of the image


Drag any handle on the image


Drag the corner handle on the image


Drag the top or bottom handle on the image

Answers

bonsoir

reponse :

il faut glisser la poignée de chaque coté de l'image

bonne soirée

1. As the network administrator for a large healthcare facility, Jon understands the importance of securing his company's patient data. Jon recalls from his IT security college classes that the CIA Triad is a foundational IT security concept. He has been requested to meet with the IT Director to discuss potential security threats and wants to provide examples as how they relate to CIA.

For each of the following security examples, identify which CIA component is of greatest issue:

A dumpster diver retrieves a printout of patient names and associated personal and financial information.

A hacker accesses the healtcare facilities website and installs malware that modifies various webpages and alters contact information.

A cyberattacker gains access the the company's database server and installs malware that runs in the background and slows down workstation access to patient records.

An company employee is accidentally given permissions which allow them to delete files on a file server which they should not have had rights to delete.

A lower-level employee uses a higher-level employee's login account so they can assist a client with reviewing their medical records.

An under-trained employee, using their login account, accesses patient records which they are permitted to access, but inputs incorrect data.

2. Company X is review its IT security policies and procedures. In the policy there is a section dealing with "Access Controls". The policy review team (which includes several non-technical personnel) requests that an IT department representative provide insights into what should be covered by these policies and procedures.

Review the following items and determine which ones should be included in the IT department's representatives presentation.


Authentication protocols and processes


Passwords


Staff terminations


Tokens


Biometrics


Spam

3. Recognizing that many IT security attacks are software-based, Sarah, the CIO, of a small banking company is hiring an independent consulting firm to identify what countermeasures should be implemented to protect their computers and servers. The consulting firm has been requested to enumerate things that should be considered to reduce the probability and impacts of malicious software.

From the list of items below, identify those that would be malicious software countermeasures: (choose all that apply)


Anti-spam


Penetration testing


Firewalls


Anti-virus


Application whitelisting


Hardening

4. All companies need to be concerned about business continuity and disaster recovery planning. BCP and DRP are a complex activity that requires significant amounts of business resources. Once plans have been created, they need to be tested. A company would like to thoroughly test its BCP and DRP processes. It is planning to actually shutdown the production systems and/or process during the testing process.

What type of testing is being performed?




Cutover


Walkthrough


Parallel Test


Simulation


Document Reivew

5. One method of providing information/data security is encryption. Encryption methodologies can provide for confidentiality, integrity, and possibly even availability. What can encryption technologies provide to also ensure non-repudiation?


digital signature


key protection protocols


private-key


key exchange protocols


frequency analysis


public-key

Answers

Answer:

Confidentiality: A dumpster diver retrieves a printout of patient names and associated personal and financial information.

Integrity: A hacker accesses the healthcare facilities website and installs malware that modifies various webpages and alters contact information.

Availability: A cyberattacker gains access the company's database server and installs malware that runs in the background and slows down workstation access to patient records.

Confidentiality: An company employee is accidentally given permissions which allow them to delete files on a file server which they should not have had rights to delete.

Confidentiality: A lower-level employee uses a higher-level employee's login account so they can assist a client with reviewing their medical records.

Integrity: An under-trained employee, using their login account, accesses patient records which they are permitted to access, but inputs incorrect data.

Authentication protocols and processes

Passwords

Staff terminations

Tokens

Biometrics

Anti-spam

Firewalls

Anti-virus

Application whitelisting

Hardening

Simulation

Digital signature

Explanation:

Confidentiality: A dumpster diver recovers a printout with the names of patients and related financial and personal data.

What is Confidentiality?

Integrity: A hacker gains access to the hospital's website and sets up malware that modifies several webpages and changes the contact information.

Availability: A hacker infiltrates the company's database server and installs malware that slows down workstation access to patient records by running in the background.

Confidentiality: By mistake, a firm employee receives access to files on a file server that they should not have been able to remove.

Therefore, Confidentiality: A dumpster diver recovers a printout with the names of patients and related financial and personal data.

To learn more about Confidentiality, refer to the link:

https://brainly.com/question/15869788

#SPJ3

Other Questions
y = 2x + 44y - 8x = 16 Solve the equation by factoring y= x^2-8x+16=7 Prove if it is true that for a given output, a decrease in total private savings is never accompanied by an increase in aggregate investment, an increase in the budget deficit, and a decrease in the current account deficit. Answer using a mathematical formula. Step 1: ListenListen to the Tedx Talk Finding Confidence in Conflict by Kwame Christian, a business lawyer and negotiation consultant.Step 2: NoteRecord the answers to these questions after you watch and listen:How did his view of conflict change over time?What did you learn about the brain as it relates to conflict?How do we approach conflict according to Kwame Christian? Which is an equation of the line that is a perpendicular bisector of AB with A(-6, 8) and B(-1, 3)?O A)y=x+9OB) y = x + 7O c)y=-x-5OD) y = -x + 2 Match the letter(a,b,c or d) with the corresponding number on the picture(1,2,3,4) I need help with this the scale factor between 0 and 1 ____ the size of an object, or makes it ___. A scale factor of 1 ______ the size of an object; that is, the size is ____. A scale factor greater than 1 ______ an object, or make it ___. Applications for the science fair must be turned in byFriday. If you plan on presenting, please describe yourproject in detail, including any materials needed. Theschool will provide tables. Your application must besigned by a parent. Students with a grade of D orlower in any class are not permitted to participate. Alist of accepted participants will be posted in thelunchroom on the 23rd.Based on the details in the passage, which inference ismost likely true? Describe metallic bonding. In your answer, state two common properties of metals, and explain how metallic bonding produces these properties. Choose any five of seven Organizational Leadership Styles and compare and contrast them outlining their strengths and weaknesses. Financial data for Porcine Sun for the prior year is as follows:Sales 16,000,000Operating expenses 13,400,000Operating income 2,600,000Average operating assets 8,000,000Required:1. Compute the companys margin, turnover, and return on investment for last year.2. The Board of Directors of Porcine Sun have set a minimum required return of 25%. What was the companys residual income last year?3. An investment opportunity is available to Porcine Sun that would require an investment of $100,000 in new operating assets and earn earnings before interest and taxes of $30,000.i. Would the management of Porcine Sun likely accept the investment opportunity if evaluated based on return on investment? Explain and show calculations.ii. Would the management of Porcine Sun likely accept the investment opportunity if evaluated based on residual income? Show calculation and explain. How to convert a whole number into a mixed fraction Identify the inequality graphed on the number line.Responses HELP ASAPP!The parallel lines are marked with "feathers". Find the measures of the angles located at positions a, b, c, d, e, & f. Help me write an ode using conflict resolution as my topic. Creat 3-4 stanzas expressing your thoughts and feelings on the topic Lynn had 1(5)/(8) yards of ribbon. She made 6 identical bows and had 1(1)/(4) yards of ribbon left. How many yards of ribbon did Lynn use to make a bow? answer ASAP!! what are some things nikki giovanni did that went down in history???? ((( nikki giovanni is an american poet, shes black, died at age 71. ))) According to federal guidelines, how much time should an adult perform moderate exercise each week, in addition to strength training prove this geometry given: trapezoid abcd where ba is congruent to cd angle abc is congruent to angle dcbprove bd is congruent to ac