What are some limitations when it comes to testing and ensuring program quality? List at
least two limitations; you may refer to specific kinds of testing in your answer.

Answers

Answer 1

Answer:

the two limitation i can think about is the efficiency like if there are bugs or glitches or if it can get broken into and the second one is if it is running the correct program or not a lot of people deal with this problem.

Explanation: personally these are the two i can come up with at the moment

Answer 2

The two limitations that come arrive in the process of testing and ensuring program quality are as follows:

The errors and kinds of glitches in modern technology seem like distractions in usual life. The overdependency on these resources may harmful to a larger extent.

What is Program quality?

Program quality may be defined as the fundamental properties of the program's source code and executable code, including reliability, robustness, usability, portability, maintainability, efficiency, and readability.

According to the context of this question, there are various limitations in each and every field of development whether it is science or technology. Similarly, there are a lot of drawbacks in testing and ensuring program quality. You have to manage each and everything in a systematic way in order to ensure the testing of program quality.

To learn more about Program quality, refer to the link:

https://brainly.com/question/13381607

#SPJ2


Related Questions

please answer it is important!!!! i will mark you branliest

Answers

Answer:

Machine - consists of the numeric codes for the operations that a particular computer can execute directly

Assembly - provides the information of any error in the code.

High level - Require translation.

Require translation.Portable.

Require translation.Portable.Easier to read, write and maintain as commands are similar to English.

Require translation.Portable.Easier to read, write and maintain as commands are similar to English.Allow access to module libraries.

ASAP! WILL MARK BRAINLIEST + 100 POINTS!!

Match each word to its description.

Answers

Answer:

Windows- operating system most commonly used by businesses

Spreadsheet, word processing- types of application software

data- type of file created when word processing document is saved

system calls- instructions for the OS provided by application software

documents- folder where documents you create go by default

Recycle Bin- where documents go when you delete them.

toggling- switching from one setting to another

Help menu- best place to get assistance in a word-processing program

I hope this helps, please let me know if any are incorrect.

Program to count how many even and odd number are in the range from M to N using C++ programming language

Answers

Answer:

#include<stdio.h>

#include <iostream>

using namespace std;

 

int main(){

   int number, min, max;

   cout << "Enter the minimum range: ";

   cin >> min;

  cout << "Enter the maximum range: ";

   cin >> max;

   cout << "Odd numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 !=0)

            cout << number<< " ";

   cout<< "Even numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 ==0)

            cout << number << " ";

 

   return 0;

}

Explanation:

First of all, we take declare two variables. one as the lowest number of the range and the other as the upper limit of the range (in this case: min and max). We declare another variable (number) and store in it the lowest number of the range (min). To check whether the number currently stored as the value of the variable (number) is even, we take in account the remainder of that number divided by 2. If the remainder does not equals 0, we print that number as odd. We again check the remainder by dividing the number by 2. If the remainder does equals 0, we print that number as even.

Explain what are Graphics Cards

Answers

Answer:

Graphic Cards are designated to make the pc have more FPS and actually power (It's not actually accurated, but you may search on the internet)

60 POINTS
Complete the sentence.
When we use the internet, our personal information becomes ________.
A. public
B. accessible
C. private

Answers

Answer:

Answer should be accessible .

Answer:

accessible

Explanation:

got it right on edge

What is the name of the file manager in Microsoft Windows?
The file manager used in Microsoft Windows is

Answers

Answer:

The File Explorer. Hope this helped! <3

Explanation:

hard disks use tracks, sectors, and cylinders to store and organize files. true or false?

Answers

Answer:

True!

Explanation:

Thats why if you drop a Hard Drive it might make a whirring noise when you plug it in again, its trying to move the "Arm" but you broke it.

However this does not apply to SSD (Solid State Drives) that use digital storage like a SD card for example

Which statement correctly describes one aspect of the team's commitment at the end of PI Planning?​

Answers

The statement that describes one aspect of the team's commitment at the end of PI Planning is a team does not commit to uncommitted objectives.

What does teams do in pi planning?

PI planning are known to be a kind of face-to-face events that are held every  8-12 weeks after the former PI event was held.

In this event, a lot of teams do come together to map out, plan and set out the work that they needs to do, review backlogs, discuss which features will benefit them , form or update their product roadmap, and others.

Learn more about PI Planning from

https://brainly.com/question/6500846

What is your opinion about Sophia, just a robot or human robot (explain your answer
with merits

Answers

Who’s Sophia and pls give more context
I’m sorry I don’t know who Sofia is

What format can be applied to text in Excel?

Answers

Answer:

You can apply accounting format,date,numbers, currency, percentage or even fraction

Explanation:

resolution of bitmap graphics is typically measured in

Answers

Answer:

Pixels

Explanation:

The resolution of bitmap graphics is said to be measured in DPI (dots per inch).

What is the measurement  about?

The unit of measurement is often used to tell more about  the resolution of images and it is known to be called DPI (dots per inch).

Therefore, in the above case, The resolution of bitmap graphics is said to be measured in DPI (dots per inch).

Learn more about bitmap from

https://brainly.com/question/21449716

#SPJ6

who want to play quzzies the code is 124 3142

Answers

Answer:

22

Explanation:

11+11=22

18. WHICH MENU WOULD MOST LIKELY ALLOW YOU TO ADJUST YOUR LINE SPACING? *

EDIT
FILE
F0RMAT
INSERT

Answers

Explanation:

FORMAT

because it is used for the general appearance of the page

describe how you would open a new open word processing document

Answers

Answer:

open the program by clicking on the icon or finding it in your program. Once you have opened it you can either use the blank page that has opened or you can go to the file tab and click new word document or new document.

Explanation:

Using robots to replace workers in factories is an example of which of the following forms of information processing systems? a. Commercial b. Control c. Scientific d. Industrial​

Answers

Answer:

Industrial Robots

Explanation:

They are considered industrial robots because the word industrial has to do with an industry or a factory.

Also, industrial robots will replace the human workers

Hope this Helps

To free up human power for more difficult jobs, they are easily used to finish boring, repetitive, and physically taxing chores. This means that many low-skilled positions, like those in warehouses and on assembly lines, will be replaced by robots, endangering the employment of many low-skilled humans. Thus, option D is correct.

What using robots to replace workers in factories?

Labour automation is the process of using technology instead of people to carry out particular tasks or jobs. Mechanization is a component of automation, but it also entails expanding it by using technology to further dehumanize work.

An automated conveyor would transport the product being manufactured from one stationary worker to the next until it was fully assembled, replacing the previous approach in which employees transported their pieces to a stationary assembly site.

Therefore, using robots to replace workers in factories is an example of Industrial forms of information processing systems.

Learn more about robots here:

https://brainly.com/question/15561225

#SPJ2

1. Which of the following deals with the aspects of health and safety in the workplace? A. Mental health B. Occupational health C. Physical health D. Psychosocial health 2. It pertains to an event that may cause harm to an individual, such as chemicals, electricity, open drawers, and inadequate ventilation. A. Disease B. Disorder C. Hazard D. Risk 3. What refers to the possibility of being exposed to dangers, harm, or loss? A. Disease B. Disorder C. Hazard D. Risk 4. What hazard comes from exposure to animals, people, or infectious materials? A. Biological B. Chemical C. Physical D. Psychological 5. Which of the following is NOT an effect of chemical hazards? A. Allergic reactions B. Low self-esteem C. Skin irritation D. Skin or eye burns 6. Which of the following is a life-threatening effect of a psychological hazard? A. Depression B. Deterioration of performance C. Loss of concentration at work D. Loss of self-confidence​

Answers

Answer:

1. C

2. C

3. D

4. A

5. B

6. A, B, or C either one might happen

Explanation:

in which type of computer parallel processing is possible

Answers

Answer:

(Hope this helps can I pls have brainlist (crown)☺️)

Explanation:

Parallel processing may be done on any system with more than one CPU, including multi-core processors, which are prevalent in today's computers. Multi-core processors are integrated circuit chips with two or more processors for improved performance, lower power consumption, and more efficient multitasking.

We take in numerous distinct types of information at the same time in parallel processing. This is especially true when it comes to vision. When you see a bus approaching, for example, you can perceive its colour, form, depth, and velocity all at once. It would take far too long if you were to evaluate each item individually.

what is the correct keyboard shortcut to cut a cell value

Answers

Answer:

Cntrl+X

Explanation:

Do it on your computer

The keyboard shortcut to cut a cell value is Ctrl +X.

What is Ctrl X?

Control x can be written as ctrl x

To cut a text means to remove the text from where it was initially and retain the ability to paste the cut text in a desired cell.To do this, we use the cut function which is ctrl x. This cuts the text while ctrl v would paste the text in the desired location.The shortcut ctrl x can be clearly described as the action removes the text or item and stores it in the clipboard, rather than copying it to the clipboard.

For example, you can cut a picture out of the beginning of a Word document and paste it further down within your document. Alternatively, you can cut a block of text out of Word and paste it onto a PowerPoint slide.

So, the keyboard shortcut to cut a cell value is Ctrl +X.

Learn more about ctrl x,

https://brainly.com/question/14447287

#SPJ6

After completing a career search, Patrick has decided that he wants to be a paralegal. Which two skills or abilities are important for him to have in order to excel in this career?
research skills
analytical thinking skills
creative thinking skills
math skills

Answers

Answer:

Research skills & Analytical thinking skills

Answer:

Research skills & Analytical thinking skills

Explanation:

heyyyyyy who likes anime​

Answers

Answer:

You apparently

Explanation:

Answer:

I don't like anime I love it

HELPPP PLEASE

Html can be used to create complicated mobile applications
True or false

Answers

it might be true because it’s technically a programming language so having knowledge on it can help you create mobile applications

What is wrong with the following code? publicstatic char grade(int score) { if (score >= 9) { return 'A'; } else if (score >= 8) { return 'B'; } else if (score >= 6) { return 'C'; } else if (score > 4) { return 'D'; } else if (score < 4) { return 'F'; } }

Answers

Answer:

c) No return statement for all possible logic paths

What are the advantages and disadvantages of working with APIs when developing applications?

Answers

Answer:

Disadvantage:-There is a lot of conveniences and advantages to APIs, but business leaders should also be aware of the disadvantages. As a single point of entry, an API is a gateway and can become a hacker's primary target. Once the API is compromised, all other applications and systems become vulnerable.

Nine of the top ten vulnerabilities listed in the OWASP Top 10 now mention APIs — and since APIs can be accessed over the internet, they will have all the same disadvantages as any other Internet-based resource.  APIs are vulnerable to man-in-the-middle attacks, CSRF attacks, XSS attacks, SQL injection, and DDoS attacks.

ADVANTAGE:- Automation: with APIs, computers rather than people can manage the work. Through APIs, agencies can update work flows to make them quicker and more productive

Explanation:

pLEASE MAKE ME AN BRAINLAEIST

you can resize a row in a table by dragging the ____.

Answers

Answer:

desk

Explanation:

You need more backround information i dont know what u talking about

what is the term used to describe image file that contains multiple small graphics?

Answers

The answer sir should be Sprite

what the answer is have been stuck for 4 hours on this questoin its sience

Answers

Answer:

what the question?

Explanation:

Crazy Sentence Program. Create a program that prompts the user for the name of an animal, a color, the name of a vehicle, and the name of a city. Then print a sentence that contains the user input in the following order. Include the additional words in the sample output as part of your output. Example: Assume the user enters the words: tiger, green, motorcycle, and Wildwood. The output would be: The green tiger drove the motorcycle to Wildwood.

Answers

I agree with you ✔✔✔

this device enables connectivity between two lans or a lan and a larger network.

Answers

Answer:

I'm pretty sure it's a cable. A lan cable specifically.

Explanation:

The helium and hydrogen on Saturn is most likely

A
plasma.

B
liquid.

C
solid.

D
gas.

Answers

Answer:

gas is the right answer

pls mark me as brainliest

Answer: B

Explanation: brainliest plz sorry if im wrong

which of the following are good ways for virtual team members to get to know one another? (choose every correct answer.)

Answers

what are the choicess

Other Questions
A concert earned $3,745 in ticket sales. One ticket to the concert cost $35.How many tickets were purchased for the concert? Could the early cave paintings be considered graphic design?Yes, they are two dimensional and used symbols.Yes, any art that expresses meaning is graphic design.No, graphic design needs to have some commercial purpose.No, graphic design generally pairs words and is printed or published. 1. What does the term monecious mean? Someone help me with this I will make you brain The second step in the repetition strategy is to_____________the information. a. Read c. Both of these b. Say d. None of these Please select the best answer from the choices provided A B C D 2 shops sell luxury chocolates.Shop A : 200 g for 2.90 Shop B: 150 g for 2.15Which shop offers the best value for money? Alonso is buying a new phone for $ 870on the installment plan. He must putdown 15% and pay monthly paymentsfor one year. How much is each monthlypayment?A.$13.05B.$83.38C. $61.63D. $10.77 You do not need to warm up before doing the fitness assessment.O A.True.False a) 3x(5x-2x-4)b) xy(xy+xy+3xy)c) xyz(xy+3yz+4xyz) What is 42893+2432743 Solve using the standard algorithm 758 x 92 A mass suspended from a spring is raised a distance of 5 cm above its resting position. The mass is released at time t=0 and allowed to oscillate. After one third of a second, it is observed that the mass returns to its highest position, which was 4.5 cm above its resting position. What is the rate of change of the position of the mass at t = 2.1 seconds? Which of the following equations have infinitely many solutions?Choose all answers that apply:A- 10x - 10 = -10x + 10B10x - 10 = -10x - 10C- 10x - 10 = -10x - 10D10x 10 = -10x + 10 answer the question right or I report you which is a characteristic of the paleolithic period? a. stone tools b. cities c. writing d. domesticated plants What city in Australia has the most mountains what is the answer for this question *NO LINKS* NEED THIS ASAP! Why do you think Vitruvian Man by Leonardo da Vinci is one of the most recognizable sketches in the world? 2x^3+128 factor polynomials In an experiment, the factor that we measure is called the *1 pointIndependent variableControlled variableConclusionDependent variable