PLEASE HELP ASAP!
What is the full form of the acronym SRS?
A- software requirement specifications
B- software requirement system
C- specifications requirement software
D- specifications system software

Answers

Answer 1
A- software requirement specifications
Answer 2

Answer:

A. software requirement specifications


Related Questions

Write an input command using the variable company_name.

Answers

Answer:

company_name = input("What if your company name?");

print("I hope " + company_name + "becomes successful!");

Explanation:

The input of the user becomes a variable which is then stored in order to print it out as a message.

2x=y t-09 3xX=v 8x0=?+ 87-6x5=

Answers

Answer:

6

x  

3

 

​  

+x  

2

+2x

Explanation:

Help !! -- Please ....................................................................................................

Answers

Answer:

1. Prompt user for input and get length and store in L

2. Prompt user for input and get width and store in W

3. Perform calculation p = 2LW and print out result

who is the first man to find biology​

Answers

Answer:

Thomas Beddoes

Explanation:


Many digital libraries have much more information than traditional libraries

Answers

Answer:

However, despite 10 great breakthroughs of 2018 in technology, traditional libraries are still around – the British Library in London, the Library of Congress in Washington, D.C., the New York Public Library, the Bavarian State Library and many more which you can find in the list of 25 most famous libraries of the world. Although they don’t shy away from implementing some of the novelties into their structure and organization – all of them have quick access to the Internet. Well, why is it so? Is it going to keep that way? Just like in case with any other topic, making predictions is an ungrateful task, for the world is most likely to develop in the least predictable way – just like it always does. Let’s look at the ‘battle’ between digital and traditional libraries.

Explanation:

It is true that many digital libraries have much more information than traditional libraries.

What is digital library?

A digital library is a database of digital objects available online that may comprise text, still photos, audio, video, digital documents, or other digital media forms.

It is also renowned to as an internet library, an online library, a digital repository, or a digital collection.

Since they are not constrained by physical space and may hold enormous volumes of digital information in a very tiny physical footprint, digital libraries frequently have a lot more material than traditional libraries.

This means that compared to traditional libraries, digital libraries have a significantly greater capacity to store books, journals, articles, and other sorts of data.

Thus, the given statement is true.

For more details regarding digital library, visit:

https://brainly.com/question/30485183

#SPJ2

Your question seems incomplete, the probable complete question is:

State true/false

Many digital libraries have much more information than traditional libraries

Your ghost hunting group is recording the sound inside a haunted Stanford classroom for 20 hours as MP3 audio files. About how much data will that be, expressed in GB

Answers

Answer:

1.152 GB if it will be at 128 kbps quality

Explanation:

So, let's say you choose your mp3 be 128 kbps (kilobits per second).

One byte is 8 bits. So 128 kbps = 16 kilobytes per second.

There is 60*60 seconds in one hour. So 16*60*60 = 57.6 megabytes per hour

Multiply by 20 hours to get your answer: 57.6*20 = 1152 MB = 1.152 GB.

20 hours as MP3 audio files would be about 1.2 GB of data

MP3 audio uses about 1 MB per minute.

20 hours = 60 minutes/hour * 20 hours = 1200 minutes.

Since MP3 audio uses about 1 MB per minute, hence for 1200 minutes:

1200 minutes = 1200 minutes *   1 MB per minute = 1200 MB (1.2 GB)

20 hours as MP3 audio files would be about 1.2 GB of data

Find out more at: https://brainly.com/question/24456970

3
Select the correct answer.
What must a person who wants to join an online discussion group do first?
ОА. .
Email the group's moderator.
OB.
Register with the group.
O C. Reply to at least one message.
OD.
Pay a membership fee,
Reset
Next

Answers

Answer:

B. Register with the group.

Explanation:

A person who wants to join an online discussion group would have to first register with the group.

Basically, a user who is not registered with a web or local computer-based platform is considered to be a guest user and as such this user do not have the ability to post comments (messages) in its discussion group. Therefore, to have the exclusive rights and permission to participate in contributing to an online discussion group, a user must be registered with the platform as a bonafide member.

After the registration is complete, the user will have a user account (profile) which comprises of his login credentials i.e username and password.

I'm trying to move the figure a little away from, the column line and every time I move it and click ok it goes back to being beside the line like the others below​

Answers

Answer:

Try to click the center button layout.

Explanation:


One easy way to tell if a cell contains a formula instead of data is to click on the cell and look at the formula bar to
see if it

A. contains a number.
B.contains any parentheses.
C.begins with an equal sign.
D.begins with an operator.

Answers

Answer:

C.. begins with an equal sign.

Explanation:

EDGE2021

In which of the following situations would parallel systems MOST likely be used to help analyze data?



A. Data analysis involving two or more columns of data

B. Data analysis involving both string and numeric data

C. Data analysis involving large datasets

D. Data analysis that could result in two or more different types of visualizations

Answers

Answer:c

Explanation: big data

Big Data defines as more diverse information, with rising numbers and speed.The data sets are larger and more complicated, in particular new data sources.The datasets are so big because they can't manage using typical information processing software. However, a huge amount of data is used to deal with business issues that you had not before been able to handle.Parallel analysis is a way to analyze data utilizing parallel processes that are running on numerous computers concurrently.This procedure is often employed in large-scale data analysis and general data analysis.

The wrong choice description can be defined as follows:

In option A and Option B both are wrong because it doesn't include data columns and string and numeric value.In Option D it is wrong because it not used in visualization.

Learn more:

brainly.com/question/14843342

write extensively on logic gate.
very long statement.
pls oo am begging

Answers

Logic NAND gate circuit symbol The AND and NAND gates are possibly the most widely used form of logic gate that are used . Of the two the NAND gate is the most widely seen . OR / NOR : OR gates and NOR gates are another form of logic gate that form one of the basic building blocks of digital technology .

Applications of Logic Gates They are basically used in circuits involving computation and processing . They are also used in push button switches . E.g. Door Bell . They are used in the functioning of street lights .

A logic gate is an idealized model of computation or physical electronic device implementing a Boolean function , a logical operation performed on one or more binary inputs that produces a single binary output .

Plss Mark as brainlest!!!

Thanks follower!!! <3

what file format should you not use for website photos?
JPEG
GIF
PNG
BMP

Answers

The answer is png. There is no png file
PNG is most common and the way how most people can open a picture.

The visitor's age is stored in the variable age, the day of the week is stored in a variable day, and the price in dollars is stored in the variable price. Which piece of code will correctly decide the price for each ticket.

Answers

Answer:

If a museum charges different prices based on the day of the week and age of the visitor. The pricing rules are shown below.

- On Tuesday and Thursday children 10 and under get in free ($ 0).

- For all other days and ages the cost is ten dollars ($ 10).

The code in python is;

if (day == 'Tuesday' or day == 'Thursday') and age <= 10:

   price = 0

else:

   price = 10

Explanation:

The logic of the algorithm suggests that that the conditional if-statement assigns zero to the price variable if the day variable is either Tuesday or Thursday and the child's age is 10 or below but assigns 10 to the price variable if the condition is not met.

Iciples UI
32
Select the correct answer.
Sheila is using a word processor to describe the procedure for performing a science experiment. What should she do to make it easier to read
the steps in the procedure?
A
use a numbered list to present the steps
B. align the steps with the right margin
C. decrease the line spacing between steps
D
center align the steps
Reset
Next

Answers

Answer:A

Explanation: I took the test !

The scientific procedure used by Sheila in the word processor can be processed for the ease with the numbering of the steps in the list.

What is a word processor?

The word processor is given as the computer program that has been used for the working of the document with making it editing, formatting, and adding the features to the document.

The word processing for the scientific experiment involves the series of events that takes place in the sequential order, thereby the easier way to read the process used by Sheila must be the numbering of the list.

Therefore, Sheila using the word processor describe the scientific procedure in the number list presenting steps. Thus, option A is correct.

Learn more about word processor, here:

https://brainly.com/question/14126052

#SPJ2

Will give Brainliest.

Use the drop-down menus to complete the statements about message flagging.
The (Flag message, Add flag, Follow up) command is used for message flagging.
When you “flag” a message, it will display as a task with a flag icon in the (Reading pane, To-Do bar, Events list).
Flagged messages can be customized by renaming the task, adding a due date, and setting (Colors, Reminders, Sort order).
Clicking (Mark complete, Unflag message, Remove flag) will remove the flagged message/task from the To-Do list.

Answers

Answer:

Use the drop-down menus to complete the statements about message flagging.  

The  

Follow up command is used for message flagging.  

When you “flag” a message, it will display as a task with a flag icon in the  

To-Do bar

.

Flagged messages can be customized by renaming the task, adding a due date, and setting  

reminders

.

Clicking  

Mark Complete

will remove the flagged message/task from the To-Do list.

Explanation:

Answer:

1. Follow up

2. To-Do bar

3. reminders

4. mark complete

Explanation:

The follow up command is used for message flagging.

When you "flag" a message, it will display as a task with a flag icon in the To-Do bar.

Flagged messages can be customized by renaming the task, adding a due date, and setting reminders.

Clicking mark complete will remove the flagged message/task from the To-Do list.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
23 24
Computing
L2 - Review the sentences below and fill in the blanks using the
list of words provided.
To connect together different devices, you need cables. The cables carry the messages sent between machines
communicating with one another. The most common type are called 'Ethernet cables'. The cable is made up of a
number of copper wires and has the ability to send data in_both directions.
A
connects a number of computers together within the same room or building. This means that each computer
does not need to have its own dedicated connection to every other computer in a network, which reduces the
number of needed.
A is often described as a powerful computer that provides services. One example of a service that it can
provide is shared access to such as text, images, sound, or
List of words: cables, server, files, video, hub, both
11
Click to add speaker notes

Answers

Answer: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

Explanation: x1

your one output statement should occupy two lines in your program

Answers

Answer:Use \n in your print function after text to keep writing in the next line

Explanation:

For example,

print("first line \n second line")

output would be:

first line

second line

what are 3 most common Operating systems ​

Answers

Answer: Microsoft Windows, Mac OS X, and Linux

Explanation:

Is this the answer you want or is it something else?

Answer:

Microsoft Windows, MacOS, Linux

Explanation:

These are the most common types.

Which type of word processing programs enables users to include illustrations within the program?

Answers

Answer:

 full featured

Explanation:

Answer:

Full Featured

Explanation:

Maya is a senior in high school and would like to pursue a career in web design. She needs more information about what skills and level of education are needed. What type of resource would be most helpful?

Answers

Answer:

Career resource website.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

In this scenario, Maya is a senior in high school and would like to pursue a career in web design. She needs more information about what skills and level of education are needed.

Hence, the type of resource which would be most helpful to Maya is a career resource website.

A career resource website can be defined as an online platform that offer a very clear, detailed and an elaborate approach to providing informative and helpful article, tips and advice on various career options with their specific requirements to both graduates and undergraduate students.

Answer:

Career resource website.

Explanation:

Took the test and got it right trust me ;)

Other Questions
Solve for x -2x -3 first person to find the answer right get the crown. How can you drop two eggs the fewest amount of times, without them breaking? Choose the algebraic description that maps AABC onto AA'B'C'in the given figure.A) (x, y) - (x + 6, Y)B) (x, y) - (x, y - 6)OC) (x, y) - (x-6, y).D) (x, y) - (x, y + 6) What are the pros and cons of having a constitution that is written vaguely? I neeeeed helppppppppppppp What term describes the period of time in which African Americans fled the south due to Jim Crow laws withthe hope for better job opportunities in the north?A ReconstructionB Jim Crow EraC Great MigrationD Great Awakening Carrie got a $65 gift certificate. She plans to buy a $12 rose bush and as many seed packets as she can for $1.79 each. Which of these inequalities shows x, the number of seed packets she can buy? (Will give brainliest) In your own words, say what a rational number is. Give at least three different examples of rational numbers. In your own words, say what an irrational number is. Give at least two examples. Which space rock is easiest to study and what do we typically learn fromthem? Please help me answer this will give brainlst What does Fraternity mean? plz answer for 35 points 100%= ???80% = 2040% = 1020% = 5 Someone pls answer thissssssssssssssssssssss What does Taoism teach about government?Government cannot rely on citizens for loyalty.Government is responsible for caring for nature.Government is responsible for achieving balance.Government cannot create social order or harmony. Find the quotient 7/9 divide 5/6 find the inverse equation f(x) = 2x 3 find the equation of the axis of symmetry and the coordinates of the vertex of the graph of each function. When a corporation issues its capital stock in payment for services, the least appropriate basis for recording the transaction is the market value of the shares issued. market value of the services received. the market value of the services received or the market value of the share issues. par value of the shares issued. Please help will give 20 points I'm running low on points so there's not gonna be much points with this questions. Please help.