You are the administrator of an organization with a single Active Directory domain. A user who left the company returns after 16 weeks. The user tries to log onto their old computer and receives an error stating that authentication has failed. The user's account has been enabled. You need to ensure that the user is able to log onto the domain using that computer. What do you do?

A) Reset the computer account in the Active Directory. Disjoin the computer from the domain and then rejoin the computer to the domain.
B) Run the ADadd command to rejoin the computer account.
C) Run the MMC utility on the user's computer, and add the Domain Computer's snap-in
D) Re-create the user account and reconnect the user account to the computer account.

Answers

Answer 1

Answer:

Option A) Reset the computer account in the Active Directory. Disjoin the computer from the domain and then rejoin the computer to the domain.

Explanation:

Active Directory Domain can be defined as a Microsoft Active Directory network having a collection of objects in itself. Object can be a single user or a group of users or it may be a hardware components such as printer or scanner. The database of each object is stored into the domain having information about the identity.

Problem:

Now according to the given scenario, the identity of the user,s computer will be disabled when he will left the company. After 16 weeks when he will try to log in back from his computer, there will be an authentication error. The user will still not able to login after manually enabling his account.

Process:

You will have to go to the Active Directory Domain and dis-join the former domain and then reset the account after that rejoin the user's computer to the domain again. Now the user will be able to log in to the computer.

I Hope it will help you!


Related Questions

The __________ is a center of Internet security expertise and is located at the Software Engineering Institute, a federally funded research and development center operated by Carnegie Mellon University.a. Bug/CERT b. Bugtraq/CERT c. CC/CERTd. CERT/CC

Answers

Answer:

d. CERT/CC

Explanation:

Option D is correct

A service-oriented architecture _________________. Question 5 options: a) Is one in which the servers are supporting multiple mobile devices b) Enables Web services to be reused across an organization c) Is a type of cloud computing d) Is focused on user response e) Places servers closest to the primary user

Answers

Answer:

Enables Web services to be reused across an organization

Explanation:

Option B is correct

You have a small wireless network that uses multiple access points. The network uses WPA and broadcasts the SSID. WPA2 is not supported by the wireless access points.
You want to connect a laptop computer to the wireless network. Which of the following parameters will you need to configure on the laptop? (Select two.)
a) AES encryption
b) TKIP encryption
c) Channel
d) BSSID
e) Preshared key

Answers

Answer:

b) TKIP encryption,e) Preshared key

Explanation:

The parameters that need to be configured on the laptop include the Temporal Key Integrity Protocol (TKIP) and the Preshared key. TKIP is an older wireless protocol that encrypts data at bit level. It is less secure as compared to the Advanced Encryption Standard (AES), AES works well with WPA2 which is not supported by the access point. The preshared key is the access password used on a shared secure channel. It is also used to validate users on the WiFi network. Once the two parameters are configured the laptop will have access to the network

Final answer:

To connect a laptop to a WPA wireless network, configure TKIP encryption and enter the preshared key. AES is used with WPA2 and is not applicable here, while the channel and BSSID are generally managed automatically.

Explanation:

When connecting a laptop computer to a wireless network that uses WPA and broadcasts the SSID but does not support WPA2, you will need to configure certain parameters on the laptop. Since the network uses WPA, the compatible encryption that should be set up on the laptop is TKIP encryption since AES is typically used with WPA2. Additionally, you will need to enter the preshared key, which is a secret password or passphrase used to authenticate devices and grant access to the wireless network. Channels and BSSIDs are generally managed by the access points and are not typically configured manually on client devices unless troubleshooting specific connection issues or optimizing the network.

In a Web-based database, middleware is used to transfer information from the organization's internal database back to the Web server for delivery in the form of a Web page to the user. True or False?

Answers

Answer: True

Explanation:

 Yes, the given statement is true that the web based database used the various types of database applications for transferring the information or data.

The web database applications are basically designed so that the users managed and easily access the information by using the internet. It is works as the middleware form for transferring the data from the internal database of an organization to the web server and it is known as web page for the user interface. We can store various types of business and also personal related data by using the web database.

Jed is a database administrator for a mid-sized computer component manufacturer. Part of his duties include managing security, tracking problems, and monitoring the performance of the database. This is an example of Jed's ________ tasks.

Answers

Answer:

operational

Explanation:

Based on the information provided within the question it can be said that this is an example of Jed's operational tasks. These are tasks that maintain a system and make sure that everything is running efficiently as opposed to creating something new or innovating. Which is what Jed does by monitoring and managing security and problems in order to make sure everything is running as it should be.

Identify a true statement of a JavaScript program in a web form.
a) JavaScript is a closed-source programming language, which provides tools and a programming environment for communicating the strategy and overall administration of distributed applications.
b) JavaScript is extracted by all layout engines in a similar way; as a consequence, this grounds consistency in terms of functionality and interface.
c) JavaScript is a bug-free Visual Basic scripting language, which is used only for networking applications.
d) JavaScript intercepts the content of the form before the browser attempts to contact the CGI script and report whether the data contained in the survey form has been correctly filled out or not.

Answers

Answer:

Option d): JavaScript intercepts the content of the form before the browser attempts to contact the CGI script and report whether the data contained in the survey form has been correctly filled out or not.

is the true statement.

Explanation:

Introduction to JavaScript:

JavaScript can be defined as the object-oriented programming language used specially for creating effective and interactive styles for web, it can update and modify the languages like HTML and CSS.

The data can be validated, calculated and manipulated using JavaScript.

JavaScript is a scripting language from the client-side. By this we mean that the source code of JavaScript is processed by the browser of client instead of the web Server.

From the server-side of scripting language, JavaScript can be added anywhere within the HTML of a webpage.

i hope it will help you!

Which of the following statements about constructors are true? Check all that apply.
a.A constructor is the code that is called when you use the 'new' keyword.
b.A constructor is declared without a return type.

Answers

Answer:

a. Partly True

b. True

Explanation:

(a) "new" keyword or syntax is used for the constructors while working in Perl and Moose object system for Perl.

For Visual Basics .Net, keyword "New" is used

For Python, "___new___" is used which allocates memory for instance and receives class as an argument.

For Objective-C, "alloc" and "init" are used for constructor method. "alloc" allocates memory for the instance and "init" handles the bulk of initializing the instance. Whereas, the "new" keyword calls both "alloc" and "init" for class instance.

(b) A constructor does not return any value because it is called by the memory allocation and object initialization code  in the runtime and not directly by your code.

A programmer is writing a system that is intended to be able to store large amounts of personal data. As the programmer develops the data system, which of the following is LEAST likely to impact the programmer's choices in designing the structure of the system?
A. Maintaining privacy of the information stored in the data set. B. Scalability of the system. C. Structuring the metadata of the information for analysis. D. The frequency of a particular item occurring in a data set.

Answers

Answer:

D.

Explanation:

Based on the information provided within the one choice that will least likely impact the programmer's choice in design would be the frequency of a particular item occurring in a data set. This is because the system needs to be handle a large amount of data and be able to scale accordingly, regardless of how many frequent a particular item occurs.

you are the server managert for your company you hae just installed a new windows server you need to design a backup and recovery strategy for the server that meets the following requirements you will use windows tools for the backups backups are to be taken to an offsiet location for storage aftrer they are performed backups should only save data changed since the lasty backup you need to be able to recover invidual files and folders whaty should you do

Answers

Answer:

We should use the Windows Server Backups options to create a scheduled backup to the drives or the removable hard disk.

Explanation:

WSB(Windows Server Backup)is referred to as it is one of the best features or options of the Windows server by which we can create backups of our data and recover that data when we have lost them.

This option provides you the full security of your files, if you create a backup of those files then you have recover them when the file will be corrupted or you lose those file

Jane, a marketing manager for the Grocery SuperStore retail chain, fired up a computer program that gave her ready access to information about product availability and customer buying. The program helped her immediately set prices for bananas and cherries. This type of computer program is called ________.

Answers

Answer:

This type of computer program is called Intranet.

Explanation:

Intranet is a computer network with restricted access.  

In a company intranet, one can share and manage corporate information, tools, systems, and services only within an organization.

Jane, as an authorized member of company network, she was able to access to information about product price and changed it. She used Intranet of the Grocery SuperStore retail chain.

Add a String instance variable, messageUponExiting, to the Window class. This variable will be used to display a message when the user closes the window (for example, "Are you sure you want to quit?"). Furthermore, this variable should be accessible to all subclasses of the Window class, as each sort of window may require a different message upon exiting. Please provide the declaration of the instance variable only—nothing else.

Answers

Answer:

Following are the Declaration of instance variable which is mention above .

protected String messageUponExiting; // variable declaration

Explanation:

Here we declared a variable "messageUponExiting "  as string type.The String datatype parameter will hold the string value .We can use Protected access modifier because as mention in the question the variable must be accessible  in all of the subclass of windows.

Syntax of declaring any instance variable .

Access-modifier datatype variable-name;

A protester seeking to make a political point by leveraging technology tools, often through system infiltration, defacement, or damage is called a(n) _____.
- activist cyber
- agitator hacktivist
- ethical hacker
- cybersquatter

Answers

Answer:

- agitator hacktivist

Explanation:

There are various terms which are described below:

activist cyber: when a person uses online campaigning by non-violation means like social media or other online platforms to create their activism is known as activist cyber.

agitator hacktivist: when a person uses illegal ways to bring change in political point by hacking or theft the information from the internet or bring the system down is known as agitator hacktivist.

ethical hacker: when a person uses legal ways to make a system safe from any type of malicious attack by removing the weakness of the system is known as the ethical hacker.

cybersquatter: when a person buys a domain name with the vision of selling it to the company needed it at very high prices, it is known as a cyber squatter.

so, according to the scenario the most appropriate answer is agitator hacktivist.

Which category of management information systems (MIS) combines the forecasting capability of decision support software with the records keeping capability of transaction processing systems software to help businesses manage inventories efficiently?

Answers

Answer:  

The answer is "SCMS".  

Explanation:  

MIS stands for management information systems. This system studies information systems and use in business and other organizations. This system is categories in many forms in which SCMS helps businesses manage inventories.  

The SCMS stands for Serial Copy Management System. It is a system that allows users to copy digital content by showing how much they would copy.  In this process, the user will be copying digital information via authorization flags.

​A(n) ________ database makes it possible to store information across millions of machines in hundreds of data centers around the​ globe, with special​ time-keeping tools to synchronize the data and ensure the data are always consistent. qizlet

Answers

Answer:

A distributed database makes it possible to store information across millions of machines in hundreds of data centers around the​ globe, with special​ time-keeping tools to synchronize the data and ensure the data are always consistent.

Explanation:

In distributed databases, a database can be opened, viewed modified or deleted on more than one places. This means distributed databases has a system that integrates the data being used at more than one location. These locations can either be under same network or entirely different network.

All the data is synchronized periodically in order to  ensure that changes made at one place are reflected at all other locations.

i hope it will help you!

Before programmers decide which programming language to use or start writing code, they develop a complete description of the task the program needs to accomplish. This is called a ________.

Answers

Answer:

Problem Statement

Explanation:

The problem statement is described the complete description of the task of the program. It gives a clear description of the program.

The main objective to develop a problem statement explain the program in a detailed manner The good programmer firstly create the problem statement of the program then it created the program by following the guidelines of the problem statement.

Which line in the following program contains the header for the showDub function? 1 #include 2 using namespace std; 3 4 void showDub(int); 5 6 int main() 7 { 8 int x = 2; 9 10 showDub(x); 11 cout << x << endl; 12 return 0; 13 } 14 15 void showDub(int num) 16 { 17 cout << (num * 2) << endl; 18 } 1. 4 2. 6 3. 10 4. 1

Answers

The header for the showDub function is contained in line 4.

The header of a function in C++ is the first line where the function is declared before it is defined or called. It specifies the return type, the name of the function, and the parameters the function will take, if any. In this case, line 4, 'void showDub(int);' is where the function showDub is declared, making it the function's header. This is a forward declaration and tells the compiler what the function looks like. This allows the function to be called before it is fully defined, as seen in line 10 within the main function. The actual definition of the showDub function does not occur until line 15, where the function's operations are fully described.

In cell c11, enter a formula to reference the date stored in cell b7. insert a nested function in cell c12 to calculate the date for the next payment. nest the year, month, and day functions within the date function. add 1 to the month result. copy the function to the range c13:c34.

Answers

Final answer:

The student needs to reference a date in one cell and create a formula for the next payment date in another cell using spreadsheet functions. In cell C11, they will reference the date with =B7, and in cell C12, they will use a nested formula =DATE(YEAR(B7), MONTH(B7) + 1, DAY(B7)) which is then copied down to subsequent cells.

Explanation:

The student is asking about how to use spreadsheet functions to reference and manipulate dates. In cell C11, the formula to reference the date stored in cell B7 would simply be =B7. For cell C12, the nested function to calculate the next payment date, adding one month to the current date, would be something like =DATE(YEAR(B7), MONTH(B7) + 1, DAY(B7)). This uses the YEAR, MONTH, and DAY functions nested within the DATE function to construct the new date. Once the function is entered in cell C12, it can be copied down the range C13:C34 to apply to additional cells. Remember, these functions and formulas are typical of spreadsheet software like Microsoft Excel ora Sheets.

A modem from which communications occur in discrete units, and in which the start of a unit is signaled by a start bit at the front, and a stop bit at the back signals the end of the unit.

Answers

Answer:

Asynchronous modem

Explanation:

In an asynchronous modem, data is transmitted in an infrequent stream of small packets, in which a start bit at the front signals the start of a unit, and the end of the unit is signaled by a stop bit at the back.

In a(n) ____ design, the remote user’s keystrokes are transmitted to the mainframe, which responds by sending screen output back to the user’s screen.A. closedB. distributedC. openD. centralized

Answers

Answer:

D. centralized

Explanation:

Centralized design is a type of computing architecture where all or most of the processing/computing is performed on a central server. Centralized computing enables the deployment of all of a central server's computing resources, administration and management. The central server, in turn, is responsible for delivering application logic, processing and providing computing resources to the attached client machines.

Therefore in centralized design, the remote user’s keystrokes are transmitted to the mainframe, which responds by sending screen output back to the user’s screen

Final answer:

The correct answer is D. In a centralized design, a user's keystrokes are sent to the mainframe, which processes the input and sends the output back to the user's screen.

Explanation:

In a centralized design, the remote user's keystrokes are transmitted to the mainframe, which responds by sending screen output back to the user's screen.

This setup is typical of traditional mainframe environments, where a powerful central computer (the mainframe) handles processing and storage, while user terminals mainly serve as input and output points.

The centralized computing model contrasts with distributed computing, where processing is spread across multiple machines.

When connecting a trunk link between two switches, it is important to configure the allowed VLANs correctly on either end. If this is not done correctly _________ will occur.

Answers

Answer: A VLAN mismatch

Explanation:

 The VLAN mismatch is the process when the both ends of the truck line are not connected correctly and properly between the two switches.

The configuration of the VLAN is done correctly as it is important to connecting the VLAN on either of the ends for avoiding the VLAN mismatch occurrence. By default the truck allow the VLAN 2094 for traversing the trunk by using the native VLAN in the form of VLAN 1.

Therefore, VLAN mismatch is the correct answer.

Ensuring the uninterrupted flow of information' describes which key communications and information systems principle?
A. Security
B. Reliability, Scalability, and Portability
C. Resilience and Redundancy
D. Interoperability

Answers

Answer: C) Resilience and Redundancy

Explanation:

According to the principle of communication and information system , redundancy is the factor that maintains the continuous flow of message or data even when failure is experienced in network by adding alternate or extra component in infrastructure for support.Resilience is the factors that helps network to persist even in the state of faults by keeping the main function working and recovering the fault to maintain the flow of data.Other options are incorrect because security is protection of data. Reliability factor means dependency , scalibility is changing scale of network and portability is changing position of components. Interoperability is exchanging information with devices and making use of it.Thus, the correct option is option(C).

Answer:

C. Resilience and Redundancy

Explanation:

Robust systems are characterized by having the ability to maintain their essential performance conditions despite receiving disturbances or noise. Robustness is the ability of a system to absorb stress and continue functioning, particularly when the system is subjected to unpredictable variations in its scope of performance.

The redundancy, consisting of the duplication of the critical components of a system, is developed with the purpose of granting robustness to the systems, so that in the event of the failure of a component that could jeopardize the main task or objective of the system, there is an alternative capable of replacing the system that suffers from a failure.

Robustness or resilience is characterized by two important aspects, the first is resistance to change or flexibility that is expressed as the ability of a system to resist a disturbance without undergoing irreversible change and the second is the ability of a system to recover.

What is aperture priority mode? When might you use this mode on a camera? What is depth of field? How can you adjust the depth of field in a photograph? What is the relationship between aperture and shutter speed? How can you describe this relationship? What is the landscape mode? How does this mode adjust the aperture? What is the result of this adjustment? How is shutter speed generally measured? What do the measurements mean? How is aperture measured? What do the measurements mean? Why is learning to control aperture and shutter speed important? Which camera mode do you think you are most likely to use? Why? Have you tried to take some action photographs of people, animals, or other objects? How did the photographs turn out? What are some of the challenges with taking action photographs? What are some of the difficulties of taking night photographs? How can you reduce these challenges?

Answers

Answer:

Please check explanation

Explanation:

We abbreviate aperture priority by A or Av( which is used for aperture value) on the camera mode call up, which is an adjustment on some of the cameras which leverage the user to adjust the certain value of the aperture or the f-number as meanwhile the camera adjust the speed of the shutter ensuring it matches it, and which results in a good exposure depending on the condition of the light  as being measured via the light meter. And this is not the same as the manual mode, in which the user is compelled to make the decision for both the values, the priority of the shutter, the location the user selects the shutter speed while the camera picks up the correct aperture, as well as the program state, where camera picks each of them.

So the first two questions are answered. Let's see the third, the depth of the field.  It is the distance from the nearest to the furthest objects which provides an image being selected for being at the focus in a camera.

Hence the depth of the field means the range of the sharp focus in a certain photograph. And while you shoot with the help of the larger camera like the DSLR, you will be able to adjust the depth through the adjustment of the aperture of the lens. The aperture is nothing else but the opening within the lens which manages the amount of the light that is permitted via the lens.

Now come to the fifth question. The shutter speed and the aperture are being related directly. It improves the aperture (by a stop). And each of them comes up with the very best exposure through the permitted weight of light.

And both of them are related to each other in an inverse proportion. And both of them must be balanced for ensuring that the image is not being exposed or less exposed to the permitted light. And when the aperture is increased the shutter speed increased for balancing it as well as vice versa.

Landscape mode:

It is the kind of page orientation that prints out the picture in a horizontal manner rather than in a vertical manner. And it is being commonly used for printing the charts or various other types of pictures as well as the text which might not adjust properly with the page that is aligned vertically.

Consider the High Nikon DSLR. You need to hold down the "MODE" as meanwhile the rear control (dial)  is turned unless you view "A" over the LCD top. And your FCD then sets the aperture. And in almost all Canon SLRs as an example: You need to turn to "Av" your mode dial.

The results of these adjustments are certainly good.

And the shutter speed is being measured by the unit of time and ranges in less than fractions of one second. And as we say that the shutter speed is "5000", it means its 1/30000 th of a  minute. And the shutter speed which is of one second or more in length is being marked as a'. One example is 16'.

How we measure aperture. And what it means:

It is being measured with the help of the f-stop scale. And on the digital camera, you will find 'f/' which is being followed by an integer. And this f-number indicates the wideness of the aperture. As well as the size does affect the exposure as well as the field depth of the resultant image.

Now come to why we should learn to control the shutter speed and the aperture.

You should know that by selecting the shutter speed you permit yourself to freeze or otherwise blur motion, and sometimes you would like to do the first one or the second one. And the aperture permits you to select the field depth to either blur the background or make it sharper.

Thus, now you have an idea of each of the modes, and their merits. And if you will ask the best one, he will be up with the aperture priority or with auto ISO and full manual. If you are up with some specific requirements, then you should have a full manual mode in automatic mode, and that will be quite handy. You certainly need to learn by heart how to make use of the full manual, as it will improve your understanding of the photography, however, the semi-automatic mode is certainly your best friend.

And yes, as well as its a very great feeling. Its certainly quite hard to take the photographs of still objects while you are riding.

Some of the things that make it hard to take the action photographs are like the object, or the animal can move as well as you need to set the shutter speed as well as the aperture speed quite swiftly. Also, you need to focus your camera for ensuring a very good picture and ensure its not blurry or like the picture is out of the focus.

In night photography, the camera might shake because of the very low ambient brightness, the camera might move for very slow shutter speed. Various other challenges are the improper focus, white balances, less exposure, etc,

That solves all the questions asked.

Answer:

Select cell range B2:F29.

Select the Subtotals command under the Data menu.

In the Subtotals dialog, in the Group by dropdown list, select the option Region.

In the Calculate subtotals for field, select Country.

In the Use function field, select Count.

Click OK.

Explanation: Plato

The system cannot contact a domain controller to service the authentication request

Answers

Answer:  The correct answer is :  If it is not a DNS problem you can try to remove them from the domain by placing them in a workgroup, restart, then delete the computer trail in A / D Users & Computers, then re-enroll them in the domain and move them from the default location to their proper place in the A / D structure.

Alison retrieved data from a company database containing personal information on customers. When she looks at the SSN field, she sees values that look like this: "XXX-XX-9142." What has happened to these records?
a. Encryption.
b. Truncation.
c. Hashing.
d. Masking

Answers

Answer:

The correct option to the following question is an option (D) Masking.

Explanation:

The following option is correct because Masking is the ability to apply mask on the value with the help of bitwise AND, OR and XOR,  

That's why, when Alison looks the Social Security Number then it looks different and this is the 9 digits of Social Security Number which is in three parts, the first part is for the area, the next part is for group number and last part is for the serial number.

Which security technology inspects network traffic, attempting to find matches to suspected malicious or unauthorized activity based on the content of the packets, and is limited to being able to only log or send alerts on that malicious activity?

Answers

Answer:

Intrusion Detection System (IDS)

Explanation:

An Intrustion Detection System (IDS) is an application software or hardware device that monitors network traffics or systems. It searches the network or system for threats. These threats could be (but not limited to) suspicious activities or malicious activities or policy violations.

Once a threat is observed, it beeps or alerts the system administrator(s). Also, all these threats are then logged in a security information and event management (SIEM) system.

But an IDS cannot block or prevent threats on the system.

A TCP connection has reached a steady state and transmits data at a constant rate. List as many factors as you can that determine the transmission rate reached by the connection? Include the application and the operating system on both ends of the connection in your consideration.

Answers

TCP connection:

Once TCP connections reached steady state that makes end user that connectivity is stable. But end user has to do analysis the pinging time ready. for example in operating system command prompt mode ends user have  to ping designation tcpip address.

Computer A

In command prompt mode end user try ping 10.10.10.10 –t (i.e. Computer B tcpip Address). End user tries to ping destination tcpip address if result comes in milliseconds then it is good connectivity rate.

Same away

Computer B

In command prompt mode end user try ping 10.10.10.20 –t (i.e. Computer A tcpip Address). End user tries to ping destination tcpip address if result comes in milliseconds then it is good connectivity rate.

End user can also check by executing TRACERT commands on designation tcpip address.  End user can find how the flow of network packets travels.

Adam is evaluating the security of a web server before it goes live. He believes that an issue in the code allows an SQL injection attack against the server. What term describes the issue that Adam discovered?

A. threat
b. vulnerability
c. risk
d. impact

Answers

The term vulnerability describes the issue that Adam discovered.

b. vulnerability

Explanation:

SQL injection attack is an attack in which an external party can execute SQL commands on the database that serves as a back-end for a particular website. The SQL commands can be used to modify the contents of the website, modify the records, delete the records, and retrieve confidential information as well.  

As Adam believes that the code has an issue that allows a SQL injection attack, the term that best describes the issue that he discovered is vulnerability. The website is vulnerable since the code does not have a proper procedure to tackle a situation of SQL injection attack.

If userA sends a secure message to userB using an asymmetric cryptographic algorithm, and userB sends a reply, what key is used if userA wants another user, userC to read the reply message

Answers

Answer:

The answer is Symmetric Key cryptography

Explanation:

Because this method of encryption allow both parties to use the same key and cipher to encode and decode the ciphertext.

Answer:The

The answer is User Cs uses the Public Key.

Explanation:

Public-key cryptography refers to a cryptographic system that uses pairs of keys:  one that is a private keys,which are seen only by the use and public keys, which may be used widely by different users.

The generation of such keys depends on algorithms that are cryptographic   based on mathematical problems to provide function that is one way. A strong  security only needs keeping the private key private; the public key can be openly distributed among users without compromising security.

Write the definition of a function printLarger, which has two int parameters and returns nothing. The function prints the larger value of the two parameters on a single line by itself. (For purposes of this exercise, the "larger" means "not the smaller".)

Answers

Answer:

def printLarger(x: int ,y: int):

print(max(x,y))

Explanation:

The function is written in python as follows:

the fuction printLarger takes two integer parameters x and ymax() function determines larger value of x and y. If the numbers are the same it prints the value of the numbers as the largest value. the function prints the larger value.

In general, what are reasons that someone would choose to use lossy compression? Write a brief response below including at least one example of a situation when lossy compression would be appropriate.In general, what are reasons that someone would choose to use lossy compression? Write a brief response below including at least one example of a situation when lossy compression would be appropriate.

Answers

Answer:

You can achieve better compression ratio as compared to lossless.

Lossy file sizes are very small as compared to lossless.

For example

If you want to upload a small image lossy compression can make photo 36KB that was 822Kb.

Loosely provide higher degree of  compression .

Lossy widely used JPEG method.

Most tool are available that will let you to choose the degree of compression.

Other Questions
How can I factor 130x - 13 How much heat is absorbed/released when 25.00 g of NH3(g) reacts in the presence of excess O2(g) to produce NO(g) and H2O(l) according to the following chemical equation? 4 NH3(g) + 5 O2(g) 4 NO(g) + 6 H2O(l) H = 1168 kJ What is the angle in the picture below called?A. a reflex angleB. a straight angleC. an acute angleD. a right angle An electric fan is turned off, and its angular velocity decreases uniformly from 550 rev/min to 180 rev/min in a time interval of length 4.30 s.A.) Find the angular acceleration in revolutions per second per second.= -1.43 rev/s^2B.) Find the number of revolutions made by the fan blades during the time that they are slowing down in Part A.= _________? revC.) How many more seconds are required for the fan to come to rest if the angular acceleration remains constant at the value calculated in Part A?= ____________? s Which of the following statements about the Great Depression is true Which of the following items are elements of a monthly checking account statement? I. A period (beginning date and ending date) II. A beginning balance and ending balance. III. A detailed list of debits and credits during the period. One positive integer is 3 less than twice another. The sum of their squares is 698. Find the integers. A)400B)500C)550D)560 What is the significance of the evolution of hox gene clusters during vertebrate evolution? Match each weather phenomena listed below to its appropriate scale of motion. longwave ridges and troughs microscale a high pressure system persists over the central plains for 4 days synoptic scale a supercell thunderstorm that lasts for over an hour global scale A turbulent eddy mesoscale Susan competes in luge competitions during the winter months. She rides solo on a small sled 3 inches off the ground down icy slopes, turning only by use of her feet and the shifting of her weight on the sled. During the initial stage of one downhill luge, Cynthia accelerated from rest at 5.9 m/s2 for 3.2 seconds. Calculate how far she traveled during this time.I need this done and I need an explanation as to how I solve this problem step by step. YOU WILL NOT RECEIVE BRAINLIEST IF YOU DO NOT SHOW YOUR WORK . Find the diagonal of a square whose sides are of the given measure.Given = 3v3 sequences: If tn = 4n1, find t1, t2, t3 and tn+1 . Express tn+1tn in its simplest form. Gases fill up any available space as they don't have a definite shape.a. Trueb. False If y=2 2/3 when x=1/4, find y when x=1 1/8 What does adding a neutron to an atom's nucleus do to the atom's mass?OA. It adds 1 more unit of mass to the atomic weight of the atom.B. A proton will be added with the neutron, increasing the weight by 2mass units.C. A neutron has no mass, so the atomic mass will remainunchanged.OD. Adding a neutron is balanced by adding an electron, keeping themass the same. What is 1/3 x 20/9 simplified to the lowest term The subarachnoid space lies between what two layers of meninges? - arachnoid and pia - arachnoid and dura - arachnoid and epidura - dura and epidura During 2012, global oil consumption grew by 0.7%, to reach 88 million barrels per day. Assume that it continues to increase at this rate, (a) Write the first four terms of the sequence a_n giving daily oil consumption n years after 2011; give a formula for the general term a_n. Round your answers for a_1, a_2, a_3, and a_4 to three decimal places. a_1 =_____________. a_2 = _____________.a-3 = _____________.a_4 = _____________.a_n = _____________.(b) In what year is consumption first expected to exceed 195 million barrels a day? Consumption exceeds 195 million barrels per day during the year What language technique did the author used to deceive the dog?