9. Which of these is not a factor in password management?
A. Confidentiality
B.Expiration
C. Guest
D. Complexity

Answers

Answer 1

Answer:

I don't really know but I think it's guest


Related Questions

general requirements for tools and equipment maintenance

Answers

Explanation:

Clean, Inspect and Care for Tools. Make it a habit to clean tools after each use before you return them to storage. Wipe them down with a rag or old towel and be sure they are free of dust, grease and debris before you put them into their proper places.

Public static String doSomething(String s) { final String BLANK = " "; //BLANK contains a single space String str = ""; //empty string String temp; for (int i = 0; i < s.length(); i++) { temp = s.substring(i, i + 1); if (!(temp.equals(BLANK))) str += temp;
}
return str;
}
Which of the following is themost precise description ofwhat doSomething does?
A. It returns a String that contains s.length() blanks.
B. It returns s with all its blanks removed.
C. It returns s unchanged.
D. It returns a String that is equivalent to s with all its blanks removed.
E. It returns a String that is an exact copy of s.

Answers

Answer:

D. It returns a String that is equivalent to s with all its blanks removed

Explanation:

Which feature allows an Excel 2016 user to visualize data on a map by plotting geographic and temporal or time-related data on a globe or custom map? 3-D map grid graph time lapse real-time data

Answers

Answer:

3-D MAp

Explanation:

Answer:

3-D MAP they were correct

Explanation:

Write a program that reads a list of integers, and outputs whether the list contains all even numbers, odd numbers, or neither. The input begins with an integer indicating the number of integers that follow. Ex: If the input is: 5 2 4 6 8 10 the output is: all even Ex: If the input is: 5 1 3 5 7 9 the output is: all odd Ex: If the input is: 5 1 2 3 4 5 the output is: not even or odd Your program must define and call the following two functions. is_list_even() returns true if all integers in the list are even and false otherwise. is_list_odd() returns true if all integers in the list are odd and false otherwise. def is_list_even(my_list) def is_list_odd(my_list)

Answers

Answer:

def is_list_even(list):  

 return all((x % 2) == 0 for x in list)  

def is_list_odd(list):

 return all((x % 2) == 1 for x in list)  

numberList = []  

n = int(input("Enter number of elements : "))  

for i in range(0, n):  

 numberList.append(int(input()))

if is_list_even(numberList):

 print("all even")

elif is_list_odd(numberList):

 print("all odd")

else:

 print("not even or odd")

what is arts and creativity literacy in your own idea​

Answers

Answer:

Art is the skill that include skill and Talend to create fine painting, drawing and sculptures creatively is the skill of using your imagination to create and solve

Explanation:

Art includes painting, drawing and sculptures

And you do not need to be creative to de and artist or be an artist to create a stuff

Global visibility is: Group of answer choices A visibility type where an object A has a semi-permanent reference to another object B through a class-level field. The visibility persists as long as both A and B exist. A visibility type where an object A receives a reference to an object B as an argument to a method of A. A visibility type where an object A has visibility to B via a singleton or other construct where B can be accessed in any context. The visibility persists as long as both A and B exist. A visibility type where an object A has a reference to an object B within a method of A as a newly declared variable.

Answers

Answer:

the visibility persists as long as both A and B exist.

Explanation:

Global visibility basically means that the visibility persists as long as both A and B exist. In programming global visibility signifies that the variable/data in question is visible from any context of the code. Meaning that it can be accessed and manipulated from any part of the code, even from within a function or another document. This makes it very easy to use and structure accordingly.

This is a grade determination python script. Can anyone tell me why this gives an error when ran?

Answers

From the looks of it, you need to get rid of the spaces before the if, elif, and else statement along with the code blocks inside those statements. They're all improperly indented.

What is Sleep mode? Check all of the boxes that apply.

It is a power-saving mode for a computer.

It puts your work and computer settings in memory while using little power.

It is a power-saving mode designed for laptops.

It is the same thing as Hibernate mode.

Answers

Answer:

A and B

Explanation:

got it right on edge 2020

Answer:

“It is a power-saving mode for a computer.” and “It puts your work and computer settings in memory while using little power.”

Explanation:

What effect does SEO have on your search?

Answers

Answer:

check explaination

Explanation:

so in short SEO (search engine optimisation) has an effect on searching the internet in many ways.

Promoted websites that have paid to be put at the top of search engine results may entice you to go to them for answers but in reality do not hold the answers. View/interaction ratios can cause a website to be placed lower on the grading of websites that are shown, many times being placed many pages back on a google search content filtering, if a website contains 18+ or NSFW materials it may be removed / hidden from the top of search engines to prevent children and minors from seeing unwanted content.

I NEED HELP PLEASE ITS TIMED

Answers

Answer:

Ellipse

Explanation:

function draw() {

 background("white");

 noFill();

 ellipse(200, 200, 200, 100);

 //            ↑       ↑       ↑      ↑

 //     posx posy length hieght

 drawSprites();

}

https://studio.code.org/projects/gamelab/Y476cgGC5lsXag4wVEWkMbdpu1ICsHiy7_g7VZj2MwA

What is the purpose of this parallelogram shape in a flowchart? O decision process o input or output start or end​

Answers

Answer:

The parallelogram shape's purpose in a flowchart is output or input

The diamond shape in a flowchart  is for decision

The rectangular shape in a flowchart is for process

and the rounded rectangular shape (oval) is for start or end

Explanation:

I got 100 on the test

The main purpose of a parallelogram shape in a flowchart is: input or output.

A flowchart is also referred to as flow diagram and it can be defined as a graphical representation of an algorithm for a work process or workflow.

Basically, a flowchart make use of the following standard symbols to graphically represent the sequential steps that are associated with a system, work process or workflow i.e from the beginning (start) to the end (finish):

ArrowsRectangleDiamondOvalParallelogram

In conclusion, the main purpose of a parallelogram shape in a flowchart is to graphically represent the input or output into a system, work process or workflow.

Read more on flowchart here: https://brainly.com/question/6532130

What does the Java Virtual Machine seek first?

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The Java Virtual Machine seek first class loader, where this machine load, link and initialize the classes.

However, at the architecture level, when you are running java code in different machine/operating systems, it will seek first firewall.

Why is it important to test a spreadsheet?

Answers

Answer:

The chief aim of regression testing is to check that the results have not been altered by changes to the spreadsheet, or, where they have altered, to investigate the effects of the changes. It is important when adding new functionality to a spreadsheet, to make sure that the existing functionality is not affected.

Explanation:

Relationship building at work can...

Answers

Help with how y’all work together at your job and a personal relationship between you and your coworkers

Which is an example of an effective study skill?

Answers

Answer:

organisational skills, time management, prioritising, learning how to analyse, problem solving, and the self-discipline that is required to remain motivated.

Explanation:


Using a USB flash drive, you intend to install Windows 10 on several computers. To save time, you would like to automate the
installation of Windows 10 for each computer. What should you do?
Create an answer file named install.wim. Place the file on a USB flash drive and run setup.exe.
Create an answer file named unattend.xml. Place the file on a USB flash drive and run
setup.exe.
O Create an answer file named config.xml. Place the file on a USB flash drive and run setup.exe.
Create an answer file named automated.exe. Place the file on a USB flash drive and run
O automated.exe.
Mark this question for review

Answers

Answer:

Create an answer file named config.xml. Place the file on a USB flash drive and run setup.exe.

Create an answer file named automated.exe. Place the file on a USB flash drive and run

You have a small company and want to keep your costs low, but it is important your employees share data. Which network would provide you with the most economical solution?

Centralized
Client server
GUI
Peer-to-peer

Answers

centralized is the correct answer

A married man gets a new job in a company. After three months, he meets a younger woman in the finance department and they begin having an affair. The affair carries on openly in the workplace over the course of 6 months, then begins to sour when she discovers that he is already married. The relationship quickly changes to bickering and name-calling while at work. The woman eventually breaks off the relationship, quits her job, and sues the company for fostering a hostile work environment. Of the seven IT infrastructure domains, the USER domain was most at risk.

a. True
b. False

Answers

Answer:

False ( B )

Explanation:

Of  the seven IT  infrastructure domains The USER domain was not at risk because the User Domain is not task with handling the sharing of data or Mutual communication between users in a Typical IT infrastructure.

The domain charged with such responsibility is The LAN domain because the LAN domain is charged with the sharing of information between the USERS and maintaining good mutual communication, and since the relationship has become sour, the sharing of information between the users will suffer the most and it will be at a high risk

Other Questions
whats the best thing to smash when youre angry? Which of the following sentences has a subordinating conjunction that introduces a dependent clause? A. Before advanced computers existed, Arthur dreamed of making space travel a reality. B. In his free time, Arthur worked in the areas of study he loved. C. Arthur studied and used his scientific knowledge throughout his entire life. D. Arthur built on technology systems that already existed to create his new system. A polygon is shownIf the polygon is translated 2 units down and 4 units left, what will the coordinates of the new image be? Use prime notation in expressing the new coordinates Write the equation in slope intercept form. -4x + 4y = 16 The number of feet it takes for a car traveling at x miles per hour to stop on dry, level concrete is given by the polynomial 0.06x2+1.1x. Find the stopping distance, in feet, when x=40 miles per hour. The y intercept of the line whose equation is 7x - 4y=8 7/48-2 What is an equation of the line that passes through the points (0, 3) and (5,-3)?Put your answer in fully reduced form. PLEASE HELP DUE IN 10 MINUTES!!Explain the differences between farms in the New England colonies, the middle colonies,and the southern colonies in one or two paragraphs. TCDD, also called dioxin (C12H4Cl4O2, molar mass 322.0 g/mol), is a potent poison. The average lethal dose in humans is estimated to be 3.0 102 mg per kg of body weight. (a) How many grams constitute a lethal dose for a 84kg individual?(b) How many molecules of TCDD does this correspond to? (HELP MEEE PLEASEE) What are the coordinates of point Q?A) 0,2B) 2,4C) 4,1D)4,2 PLEASE HURRY I REALLY NEED THIS RIGHT NOWWhich economic system is defined as the use of private resources to make a profit? A. SocialismB. CapitalismC. CommunismD. Total Command Suppose that you start working for a company at age 25. You are offered two rather unlikely, but quite enticing, retirement plans from which you are allowed to choose one. [Round all answers to the nearest dollar.]Retirement plan 1: When you retire, you will receive $20,000 for each year of service.Retirement plan 2: When you start work, the company deposits $2500 into a savings account that is guaranteed to pay a yearly rate of 18%. When you retire, the account will be closed and the balance given to you.A. Determine the amount you would receive under plan 1, if you retired at age 55. if an arithmetic sequence has a 10th term of 17 and a 14th term of 30. find the common difference. Think about your community Name several servises your government provides write a 70 to 90 word essay about your family. Use the pronouns who and that to avoid repetition. HELP ME PLZZ I NEED HELP WITH THIS!!! An initial investment of $500 is made in an account which earns 6% interest compoundedsemiannually. Which of these equations gives the value of the investment after t years? Relationship building at work can... Refer to the poem "The Legend" to answer these questions.In Chicago, it is snowing softlyand a man has just done his wash for the week.He steps into the twilight of early evening,carrying a wrinkled shopping bagfull of neatly folded clothes,and, for a moment, enjoysthe feel of warm laundry and crinkled paper,flannellike against his gloveless hands.There's a Rembrandt glow on his face,a triangle of orange in the hollow of his cheekas a last flash of sunsetblazes the storefronts and lit windows of the street.He is Asian, Thai or Vietnamese,and very skinny, dressed as one of the poorin rumpled suit pants and a plaid mackinaw,dingy and too large.He negotiates the slick of iceon the sidewalk by his car,opens the Fairlane's back door,leans to place the laundry in,and turns, for an instant,toward the flurry of footstepsand cries of pedestriansas a boy that's all he was backs from the corner package storeshooting a pistol, firing it,once, at the dumbfounded manwho falls forward,grabbing at his chest.A few sounds escape from his mouth,a babbling no one understandsas people surround himbewildered at his speech.The noises he makes are nothing to them.The boy has gone, lostin the light array of foot trafficdappling the snow with fresh prints.Tonight, I read about Descartes'grand courage to doubt everythingexcept his own miraculous existenceand I feel so distinctfrom the wounded man lying on the concreteI am ashamedLet the night sky cover him as he dies.Let the weaver girl cross the bridge of heavenand take up his cold hands."The Legend,"Garrett HongoFrom whose perspective is the poem told?What is the perspective at the beginning of the poem?What shift in perspective is evident at the end?Please answer ASAP. I have to get the Edgenuity thing done today. 1. It is a scientific, experimental, or inductive manner of thinking.