which it job designs parts of applications that complies with the head application developers design principles? cis 105

Answers

Answer 1

Applications architect is the IT job that deals with designing parts of applications that complies with the head application developer's design principles.

Application architects administer the design and development of software applications. They collaborate with internal stakeholders and application development teams on application design, implement and monitor the development stages of the application, as well as document processes of application development.

Therefore, it is concluded that application architect professionals design parts of applications, such as screen interfaces, programming infrastructure, and middleware, that comply with the head applications developer's design principles and fall into line with their Software Development Life Cycle.

You can learn more about applications architect at

https://brainly.com/question/13183882

#SPJ4


Related Questions

public class Exercise_07 { public static void main(String[] args) { System.out.println(bin2Dec("1100100")); // Purposely throwing an exception... System.out.println(bin2Dec("lafkja")); } public static int bin2Dec(String binary) throws NumberFormatException { if (!isBinary(binary)) { throw new NumberFormatException(binary + " is not a binary number."); } int power = 0; int decimal = 0; for (int i = binary.length() - 1; i >= 0; i--) { if (binary.charAt(i) == '1') { decimal += Math.pow(2, power); } power++; } return decimal; } public static boolean isBinary(String binary) { for (char ch : binary.toCharArray()) { if (ch != '1' && ch != '0') return false; } return true; } }

Answers

Answer:

mhm

Explanation:mhm

what does any of this mean?

System testing – During this stage, the software design is realized as a set of programs units. Unit testing involves verifying that each unit meets its specificatio

Answers

System testing is a crucial stage where the software design is implemented as a collection of program units.

What is Unit testing?

Unit testing plays a vital role during this phase as it focuses on validating each unit's compliance with its specifications. Unit testing entails testing individual units or components of the software to ensure their functionality, reliability, and correctness.

It involves executing test cases, evaluating inputs and outputs, and verifying if the units perform as expected. By conducting unit testing, developers can identify and rectify any defects or issues within individual units before integrating them into the larger system, promoting overall software quality.

Read more about System testing here:

https://brainly.com/question/29511803

#SPJ1

A hotel salesperson enters sales in a text file. Each line contains the following, separated by semicolons: The name of the client, the service sold (such as Dinner, Conference, Lodging, and so on), the amount of the sale, and the date of that event. Write a program that reads such a file and displays the total amount for each service category. Display an error if the file does not exist or the format is incorrect.

Answers

Answer:

Life can get busy and hectic, but relationships matter. What is an effective way of mending relationships that may have had been neglected?Life can get busy and hectic, but relationships matter. What is an effective way of mending relationships that may have had been neglected?

Explanation:

Life can get busy and hectic, but relationships matter. What is an effective way of mending relationships that may have had been neglected?Life can get busy and hectic, but relationships matter. What is an effective way of mending relationships that may have had been neglected?Life can get busy and hectic, but relationships matter. What is an effective way of mending relationships that may have had been neglected?Life can get busy and hectic, but relationships matter. What is an effective way of mending relationships that may have had been neglected?Life can get busy and hectic, but relationships matter. What is an effective way of mending relationships that may have had been neglected?

Leaming Task 2: Interview an entrepreneur such as a sari-sar store, bakeshop,
or small business owner in your neighborhood. Ask him or her the following
questions. Use this template.
How was the business started?
What gave him/her the idea to
sell his/her products or services?
Where dis he/ she source his/her
products? Why?

Answers

I had the privilege to conduct an interview with a nearby entrepreneur who possesses a small pastry establishment in my community.

What was the content of the interview?

The entrepreneur explained that her motivation for establishing the business stemmed from her love for baking and her eagerness to offer her delectable treats to the local population.

She explained that the inspiration to market her goods originated from receiving favorable comments and support from her loved ones and acquaintances who had sampled her pastries.

Regarding the acquisition of products, she highlighted the significance of opting for freshly picked and premium quality components. In order to guarantee this, she scrupulously handpicks vendors who offer top-notch components for her dishes.

Read more about interviews here:

https://brainly.com/question/8846894

#SPJ1

a ___ is a type of computer that is small and portable?

Answers

Answer:

laptop

Explanation:

laptops are small and they can be taken anywhere.

Are AWS Cloud Consulting Services Worth The Investment?

Answers

AWS consulting services can help you with everything from developing a cloud migration strategy to optimizing your use of AWS once you're up and running.

And because AWS is constantly innovating, these services can help you keep up with the latest changes and ensure that you're getting the most out of your investment.

AWS consulting services let your business journey into the cloud seamlessly with certified AWS consultants. With decades worth of experience in designing and implementing robust solutions, they can help you define your needs while executing on them with expert execution from start to finish! AWS Cloud Implementation Strategy.

The goal of AWS consulting is to assist in planning AWS migration, design and aid in the implementation of AWS-based apps, as well as to avoid redundant cloud development and tenancy costs. Project feasibility assessment backed with the reports on anticipated Total Cost of Ownership and Return on Investment.

Learn more about AWS consulting, here:https://brainly.com/question/29708909

#SPJ1

Discuss the input-process-output model as it relates to program development. Explain the purpose of each step and how that information is used in each step. What would be the impact on overall program performance if one of these steps was not included?

Answers

The  use of the input-process-output model as it relates to program development is that: In order to describe the structure of an information processing program or another process, the input-process-output (IPO) model is a frequently used approach in systems analysis and software engineering.

The most fundamental form for defining a process is introduced in many beginning programming and systems analysis texts.

What exactly is an input-output process model?

A framework for conceptualizing teams is offered by the input-process-output (IPO) model of teams.

According to the IPO model, a variety of factors might affect a team's effectiveness and harmony. It "offers a method to comprehend how teams function, and how to maximize their effectiveness."

Learn more about IPO model, from

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

While setting up a computer on the network, you use 'ipconfig' and see that the IP address is currently 10.24.16.160, with subnet mask 255.255.255.192. Where did the IP address likely come from?

Answers

Answer:

Explanation:

The IP address either came from your router or your Internet Service Provider (ISP). Sometimes ISP's automatically assign every device under their network an IP address, while other times they allow each individual's home network router to determine the IP of every connected device. This router can either assign an automatic IP address to each device from a range of addresses or the IP address can be assigned manually to each device as static.

Buddys machine shop has a kiosk computer located in the lobby for customers to use. The kiosk computer has recently been updated to Windows 10 from Windows 7 and is not part of a domain. The local computer policy created for Windows 7 has been applied to Windows 10. This policy severely restricts the use of the computer, so that customers can only use the web browser.
Occasionally, an administrator needs to sign in to the kiosk computer to perform maintenance and update software. However, this is awkward because the administrator needs to disable settings in local policy be performing any task. Then, when the tasks are complete, the administrator needs to re-enable the settings in the local policy. Explain how this system can be improved upon.

Answers

If your PC's are in an Active Directory domain, you can leverage Active Directory Group Policies to deploy the appropriate settings. Be sure to include the below settings in your Group Policy for the user accounts and workstations that will be running as a Kiosk. After creating this Group Policy, you can test by running gpupdate /force and then restarting the PC.

User Configuration
Administrative Templates
Start Menu and Taskbar
Change Start Menu power button (enabled) - set to "Lock" (I know this sounds weird, but Windows 7 won't completely disable Logoff if the Start Menu power button is defaulting to the Logoff action).
Remove Logoff on the Start Menu (enabled)
Remove and prevent access to the Shut Down, Restart, Sleep and Hibernate commands (enabled)
System
Ctrl+Alt+Del Options
Remove Lock Computer (enabled)
Remove Logoff (enabled)
Computer Configuration
Administrative Templates
System
Logon
Hide entry points for Fast User Switching (enabled)
For Windows PCs not in a Domain Environment

If your PC's are not in an Active Directory domain, then you'll need to make the below changes manually at each Kiosk PC. Note that you may be able to automate the changes via the use of operating system imaging tools and local mandatory user profiles - leave a comment below if you have interest in those steps.

Login at each Kiosk PC using a user account that will ultimately be used to run the Kiosk desktop applications.
Launch the Windows Registry Editor (REGEDIT.EXE) and make the following changes to the registry (note that you may need to temporarily grant local Administrative access to your Kiosk user account to do this if it is already in a very locked down state)
HKEY_CURRENT_USER
SOFTWARE
Microsoft
Windows
CurrentVersion
Policies
Explorer

Have you ever been presented to someone else's home page of a given website?​

Answers

Answer: No, is this the question?

Explanation: Have a stupendous day! <3

if-else AND if-elif-else
need at minimum two sets of if, one must contain elif
comparison operators
>, <, >=, <=, !=, ==
used at least three times
logical operator
and, or, not
used at least once
while loop AND for loop
both a while loop and a for loop must be used
while loop
based on user input
be sure to include / update your loop control variable
must include a count variable that counts how many times the while loop runs
for loop must include one version of the range function
range(x), range(x,y), or range(x,y,z)
comments
# this line describes the following code
comments are essential, make sure they are useful and informative (I do read them)
at least 40 lines of code
this includes appropriate whitespace and comments
python

Answers

Based on the image, one can see an example of Python code that is said to be able to meets the requirements that are given in the question:

What is the python?

The code given is seen as a form of  a Python script that tells more on the use of if-else as well as if-elif-else statements, also the use of comparison operators, logical operators, and others

Therefore, one need to know that the code is just a form of an example and it can or cannot not have a special functional purpose. It is one that is meant to tell more on the use of if-else, if-elif-else statements, etc.

Learn more about python from

https://brainly.com/question/26497128

#SPJ1

if-else AND if-elif-elseneed at minimum two sets of if, one must contain elifcomparison operators&gt;,
if-else AND if-elif-elseneed at minimum two sets of if, one must contain elifcomparison operators&gt;,

2. Which is not part of the Sans Institutes Audit process?
Help to translate the business needs into technical or operational needs.
O Deler a report.
O Define the audit scope and limitations.
O Feedback based on the

Answers

Answer:

Help to translate the business needs into technical or operational needs. This is not a part.

Explanation:

Capital budgeting simply refers to the process that is used by a business in order to determine the fixed asset purchases that is proposed which it should accept, or not. It's typically done in order to select the investment that's most profitable for a company.

Some of the capital budgeting processes include:

Identification and analysis of potential capital investments.

Application of capital rationing

Performing post-audits

It should be noted that developing short-term operating strategies​ is not part of the capital budgeting process.

Learn more about investments on:

https://brainly.com/question/15105766

#SPJ2

Cable television systems originated with the invention of a particular component. What was this component called?​

Answers

Answer:

Cable television is a system of delivering television programming to consumers via radio frequency (RF) signals transmitted through coaxial cables, or in more recent systems, light pulses through fibre-optic cables. This contrasts with broadcast television (also known as terrestrial television), in which the television signal is transmitted over the air by radio waves and received by a television antenna attached to the television; or satellite television, in which the television signal is transmitted by a communications satellite orbiting the Earth and received by a satellite dish on the roof. FM radio programming, high-speed Internet, telephone services, and similar non-television services may also be provided through these cables. Analog television was standard in the 20th century, but since the 2000s, cable systems have been upgraded to digital cable operation.

Explanation:

\(hii\)have a nice day ✌️✌️

Cable television systems originated with the invention of a particular component. The component is a coaxial cable. The correct option is A.

What is a cable television system?

Radiofrequency (RF) signals are transferred through coaxial cables, or in more current systems, light pulses are transmitted through fiber-optic cables, to deliver television programming to viewers via cable television networks.

This is in contrast to satellite television, which transmits the television signal via a communications satellite orbiting the Earth and receives it via a satellite dish.

It broadcast television, in which the television signal is transmitted over the air by radio waves and received by a television antenna attached to the television.

Therefore, the correct option is A. coaxial cable.

To learn more about the cable television system, refer to the link:

https://brainly.com/question/29059599

#SPJ2

The question is incomplete. Your most probably complete question is given below:

A. coaxial cable

B. analog transmission

C. digital transmission

D. community antenna

Discuss any five focus areas
for Green Computing you can concentrate on

Answers

Answer:

Five focus areas for Green Computing are:

Environmental conditionsInformation technology (IT) systemsCooling systemsElectrical systemsAir management systems

Explanation:  

Green computing refers to the art of managing very effectively information technology such that the current level of productivity is maintained or exceeded.

Many of the factors listed above are more typical to data centers.

Data centers are IT systems that consume lots of electricity whilst generating lots of heat.

Sustained over a long period of time, the heat generated will contribute to green-house gases as the cooling system that is required to keep the data houses cool are big.

Hence, the green computing protocol requires where possible, minimal electricity be expended in cooling the data warehouses.

Another suggestion that has been given is for systems and appliances to be shut down when not in use rather than being left on or on standby.

Cheers

Which of these is the fastest transmission medium?
a. coaxial cable
b. twisted-pair cable
c. fibre-optic cable
d. copper cable

Answers

Answer:

Hey mate here's your answer ⤵️

Please refer to the attachment for the answer ☝️

Hope it was helpfulll
Which of these is the fastest transmission medium? a. coaxial cableb. twisted-pair cablec. fibre-optic

coaxial cable is the fastest transmission medium

QUESTION 5 OF 30
Burnout can happen quickly when
working with multiple sysadmins
working overtime
working as the sole sysadmin

Answers

Answer:

Burnout can happen quickly when working with multiple sysadmins, working overtime, or working as the sole sysadmin.

Explanation:

HURRY GANG 100points!!!! How can you determine which hardware brands and models are the most reliable?

O read the information on the device's packaging

O find out how many of them are being sold per year

O read the manufacturer's website

O find customer reviews online

Answers

Answer: A, read the information on the device's packaging

Explanation:

The info in the packaging has to be accurate because it goes through tests and they cannot make up info on there. This means any info about the materials used is accurate.

Answer:

A. read the information on the device's packaging

Explanation:

Any information that's on packaging is made separately from the product manufacturers and needed to be checked and correct. If there is anything out of the ordinary on the device's packaging, then it is a good way to tell it's reliableness.

warning 1 a reference was created to embedded interop assembly 'interop.acropdflib' because of an indirect reference to that assembly from assembly 'axinterop.acropdflib'. consider changing the 'embed interop types' property on either assembly. es-software v3.0

Answers

Because assembly2 and assembly1 both reference one other and have the Embed Interop Types property set to False, the compiler is unable to integrate interop type information from assembly1.

Meaning of embed interop types

Using COM interop, such as in an application that makes use of automation objects from Microsoft Office, type embedding is widely employed. The same build of a software can be used with several machines' installations of Microsoft Office thanks to type information embedded in it.

What is cs1026 error?

The statement was judged to be unfinished. Placing a statement within an inline expression on an ASP.NET website rather than an expression is a common reason for this problem.

To know more about compiler visit:-

https://brainly.com/question/28232020

#SPJ4

Please Help!! Thank You. What will happen in this program after the speak function is called for the first time?

Please Help!! Thank You. What will happen in this program after the speak function is called for the

Answers

Answer:

D The sprite will say "hi" twice.

Explanation:

the first call of the speak function specifies that:
if the word is not bye then the word will be repeated twice
so the sprite will say hi twice

Answer:

D.The sprite will say "hi" twice.

Explanation:

Explain how Smart Cars enhance mobility features?

Answers

Answer:

reduce traffic congestion and air and noise pollution, increase safety, improve transfer speed, and reduce transfer costs between different modes of transportation.

Explanation:

Smart Cars enhance mobility features by These automobiles have an in-built eSIM, and functions along with voice-primarily based totally navigation, and voice-assisted tele cellsmartphone calls.

What are the key features?

Automated motors navigate the street the usage of constructed in sensors, and may be augmented with virtual connectivity permitting the automobile to speak with close by motors, with surrounding street infrastructure like site visitors signs, and with the cloud-primarily based totally networks offering actual time riding updates, caution of changing.

These automobiles also are able to over-the-air software program updates, similar to your smartphone. There are lakhs of such automobiles going for walks on Indian roads already.Smart mobility refers to the usage of modes of transportation along or maybe in preference to proudly owning an ICE automobile. This can tackle many unique forms, which include ride-sharing, vehicle-sharing, public transport, walking, biking, and more.

Read more about the mobility :

https://brainly.com/question/10185143

#SPJ2

You see a picture of three people having fun in an IG post. Beneath the photo is a text about a prty. You wrongly assume this picture was taken at a prty when it was actually taken during a family dinner. This type of misunderstanding is an example of

Answers

From the information given this type of misunderstanding is an example of: Communication Barrier.

What are communication Barriers?

Communication obstacles prohibit us from accurately receiving and accepting the messages used by others to transmit their information, thoughts, and ideas. Communication difficulties include information overload, selective perceptions, workplace gossip, semantics, gender disparities, and so on.

It is to be noted that the Assumption that you comprehend what the other person is saying is one of the most significant communication barriers. People frequently make assumptions based on their own experiences and interpretations. You don't always know you're not talking about the same subject.

Learn more about Communication Barrier:
https://brainly.com/question/8588667
#SPJ1

Answer:

error, i think.

Build an NFA that accepts strings over the digits 0-9 which do not contain 777 anywhere in the string.

Answers

To construct NFA that will accept strings over the digits 0-9 which do not contain the sequence "777" anywhere in the string we need the specific implementation of the NFA which will depend on the notation or tool used to represent NFAs, such as state diagrams or transition tables.

To build an NFA (Non-Deterministic Finite Automaton) that accepts strings over the digits 0-9 without containing the sequence "777" anywhere in the string, we can follow these steps:

Start by creating the initial state of the NFA.

Add transitions from the initial state to a set of states labeled with each digit from 0 to 9. These transitions represent the possibility of encountering any digit at the beginning of the string.

From each digit state, add transitions to the corresponding digit state for the next character in the string. This allows the NFA to read and accept any digit in the string.

Add transitions from each digit state to a separate state labeled "7" when encountering the digit 7. These transitions represent the possibility of encountering the first digit of the sequence "777".

From the "7" state, add transitions to another state labeled "77" when encountering another digit 7. This accounts for the second digit of the sequence "777".

From the "77" state, add transitions to a final state when encountering a third digit 7. This represents the completion of the sequence "777". The final state signifies that the string should not be accepted.

Finally, add transitions from all states to themselves for any other digit (0-6, 8, 9). This allows the NFA to continue reading the string without any constraints.

Ensure that the final state is non-accepting to reject strings that contain the sequence "777" anywhere in the string.

In conclusion, the constructed NFA will accept strings over the digits 0-9 that do not contain the sequence "777" anywhere in the string. The specific implementation of the NFA will depend on the notation or tool used to represent NFAs, such as state diagrams or transition tables.

For more such questions on NFA, click on:

https://brainly.com/question/30846815

#SPJ8

The total number of AC cycles completed in one second is the current’s A.timing B.phase
C.frequency
D. Alterations

Answers

The total number of AC cycles completed in one second is referred to as the current's frequency. Therefore, the correct answer is frequency. (option c)

Define AC current: Explain that AC (alternating current) is a type of electrical current in which the direction of the electric charge periodically changes, oscillating back and forth.

Understand cycles: Describe that a cycle represents one complete oscillation of the AC waveform, starting from zero, reaching a positive peak, returning to zero, and then reaching a negative peak.

Introduce frequency: Define frequency as the measurement of how often a cycle is completed in a given time period, specifically, the number of cycles completed in one second.

Unit of measurement: Explain that the unit of measurement for frequency is hertz (Hz), named after Heinrich Hertz, a German physicist. One hertz represents one cycle per second.

Relate frequency to AC current: Clarify that the total number of AC cycles completed in one second is directly related to the frequency of the AC current.

Importance of frequency: Discuss the significance of frequency in electrical engineering and power systems. Mention that it affects the behavior of electrical devices, the design of power transmission systems, and the synchronization of different AC sources.

Frequency measurement: Explain that specialized instruments like frequency meters or digital multimeters with frequency measurement capabilities are used to accurately measure the frequency of an AC current.

Emphasize the correct answer: Reiterate that the current's frequency represents the total number of AC cycles completed in one second and is the appropriate choice from the given options.

By understanding the relationship between AC cycles and frequency, we can recognize that the total number of AC cycles completed in one second is referred to as the current's frequency. This knowledge is crucial for various aspects of electrical engineering and power systems. Therefore, the correct answer is frequency. (option c)

For more such questions on AC cycles, click on:

https://brainly.com/question/15850980

#SPJ8

how does parallel programming works?​

Answers

Answer:

Parallel computing refers to the process 9f breaking down larger problem's into smaller, independent, often similar parts that can be executed simultaneously by multiple processors communicating via shared memory, the results of which are combined upon completion as part of an overall algorithm.

Explanation:

I Hope It's Help

#Carry On Learning

In this lab, you declare and initialize constants in a Java program. The program file named NewAge2.java, calculates your age in the year 2050.

// This program calculates your age in the year 2050.
// Input: None.
// Output: Your current age followed by your age in 2050.

public class NewAge2
{
public static void main(String args[])
{
int currentAge = 25;
int newAge;
int currentYear = 2023;
// Declare a constant named YEAR and initialize it to 2050

// Edit this statement so that it uses the constant named YEAR.
newAge = currentAge + (2050 - currentYear);

System.out.println("My Current Age is " + currentAge);
// Edit this output statement so that is uses the constant named YEAR.
System.out.println("I will be " + newAge + " in 2050.");

System.exit(0);
}
}

Answers

A Java programme uses a constant YEAR to calculate age in 2050. declares the variables currentAge, currentYear, and newAge. present age and age in 2050 are output.

What do Java variables and constants mean?

A constant is a piece of data whose value is fixed during the course of a programme. As a result, the value is constant, just as its name suggests. A variable is a piece of data whose value may vary while the programme is running.

How is a constant initialised?

At the time of its declaration, a constant variable must be initialised. In C++, the keyword const is put before the variable's data type to declare a constant variable. Any data type, whether int, double, char, or string, can have constant variables declared for it.

To know more about Java visit:

https://brainly.com/question/12978370

#SPJ1

Which of the following tools would you use to simulate a large number of client connections to a website, test file downloads for an FTP site, or simulate large volumes of email?

Answers

In order to simulate a large number of client connections to a website, test file downloads for an FTP site, or simulate large volumes of email, one can use a load tester.

How to explain the information

A load testing tool is software that enables the simulation of virtual users or clients, which can generate high volumes of traffic to a system or application under test.

Load testing tools help to identify the system's behavior under different types of loads and help to determine the system's performance, scalability, and reliability.

There are several load testing tools available in the market, such as Apache JMeter, LoadRunner, Gatling, Locust, and many more.

Learn more about website on

https://brainly.com/question/32178393

#SPJ1

You have been called in to consult for a company that is running 15 Windows 10 computers, two Linux computers, and three macOS computers. Your boss wants all these computers to be able to share files. What file sharing protocol do you recommend and why? Should you configure this network as a peer-to-peer network or as a client/server network? Explain your answer.

Answers

Based on the above, the file sharing protocol that I will recommend  is the Samba file or simply say the SMB sharing protocol or the use of Internxt. The reason I choose it is because it is of good quality, large space and can save to cloud.

What is SMB sharing protocol ?

The  SMB sharing protocol  is known to be a kind of a network file sharing protocol often called Server Message Block (SMB) and this is one that enables applications on a computer to read and write files and ask server software in a computer network for services.

On top of the TCP/IP protocol or other network protocols, the SMB protocol is one that  can be utilized.

Therefore, the file sharing protocol that I will recommend  is the Samba file or simply say the SMB sharing protocol or the use of Internxt. The reason I choose it is because it is of good quality, large space and can save to cloud.

Learn more about file sharing protocol from

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

Write a palindrome tester in Java. a palindrome is any word, phrase, or sentence that reads the same forward and backward.
The following are some well-known palindromes.
Kayak
Desserts I stressed
Able was I ere I saw Elba
Create an advanced version of the PalindromeTester Program so that spaces, numbers, and
punctuations are not considered when determining whether a string is a palindrome. The only characters considered are roman letters, and case is ignored. Therefore, the PalindromeTester program will also, recognize the following palindromes:
A man, a plan, a canal, Panama
Madam, I'm Adam
Desserts, I stressed
Able was I, ere I saw Elba
Never odd(5,7) or even(4,6)
The Palindrome Tester will continue to run until the user enters a blank line. It will then print out how many palindromes were found. The following are sample interactions that occur when running the program .

Answers

Using knowledge in computational language in JAVA it is possible to write a code that create an advanced version of the PalindromeTester Program so that spaces, numbers, and punctuations are not considered when determining whether a string is a palindrome.

Writting the code:

import java.util.Scanner;

public class PalindromeTester {

public static void main(String args[]){

System.out.println("Enter lines to check if the line is Palindrome or not.");

System.out.println("Enter blank line to stop.");

String inputLine = null;

Scanner sc = new Scanner(System.in);

int totalPalindromes = 0;

PalindromeTester pt = new PalindromeTester();

do{

inputLine = sc.nextLine();//read next line

if(inputLine!=null){

inputLine = inputLine.trim();

if(inputLine.isEmpty()){

break;//break out of loop if empty

}

if(pt.isPalindromeAdvanced(inputLine)){

totalPalindromes++; //increase count if palindrome

}

}

}while(true);

sc.close();//close scanner

System.out.println("Total number of palindromes: "+totalPalindromes);

}

/**

ivate boolean isPalindromeAdvanced(String str){

String inputStr = str.toLowerCase();

String strWithLetters = "";

for(char ch: inputStr.toCharArray()){

if(Character.isLetter(ch)){

strWithLetters +=ch;

}

}

boolean isPalindrome = isPalindrome(strWithLetters);

return isPalindrome;

}

/**

private boolean isPalindrome(String str){

boolean isCharMatched = true;

int strSize = str.length();

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

int indexFromFront = i;

int indexFromBack =(strSize-1) - i;

if(indexFromFront >= indexFromBack){

break;

}

if(str.charAt(indexFromFront) != str.charAt(indexFromBack)){

isCharMatched = false;

break;

}

}

if(isCharMatched)

return true;

return false;

}

}

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

#SPJ1

Write a palindrome tester in Java. a palindrome is any word, phrase, or sentence that reads the same

WHICH OF THE FOLLOWING TASKS ARE PART OF THE SOFTWARE EVALUATION PROCESS?
TESTERS...

Answers

With regard to software evaulation, note that the correct options are -

Testers check that the code is implemented according to the specification document.A specification document is created.Any issues with the software are logged as bugs.Bugs are resolved by developers.

How is this so?

The tasks that are part of the software evaluation process include  -

Testers check that the code is implemented according to the specification document.A specification document is created.Any issues with the software are logged as bugs.Bugs are resolved by developers.

Tasks not directly related to the software evaluation process are  -

Software developers writing code line by line.Creating a design for the software program.

Learn more about software evaluation at:

https://brainly.com/question/28271917

#SPJ1

Full Question:

Although part of your question is missing, you might be referring to this full question:

Choose all that apply: Which of the following tasks are part of the software evaluation process?

testers check that the code is implemented according to the specification document

an specification document is created

software developers write code line by line

any issues with the software are logged as bugs

bugs are resolved by developers

a design for the software program is created

A collection of code makes up what

Answers

Answer:

In computing, source code is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text.

Explanation:

source code may be interpreted and thus immediately executed.

Other Questions
A nation is facing a deep and destructive famine. Which international organization is focused on providing relief for famines? A. World Food Programme B. Amnesty International C. World Wildlife Fund D. UNICEF Please select the best answer from the choices provided A B C D. two equal mass blocks are suspended from the ceiling of an elevator by a massless string. the elevator then moves upward with acceleration a Which of the following methodologies takes the end product requirements from the MPS and breaks them down into their component parts and subassemblies to create a materials plan?Materials requirement planning Use the Electrostatic Series to predict the charges on the following pairs of substances when they are rubbed together:A glass coffee table and a cotton dusting clothA rubber balloon and human hairA plastic comb and cat furAn ebonite rod and a piece of silk 3. What led to the Oslo Accords (1993), and why did they fail to bring peace to theregion? (4 points) Which savings option is best for Vincent? Use the PACED decision-making method and show your work Which of the following is the line of symmetry for the figure shown below?BOA. Line AOB. Line CC. This figure is not symmetrical. Question : Is it possible for heat to transfer from T3 to T1 and why? 4. A choir is made up of 9 sopranos, 8 altos, 8 tenors, and 5 basses. What is the probabilitythat if two people were picked out of the choir that the first student is a tenor and the secondan alto? 100Q. A person calls, and says that her 16 year old son is a member, and she is paying for his membership. She asks if he has been attending the gym this week. How do you respond to this caller? Which of the following might make you suspect that an ID is fake?The ID feels thinner or thicker than usual.Fuzzy printing or different font on the birth date.Bar codes or magnetic strips on the back will not scan.All of the above. What distance will a bicyclist cover in 25 seconds if he pedals with an acceleration of 2.5 meters/sec/sec? Please help me with this please help thank you Which lines from the importance of being earnest are epigrams? check all that apply. . . . in married life three is company and two is none. well, if you want to know, cecily happens to be my aunt. it is perfectly absurd your saying that your name isnt ernest. "my dear fellow, there is nothing improbable about my explanation at all. more than half of modern culture depends on what one shouldnt read. Jonathan has access to the files and folders in a newly created DFS namespace. The files and folders that he does not have access to are hidden. This indicates that the access-based enumeration is enabled by default.a. Trueb. False I need an answer immediately!!!!!!! Crop yield is the ratio of the number of bushels harvested to the number of acres used for the harvest. This year, the harvest at a farm was 9,396 bushels of soybeans, resulting in a crop yield of 40. 5 bushels per acre. To the nearest whole acre, how many acres were harvested? 232 acres 252 acres 285 acres 295 acres. Types of government gross domestic product includes alla.legal final goods and services, but it excludes illegal final goods and services.b.legal and illegal final goods, but it excludes all legal and illegal final services.c.legal and illegal final goods and all legal and illegal final services.d.legal and illegal final goods and legal final services, but it excludes illegal final services.