The following are part of characteristics of a software requirement specification.
a) Accuracy
b) Clarify
c) Consistency
d) Functionality

Answers

Answer 1

The option that are part of characteristics of a software requirement specification.

a) Accuracyb) Clarifyc) Consistency

What traits make up software requirements?

The Specification of the software requirements is known to be called the SRS outlines and it is one that tells how the desired program will communicate with external interfaces, operate quickly, react quickly, as well as be portable across a lot of platforms.

Therefore, based on the above, The option that are part of characteristics of a software requirement specification are Accuracy,  Clarify and Consistency.

Learn more about software requirement  from

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


Related Questions

By comparing the time out mechanism used in TCP to that used in a data link layer protocol, outline why it is necessary for the TCP timeout mechanism to implement an adaptive timeout duration

Answers

Answer:

When there are network flows within the wireless link that experience prolonged poor transmission it can impact on the network, leading to the stalling of the source while waiting for the arrival of ACKS, due to the filling of the TCP source congestion window. More time is lost as the source waits for a timeout to be caused by the expiration of the RTO timer which results in lower efficiency and network throughput by the TCP that requires an adaptive timeout duration to be implemented

Explanation:

what are the main components involved in data transmission​

Answers

Answer:

connection

Explanation:

connection between each device

What is wrong with this code and correct it.


def swapping_stars():

line_str = ""

for line in range(0, 6):

for char in range(0,6):

if line % 2 == char % 2:

line_str += "*"

else:

line_str += "-"

print(line_str)

Answers

Answer:

What's wrong?

The line_str variable needs to be re-initialized at the end of each printing

The correction

Include the following line immediately after the print statement

       line_str = ""

Explanation:

Required

Correct the code

The conditions are correct. However, the string variable line_str needs to be set to an empty string at the end of every of the iteration loop.

This will allow the code to generate a new string.

So, the complete function is:

def swapping_stars():

   line_str = ""

   for line in range(0, 6):

       for char in range(0,6):

           if line % 2 == char%2:

               line_str += "*"

           else:

               line_str += "-"

       print(line_str)

       line_str = ""

algorithm to find volume of cuboid​

Answers

Answer:

Volume of a Cuboid = Length * Breadth * Height.

Volume of a Cuboid = lbh.

The Lateral Surface Area of a Cuboid = 2h (l + w)

Explanation:

Given the following block of code:try{List retrieveRecords = [SELECT Id FROM Account where webSite=null] }catch(Exception e){ {//manage exception logic}What should a developer do to ensure the code execution is disrupted if the retrievedRecordsList remains empty after the SOQL query?A. Check the state of the retrievedRecords variable and throw custom eexception if the veriable is emptyB. Check the state of the retrievedRecords variable and use System.assert(false) if the variable is emptyC. Check the state of the retrievedRecords variable and access the first element of te list if the variable is emptyD. Replace the retrievedRecords variable declaration from a List of Account to a single Account

Answers

Answer:

B. Check the state of retrieved records variable and use system.assert false if the variable is empty.

Explanation:

SOQL query or Salesforce Object Query Language is used to read information stored in organizations data base. This can be written and executed in Developer Console query editor.

President Coone is baffled about how digital information from a computer can be sent over a network connection. Prepare a brief position paper form a management explaining the way information is transferred from one computer to another over digital lines. Keep it simple. Be sure to describe the types of devices used in data transmission. Include comments on the role of data compression in increasing transmission rates. Justify the observation that as a general rule, it is best to purchase the fastest devices you r communications lines can support.

Answers

Answer:

The explanation is given as follows,

Explanation:

What does the abbreviation BBC stands for?

Answers

Answer:

British Broadcasting Corporation Microcomputer System

Explanation:

The British Broadcasting Corporation Microcomputer System, or BBC Micro, is a series of microcomputers and associated peripherals designed and built by the Acorn Computer company in the 1980s for the BBC Computer Literacy Project.

Answer:

British Broadcasting Corporation

Explanation:

This is a UK company which provides television and radio news in over 40 languages. This is the computer related meaning, there are other meanings to the abbreviation but they seem irrelevant in this case.

Hope this information was of any help to you. (:

The _____ of the Open Systems Interconnection (OSI) modelspecifies the electrical connections between computers and the transmission medium and is primarily concerned with transmitting binary data, or bits, over a communication network.

Answers

Answer:

"Physical layer" is the correct answer.

Explanation:

It dealt mostly with bit-level transfer across various equipment as well as it provides industrial automation connections to meet quality standards to something like digital downloads.The purpose of this layer would be to consolidate essential networking system compatibility so that information is being sent successfully.

Thus, the above is the correct answer.

Aaron opens a bicycle store. Which of the
following gives the best example of how Aaron
uses the scarce resource of labor?

Answers

Answer: Aaron hired an employee to do bicycle repairs

Explanation:

Labor refers to the physical and mental effort put into production by human beings.

Since Aaron opens a bicycle store, he can hire an employee to do bicycle repairs. Therefore, in this case, labor will be put into productive use for the company.

seven and two eighths minus five and one eighth equals?

Answers

Answer: 2.125

Explanation

What layer of the OSI model describes how data between applications is synced and recovered if messages don't arrive intact at the receiving application?
A) Application Layer.
B) Presentation Layer.
C) Session Layer.
D) Transport Layer.

Answers

Answer:

C) Session Layer.

Explanation:

OSI model stands for Open Systems Interconnection. The seven layers of OSI model architecture starts from the Hardware Layers (Layers in Hardware Systems) to Software Layers (Layers in Software Systems) and includes the following;

1. Physical Layer

2. Data link Layer

3. Network Layer

4. Transport Layer

5. Session Layer

6. Presentation Layer

7. Application Layer

Basically, each layer has its unique functionality which is responsible for the proper functioning of the communication services.

Session layer is the layer of an Open Systems Interconnection (OSI) model which describes how data between applications is synced and recovered if messages don't arrive intact at the receiving application.

Caleb Co. owns a machine that had cost $42,400 with accumulated depreciation of $18,400. Caleb exchanges the machine for a newer model that has a market value of $52,000. 1. Record the exchange assuming Caleb paid $30,000 cash and the exchange has commercial substance. 2. Record the exchange assuming Caleb paid $22,000 cash and the exchange has commercial substance.

Answers

Answer: See explanation

Explanation:

1. Record the exchange assuming Caleb paid $30,000 cash and the exchange has commercial substance.

Dr Machine (new) $52000

Dr Loss on exchange of asset $2000

Dr Accumulated Depreciation $18400

Cr Equipment (Old) $42400

Cr Cash $30000

Nite that loss was calculated as:

= Market value of new machine - (Book value if old machine - Depreciation) - Cash paid

= $52000 - ($42400 - $18400) - $30000

= $52000 - $24000 - $30000

= -$2000

2. Record the exchange assuming Caleb paid $22,000 cash and the exchange has commercial substance

Dr Machine (new) $46000

Dr Accumulated Depreciation $18400

Cr Equipment (Old) $42400

Cr Cash $22000

Note that the value of the new machine was calculated as:

= Original cost + Cash paid - Accumulated Depreciation

= $42000 + $22000 - $18400

= $46000

sita didnt go to school. (affirmative)
me​

Answers

What is this supposed to be a question??

Frames control what displays on the Stage, while keyframes help to set up

Answers

Answer: A keyframe is a location on a timeline which marks the beginning or end of a transition. So for example, you have a movie and it transitions to another scene, keyframes tell it when and where to start the transition then when and where to stop the transition.

Of the following is a principle of total quality management?

A. Continuous defect elimination

B. Continuous process improvement

C. Continuous value enhancement

D. Continuous productivity improvement

Answers

Option b the continuous process improvement

Which of the following statements regarding the SAP Hana product implemented by Under Armour is NOT true?
A. All of the statements are true.
B. The program allows legacy silos to remain intact.
C. The program can run across platforms and devices.
D. The program provides real-time results.

Answers

Answer:A

Explanation:i need points

The imperative programming paradigm is popular and is a part of object-oriented computing paradigm, because it: __________.
A. is based on computer organization and thus is efficient to execute on hardware.
B. matches the culture of doing things by following the step-wise instructions.
C. enforces the modularity and supports the development of large programs.
D. supports class inheritance and code reuse.

Answers

Answer:

B. Matches the culture of doing things by following the step-wise instructions.

Explanation:

Imperative programming paradigm follows a sequence of instructions and steps. The order of execution of the statement is necessary because their is sequence of statements. Operation is system oriented.

In imperative programming, the source code is a series of commands, this commands tell the computer what to do, when to do it and the order it will be done so as to achieve the best result. The code of imperative programming paradigm is quite easy to understand.

) Python command line menu-driven application that allows a user to display, sort and update, as needed a List of U.S states containing the state capital, overall state population, and state flower. The Internet provides multiple references with these lists. For example:

Answers

Answer:

Explanation:

The following is a Python program that creates a menu as requestes. The menu allows the user to choose to display list, sort list, update list, and/or exit. A starting list of three states has been added. The menu is on a while loop that keeps asking the user for an option until exit is chosen. A sample output is shown in the attached picture below.

states = {'NJ': ['Trenton', 8.882, 'Common blue violet'], 'Florida':['Tallahassee', 21.48, 'Orange blossom'], 'California': ['Sacramento', 39.51, 'California Poppy']}

while True:

   answer = input('Menu: \n1: display list\n2: Sort list\n3: update list\n4: Exit')

   print(type(answer))

   if answer == '1':

       for x in states:

           print(x, states[x])

   elif answer == '2':

       sortList = sorted(states)

       sorted_states = {}

       for state in sortList:

           sorted_states[state] = states[state]

       states.clear()

       states = sorted_states

       sorted_states = {}

   elif answer == '3':

       state = input('Enter State: ')

       capital = input('Enter Capital: ')

       population = input('Enter population: ')

       flower = input('Enter State Flower: ')

       states[state] = [capital, population, flower]

   else:

       break

Consider the code below. When you run this program, what is the output if the temperature is 77.3 degrees Fahrenheit?
temperature = gloat(input('what is the temperature'))
if temperature >70:
print('Wear short sleeves')
else:
print('bring a jacket')
print ('Go for a walk outside')

Answers

Answer:

The output would be "Wear short sleeves"

Explanation:

The temperature is 77.3 degrees and 77.3 > 70

In this module you learned about advanced modularization techniques. You learned about the advantages of modularization and how proper modularization techniques can increase code organization and reuse.
Create the PYTHON program allowing the user to enter a value for one edge of a cube(A box-shaped solid object that has six identical square faces).
Prompt the user for the value. The value should be passed to the 1st and 3rd functions as arguments only.
There should be a function created for each calculation
One function should calculate the surface area of one side of the cube. The value calculated is returned to the calling statement and printed.
One function should calculate the surface area of the whole cube(You will pass the value returned from the previous function to this function) and the calculated value results printed.
One function should calculate the volume of the cube and print the results.
Make a working version of this program in PYTHON.

Answers

Answer:

Following are the code to the given question:

def getSAOneSide(edge):#defining a method that getSAOneSide that takes edge patameter

   return edge * edge#use return to calculate the edge value

def getSA(SA_one_side):#defining a method that getSA that takes SA_one_side patameter

   return 6 * SA_one_side#use return to calculate the SA_one_side value

def volume(edge):#defining a method that volume that takes edge patameter

   return edge * edge * edge#use return to calculate edge value

edge = int(input("Enter the length of edge of the cube:\n"))#defining edge variable that input value

SA_one_side = getSAOneSide(edge)#defining SA_one_side that holds getSAOneSide method value

print("Surface area of one side of the cube:", SA_one_side)

surfaceArea = getSA(SA_one_side)#defining a surfaceArea that holds getSA method value

print("Surface area of the cube:", surfaceArea)#print surfaceArea value

vol = volume(edge)#defining vol variable that holds Volume method value

print("Volume of the cube:", vol)#print vol Value

Output:

Please find the attached file.

Explanation:

In the code three method "getSAOneSide, getSA, and volume" method is declared that takes a variable in its parameters and use a return keyword that calculates and return its value.

In the next step,edge variable is declared that holds value from the user and defines three variable that holds method value and print its value with the message.

Exercise#1: The following formula gives the distance between two points (x1, yı) and (x2, y2) in the Cartesian plane:
[tex] \sqrt{(x2 - x1) ^{2} + (y2 - y1) ^{2} } [/tex]
Given the center and a point on circle, you can use this formula to find the radius of the circle. Write a C++ program that prompts the the user to enter the center and point on the circle. The program should then output the circle's radius, diameters, circumference, and area. Your program must have at least the following methods: findDistance: This mehod takes as its parameters 4 numbers that represent two points in the plane and returns the distance between them. findRadius: This mehod takes as its parameters 4 numbers that represent the center and a point on the circle, calls the method findDistance to find the radius of the circle, and returns the circle's radius. circumference: This mehod takes as its parameter a number that represents the radius of the circle and returns the circle's circumference. area: This mehod takes as as its parameter a number that represents the radius of the circle and returns the circle's area. .​

Answers

Ddgdgdgdfdgdfdgdgdgdgdgdgdgdggdgdgdgdgg

Which of the following statement is False? 1 point Context free language is the subset of context sensitive language Regular language is the subset of context sensitive language Recursively enumerable language is the super set of regular language Context sensitive language is a subset of context free language

Answers

Answer:

Context-sensitive language is a subset of context-free language

Explanation:

Considering the available options, the statement that is considered wrong is "Context-sensitive language is a subset of context-free language."

This is because generally every regular language can be produced through the means of context-free grammar, while context-free language can be produced through the means of context-sensitive grammar, and at the same time, context-sensitive grammars are produced through the means of Recursively innumerable.

Hence, the correct answer in this correct answer to the question is the last option *Context-sensitive language is a subset of context-free langage

each interior angle of a regular polygon is 150°.how many sides has the polygon​

Answers

Answer:

12 sides

Explanation:

{(n-2)x180}÷n

150=[tex]\frac{(n-2)*180}{n}[/tex]

150n=(n-2) x 180

150n= 180n-360

150n-180n=- 360

-30n= -360

n= 12

Sides of polygon is 12

A company can either invest in employee training seminars or update its computer network. Since updating the computer network would result in more measurable benefits, the company would be best off updating its computer network. The argument above assumes that: Group of answer choices

Answers

Answer:

The more measurable a benefit, the greater value that benefit has to a company

Explanation:

Here, there are two choices ; organizing employee training seminars and computer network update. With an update in the company's computer network, accompanying benefits include ; Improved network performance, Extended feature accessibility, Enhanced firewall and security features, Enhanced efficiency leading to increased overall output. Employee training and seminar also comes with its own benefit which include enhanced employee knowledge. However , the measurable benefits of updating a computer network seems more numerous than employee training which could be a reason why the company chose to invest in its computer network as they feel that investments with more measurable benefits will impact more on the company.

what is function of java​

Answers

Explanation:

Java is an object-orinted programming language used for software develpment.

How could you use your technology skill and Microsoft Excel to organize, analyze, and compare data to decide if a specific insurance is a good value for the example you gave

Answers

Answer:

The summary of the given question would be summarized throughout the below segment.

Explanation:

"Insurance firms voluntarily assume our charge probability," implies assurance undertakings will compensate including all our devastations throughout respect of products for something we have health coverage and that the vulnerability for both would be equivalent.If somehow the client receives significant losses, the firm must compensate that kind of money as well as, if there are no failures, it can invest earnings or rather an investment.

C source files natively compiled on a Linux system using an ARM processor produce an executable file only runnable on ARM machines (without an interpreter). These programs will not run on Linux systems using an x86 chipset, for example.

a. True
b. False

Answers

Answer:

b. False.

Explanation:

Linux system is an operating system just like windows. Android is powered by Linux which is one of the most popular operating systems in Smart phones. Linux operating system was released in 1991, but it gained significance in 20th century. ARM processor can produce executable file on ARM machine with Linux system using x86 chipset.

Write an expression that executes the loop while the user enters a number greater than or equal to 0. Note: These activities may test code with different test values. This activity will perform three tests, with user input of 9, 5, 2, -1, then with user input of 0, -17, then with user input of 0 1 0 -1. See "How to Use zyBooks". Also note: If the submitted code has an infinite loop, the system will stop running the code after a few seconds, and report "Test aborted."

Answers

Answer:

while ( num >= 0) { ... }

Explanation:

Required

Express to execute a while loop with the given condition.

The condition in the question is that: the user input must be greater than or equal to 0.

The statement for this is:

[tex]while[/tex] ( [tex]num[/tex] [tex]>=[/tex] [tex]0[/tex]) { [tex]...[/tex] }

Where num is the input variable

Write An Algorithm To converts the temperature of Fahrenheit to celcius​

Answers

Answer:

The algorithm for the conversion of temperature from Fahrenheit to Celsius is as follows:

Read the temperature given in degree Fahrenheit.

Convert the temperature in Fahrenheit into Celsius using the formula : C=5/9*(F-32)

Print the Fahrenheit and Celsius value of temperature.

End

Explanation:

The algorithm for the conversion of temperature from Fahrenheit to Celsius is as follows:

Read the temperature given in degree Fahrenheit.

Convert the temperature in Fahrenheit into Celsius using the formula : C=5/9*(F-32)

Print the Fahrenheit and Celsius value of temperature.

End

The code for the same is -

void main (  )

{

 float    a , b ;

       cout<<" enter temperature in Fahrenhite : "<<endl;

        cin>> b;

        a = ( b - 32 ) * ( 5 / 9 ) ;

       cout << " Fahrenheit = << b <<"Centigrade = " << a ;

}

An operating system that allows a single user to work on two or more programs at the same time is what type of OS?

Answers

Answer:

Explanation:

The correct answer is none of these

An operating system that allows a single user to perform only one task at a time is called a Single-User Single-Tasking Operating System. Functions like printing a document, downloading images, etc., can be performed only one at a time. Examples include MS-DOS, Palm OS, etc.

Advantage: This operating system occupies less space in memory.

Disadvantage: It can perform only a single task at a time.

There are four types of operating systems −

Real-time operating system

Single-User/Single-Tasking operating system

Single-User/Multitasking operating system

Multi-User/Multitasking operating system

Real-time operating system is designed to run real-time applications. It can be both single- and multi-tasking. Examples include Abbasi, AMX RTOS, etc.

An operating system that allows a single user to perform more than one task at a time is called Single-User Multitasking Operating System. Examples include Microsoft Windows and Macintosh OS.

It is an operating system that permits several users to utilize the programs that are concurrently running on a single network server. The single network server is termed as "Terminal server". "Terminal client" is a software that supports user sessions. Examples include UNIX, MVS, etc.

Other Questions
Find the value of f(-7)A. 9B.3C.-6D.-5 can you help me do this Q please :) The nation experienced the worst urban rioting in its history in the days following theassassination ofa. John F. Kennedy.b. Robert Kennedy.c. Malcolm X.d. Martin Luther King, Jr.. Some one please help me at this point I am so tireddd thankyou explain the purpose of Music in a musical what should be what set a music alarm part from a play/film Flash TV show that has background music The sun produces energy from matter in its core through the process of The enzyme lactase get used up in the reactiontrue/false Consider a student loan of $20,000 at a fixed fixed APR of 9% for 15 years. A. Claculate the monthly payment. B. Determine The total amount paid over the term of the loan. C. Of the total amount paid what percentage is paid toward the principal and what percentage is paid for interest. 5. State the difference between physical and chemical properties. By what amount does the 52-cmcm-long femur of an 85 kgkg runner compress at this moment? The cross-section area of the bone of the femur can be taken as 5.2104m25.2104m2 and its Young's modulus is 1.61010N/m2.1.61010N/m2. which inequality does the graph represent? A. y Weather is a result of different air masses coming in contact with each other. Use the fronts and pressure systems on the weather map to identify the weather condition that is labeled correctly. Perform the calculations and determine the absolute and percent relative uncertainty. Express each answer with the correct number of significant figures. a. [9.8(0.3)2.31(0.01)]8.5(0.6)= __________b. absolute uncertainty: __________c. absolute uncertainty: _________d. percent relative uncertainty: ___________ The number line diagram shows the distance between each number in a set of ata and the data's mean of 12. Which is the mean absolute deviation? 5 6 H HHH 6 7 8 9 10 11 12 13 14 15 16 17 18 mean Two male deer will fight each other for the opportunity to mate with a female. An owl catches a mouse and eats it for dinner. how does the south African higher education institutions address student challenges in the central applications office what was the main purpose of Roosevelts first inaugural speech? A silo in the shape of a cylinder is partially filled with corn to feed cows. The corn fills 25% of the height of the silo. What is the approximate volume of the part of the silo that is filled with corn if the silo is 12 feet in diameter and 60 feet high? - PLEASE HELP im in the middle of an exam HELP ASAP NEED HELP. WILL GIVE BRAINIEST AND 100 POINTS. Use the function f(x) = 4x^2 - 7x - 15 to answer the questions. Part a: completely factor f(x).Part b: what are the x-intercepts of the graph of f(x)? Show your work.Part C: describe the end behavior of the graph of f(x). Explain.Part D: what are the steps you would use to graph f(x)? Justify that you can use the answers obtained in part B and part C to draw the graph. What is the solution to the inequality |2n + 5| > 1?