you have just configured the password policy and set the minimum password age to 10. what is the effect of this configuration?

Answers

Answer 1

Answer:

User cannot change the password for 10 days.


Related Questions

Write a java program that prints the following sequences (in the given order) using a while loop. The numbers in the sequences can be printed on a single line or on separate lines.
a) 2, 3, 4, ... , 14, 15
b) -10, -9, -8, ... , 9, 10
c) 100, 99, 98 ... , 91, 90
d) 40, 37, 34, ... , 25, 22

Answers

Answer:

class Main {

 static void sequence(int n, int end, int step) {

   for(;step>0 ? n<=end : n>=end; n += step) {

     System.out.printf("%d",n);

     if (n != end) System.out.printf(", ");

   }

   System.out.println();

 }

 

 public static void main(String[] args) {

   sequence(2, 15, 1);

   sequence(-10, 10, 1);

   sequence(100, 90, -1);

   sequence(40, 22, -3);

 }

}

Explanation:

Here is my solution again after being removed previously.

Write a C++ program, which ask user for date of birth, and generate horoscope
(Zodiac) of that date of birth, using Nested If-else statement, also ask user for another
entry using do-while loop.

Answers

You can check in photo.

External hackers have some access to a company's website and made some changes. Customers have submitted multiple complaints via email for wrong orders and inappropriate images on the website. The Chief Information Officer (CIO) is now worried about the distribution of malware. The company should prepare for which of the following other issues or concerns?

Answers

Answer:

-Domain reputation

-URL redirections

Explanation:

Why do you think so many companies continue to invest in new analytics tools without implementing governance programs that ensure data consistency?

Answers

Answer:This is a weird

quision because the world is not bobo

Explanation:

What is the purpose for the Information systems?

Answers

to have user get, store and distribute data out

hope this helps this

Activity 1
the visual basic program to sort the following strings for array named "Place"
(Pacific, Atlantic, Indian, Black, Red, North, Caspian, Caribbean

Answers

Visual basic program to sort the following strings for array:

Public Class Form1
   Private Sub Button1_Click(sender As Object, e As EventArgs) Handles
Button1.Click
       Dim Place() As String = {"Pacific", "Atlantic", "Indian",

What is array?
An array is a significant subject that falls within the umbrella of computer science. Additionally, you must thoroughly examine each angle of the array while preparing for a competitive exam like the GATE. All of the subjects pertinent to the array have been covered in this article. We hope the CSE topic notes will assist your understanding of this subject. An array is a collection of identical elements or data items stored at adjacent memory locations. In plain English, we can say that arrays are typically used in computer programming to organise the same kind of data.

To learn more about array
https://brainly.com/question/24275089
#SPJ1

which of the following can be considered both a secondary source and tertiary
source

Answers

The option that can be considered both a secondary source and tertiary source is option D: dictionaries.

Are secondary and tertiary similar?

The term secondary  source' is another term for secondary  information. Any information that takes place after secondary  source is referred to as tertiary source.

Therefore, Note that Secondary sources explain, interpret, or analyze data from primary sources (often primary sources). Numerous books, textbooks, and academic review articles are examples of secondary sources. Secondary sources are compiled and largely summarized in tertiary sources.

Learn more about secondary source from

https://brainly.com/question/896456

#SPJ1

Letters,

diaries,

artifacts,

dictionaries

Write a program that inputs numbers and keeps a running sum. When the sum is greater than 200, output the sum as well as the count of how many numbers were entered.

Sample Run
Enter a number: 50
Enter a number: 11
Enter a number: 66
Enter a number: 23
Enter a number: 53

Sum: 203
Numbers Entered: 5
Hint: If you get an EOF error while running the code you've written, this error likely means you're asking for too many inputs from the user.

Answers

Using the knowledge in computational language in python it is possible to write a code that  inputs numbers and keeps a running sum.

Writting the code:

totalsum=0

count=0

while(totalsum<=200):

  num=int(input("Enter a number: "))

  totalsum=totalsum+num

  count=count+1

print("Sum:",totalsum)

print("Numbers Entered:",count)

See more about python at brainly.com/question/12975450

#SPJ1

For each step in the assignment, make changes to this spreadsheet as described in each step.
1. In the cell below, write three operators and the type of calculation each represents:
2. In the cell below, write the symbol a formula starts with:
3. In cell D16, write the formula =10+5 and hit Enter.
4. In cell D19, write a formula that contains the difference between cells D18 and E18.
5. In cell D22, change the order of operations for the formula so that 3-4 is calculated first.
6. In cell D25, insert an image of any animal.
7. In the cell below, write two ways to open the Save As dialog box to save a brand-new file:
8. In the cell below, write the keyboard shortcut for copying text:
9. In the cell below, write what happens to the pointer to indicate you can drag data:
10. In the cell below, write what key to hold when dragging data in order to copy it:
40 11. Move the data from cells D40:G40 to cells D41:G41.
12. In the cell below, write the number of items that can be stored on the Office Clipboard:

Answers

The answer of the following spreadsheet will be:

1. Plus, minus, equals

2. =

3. D16 now says "10+5"

4. D19 now says "=D18-E18"

5. D22 now says "=3-4+5"

6. An image of a dog was inserted

7. Click on "File" in the top left corner and then click "Save As" OR press "Ctrl+Shift+S"

8. "Ctrl+C"

9. The pointer turns into a plus sign

10. "Ctrl"

11. The data from D40:G40 is now in D41:G41

12. You can store up to 24 items on the Office Clipboard

What is spreadsheet?

A spreadsheet is a computer programme that allows you to compute, organise, analyse, and store data in tabular form. Spreadsheets were created as electronic counterparts to paper accounting spreadsheets. The software runs on data entered into table cells. Each cell can include numeric or text data, as well as the results of formulas that calculate and display a value dependent on the contents of other cells. One such electronic document may also be referred to as a spreadsheet.

To learn more about spreadsheet
https://brainly.com/question/26919847

#SPJ1

make a list different information system which is people can in
teract with every day

Answers

A list of different information system which people can interact with every day are:

LaptopsDatabasesNetworksSmartphones

Why is information technology so crucial to our daily lives?

Information systems store data in an advanced manner that greatly simplifies the process of retrieving the data. A business's decision-making process is aided by information systems. Delivering all the crucial information through an information system makes it simpler to make better judgments.

Note that examples of information systems that are powered by computers are:

Social media: WeChat, Face book, and LinkedInQ&A website: QuoraAtrium (University of Montreal) and Iris are cataloged in libraries (BAnQ)E-commerce platforms like Amazon and eBay

Learn more about information system  from

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

Which of the following PC twos record data fastest

Answers

Answer:

Explanation:I believe none are good at all go out and play

Complete the sentence. Privacy is about having (BLANK) our personal data.
O secrecy adout
O control over
O access to​

Answers

Privacy is about having secrecy about our personal data. Hence, option A is correct.

What is secrecy about of personal data?

These data also contain genetic, biometric, and health data in addition to personal information revealing racial and ethnic origin, political beliefs, religious or ideological views, or union membership.

Any processing of personal data need to be legitimate, equitable, and open. People should understand how their personal information is collected, used, consulted, or processed in any other way, as well as how much processing is taking place or will be taking place.

Thus, option A is correct.

For more information about secrecy about of personal data, click here:

https://brainly.com/question/28234534

#SPJ1

Answer:

secrecy about

Explanation:

If you live in the center of a plate, it's unlikely that you'll ever experience the wonder of plate tectonics True or False??

Answers

Answer: False  

Explanation:Just guessed

Answer:

Explanation:

false  

Earthquakes can occur along faults far from the edges of plates. Although these earthquakes are much less common, they are due to the same forces that cause earthquakes along plate boundaries.

How can spreadsheets be useful to buisnesses

Answers

Answer: A lot of businesses uses spreadsheets to identify trends and organize and sort data into different categories.

Explanation:

For example, they can record sales that happens, stocks and inventory, sorting worked hours, employee profiles and expenses, etc.

conditional_snakes.py - snake_input = int

Answers

Following is the code for conditional snakes:

input = int(input(" Count the number of snakes>"))

if input == 0:

print("There are no snakes !")

elif input == 1:

print("There is  [input] snake and it is fine")

elif input > 1:

print("There are [input] snakes! RUN!")

else:

print ("Snakes cant be negative enter 0 or positive number of snakes")

What is a conditional statement?

A conditional statement is used in your program to deal with conditions, as its name suggests. In making decisions based on the circumstances it encounters, the program is guided by these statements. You should be familiar with Python's three main conditional statements: statement if, else, else if

Hence above program is the conditional snake program in python

To know more about conditional statements follow this link

https://brainly.com/question/27021213

#SPJ1

If you position the key next to the subject so it shines from the side what type of effect will you create

Answers

Answer:

side lighting because it will reflect light to the side of the subject

The cost of a customers electricity bill is based on the number of units of electricity the customer uses. For the first 25 units of electricity the cost is 5 per unit for units of electricity after the first 25, the cost is 7 per unit which of the following code segments correctly sets the value of the variable cost to the cost in dollars of using numUnits units of electricity

Answers

The code segment that correctly sets the value of the variable cost to the cost, in dollars, of using numUnits units of electricity is:

IF numUnits ≤ 25

cost ← numUnits * 5

ELSE

cost ← 25 5 + (numUnits -25) 7

What is a code segment?

A code segment, often known as a text segment or just text, is a section of an object file or the equivalent piece of the program's virtual address space that includes executable instructions in computing.

Note that a code segment, often known as a text segment or simply text in the area of computing, is a section of a computer file that contains object code or an analogous section of the program's address space that contains executable instructions and directives information.

It should be mentioned that a segment can have a minimum size of 16 bytes and a maximum value of 64 kB.

Learn more about code segment:
https://brainly.com/question/20063766
#SPJ1

Full Question:

The cost of a customer's electricity bill is based on the number of units of electricity the customer uses.

- For the first 25 units of electricity, the cost is $5 per unit.

- For units of electricity after the first 25, the cost is $7 per unit.

Which code segments correctly sets the value of the variable cost to the cost, in dollars, of using numUnits units of electricity?

What feature would you use to enhance a text box? Shape Styles, Adjust slide layout, Insert new format, or Add-ons?​

Answers

Answer:

I believe add-ons are used for that

Explanation:

You work for a university and your colleague Mikhail sent you a spreadsheet with student information on it. It has the total number of credit hours they are taking, how many years they’ve been at the school, their email addresses, and their student ID number. In hidden columns it has their social security number and names; Mikhail says this is so no one reading the document can know which name goes with which information. Mikhail is planning on sharing the document with several people in and outside of your department and believes he has taken proper steps to secure students’ private information and keep them anonymous. Do you agree? What mistakes has Mikhail made, or what could he do to be more conscientious about sensitive information?

Answers

I do not agree with Mikhail plan on sharing the document with several people in and outside of your department and believes he has taken proper steps to secure students’ private information and keep them anonymous.

The mistakes that Mikhail made is not removing those information before sharing it and the thing that he can do is to lock that folder from been access by anyone.

What exactly does data security mean?

Data security is the process of guarding digital data against unauthorized access, corruption, and theft throughout all stages of its life.

Note that Data security refers to safeguarding digital information, such as that contained in a database, against obnoxious users and destructive forces, such as cyberattacks and data breaches.

Therefore, for safety, Place all sensitive data in a safe location. Never leave it unattended on your desk or anywhere that unauthorized people could easily access it. The best place for it to be kept is in a locked file cabinet or drawer. All confidential information may be requested back, or the owner may choose to have it destroyed.

Learn more about data security from

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

Consider a logic function with three inputs A,B, and C, and three outputs D, E, and F. The function is defined as follows:
D is TRUE if at least one input is TRUE, E is TRUE if exactly two inputs are TRUE, and F is TRUE only if all three inputs are TRUE. Design the logic circuit for the function.

Answers

The truth table will contain 2^3 = 8 entries. The image of truth table is attached below. The function will be defined on D is TRUE if at least one input is TRUE, E is TRUE if exactly two inputs are TRUE, and F is TRUE only if all three inputs are TRUE.

What is a Logic Circuit?

Computers frequently chain logic gates together by using the output of one gate as the input to another. That is referred to as a logic circuit.

Circuits allow computers to perform more complex operations than they could with a single gate.

A chain of two logic gates is the smallest circuit.

What is a Logic gate?

Logic gates are the fundamental components of any digital system. It is an electronic circuit with one or more inputs and one output. A logic governs the relationship between the input and the output. Based on this, logic gates are labeled as AND gates, OR gates, NOT gates, and so on.

To learn more about Logic Circuit, visit: https://brainly.com/question/26661878

#SPJ9

Guys I should write the program in C++
Can u help me?


Write a program which reads numbers from keyboard in a loop and checks if the given number is even.
The program ends when a negative number is input.​

Answers

#include <iostream>

int main(int argc, char const* argv[]) {

   while(1) {

       std::cout << ">> "; int x; std::cin>>x;

       if(x<0) break;

       else if(x%2==0) {std::cout << "\nThis is even number.\n";}

       else std::cout << "\nThis is odd number.\n";

   }

   return 0;

}

Communication control devices play a very important role in computer networks. For example, a _____ provides access to the internet through an internet service provider.

router
client
modern

Answers

Answer:

Hello i think it is client

good luck<3!

A typical executive information system (EIS) offers which of the following capabilities?

Answers

A capability which a typical executive information system (EIS) offers include the following: b. slice-and-dice.

What is an information system?

An information system (IS) can be defined as a collection of computer systems and Human Resources (HR) that is used by a business organization (firm or company) or manager to obtain, store, compute, and process data, as well as the dissemination of information, knowledge, and the distribution of digital products from one location to another.

Generally speaking, there are three (3) main kinds of information system (IS) that allow information to be accessed and shared internally among employees;

Executive Information System (EIS)Corporate PortalIntranet

In conclusion, drill-down, consolidation, and slice-and-dice are the three most common and typical capabilities that are being offered in an executive information system (EIS), in order to view information in a business firm from different perspectives.

Read more on information system here: brainly.com/question/24944623

#SPJ1

Complete Question:

A typical executive information system (EIS) offers which of the following capabilities? O a. video conferencing O b. slice-and-dice O c. collaboration d. messaging

Question #4
Fill in the Blank
Fill in the blank to complete the sentence.
the users site.
is used to store and process data



over the Internet using computers that are not located at
The users site.

Answers

Answer:

cloud computing

Explanation:

Processing devices are the components responsible for the processing of information within the computer system. This includes devices such as the CPU, memory and motherboard. Storage devices are components which allow data to be stored within a computer system.

Which of the following is something computer scientist would do ​

Answers

Computer scientists use technology to solve problems and prepare for the future. They also write and program software to create applications. Their primary focus, however, is to validate and develop models for interaction between people and computers or software and devices

Could so please help me

Answers

Answer: For?

Explanation:

what do you need help with?

an object's _____ are the tasks or functions that the object performs when it receives a command to do so.

Answers

Answer:

an object's methods are the tasks or functions that the object performs when it receives a command to do so

Answer: C. Methods

Explanation:

Programming paradigms

Answers

A paradigm is a strategy for tackling a challenge or completing a task. Programming paradigms are ways to solve problems using a programming languages, or you could say they are ways to use tools and techniques that are already at our disposal to solve problems in a certain way.

What is a Programming Paradigm?

Programming paradigms are various organizational structures that can be used with a particular program or programming language. Each paradigm has a unique set of structures, attributes, and ideas about how to approach typical programming issues.

The reason why there are numerous programming paradigms is comparable to the reason there are numerous programming languages. It makes sense to use different paradigms for various projects because different paradigms are better suited for various types of problems.

What a Programming Paradigm is Not?

Languages and tools are not what programming paradigms are. With a paradigm, nothing can be "built." They resemble a set of ideals and principles that have been accepted, followed, and developed upon by numerous individuals.

To know more about Prograaming Paradigm, visit: https://brainly.com/question/28736751

#SPJ9

Drivers are concerned with the mileage their automobiles get. One driver has kept track of several tankfuls of gasoline by recording the miles driven and gallons used for each tankful. Develop a C# application that will input the miles driven and gallons used for each tankful. The application should calculate and display the miles per gallon obtained for each tankful and display the total combined miles per gallon obtained for all tankfuls up to this point. Additionally, the application should categorize and display the consumption rate of gasoline as follows: Low, if the total miles per gallon is greater than 30. • Normal, if the total miles per gallon is between 20 and 30. High, if the total miles per gallon is less than 20. All averaging calculations should produce floating-point results. Display the results rounded to the nearest hundredth. c# program ​

Answers

To solve this problem with the help of C++ programing language, you must know concepts like variables, data type, if-else and while loop.

Step-by-step coding for the problem:

using System;

namespace GasOfMiles

{

   public class Gas

   {

       static void Main(string[] args)

       {

           int miles; // miles for one tankful

           int gallons; // gallons for one tankful

           int totalMiles = 0; // total miles for trip

           int totalGallons = 0; // total gallons for trip

           double milesPerGallon; // miles per gallon for tankful

           double totalMilesPerGallon; // miles per gallon for trip

           // prompt user for miles and obtain the input from user

          Console.Write("Enter miles (-1 to quit): ");

           miles = Convert.ToInt32(Console.ReadLine());

           // exit if the input is -1 otherwise, proceed with the program

           while (miles != -1)

           {

               // prompt user for gallons and obtain the input from user

               Console.Write("Enter gallons: ");

               gallons = Convert.ToInt32(Console.ReadLine());

               // add gallons and miles for this tank to totals

               totalMiles += miles;

               totalGallons += gallons;

               // calculate miles per gallon for the current tank

               if (gallons != 0)

               {

                   milesPerGallon = (double)miles / gallons;

                   Console.WriteLine("MPG this tankful: {0:F}",

                      milesPerGallon);

               } // end if statement

               if (totalGallons != 0)

               {

                   // calculate miles per gallon for the total trip

                   totalMilesPerGallon = (double)totalMiles / totalGallons;

                   Console.WriteLine("Total MPG: {0:F}\n", totalMilesPerGallon);

               } // end if statement

               // prompt user for new value for miles

               Console.Write("Enter miles (-1 to quit): ");

               miles = Convert.ToInt32(Console.ReadLine());

           } // end while loop  

           Console.ReadKey();

       }

   }

}

To learn more about C++ Programming, visit: https://brainly.com/question/13441075

#SPJ9

The state department that issues driver's licenses would like a police officer to be able to scan the driver's license and instantly view outstanding tickets and warrants. In one to two sentences, describe the emerging technology the state could use.

Answers

Answer:

The state could use a QR code scanner that would allow the officer to scan the code and view the outstanding tickets and warrants.

Other Questions
10 - 2(4 + 12x) pls give me an equation answer, not the solution!!! romantic operas brought about a number of new, significant compositional techniques. please select all of the correct ones below. In this lesson, you analyzed how Frederick Douglass presented an argument in "Letter from Frederick Douglass to Harriet Tubman." You noticed how he developed his claim that Tubman was one of the most influential abolitionists. Think about the additional information you learned about Tubman and the abolitionist movement in Adler's text. Based on your readings today, how does one know when they have made a difference for others or left a strong legacy? Why is it important for authors to justify claims? Question on dimension On his trip to meet Clare, Kiran brought his dog with him. At the same time Kiranand Clare started walking, the dog started running 6 miles per hour. When it got toClare it turned around and ran back to Kiran. When it got to Kiran, it turned aroundand ran back to Clare, and continued running in this fashion until Kiran and Claremet. How far did the dog run? the automobile a. was the backbone of economic growth. b. was the second most important american industry after the textile industry. c. was not as popular as expected when it first came out. d. prevented the growth of other industries. e. experienced stagnation in its production during the 1920s. which muscle is highlighted? short head of biceps brachii brachialis coracobrachialis long head of biceps brachii while not all life insurance policies are the same, which of the following types of life insurance policies do not have a savings feature: a. term life b. whole life c. variable life d. Universal e.both variable life and universal life How does hamilton further define the role of the courts? what line of reasoning does he employ here to support his claim?. which of the following conditions is more common in women than in men?A. CystitisB. HepatitisC. PancreatitisD. Cholecystitis a nurse cares for a female client of childbearing age who will undergo bariatric surgery. when teaching the client about precautions after surgery, which teaching will the nurse include that is specific to this population? Filtration is usually the first step in the excretory process. What types of filtration typically occur? Select all that apply.- Filtration removes blood proteins.- Filtration removes CO2 from the blood.- Filtration removes water from the blood.- Filtration removes substances dissolved in the blood.- Filtration removes blood cells. Draw the structure of the major organic product formed in the reaction of 1methylcyclohexene with bromine in water. -2.5f+0.8f-16-9=(Simplify your answer. Use integers or c calculate the amount of heat needed to boil of octane (), beginning from a temperature of . be sure your answer has a unit symbol and the correct number of significant digits.' In Chapter One, Nick comments that it is Gatsby's 'gift for hope' that makes Gatsby more admirable than anyone else he met during his time in the east. Explain, with at least two embedded citation from the novel, what Nick saw in Gatsby that was unique Please help which of the following are common hazards associated with hurricanes?A. Inland flooding from heavy rainsB. Storm surgesC. Tornadoes What is the cost of 1 helium balloon? Which action is appropriate during the ""stating an agreement"" step of conflict resolution?. Samantha invested $660 into a account that paid 3.5% interest compounded annually. Samantha did not make any addition deposits or withdrawals What is the total amount of interest paid by the investment at the the of 5 years ?$115.50$783.87$123.87$2,755.50