What is the speed of Android operating system?

Answers

Answer 1

Answer:

There isn't an exact android speed due to a variety of androids. But there are very fast like the HTC 10 or a Samsung Galaxy.

Explanation:


Related Questions

3.2 Code Practice: Question 1 from edhesive ( answer in python pls)

Answers

Answer:

value = float(input("Enter a number: "))

if value > 45.6:

  print("Greater than 45.6")

Jacob wants to track the profiles of users who visit his Web site. He would like to store the user’s age, income, and location. He should use a _____.


database

template

word processor

spreadsheet

Answers

Describe the spreadsheet. Spreadsheets were created as electronic alternatives to paper accounting worksheets.

What facilitates user tracking on your website?

Search Engine Analyses Simple audience and behavior analytics are provided by Analytics. The demographics of users, the devices they used to access your site, and whether they have previously visited can all be segmented. Additionally, it can monitor a website's traffic volume and advertising effectiveness.

What collects visitor data from websites?

As a conventional analytics system, it provides statistics and information about the traffic to a website, including page visits, sessions, time on page, bounce rates, and much more. Analytics can demonstrate how visitors engage with your website because it is a conventional analytics tool.

To know more about  Spreadsheets visit :-

https://brainly.com/question/8284022

#SPJ1

2. How many receivers are used for broadcast transmission? *
A. Multiple
B. One
C. None

Answers

I really thinks it A

A school is developing a program to keep track of information about students and their class schedules. In which of the following instances would a data abstraction be most helpful?

A. The program includes individual variables to store the names of each student rather than a single list of students.

B. A program includes multiple comments that could be combined into a single comment

C. A program includes repeated programming statements that could be moved inside a loop

D. A program includes repeated code that could be moved inside a function.

Answers

Answer: D

Explanation: A doesn't make sense, B doesn't either.

However you're left with C and D. In this case I can understand if you picked C, but I picked that and got the answer wrong.

D makes sense since data abstraction means to simplify the code to make it easy to read and point out details while removing other components.

A function allows one to understand the intention of the code by its name and thus it makes it easier to read.

Therefore, I suggest D.

If the school is to keep track of information about students and class schedules, a data abstraction would be most helpful if the program includes individual variables to store the names of each student rather than a single list of students.

Data abstraction can be described as the reducing of data in order for it to be more simplified and used to represent only the essential characteristics.

It would be most helpful in this option because it has been reduced to individual variables instead of the full list of the students

Read more on https://brainly.com/question/23230368?referrer=searchResults

how to use access?
like working in access and bringing tables and stuff

Answers

I would recommend first familiarizing yourself with the program Access by watching introductions.

If you have even more time to spare and want hands-on experience, use Wise Owl exercises. Search up college classes assignments or guides. (Boy, do they love their big workbooks.) Essentially, do practice exercises.

Write a function that takes as input a person’s name, city, state, zip code, and address, where the address is either one string (one line) or two strings (two lines), and prints the person’s information like a mailing label. Show that the routine works regardless of whether it is called with one address line or two address lines.

Answers

I realized you needed this in python.

def func(name, city, state, zip, address1, address2):

   print(name)

   print(address1)

   if address2 != "":

       print(address2)

   print(city + ", " + state + " " + zip)

func(input("Enter your name: "), input("Enter your city: "), input("Enter your state: "), input("Enter your zip: "),

    input("Enter the first part of your address: "),

    input("Enter the second part of your address: (simply press enter if not applicable) "))

This works for me. If you come across any errors, I'll do my best to help out. Best of luck.

Which of the following job tities is held by a person working at a global food distribution ?

Answers

Hi! Please give me Brainliest! Thanks!

Enzo is writing a paper about the similarities and differences between ancient Rome and modern America. Which text structure is he most likely to use? problem and solution comparison and contrast chronological order order of importance I NEED HELP BAD IT IS TIMED

Answers

Answer:

The correct answer is B.) comparison and contrast

Explanation:

just did the unit test review. you are welcome

Answer:

The correct answer is compare and contrast.

the compact disc drive it belongs to a.input b.output c.storage device​

Answers

Answer:

c.storage device

Explanation:

In a networking context, architecture refers to
A: the building that houses the network
B: design
C: the hardware
D: a well built network

Answers

Answer:

The Bootstrap Protocol (BOOTP) is a computer networking protocol used in Internet Protocol networks to automatically assign an IP address to network devices

Explanation:

C

Answer:

B: Design

Explanation:

What will be displayed in the console when this program runs?

var numList = [10,20,30];
console.log(numList[numlist.length-2]);

Answers

Answer:

20 will be displayed on the console.

Explanation:

Given code is:

var numList = [10,20,30];

console.log(numList[numlist.length-2]);

The first line of code declares an array named numList and assigns it values given in the square brackets.

The second line of code is written to display the element on the index obtained by [numlist.length-2]

[numlist.length-2] means the second index.

Hence,

after running the code on JavaScript editor and dry running the code

20 will be displayed on the console.

Answer:

20

Explanation:

Currently, this program will add 6 and 3 together, output the math problem and output the answer. Edit this code so that a random number is generated from 1 - 10 (inclusive) for the variables a and b. Also, instead of adding the two numbers together, the edited program should multiply them, and output the proper math problem and answer. Be sure to update every line of code to reflect the changes needed.
import random

a = 6
b = 3

answer = a + b

print (str(a) + " + " + str(b) + " = " + str(answer))

Answers

I've included my code in the picture below. Best of luck.

The modifications to be done program is an illustration of random numbers using Python.

The random numbers from 1 to 10, will be generated using the random module

The modified program where comments are used to explain the lines of the programs are:

#This imports the random module

import random

#This generates a random number

a = random.randint(1,10)

#This generates another random number

b = random.randint(1,10)

#This multiplies both numbers

answer = a * b

#This displays the result of the program

print (str(a) + " * " + str(b) + " = " + str(answer))

At the end of the program, the program will print the product of both random numbers.

See attachment for sample run of the program

Read more about Python programs at:

https://brainly.com/question/22841107

14. Sending files to someone else through the Internet is called? *
A. File Transfer Protocol
B. File Sharing
C. File Syncing

Answers

Answer:

The answer is b

Explanation:hope this helps

It B : File sharing

What are non-examples of wage and salary?

Answers

Answer:

Recent Examples on the Web: Noun The goal, ideally, should be to pay workers a livable wage — not a less bad one than the museum down the road.

What is the function of a slide transition in a presentation program?

Answers

Answer:

Just Aesthetics.

Explanation:

The slide transition can smooth out a transition between slides. The transition is purely aesthetic, so it has no actual purpose, other than looking cool.

Answer:

It adds visual effects when you move from one slide to another

Explanation:

Find the difference between monocots and dicots clarify with an example​.

Answers

Answer:

The seed in the plant having one cotyledon is called as the monocotyledon, while the seed in the plant having two cotyledons is named as the dicotyledon.

Explanation:

Monocots are herbaceous.

Dicots are both woody as well herbaceous.

Monocotyledon- Leaves in monocots have parallel venation

Dicotyledon - Leaves in dicots have reticulate or net venation

Answer:

Woody/Herbaceous

Explanation:

Directions and Analysis
Task 1: Typing an Essay
Select a favorite sport, contest, or game of your choice. Write an essay in standard form
(sentences, paragraphs, bullets, etc.) to include details, such as the sport or game's unique
characteristics, rules, tournaments, useful strategies, famous players, teams, etc. Your target
time for this task is 2,000 words typed accurately in 90 minutes. Ensure that you type while
maintaining the correct posture and finger placement.

Answers

Answer:

Sorry this is a typing test, too pysical for online help as for the words and time limit to reinforced learning, if content is the issue grab an article or paper and type that.

Which monitor will you prefer in your school ; CRT or FPD ?why ?

Answers

Answer:

CRT

Explanation:

because this is very comfortable for me

What is the name of the variable in this code?

1| fav_color = sprite.ask("What's your favorite color?")
2| sprite.say(fav_color)

fav_color

What's your favorite color?

sprite

ask

Answers

Answer:

fav_color

Explanation:

Answer:

fav_color

Explanation:

fix the code :)
- # - description of lesson lesson (3.05)

def main():
print("This progam will display a story for you")
print
person = input("Please give me a celebrity name")
setting = input("Please give me your favorite place to go")
time = input("Please give me a time of year")
item = input("please give me the name of your favorite food")
print("Once there was a person by the name of " + person + " who was visting the " + setting + " ." + " decide that
because of quarantine it was so boring and being that it was " + time + " it was time to go eat " + item + ".")

Answers

def main():

   print("This progam will display a story for you")

   person = input("Please give me a celebrity name ")

   setting = input("Please give me your favorite place to go ")

   time = input("Please give me a time of year ")

   item = input("please give me the name of your favorite food ")

   print("Once there was a person by the name of " + person + " who was visting the " + setting + " ." + " decide that because of quarantine it was so boring and being that it was " + time + " it was time to go eat " + item + ".")

main()

You have to indent everything inside the main function and then call the main function. The code runs find after that.

Answer:

def main():

  print("please answer all the qustions for this to work")

  person = input("Please give me your name example ryland")

  setting = input("Please give me where you are example house ")

  time = input("Please give me the time example 12:00 ")

  item = input("please give me the name of your favorite food example tacos ")

  print("Once there was a person who was called " + person + " who was at there " + setting + "." + "  At " + time + " you got hungry it was time to go eat " + item + ")

main()

Explanation:

Hope dis works

vkbfnkynbvkbj how do i unblocked websites on my school laptop?

Answers

Answer:

impossible

Explanation: sorry but too bad

Create a presentation on “Pets” and customize your presentation in the following ways:

Apply a theme to your presentation.
Customize and apply master slide.
Apply animation.
Add and apply slide layout.
Write out the steps that you followed when doing so.

Answers

Answer:

I used Microsoft PowerPoint 2010 to create my presentation. I created five slides on the topic of “Pets” and then customized the presentation.

Theme: I selected the Hardcover theme from the Design tab.

Slide Master: The Slide Master consists of all the design elements that I want for my slides. Therefore, I used the Slide Master option from the View tab. It gave me a view of all my slides in the form of thumbnails (on the left side) as Master Layouts. From the thumbnails list, I clicked on the top-most one (larger thumbnail) to edit it. On this master slide, I changed the background design, color scheme, and positioning of the placeholders.

Animation: There were certain slides for which I wanted to add animations. I individually selected those slides and clicked on the Animations Tab. I selected the Zoom animation style for the entry and exit of my text for particular slides.

Slide Layout: Within my presentation, I wanted a slide (slide number 5) to stand out from the rest. This slide would talk about the various pet stores in the vicinity. First, I used the Insert Layout option while being on the Slide Master view. Next, I used the Insert Placeholder option and selected Picture. Then, I had to drag the cursor to create a placeholder on the slide. I right clicked the thumbnail of this new slide and selected Rename Layout to change the name of this custom layout to “Pet Stores.”

Explanation:

This is the answer for Plato

Question #2
Dropdown
Choose the steps in the order discussed in the lesson.
Step 1:
Step 2:
>
Step 3:
<
Step 4:
Step 5

Input
Check Accuracy
Output
Process
Define the task

Answers

Answer:

1. define the task

2. input

3. process

4. output

5. check accuracy

Explanation:

have a lovely day <3

What is the main difference between a peripheral device and other types of devices? Choose the best answer.

A.
It only accepts input.
B.
It only provides output.
C.
It is attached externally to a computer.
D.
It does not need a computer to perform its function.

Answers

The answer is C: is is attached externally to a computer.

1. A fish farm has a computer system that constantly monitors the quality of the
water in its fish ponds.The system uses sensors to carry out the monitoring. (a)
Name any one most appropriate sensor that could be used to monitor the quality
of the water in the fish ponds. *
O humidity
O moisture
Орн
O infrared​

Answers

Answer:

HUMIDITY

Explanation:

Composition of a scene requires a lot of careful analysis.
The process of composing shots is known as what

Answers

Answer: framing

Explanation: i just took the test and i got it right hope this helps

Why does a bus topology require a terminator? a) because otherwise it would be a ring network b) because otherwise the packets will bounce back and forth from end to end repeatedly c) because otherwise the signal will fade out d) because a terminator is where a bus network connects to the outside

Answers

Answer:

B)because otherwise the packets will bounce back and forth from end to end repeatedly

Explanation:

Bus topology can be regarded as a kind of topology for a Local Area Network, it is one that has it's nodes connected to a single cable(backbone) and any break in the so called backbone, there will be failure in the entire segment. However a Terminator is usually attached to the end-points of a bus network so that the signal is absorbed by the Terminator and as a result of this the signal will not reflect back down the line. If there is no Terminator there would be bouncing back and forth of packet in an endless loop.It should be noted that a bus topology require a terminator because otherwise the packets will bounce back and forth from end to end repeatedly

.

The answer is-

B.) because otherwise the packets will bounce back and forth from end to end repeatedly

Bus topology can be regarded as a kind of topology for a Local Area Network, it is one that has it's nodes connected to a single cable(backbone) and any break in the so called backbone, there will be failure in the entire segment. However a Terminator is usually attached to the end-points of a bus network so that the signal is absorbed by the Terminator and as a result of this the signal will not reflect back down the line. If there is no Terminator there would be bouncing back and forth of packet in an endless loop.It should be noted that a bus topology require a terminator because otherwise the packets will bounce back and forth from end to end repeatedly

You would like to search for information about storms but not tornadoes. What type of search strategy may be useful?

entering keywords into many different search engines
a Boolean search
a wild-card search
searching for synonyms

Answers

Answer:

boolean search

Explanation:

Answer:

Boolean Search

Explanation:

Can someone solve this for me please? It’s part of an escape room.

Answers

Answer:

THE NARRATOR HEARD ALL THINGS IN HEAVEN AND EARTH AND WHERE ELSE?

The Narrator Heard All Things In Heaven, Earth, and Where Else?

In 2-5 paragraphs, describe how you would create a new database using your software.

Answers

Answer:

1. open the software

2. select a new blank database or database wizard

3. name the database

4. enter field names and select the type of field (text, number, date, currency)

5. make one of the fields the primary key

6. click done, or save and close

7. open the table and add records

Other Questions
13. The time when residents of the Up Country were forced to take the law into their own hands,because all courts were in the Low Country, was called the Regulator Movement. *(3 Points)TrueFalse Why does everyone trust gravity?(Explained)(Will Give Brainliest) How can a systematic error affect the reported data? What were some key pieces of progressive legislation? Here are four false statements about the graph.Select one and explain why it's false.The domain is -6 The domain is -5 The range is y < 5The range is -5y What can happen to solar radiation when it enters Earths atmosphere?It is increased by clouds.It is reflected by glacial ice.It is condensed into visible light.It is amplified by water molecules. HELP PLS FOR 10 POINTS AND BRAINLIEST TO CORRECT ANSWER The cost, C, to ride in a taxi can be calculated using the function shown, where m is the number of miles.C = 2.25 +0.85mWhat is the cost per mile to ride in the taxi?A. $0.85B. $1.40C. $2.25D. $3.10 The statement of cash flows is an optional financial statement.TrueOr False What is the most effective way to manage stress? Maintain a regular sleeping schedule. Keep an active calendar. Eat a high protein diet. Practice multitasking used to - wouldEnigally 1sleaswiComplete with used to, would.5.used to1 Bekzatlive in Astana, butnow he lives in Atyrau.2 When I went to the water park, 1..used tondalways slide down the waterslides.pe 3 Olga used to........... love playing in thesand when she was little.4 When we went on holiday, my mumread novels on the beach. Do the set of points in the figure represent a function?YesNo HELP PLZZZS!!!!!!! EASY 10 points *easy* please answer this question GIVING BRAINLIEST!! The original price was $20, the sales price is $15. Is this an increase or decrease? What was the percent change? Explain how environmental factors contributed to industrialization from 1750 to 1900. In your response, provide at least one specific example of the influence of environmental factors, and at least one specific example of an outcome. please help me fill out this form!! im behind in english!!Kings Words Start a Fire Like protest songs, Martin Luther King, Jr.s Letter from Birmingham Jail includes many examples of figurative language meant to persuade people to take action. In each line, an instance of figurative language is already identified for you. Use what you learned in the lesson to identify the type of figurative language, explain what the figurative language means, and explain the tone and mood of the line from the letter. Some parts of the chart are already completed for you.The line from Letter from Birmingham Jailis an example of (Which type of figurative language such as metaphor, simile, personification, symbol, or allusion?)that meansand creates a ____________ tone and a ____________ mood.Example: This movement is nourished by the contemporary frustration over the continued existence of racial discrimination.is an example of that means the movement grows because of the peoples frustration with racial discriminationand creates a Factual tone and an Urgent mood.and see the tears welling up in her little eyes when she is told that Funtown is closed to colored children, and see the depressing clouds of inferiority begin to form in her little mental skyAn example of a There comes a time when the cup of endurance runs over, and men are no longer willing to be plunged into an abyss of injustice where they experience the bleakness of corroding despair.An example of _______________ toneUrgent moodTo a degree, academic freedom is a reality today because Socrates practiced civil disobedience.An example of Socrates disobeyed laws that were not fair, which made it so students today can think freely (and possibly differently than their teachers).Factual toneThought-provoking moodLike a boil that can never be cured as long as it is covered up but must be opened with all its pus-flowing ugliness to the natural medicines of air and light, injustice must likewise be exposed, with all of the tension its exposing creates, to the light of human conscience and the air of national opinion before it can be cured. An example of a In those days the Church was not merely a thermometer that recorded the ideas and principles of popular opinion; it was a thermostat that transformed the mores of society.An example of a The church did not just reflect what was happening in society; it actually had the ability to change what was happening in society.Let us all hope the dark clouds of racial prejudice will soon pass away and the deep fog of misunderstanding will be lifted from our fear-drenched communitiesAn example of a Optimistic tone____________ moodLet us all hope the dark clouds of racial prejudice will soon pass away and the deep fog of misunderstanding will be lifted from our fear-drenched communitiesAn example of a Please assist with the geometry questions part 1 What is the value of g(2)? a metal washer has a mass of 0.27 G and a volume of 0.1 CM3 what is its density 50.1The XYZ affair was an issue involving the seizure of US ships.Please select the best answer from the choices providedTFPlease help I will give brainliest