The back-end of an app is BEST described as:

A.
the check-out feature of a shopping app.

B.
the part of the app the user sees and uses.

C.
the supporting elements of the app.

D.
the final marketing phase of app development.

Answers

Answer 1
Answer:C

Explanation: Because the back would have to support the apps software and trim the unwanted things in the app


Related Questions

Every HTML document needs to begin with which of the following tags?

Answers

The first tag in any HTML file is the tag. This tells web browsers that the document is an HTML file. The second tag is a tag. Information between the HEAD tags doesn't appear in the browser window, but is still important.

15-Points answer quickly please. Select the correct answer. How can you make a search phrase more effective?
A. by framing it as a question
B. by using more specific search terms
C. by using a different search engine
D. by using all the search terms you can think of

Answers

You can make it more effective by framing it as a question because if you do that it makes it more effective

Design brief of grain crusher. Design specification of grain crusher. Design constraints of grain crusher

Answers

The grain grinder is a kitchen tool used to grind hard grains obtained from different plants.

What is a grain grinder?

The grain grinder is a culinary tool used by different communities around the world to transform grains into a dough, paste or powder to be able to cook it with other techniques.

The grain crusher has an innovative and effective design in which the grains enter through a tube and are led to the crushing area, where they are crushed once the user begins to move a lever clockwise.

A disadvantage of this manual crusher design is that it does not allow a large amount of grain load, that is, the user must crush a minimum amount of grains, which will prolong their time using this machine.

Learn more about tools in: https://brainly.com/question/14830872

Threats are:_____.
a. Weaknesses in an information system that can lead to a compromise of an asset.
b. Safeguards used to minimize the impact of threats.
c. Capabilities, intentions and attack methods of adversaries to cause harm to assets.
d. Resource or information that is to be protected.

Answers

C - Capabilities, intentions, and attack methods of adversaries to cause harm to assets
threats are valid my main br

what is multimedia hard ware? Write any four examples of multimedia hardware.

Answers

Answer:

Multimedia software tells the hardware what to do. For example, multimedia software tells the hardware to display the color blue, play the sound of cymbals crashing etc. To produce these media elements( movies, sound, text, animation, graphics etc.)

What strategies can you use to ensure ease of reading in your emails and other digital communications

Answers

Answer:Ways to Ensure Your Emails Get ReadSubject lines: Remember that only 20 percent to 40 percent of your emails will actually get opened, though most of your subject lines will be seen. ... Your tone: Portray yourself as someone that other people can connect to.

Explanation:

According to recent security survey compromised passwords are responsible for.

Answers

Answer:

81 percent of hacking-related breaches

Explanation:

I found this online, if you need a more specific answer, you will need to provide the multiple-choice options.

_____is used to organize and modify the properties of the current selection.
a)Stage
(b) Property Inspector
(c) Timeline panel

Answers

Answer:

☘ QUESTION☘

_____is used to organize and modify the properties of the current selection.

☘ ANSWER☘

(B) Property Inspector

Explanation:

✨BY#NICHOLE✨

When trying to upload assignment on canvas wont let me click choose file.

Answers

Try either reloading the tab or resetting computer.

If a person communicates indirectly and attaches little value to
the literal meaning of words, their communication is
A. high-context.
B. low-context.

Answers

Answer: B. Low-context

To enable a single hard drive to store more than one operating system, it would need to be ________ first.

Answers

Answer:

partitioned

Explanation:

What is output by the following program?

def mult(a, b = 1, c = 1):
print(a * b * c)

mult(2, 5)

Answers

The output of the program is 10.

def mult(a, b = 1, c = 1):

    print(a * b * c)

mult(2, 5)

Code explanation:

The code is written in python.

A function is declared named "multi" and the function has parameter of a, b and c. The default value of b and c are 1.Locally, we print the product of a, b and c.Finally, we call the function with its inputted parameters. Notice we only had 2 argument while calling the function. This simply implies that the default value for c is used. Therefore,  we will have 2 × 5 × 1 = 10

learn more on python here: https://brainly.com/question/22796383

Carly was given a writing assignment. In three to five sentences, give her some advice to help her plan and organize her writing.giving brainliest

Answers

1) She needs to organize her assignment. Know how it will start, the middle and end.

2) Decide what she wants to write about.

3) Start writing.

4) Review it. Check for grammar mistakes and look in the areas where she knows she might make a mistake.

5) Send it.

(This might be too long, but I hope it helps!)

What type of attack is being performed when multiple computers overwhelm a system with fake requests

Answers

Answer:

This is an attack on availability. A system resource is destroyed or becomes unavailable. Examples of this attack are the Nukes, which cause computers to go out of service. It is one of the oldest attack modes, they use the service or command "ping" to send fragmented, incomplete, or too large packets.

Explanation:

Answer:

Distributed Denial of Service (DDoS)

Explanation:

Every time a key is pressed on the keyboard, the _______________ chip in the keyboard notices which key has been pressed.

Answers

Answer:enter key

Explanation:I hope this helps and please give me brainlyiest

Identify the correct wireless technology from the drop-down menus.

A manager is in charge of 30 retail associates. Some of her duties include scheduling and keeping an updated list of each associate's information for payroll processing. She uses a wireless device to do these tasks. Her boss has offered her an upgraded wireless device that can also make phone calls, send text messages, and even access the Internet. She agrees this will make her job much easier, especially because she cannot always access her e-mail from the store's desktop computer. She has to be on the sales floor to make sure everything is running smoothly.

----------------------------------------------------------------------------------------------------------------------------

Which wireless device does the manager most likely have before being offered the upgrade by her supervisor? ()

Which wireless device is the supervisor most likely offering to the manager as an upgrade? ()

Which wireless device, if offered, would the manager probably find cumbersome if she needs to have her hands free to move about the sales floor? ()

Answers

Answer:

PDA, SMARTPHONE, LAPTOP COMPUTER

Explanation:

i just took this.

What function would you use to calculate the total interest paid for the first year of a mortgage?.

Answers

Answer:

To calculate the total interest paid for the first year of a mortgage, the formula M = [P.r (1+r)n] / [(1+r)n-1] × 12 can be used.

Explanation:

why it is important to add a key field?

Answers

Answer: A primary key is used as a unique identifier to quickly parse data within the table.

Explanation: A Key field is necessary to allow users to import Records to a Subform.

a stretching
force causing
things to be
pulled in
opposite
directions

Answers

Explanation:

Please helpppp meee! I'm rn in Ukraine, the invasion has begun early this morning! My house was bombed by a russian shell. I'm hurt!!! Give me some advice!! I don't have any medical substances nearby!!

Write a java program that asks the student for his name and Favorite basketball team. The program should then welcome the student, and cheer for his team

Answers

The java program is an illustration of sequential programs

What are sequential programs?

Sequential programs are programs that do not require loops or conditions

The actual program

The program written in Java, where comments are used to explain each line is as follows:

import java.util.*;

public class Main{

public static void main(String[] args) {

 //This creates a Scanner Object

 Scanner input = new Scanner(System.in);

 //This declares the variables

 String name, team;

 //This prompts the user for name

 System.out.print("Name: ");

 //This gets an input from the user

 name = input.nextLine();

 //This prompts the user for favorite team

 System.out.print("Favorite team: ");

 //This gets an input from the user

 team = input.nextLine();

 //This prints the required output

 System.out.print("Welcome, "+name+". Cheers to "+team+" team");

}

}

Read more about sequential programs at:

https://brainly.com/question/26642771

Answer:

it is coding so make a java code and put it to the data on a file on the computer then.... tada!!!

Explanation:

Most case fans have standard _______________ connectors that are easy to plug in but can be forced to be connected the wrong way.

Answers

Answer:

Molex

Hope this Helps!

What are the number of buttons on an average calculator?.

Answers

Answer:

56

Explanation:

There is 56

how to get a javascript's varible

Answers

Answer:

If you want to use a js variable in a php script you MUST pass it within a HTTP request. There are basically two ways: Submitting or reloading the page.

Explanation:

In programming, just like in algebra, we use variables in expressions (total = price1 + price2). From the example above, you can calculate the total to be 11. JavaScript variables are containers for storing data values. All JavaScript variables must be identified with unique names. These unique names are called identifiers.

Why cant my teacher see my photos submissions on canvas.

Answers

Answer:

Put the pictures on a writing platform and give them the link to it by writing an email or using the comments.

Which thesis statement does a better job of meeting the three requirements for thesis statements?



- Drugs are not good for anybody, and we should work harder to prevent drug abuse.


- We need harsher penalties to deter doctors from overprescribing painkillers, which leads to the abuse of legal drugs

Answers

A.Thesis statements support hooks to sway the opinions of readers, so A.

Your thesis statement when writing an informational essay, or any other papers, is essential to the conclusion.

If you want good essays and stories that have the reader asking good questions, you will one hundred percent need a hook and thesis statement.

How can a classroom be more effective by the use of multimedia? ​

Answers

Answer:

Multimedia helps the user become more engaged with what they're learning by using multiple different methods to engage the user. When the user is interested or is engaged with his/her work, what he/she is learning becomes more enjoyable allowing the information to stick.

Explanation:

Multimedia is one of the many ways of communicating. It combines many different things including audio, animation, or text, all together which allows the user to interact with these different learning methods and become more interested, because it tries many different learning techniques at once.

A common example of multimedia would be websites such as ABC mouse.com, which allows the user to interact head on with the lessons while using many different things to help the student become more engaged with what they're learning. Things such as mini games, points to earn to buy items, and in-lesson interaction with multiple choice questions. All help the student become engaged/addicted to using the website.

To sum up, how can a classroom be more effective by the use of multimedia? ​"Multimedia helps the user become more engaged with what they're learning by using multiple different methods to engage the user. When the user is interested or is engaged with his/her work, what he/she is learning becomes more enjoyable allowing the information to stick."

Hope this helps.

When you're writing for mobile devices, use ________ to present the most important information first and provide successive layers of detail that readers can consume, if they want to.

Answers

Answer:

An inverted pyramid style.

How to change capital letters to lowercase in excel?.

Answers

Answer:

To change column A to Title Case, select cell B2. Type =PROPER(A2), and press Enter. Tip: Use the formula =UPPER(A1) for all UPPERCASE; =LOWER(A1) for all lowercase.

Explanation:

List Any Four Library function with syntax
















Thnx:')
[tex] \: [/tex]

Answers

Some Library function and syntax.

Function :

exit expfprintffscanf

System include files:

stdlib.hmath.hstdio.hstdio.h

Function prototype:

Void existdouble exint printint & seek

Hope Helps!!

Question 2 of 10
A potential danger of social media is that:
O A. people make friends that live across the world.
B. your information can be viewed by strangers.
C. users can easily join an interest group online.
D. job applications can be downloaded online.

Answers

Explanation:

B. This is because everyone we don’t know is good and bad can know all of our biodata

Other Questions
Tracy ran 5 blocks north and then 7 blocks east. How far away is she from her starting point. Summarize How cells divide what is 9 x 10 + 22 i need help What was an effect of Englands increased production during the Industrial Revolution? an increase in cotton being exported by England a loss of income for factory owners in England an increase in global trade between nations a decrease in enslavement around the world Which of the following best describes limiting factors?A. Limiting factors prevent a population from growing uncontrollably.b. Limiting factors exist in some ecosystems.c. Limiting factors help build a population.d. Limiting factors reduce competition among individuals. Can someone help me with this? I cant understand it, please its urgent :( please answer C onwards ASAP 44,100? 4.41 x 10311-> Which organism is the least related to the other three organisms?. Complete the following sentence.Avian digestive systems include a muscular pouch behind the stomach called a(n) blankthat further breaks down food. Which of these is a factor when determining the safe speed for a vessel?. My friend just sent me "I'm sorry im your friend" what do i say to this.... HELP PLEASEWhy is a country with a low literacy rate less likely to have access to healthcare?A.Endemic diseases are less prevalent in countries with low literacy rates.B.Healthcare workers refuse to see patients unless they can demonstrate literacy.C.Countries with low literacy rates often have weak economies and weak governments.D.Countries with low literacy rates often have strong economies and strong governments.Please select the best answer from the choices provided.ABCD Which cell type is produced by mitosis?haploiddiploidspermgamete How long will it take for 7/8 of the source to decay. ASAP 25 POINTSCan someone answer this a quickly ead and choose the option that best answers the question.Cuando me arreglo para un evento especial, me pinto las uas con el esmalte y uso la plancha de pelo especialmente para este da tan importante. Me maquillo brevemente con el maquillaje. No me pongo rmel en las pestaas, pero s me pongo bastante labial en los labios y sombra en los ojos. Tomo un poco de caf y me visto rpidamente. Ya estoy preparada para salir!Based on the text, what does this person do after using polish and before using her face make-up? Beautifies her eyes Dresses up Grooms her head Has breakfast What effect does acid rain have on the environment?. The warm air from this heater creates a current when the warm air rises and the cold air sinks. *. If y = 6x 3, which of the following sets represents possible inputs and outputs of the function represented as ordered pairs? {(0, 3), (1, 9), (2, 15)} {(0, 3), (2, 15), (4, 21)} {(0, 3), (2, 9), (4, 21)} {(0, 3), (2, 15), (4, 21)}