erp is beneficial because it transforms transactional data into information that can be used to support decision making.

Answers

Answer 1

ERP is beneficial because it transforms transactional data into information that can be used to support decision making. [TRUE]

What is ERP

ERP (Enterprise Resource Planning) is an information system model that enables organizations to automate and integrate their main business processes. ERP breaks the deadlock of various traditional functional barriers within the organization by facilitating sharing/various data, multiple information flows, and introducing/channeling common business practices among all users in the organization.

ERP system implementation can be a massive undertaking that can take up to several years. Due to the complexity and size of ERP systems, only a minority of organizations are willing or able to deploy multiple physical and financial resources and take the risk of developing an ERP system in-house. Therefore, basically all ERP systems are commercial products. Products that are considered and recognized as leaders in the market are SAP, Oracle, Baan, J.D. Edwards & Co., and PeopleSoft Inc.

ERP packages are sold to various client organizations in the form of modules that support standard processes.

Some common ERP modules include:

Asset Management Financial Accounting (Fico or finance) Human Resources (HR) Industry-Specific Solutions Plant Maintenance Production Planning Quality Management Sales and Distribution Inventory Management

Learn more about ERP at https://brainly.com/question/13945630.

#SPJ4


Related Questions

What is the thickness of a character’s outline called

Answers

Answer:

actually is answer is font weight

hope it helped!

write a statement if iVal is assigned 5 and fVal is assigned 2.4

Answers

Answer:

print("i="+str(iVal)+" f="+str(fVal))

Explanation:

Given

\(iVal = 5\)

\(fVal = 2.4\)

See attachment

Required

Write a statement that outputs i=5 f=2.4

From the output format, the following should be noted.

- i = and f= are string literals, so they will be in double quotes in the print statement

- 5 and 2.4 represent the values of iVal and fVal respectively

- We will make use of + (concatenation operator) to concatenate all data to be printed

So, the print statement (in Python) is:

print("i="+str(iVal)+" f="+str(fVal))

The function of the str keyword as used above is to convert iVal and fVal to string values, so that the print statement will be executed without error

write a statement if iVal is assigned 5 and fVal is assigned 2.4

How can you tell that your worksheet is in Macro Recording mode?
A) A gray box is next to the word Ready in the bottom left corner.
B) The word Record is next to Ready in the bottom left corner.
C) The word Ready is in the bottom left corner.
D) A red light flashes next to the word Ready in the bottom left corner.

Answers

Answer:

A

A gray box is next to the word ready in the bottom left corner

Explanation:

A gray box is next to the word Ready in the bottom left corner can you tell that your worksheet is in Macro Recording mode. Thus, option (a) is correct.

What is recording?

The term recording refers to record the data on the worksheet as well as the recording on the mic. The recording was the recording was the necessary to maintain. The recording was the accounts and the audio was the also as the record in the terms. The recording was the voice modulation of the recorder.

A worksheet was the important term in the recording of the data. The recording in the workbook are the easy to find and the properly managed. The recording was the necessary to maintain the data. The gray color box and the search, the next is the ready button of the left in the corner.

Therefore, option (a) is correct.

Learn more about on recording, here:

https://brainly.com/question/10677268

#SPJ2

Boolean expressions control _________________ Select one: a. recursion b. conditional execution c. alternative execution d. all of the above

Answers

Answer:

Option D, all of the above, is the right answer.

Explanation:

A Boolean expression is an expression in Computer Science. It is employed in programming languages that create a Boolean value when it is evaluated. There may be a true or false Boolean value. These expressions correspond to propositional formularies in logic. In Boolean expression, the  expression 3 > 5 is evaluated as false while  5 > 3 is evaluated as true

Boolean expressions control  all of the above method execution and as such option d is correct.

What is Boolean expressions?

A Boolean expression is known to be a kind of logical statement that is said to be one of the two options that is it can be TRUE or FALSE .

Conclusively, Note that Boolean expressions are used to compare two or more data of any type only if  both parts of the expression have equal basic data type.  Boolean expressions control recursion, conditional execution and alternative execution.

Learn ore about Boolean expressions from

https://brainly.com/question/25039269

Please rewrite and correct the following sentences:
1. Their dog ran away last night, and now their looking for him.
2. The company lost there biggest client last year.
3. Who is you going to the party with tonight?
4. The museums is open on Saturdays from 10am to 5pm.
5. Neither the boys or their father have any idea where the car keys is.

Answers

1.Their dog ran away last night, and now they are looking for him.

2. Their company lost their biggest client last year.

3. With whom you are going to the party with tonight?

4. The museums are open on saturdays from 10 am to  pm.

5. Fathers or Boys no one knows where the car keys are?

Thus, English has three tenses: past, present, and future. When writing about the past, we employ the past tense.

When writing about facts, opinions, or regular occurrences, we employ the present tense. To write about upcoming events, we utilize the future tense. Each of those tenses has additional characteristics, but we won't cover them in this session.

It's crucial to maintain the same tense throughout a writing endeavor after you've decided on one. To communicate yourself clearly, you may need to switch up the tense from time to time.

Thus, English has three tenses: past, present, and future. When writing about the past, we employ the past tense.

Learn more about Tenses, refer to the link:
https://brainly.com/question/29757932

#SPJ1

An object's state is defined by the object's
methods and instance variables
instance variables and their values
access modifiers of the instance variables
O
methods and their return values

Answers

Answer:

The right answer is option 2: instance variables and their values

Explanation:

Let us define what an object is.

An object is a blueprint of a real-world identity. The instances are the reference to the object. Multiple instances of an object type can be made.

The instance variables and their values help us to determine the state of the object.

Hence,

The right answer is option 2: instance variables and their values

All operations used to construct algorithms belong to one of three categories: sequential, conditional, or iterative. Below is a list of steps from a variety of algorithms. Determine which category to which each of the steps belong (sequential, conditional, or iterative). If the value of test_grade is between 90 and 100, assign a letter grade of A.
Prompt the user for a number, get number from user
Sequential Repeat steps 3-5 until count = 10
If divisor = 0, print error_message
Complete step 1, complete step 2, complete step 3

Answers

Answer:

Answered

Explanation:

1) Conditional category because it uses an IF statement: If value of test grade is between 90-100 assign A.

2) Sequential category: Prompt user for number and get number from user.

3) Iterative category because it is looping: Repeat steps 3-5 until count equals 10.

4)Conditional category: If divisor equals zero print error.

5) Sequential category.

g A 32-bit computer has a MUL (multiply) instruction. The documentation for this instruction says that the answer appears in the HI and LO registers 8 cycles after the MUL instruction executes, and that another MUL instruction should not be executed until these registers are loaded. What type of multiplier does the CPU have

Answers

Answer: The MIPS R4000

According to Raymond from Microsoft Blogs, "The MIPS R4000 can perform multiplication and division in hardware, but it does so in an unusual way, and this is where the temperamental HI and LO registers enter the picture.

The HI and LO registers are 32-bit registers which hold or accumulate the results of a multiplication or addition. You cannot operate on them directly. They are set by a suitable arithmetic operation, and by special instructions for moving values in and out."

Explanation:

Based on the information, the CPU in the 32-bit computer has a "multi-cycle multiplier" or a "pipelined multiplier."

What is the documentation

Both of these multipliers need more than one clock cycle to finish the multiplication. The information says that the answer will show up in the HI and LO registers 8 cycles after the MUL instruction. This means that the multiplication process is split into many parts, and each part takes one unit of time to finish.

The HI and LO registers are often used in a 32-bit computer to store the first 32 bits and the last 32 bits of the answer, respectively.

Read more about multiplier  here:

https://brainly.com/question/15883095

#SPJ3

Each page of notes should include
a.
Date, topic, class
c.
Page numbers, date and topic
b.
Class, homework assignment, date
d.
None of these


Please select the best answer from the choices provided

A
B
C
D

Answers

Answer:

A

Explanation:

Date, Topic, Class

write a psuedocode for entire class corresponding mark and result category, write class mark and create a module called "high" that will display the student name

Answers

The pseudocode for a class that includes corresponding marks and result categories goes as:

Pseudocode:

kotlin

Copy code

class Student:

   attributes:

       name

       mark

   method calculateResult:

       if mark >= 90:

           return "Excellent"

       else if mark >= 60:

           return "Pass"

       else:

           return "Fail"

class Class:

   attributes:

       students

   method addStudent(student):

       students.append(student)

   method displayHighScorer:

       highestMark = 0

       highScorer = None

       for student in students:

           if student.mark > highestMark:

               highestMark = student.mark

               highScorer = student

       if highScorer is not None:

           print "High Scorer: " + highScorer.name

       else:

           print "No students in the class."

How to create a pseudocode for a class?

The provided pseudocode outlines a class called "Student" that has attributes for name and mark. It includes a method called "calculateResult" to determine the result category based on the mark.

Another class called "Class" is created to manage a group of students. It has methods to add students and display the name of the highest scorer using a module called high.

Read more about pseudocode

brainly.com/question/24953880

#SPJ1

In the screenshot of Filezilla shown below, what is the purpose of the windows outlined in red?
Please help. I'm SO confused. I used my resources to help me try to find the answer but sadly I couldn't find anything.





A.

Shows connection status

B.

Shows files on FTP site

C.

Shows files on local computer

D.

Shows file transfer status

In the screenshot of Filezilla shown below, what is the purpose of the windows outlined in red?Please

Answers

A because it always shows connection

Why should you avoid the use of sarcasm, clichés, and idioms in business
letters

Answers

Answer:

Because sarcasm is often misunderstood as something serious, and when they are used in business letters the person reading this will actually think it's something serious leading further complications.

The use of such things is often considered informal and doesn't go well with the formal tone of business letters.

Write a program that takes a date as input and outputs the date's season. The input is an integer to represent the month and an integer to represent the day. Ex: If the input is: 4 11 the output is: spring In addition, check if both integers are valid (an actual month and day). Ex: If the input is: 14 65 the output is: invalid The dates for each season are: spring: March 20 - June 20 summer: June 21 - September 21 autumn: September 22 - December 20 winter: December 21 - March 19

Answers

Answer:

Explanation:

The following program is written in Java. It is a function that takes in the two parameters, combines them as a String, turns the combined String back into an integer, and uses a series of IF statements to check the parameters and determine which season it belongs to. Then it prints the season to the screen. The code has been tested with the example provided in the question and the output can be seen in the attached image below.

class Brainly {

   public static void main(String[] args) {

       getSeason(4, 65);

       getSeason(4, 11);

   }

   public static void getSeason(int month, int day) {

       String combined = String.valueOf(month) + String.valueOf(day);

       int combinedInt = Integer.parseInt(combined);

       if ((month > 0 && month < 12) && (day > 0 && day < 31)) {

           if ((combinedInt >= 320) && (combinedInt <= 620)) {

               System.out.println("The Season is Spring");

           } else if ((combinedInt >= 621) && (combinedInt <= 921)) {

               System.out.println("The Season is Summer");

           } else if ((combinedInt >= 922) && (combinedInt <= 1220)) {

               System.out.println("The season is Autumn");

           } else {

               System.out.println("The Season is Winter");

           }

       } else {

           System.out.println("Invalid date");

       }

   }

}

Write a program that takes a date as input and outputs the date's season. The input is an integer to

⁷write a python program that reads several names and print following information how many names the longest name number of names that begin with L​

Answers

Here's a Python program that reads several names from the user and prints the following information:

- The length of the longest name.

- The number of names that begin with 'L'.

```python

names = []  # Initialize an empty list to store the names

# Read names from the user until they enter an empty name

while True:

   name = input("Enter a name (or leave blank to stop): ")

   if name == "":

       break

   names.append(name)  # Add the name to the list

# Calculate the length of the longest name

longest_name_length = max(len(name) for name in names)

# Count the number of names that begin with 'L'

names_starting_with_l = sum(name[0].lower() == 'l' for name in names)

# Print the information

print("Length of the longest name:", longest_name_length)

print("Number of names that begin with 'L':", names_starting_with_l)

```

In this program, we use a while loop to continuously prompt the user for names until they enter an empty name. The names are stored in a list called `names`.

Thus, we then use list comprehensions to calculate the length of the longest name and count the number of names that begin with 'L'. Finally, we print the obtained information.

For more details regarding Python, visit:

https://brainly.com/question/30391554

#SPJ1

"which of the following is not considered a fundamental approach for creating a new information system?
a. develop a custom application in-house
b. rely on an external vendor to build the system
c. purchase a software package and customize it
d. rely on end-users to develop it themselves
e. all of the above are ways to create new information systems"

Answers

The option that is not considered a fundamental approach for creating a new information system is option d. rely on end-users to develop it themselves.

Who are the end users that you refer to?

An end user is a human being or other type of entity who utilizes or consumes products made by businesses. Due to the possibility that the entity or person who purchases a good or service may not be the one who actually uses it, an end user may differ from a customer in this way.

Therefore, The most basic definition of an information system is a grouping of computer programs, hardware devices, and communication networks that are designed to produce, gather, and distribute information within an organization. The decision-making, coordination, visualization, and analysis processes are supported by these systems.

Learn more about information system from

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

Array Basics pls help

Array Basics pls help

Answers

Answer:

import java.util.Random;

class Main {

 static int[] createRandomArray(int nrElements) {

   Random rd = new Random();

   int[] arr = new int[nrElements];

   for (int i = 0; i < arr.length; i++) {

     arr[i] = rd.nextInt(1000);

   }

   return arr;

 }

 static void printArray(int[] arr) {

   for (int i = 0; i < arr.length; i++) {

     System.out.println(arr[i]);

   }

 }

 public static void main(String[] args) {

   int[] arr = createRandomArray(5);

   printArray(arr);

 }

}

Explanation:

I've separated the array creation and print loop into separate class methods. They are marked as static, so you don't have to instantiate an object of this class type.

The five types of personal computers are: desktops, laptops, tablets, smartphones, and

Answers

Answer:

microcomputers

Explanation:

You are a sports writer and are writing about the world legend mushball tournament. And you are doing an article on the 2 wildcard teams the 2 teams with the best record who are not. Division? Leaders according to. The table shown which two teams are the wild card teams?

Answers

The two teams are not division leaders, but their records are impressive enough to get them to participate in the tournament. The teams' records are as follows: Team C with 8-3 record and Team D with a 7-4 record. These teams are the second-best teams in their respective divisions, and that is what gets them a spot in the tournament.

The table presented depicts a ranking of teams for a particular tournament. Wildcard teams are teams that do not lead their divisions but have the best records; they get to participate in the tournament. In this case, we will determine the two wildcard teams and their records based on the table.  

The wild card teams in the world legend mushball tournament are Team C and Team D.Team C and Team D are the two wildcard teams in the tournament. They are selected based on their record, as shown in the table. Wildcard teams are often determined by the records of the teams.

The two teams are not division leaders, but their records are impressive enough to get them to participate in the tournament. The teams' records are as follows: Team C with 8-3 record and Team D with a 7-4 record. These teams are the second-best teams in their respective divisions, and that is what gets them a spot in the tournament.

The wildcard teams offer a chance to other teams that may not have made the playoffs a chance to show their skills. The top team in each division automatically qualifies for the playoffs, and the other spots go to the wild card teams. Wild card teams are often the teams that show resilience and a fighting spirit; they do not give up easily and always give their best.

For more such questions on tournament, click on:

https://brainly.com/question/28550772

#SPJ8

There are 12 inches in a foot and 3 feet in a yard. Create a class named InchConversion. Its main() method accepts a value in inches from a user at the keyboard, and in turn passes the entered value to two methods. One converts the value from inches to feet, and the other converts the same value from inches to yards. Each method displays the results with appropriate explanation.

Answers

Answer:

import java.util.Scanner;

public class InchConversion

{

public static void main(String[] args) {

    Scanner input = new Scanner(System.in);

   

 System.out.print("Enter inches: ");

 double inches = input.nextDouble();

 

 inchesToFeet(inches);

 inchesToYards(inches);

}

public static void inchesToFeet(double inches){

    double feet = inches / 12;

    System.out.println(inches + " inches = " + feet + " feet");

}

public static void inchesToYards(double inches){

    double yards = inches / 36;

    System.out.println(inches + " inches = " + yards + " yards");

}

}

Explanation:

In the inchesToFeet() method that takes one parameter, inches:

Convert the inches to feet using the conversion rate, divide inches by 12

Print the feet

In the inchesToYards() method that takes one parameter, inches:

Convert the inches to yards using the conversion rate, divide inches by 36

Print the yards

In the main:

Ask the user to enter the inches

Call the inchesToFeet() and inchesToYards() methods passing the inches as parameter for each method

Heads of dod components are responsible for establishing component specific procedures regarding transmission and transportation of classified material. What items must be considered when establishing these procedures?

Answers

When establishing procedures for the transmission and transportation of classified material, heads of DoD components must consider factors such as security protocols, encryption methods, authorized means of transport, personnel access controls, handling and storage guidelines, and adherence to classification guidelines and regulations.

Security Protocols: Ensure that appropriate security protocols are in place to safeguard the classified material during transmission and transportation.Encryption Methods: Implement secure encryption methods to protect the confidentiality and integrity of the classified material during transit.Authorized Means of Transport: Determine the approved methods of transport, such as secure courier services or encrypted electronic channels, that can be used for transmitting classified material.Personnel Access Controls: Establish strict access controls to restrict access to the classified material during transmission and transportation. This may involve authentication measures, background checks, and need-to-know requirements.Handling and Storage Guidelines: Define guidelines for how the classified material should be handled, packaged, and stored to prevent unauthorized access or loss during transit.Classification Guidelines and Regulations: Ensure compliance with classification guidelines and regulations, including marking, labeling, and packaging requirements for different levels of classified material.

By considering these items, heads of DoD components can establish comprehensive and effective procedures to ensure the secure transmission and transportation of classified material.

For more such question on transportation

https://brainly.com/question/28206353

#SPJ8

will give brainlyist

Which sentence in the following paragraph correctly describes mobile technology?
Mobile devices have become the main source of communication for many people around the world. However, businesses are still to capitalize on the wide reach mobile communication. Social media is being increasingly used in marketing research. Customized advertising can be integrated based on specific users' location. Smartphones do not have videoconferencing capabilities that is becoming a major business tool.

Answers

i think its the first sentence: Mobile devices have become the main source of communication for many people around the world

if im wrong im dum ;-;

Answer:

Customized advertising can be integrated based on specific users location.

Explanation:

Right for Plato/edmentum

you are the new azure active directory (ad) global administrator for your organization. your company has an azure ad domain name of willpanek.onmicrosoft. your bosses want you to add a new domain name for willpanek.onmicrosoft. which of the following methods can you use to accomplish this task?

Answers

To connect to the Azure AD service on this PC after installing the Azure Active Directory PowerShell module, simply issue the Connect-MsolService command.

You need: An Azure AD account with a current subscription in order to assign users to corporate applications. You can Create an account for free if you don't already have one. a part from the list below Owner of the service principal, global administrator, cloud application administrator, or application administrator. These settings are enforced by Security Defaults: Administrators and end users must use multi-factor authentication within 14 days of the next sign-in after it has been enabled. Your on-premises directories can be integrated with Azure AD via Azure AD Connect. By installing an AD-running virtual machine in Azure, you can extend the on-premises Active Directory architecture you already have there.

Learn more about directory here-

https://brainly.com/question/29740672

#SPJ4

6
6 points
is a vector based using rigs to move body parts instead of drawing over and over.
2D animation
motion graphics
computer animation (3D)
stop motion

Answers

The phrase "vector animation" describes animation in which the art or motion is controlled by vectors rather than by pixels.

Explain about the vector animation?

Scalable vector graphics are the best option for web pages since they provide at least 16.7 million colors, while GIF only supports 256 in terms of raster vs. vector animation (animated illustrations, logos, icons, etc.).

Editors' Choice: Adobe Animate is the best animation programme overall. Photoshop Animate Image courtesy of Adobe Adobe Animate is the greatest animation program to choose when looking for vector-based software that is easy for beginners to use while still being useful for cross-platform projects.

When animating its features and shorts, Pixar Animation Studios uses proprietary software called Presto, which was created and is utilized exclusively within the company. Only Pixar uses Presto, which isn't for sale.

To learn more about vector animation refer to:

https://brainly.com/question/28251771

#SPJ9

please help me with this coding assignment :)
What values are stored in nums after the following code segment has been executed?

int[] nums = {50, 100, 150, 200, 250};
for (int n : nums)
{
n = n / nums[0];
}
[1, 2, 3, 4, 5]
[1, 1, 1, 1, 1]
[1, 100, 150, 200, 250]
[50, 100, 150, 200, 250]

Answers

Answer:

D. [50, 100, 150, 200, 250]

Explanation:

This is a trick question because the integer n is only a counter and does not affect the array nums. To change the actual array it would have to say...nums[n] = n/nums[0];

If you create a notebook for this semester's schedule with a separate part for each course, you should divide your notebook into one __________ for each course.

Answers

If you create a notebook for this semester's schedule with a separate part for each course, you should divide your notebook into one SECTION for each course. It helps to organize tasks.

Notebooks and sections

A section is a specific page/s in the notebooks, which may contain different types of information.

In a notebook, each section can be defined as a set of related (associated) pages, which can help to organize tasks.

A notebook can be divided into the amount sections as is desired, and each section may have a different number of pages.

Learn more about notebooks and sections here:

https://brainly.com/question/13989073

I need help with a c# assignment. I am using Visual Studios and need it done with basic c# coding. It is a GUI application.

INSTRUCTIONS
For this assignment, you are required to create the GUI for a timekeeping/payroll system for
CMS.
The system should first allow an employee to enter his name and record the time he worked on
each project for a given week. Using the spreadsheet above as a guideline, the system must
allow the user to enter his name and the name of his supervisor. Next, the user must enter the
number of the week for which he is entering time. Assume a maximum of 52 weeks in a year.
Make sure the employee enters only a valid week number.
To record an employee’s hours, the user must enter the name of a client, a client’s contract, and a
project. For each of the seven days in a week, the user must enter hours worked or check a box
that indicates the day is a weekend, a holiday, or a vacation day. If the employee fails to enter
any hours for a day and fails to check the weekend/holiday/vacation box for that day, the system
should warn the user that the given day is missing information. The system should also ensure
that if any work hours are entered for a day, the checkbox for that day should NOT be checked.
Finally, the system should ensure that a user cannot enter more than 24 hours in a single day.
Once the hours are entered, the user should be able to “Submit” his hours by clicking a button
that will calculate his payroll information for the week and display it on the same screen.
Payroll information is calculated as follows:
All employees are paid for hours worked at a rate of $15 US dollars per hour. If the number of
hours worked in the week exceeds 40, the employee is paid time and a half for his overtime
hours. For example, assume an employee works 50 hours during a week, he will receive (40 X
$15) + (10 overtime hours X (1.5 X $15)) = $825.00. If an employee works less than 40 hours in
a week, the system should make note of this fact in a label beside the supervisor’s name.

Answers

1. Create a new Windοws Fοrms Applicatiοn prοject in Visual Studiο.

2. Design the GUI fοr the timekeeping/payrοll system. Add text bοxes, labels, buttοns, and checkbοxes as needed.

3. Write cοde tο validate the user input. Make sure the week number entered by the user is between 1 and 52. Alsο, make sure that the user enters valid wοrk hοurs (between 0 and 24) and checks the apprοpriate checkbοx if they did nοt wοrk that day.

4. Calculate the payrοll infοrmatiοn when the user clicks the "Submit" buttοn. Use cοnditiοnal statements tο determine if the emplοyee wοrked οvertime and calculate their pay accοrdingly.

5. Display the payrοll infοrmatiοn οn the same screen using labels οr text bοxes.

What is GUI?  

GUI stands fοr Graphical User Interface. It is a type οf user interface that allοws users tο interact with a cοmputer οr sοftware applicatiοn using graphical elements such as icοns, buttοns, text bοxes, menus, and οther visual elements.

To know more about windows visit:

brainly.com/question/27198171

#SPJ9

Select the correct answer from each drop-down menu.
Noah recently installed a proprietary software application on his home computer. Under the terms of the license, he must renew his subscription to the application every year. What type of license does the application have?

The application has_______ type of license. It is different from a perpetual license since this type of license has________

Answers

Answer:1 and 3 Explanation:

Answer:

The application has

(non-perpetual license)

type of license. It is different from a perpetual license since this type of license has

(no expiration date)

.Explanation:

Implement function easyCrypto() that takes as input a string and prints its encryption
defined as follows: Every character at an odd position i in the alphabet will be
encrypted with the character at position i+1, and every character at an even position i
will be encrypted with the character at position i 1. In other words, ‘a’ is encrypted with
‘b’, ‘b’ with ‘a’, ‘c’ with ‘d’, ‘d’ with ‘c’, and so on. Lowercase characters should remain
lowercase, and uppercase characters should remain uppercase.
>>> easyCrypto('abc')
bad
>>> easyCrypto('Z00')
YPP

Answers

Answer:

The program written in python is as follows;

import string

def easyCrypto(inputstring):

      for i in range(len(inputstring)):

             try:

                    ind = string.ascii_lowercase.index(inputstring[i])

                    pos = ind+1

                    if pos%2 == 0:

                           print(string.ascii_lowercase[ind-1],end="")

                    else:

                           print(string.ascii_lowercase[ind+1],end="")

             except:

                    ind = string.ascii_uppercase.index(inputstring[i])

                    pos = ind+1

                    if pos%2 == 0:

                           print(string.ascii_uppercase[ind-1],end="")

                    else:

                           print(string.ascii_uppercase[ind+1],end="")

anystring = input("Enter a string: ")

easyCrypto(anystring)

Explanation:

The first line imports the string module into the program

import string

The functipn easyCrypto() starts here

def easyCrypto(inputstring):

This line iterates through each character in the input string

      for i in range(len(inputstring)):

The try except handles the error in the program

             try:

This line gets the index of the current character (lower case)

                    ind = string.ascii_lowercase.index(inputstring[i])

This line adds 1 to the index

                    pos = ind+1

This line checks if the character is at even position

                    if pos%2 == 0:

If yes, it returns the alphabet before it

                           print(string.ascii_lowercase[ind-1],end="")

                    else:

It returns the alphabet after it, if otherwise

                           print(string.ascii_lowercase[ind+1],end="")

The except block does the same thing as the try block, but it handles uppercase letters

             except:

                    ind = string.ascii_uppercase.index(inputstring[i])

                    pos = ind+1

                    if pos%2 == 0:

                           print(string.ascii_uppercase[ind-1],end="")

                    else:

                           print(string.ascii_uppercase[ind+1],end="")

The main starts here

This line prompts user for input

anystring = input("Enter a string: ")

This line calls the easyCrypto() function

easyCrypto(anystring)

It is used by small businesses and firms.

Answers

8 Essential Types of Software Every Business Needs

Accounting Software. ... Time Tracking Software. ... Project Management Software. ... Customer Relationship Management Software. ... Communication Software. ... Website Building Software. ... Payment Transaction Software. ... Sales, Marketing, and PR Software.

2) Write a Java application that stores the names of your family and friends in a one-dimensional array of Strings. The program should show all names in upper case and lower case, identify the first character of the name, and the lengths of the names.

Answers

The names of family members and friends are stored in an array by this Java application, which also displays them in upper and lower case, recognises the initial character, and displays the length of each name.

How do I change an uppercase character in Java to a lowercase character?

The toLowerCase() function converts a string to lower case letters.Note: A string is converted to upper case letters using the toUpperCase() function.

JOHN\sjohn\sJANE

jane

ALEX\salex

SARAH\ssarah

DAVID\sdavid

John's first character is J.

Jane's first persona is J.

Alex's first character is A.

Sarah's first character is S.

David's first character is D.

Four characters make up John.

Four characters make up Jane.

Four characters make up Alex.

5 characters make up Sarah.

To know more about Java  visit:-

https://brainly.com/question/29897053

#SPJ1

Other Questions
help please i need this asapDetermine the magnitude of the vector difference \( V^{\prime}=V_{2}-V_{1} \) and the angle \( \theta_{x} \) which \( V^{\prime} \) makes with the positive \( x \)-axis. Complete both (a) graphical an Rick has a contract with Cyndie. Under the contract Rick promises to pay Cyndie for decorating services. Cyndie states she will perform but only if she has time. She does not promise her performance. The two parties reduce their contract to writing even though state law has no writing requirement. Cyndie performs on January 1 but Rick has not paid her yet. Which labels are appropriate for this contractual relationship 2 points question at position 11 a plant with red flowers is crossed with a white-flowered plant of the same species. all the seeds, when grown, produce plants with red flowers. assuming that the flower color is controlled by a single pair of alleles, which allele is dominant and which is recessive? a plant with red flowers is crossed with a white-flowered plant of the same species. all the seeds, when grown, produce plants with red flowers. assuming that the flower color is controlled by a single pair of alleles, which allele is dominant and which is recessive? white flower allele dominant, red flower allele recessive red flower allele dominant, white flower recessive Did the English bill of rights limit the power of the British monarch Which statements are true if the triangles formed on the line are similar?A) The scale factor between the sides of each triangle is 1/4 .B) The slope of each hypotenuse is 4/1 .C) The slope of each hypotenuse is the same.D) The slope of each triangle is different because one is smaller than the other.E) The slope of each hypotenuse is 1/4 . if microsoft sells a bond with a face value of $10,000 and agrees to pay $800 of interest per year to the bond purchasers, what is the interest rate paid on the bond? As the price per pair of running shoes rises, the quantity demanded is. When the price is $100. 00, pairs of shoes are demanded. The quantity demanded decreases by when the price increases from $50. 00 to $150. 0. If i worked 8 hours and 30 minutes and got paid 13.50 hourly how much money would i make in one day Traditionally, the ganges valley and the nile valley have had comparatively high population densities because of their:. The inverse of f(x) is a function A.true B.false if x-2 is a factor of x^2n+1 Merry Mistletoe sells Christmas lights and ornaments. A customer spent $33 on 3 strands of Christmas lights and 6 ornaments. Another customer paid $3 more than the first customer for 2 strands of Christmas lights and 8 ornaments. The price of each strand of Christmas lights is the same, and the price of each ornament is the same. Which system of equations can be used to find the price in dollars of each strand of Christmas lights, x, and each ornament, y? Describe the difference between a nation's "real" wage rate and its "nominal" wage rate. According to classical macroeconomic theory (Mankiw, chapter 3), what are the determinants of a nation's real wage rate? Describe two distinct labor market "shocks" which, according to that theory, would decrease real wage rates in the long run. i need freinds.:(plz which of the following graphs represents the equation y+2=3(x-1)? michelle works in retail and cant decide what products to include in the stores front window display what is the first step she should take to solve this problem What does jane do in the jungle to help introduce tarzan to his ancestors? what is his reaction? Can anyone help me for this question? I dont understand it (circumference) Which description of the constitutional amendment process is most accurate?A) The process, which is rather unusual, allows special-interest groups and individual members of the public to propose amendments and lobby Congress to vote to send it to the president, who will then ratify it or reject it with a veto.B) The process, which is deceptively simple, requires that an amendment be proposed in the Senate, passed by a two-thirds majority in the House of Representatives, and by a simple majority of the states.C) The process, which is intentionally difficult, requires that an amendment be proposed and approved by two-thirds of Congress or two-thirds of state legislatures and then be ratified by three-fourths of the states.D) The process, which is highly secretive, requires the president to propose an amendment to Congress, after which House and Senate members debate its merits in private and then vote on it in groups known as PLEASE HELP ME RIGHT AWAY WITH THESE TWO QUESTIONS!!!! SHOW YOU WORK