What operating system is a smart phone most likely to use?
A) BSD
B) Mac OS X
C) Symbian
D) Linux

Answers

Answer 1
Answer:
Linux

Reason:
According to Google, BSD is discontinued. Symbian is also discontinued. Linux is on some smartphones. Max OS X are for computers.

Hope this helped!
Answer 2

Answer: it's C) Symbian

Explanation: trust me bro


Related Questions

what does memory Stores?​

Answers

Memory is the process of storing and recalling information that was previously acquired. Memory occurs through three fundamental stages: encoding, storage, and retrieval. Storing refers to the process of placing newly acquired information into memory, which is modified in the brain for easier storage.

What makes this information systems environment unique? (3 points)

Answers

Information technologies are unique not just because of their growing use in decision-making and knowledge management systems, important as that is. Their use has also yielded significant improvements in the efficiency of energy and materials use.

100 points! What categories would you need to access to create a full program where a sprite paints a square on the screen?
A.
Motion, Pen, Control, Sensing
B.
Events, Pen, Looks, Operators
C.
Events, Pen, Motion
D
Variables, Pen, Operators

Answers

Answer:

i think its A. but im not sure

Answer:

A

Explanation:

I took the test and this was right

Which is the most popular language used in game programming?

A.binary
B. C++
C. CGI
D. Flash

Answers

Answer:

B C++

Explanation:

The two most common languages for game designers to learn are C++ and Java, although other languages are popular (such as C# for Unity). Another type of programming you may hear referred to is scripting, but that essentially comes down to a type of systems programming.

Answer:

b

Explanation:

i just know it

what is the branching factor of the following tree?

Answers

Answer:

a is the branching factor

Answer:

B, 2 factor

Explanation:

Which option helps you choose the design of a slide in a presentation?

Answers

Answer:

Wut options??

Explanation:

does anyone knows how I can remove those people at the bottom In google photos it’s not showing up in google contact help

Answers

Maybe refresh all your Safari apps

Pls help... : Slide layouts can be changed by _____.


selecting new layout from the Tools menu

selecting new layout from the Edit menu

selecting a new layout from the Task pane

selecting a new layout from the Slide pane

Answers

Answer:

Selecting a new layout from the task pane

Explanation:

selecting a new layout from the Task pane

kekw

Which program will have the output shown below?

5
6
7

>>> for count in range(4, 7):
print(count)

>>> for count in range((4, 8):
print(count)

>>> for count in range(5,7):
print(count)

>>> for count in range(5, 8):
print(count)

Answers

for count in range(5, 8):

   print(count)

This will produce.

5

6

7

I hope this helps!

Answer:

>>> for count in range(5, 8):

print(count)

Explanation: got it right on edgen

edhesive 2.3 code practice question 1​

Answers

Answer:

a=int(input("Enter a numerator: "))

b=int(input("Enter a divisor: "))

quotient=a/b

remainder=a%b

print("Quotient is: " + str(int(quotient)))

print("Remainder is: " + str(int(remainder)))

Explanation:

Hope this helps :)

What is the speed of Android operating system?

Answers

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:

Question #1
Multiple Select
Which collections can contain duplicate items?
deque
O dataset
O list
tuple
organizer

Answers

Answer:

Deque

Tuple

List

(Did it on Edge)

In this exercise we have to use python knowledge to identify which ones can be used with duplicate terms, like this;

it is the List

What is a list in Python?

A list in Python is an ordered sequence or collection of values. Each value in the list is identified by an index. The values ​​that form a list are called elements or items.

See more about list in python at brainly.com/question/26104476

round 9572to the nearest 1000

Answers

Answer:

10,000

Explanation:

Since the 5 is behind the thousand place, which is 9, we round according to 5. Although 5 is in the middle of 1 and ten, it rounds up to ten. Therefore, your answer is 10,000.

10,000 if the hundredth number is 5 and above then you can round the thousandth number to 10 which gives you 10,000

Is this statement true or false?



Humor should never be used in a presentation as it will distract your audience.


true

false

Answers

This answer could be either, but personally false. Humor drives attention into your work (if the humor isn’t about it then yes it would drive it far off) but it makes people focus and listen to your presentation so they would answer your jokes. Hope this helped!

Answer:

false

Explanation:

you are welcome ;)

A computer connected to the internet that asks for data is a(n) ________

Answers

Answer:

Client

Explanation:

Answer:

Client

Explanation:

The client makes a request for a service, and a server performs that service.

Select the correct answer
in the context of website navigation, what is a node?
a point at which the user chooses a certain path
a part of a web page that gives it a unique identity
a navigational aid that tells users know where they are
a hyperlink that leads to the home page

Answers

Answer:

a point at which the user chooses a certain path.

Answer:

a point at which the user chooses a certain path.

Explanation:

Alisa Miller reports that the number of Americans who closely follow overseas news:

A.) decreased by 30 percent in the past 20 years.

B.) jumped to more than 50 percent in the past 20 years.

C.) will double over the next 20 years.

D.) doubled over the past 20 years.

Answers

Jumped to more than 50 percent in the past 20 years

Which ribbon tab is not a default in Outlook 2016's main interface?
O Home
Send/Receive
O Folder
O Review

Answers

Answer:

review

Explanation:

What changes should be made in OSI model(Open System Interconnection).

Answers

Answer:

Explanation:

When most non-technical people hear the term “seven layers”, they either think of the popular Super Bowl bean dip or they mistakenly think about the seven layers of Hell, courtesy of Dante’s Inferno (there are nine). For IT professionals, the seven layers refer to the Open Systems Interconnection (OSI) model, a conceptual framework that describes the functions of a networking or telecommunication system.

The model uses layers to help give a visual description of what is going on with a particular networking system. This can help network managers narrow down problems (Is it a physical issue or something with the application?), as well as computer programmers (when developing an application, which other layers does it need to work with?). Tech vendors selling new products will often refer to the OSI model to help customers understand which layer their products work with or whether it works “across the stack”.

Layer 7 - Application

To further our bean dip analogy, the Application Layer is the one at the top--it’s what most users see. In the OSI model, this is the layer that is the “closest to the end user”. It receives information directly from users and displays incoming data it to the user. Oddly enough, applications themselves do not reside at the application layer. Instead the layer facilitates communication through lower layers in order to establish connections with applications at the other end. Web browsers (Google Chrome, Firefox, Safari, etc.) TelNet, and FTP, are examples of communications  that rely  on Layer 7.

Layer 6 - Presentation

The Presentation Layer represents the area that is independent of data representation at the application layer. In general, it represents the preparation or translation of application format to network format, or from network formatting to application format. In other words, the layer “presents” data for the application or the network. A good example of this is encryption and decryption of data for secure transmission - this happens at Layer 6.

Answer:

go darlin

Explanation:

What is the default zoom percentage in Word?

Answers

Answer:

50%

100%

150%

200%

Explanation:

Jason found his father’s old phone . When he looked into the interior circuit of the phone, he found that the storage car was permanently fixed on the primary circuit board of the phone, what type of storage media is this?

Answers

It is a persistent drive

What game is this ?? Helppp me

Answers

Call of Duty

Hope this helps you broski

I'm not sure how to do these.

Answers

Answer:

JAVA

TASK 1

float float75 = 75; # widening casting are done automatically.

String string75 = String.valueOf(75);

float75 + string75 = Error: As the compiler doesn't know how to approach this, are you trying to add float to unicode charcters, if there is a value in this string, CAST it out, EXORCISE

TASK 2

import java.util.Scanner;

class MyClass {

public static void main(String[] args) {

Scanner myObj = new Scanner(System.in); // Create a Scanner object

System.out.println("Enter Float number");

float number = myObj.nextFloat();

System.out.println(number ** 2);

TASK 3

import java.util.Scanner;

class MyClass {

public static void main(String[] args) {

Scanner myObj = new Scanner(System.in); // Create a Scanner object

System.out.println("Enter number");

int number = myObj.nextInt();

int quotient = number / 7;

int reminder = number % 7;

System.out.printf("When you divide %d by 7, the quotient is %d and the reminder is %d ", number, quotient, reminder);

TASK 4

import java.util.Scanner;

class MyClass {

public static void main(String[] args) {

Scanner myObj = new Scanner(System.in); // Create a Scanner object

System.out.println("How many gigabytes is your flash drive");

int gigabytes = myObj.nextInt();

long numBits = gigabytes * 8000000000

System.out.printf("Number of bits in your %d flashdrive: %ld Bits", gigabytes, numBits);

Can someone help me with number 4 will award brainliest

Answers

Answer:

(Read Below)

Explanation:

System managers manage all efficiency tasks, but personally I think that the allocation of system resources is the most useful task the system manager performs. This is because if system resources weren't optimally managed, performance would drop significantly.  (Hope this helped! :))

the first answer is totally correct I stand by it

Bert is familiar with multiple operating systems. His primary work revolves around repairing and upgrading computers. What is his role at his company? ОА Network Administrator OB. Network Technician Network Engineer OD. Network Manager ​

Answers

Answer:

I think its B

Explanation:

Because only technicians do that kinda stuff. Sorry if incorrect

6. An example of a private network is.
•internet
•wi-fi
•modem
•router

Answers

Answer:

a. internet

because all the others are public

Answer:

the answer is A

Explanation: hope this helps

1. Describe how research and development influence design. Cite specific examples of how research and development influence design problems that are not presented in a clearly defined form.​

Answers

Answer:

so i research and found this,

Development is when findings of a research are utilized for the production of specific products including materials, systems and methods. Design and development of prototypes and processes are also part of this area. Engineering is utilization of these plans and research to produce commercial products.

Research and development, also known as R&D, is the acts taking to find out more about an item, idea or phenomenon, in order to come up with new services and products with the aim of increasing revenue and profit

1. Research and development enables a company to remain viable by providing an edge in the market amongst competitors such that without research and innovation a company may not survive

Therefore;

Research and development influence design by being the basis of the design effort, thereby redirecting the kinds of products that are available for purchase

Examples Showing how Research and Development Influence Design Problems

Examples of how research and development influence design problems that are not presented in a clearly defined form are;

The research and development of the MOS integrated circuit that lead to the change in size and performance of electronics and brought about the personal usage of computersThe research and development of the personal computer that changes the design of work planning and communication strategy amongst organizations and individuals The research and development of the gasoline powered tractor that changes the design for mechanization on a farm

Learn more about research and development here:

https://brainly.com/question/2938243

https://brainly.com/question/13954765

Which tools are found in the Quick Analysis feature? Check all that apply.
Table
pivot table
sum
count
more
row evaluation

Answers

Answer:

A, C, E

Explanation:

Answer:

A,B,E

Explanation:

just did it on edge2020

3.4 lesson practice

Answers

Answer:

The answer is A. Second Half of the month.

Explanation:

If Im reffering right to the source. So If you doing Chapter 3 Comp. Science. Than this is right.

Answer:

A

Explanation:

Witch icon allows you to see paragraph formatting feature

Answers

Show/hide in paragraph section on word, it’s the last one on the upper right.
Other Questions
Is this a run-on sentence?On June 22, 1944, President Franklin D. Roosevelt signed the G.I. Bill, it provided fundingfor services catering to veterans, such as home loans, job counseling, unemploymentinsurance, and education. Complete the following sentence.The quality of the relationships a child has with his parents has a very deep effect on early learning, including emotional regulation,cognitive_______motor skills and the ability to use language to communicate. A coordinate grid with a line labeled y equals StartFraction 2 over 5 EndFraction x minus 5 passing through the points (negative 5, negative 7) and (0, negative 5) Fiona wrote the linear equation y = y equals StartFraction 2 over 5 EndFraction x minus 5.x 5. When Henry wrote his equation, they discovered that his equation had all the same solutions as Fionas. Which equation could be Henrys? x x minus StartFraction 5 over 4 EndFraction y equals StartFraction 25 over 4 EndFraction.y = x x minus StartFraction 5 over 2 EndFraction y equals StartFraction 25 over 4 EndFraction.y = x x minus StartFraction 5 over 4 EndFraction y equals StartFraction 25 over 2 EndFraction.y = x x minus StartFraction 5 over 2 EndFraction y equals StartFraction 25 over 2 EndFraction.y = What is the "concept" of a show? PLEASSEEEEE HELP ASAPPPPPPP A store owner is tracking inventory based on salesduring the week. The store owner notices that thenumber of gallon milk jugs remaining follows apattern. The equation N= 50 - 7d represents thenumber of gallon milk jugs, N, remaining d daysinto the week, at the end of each day.Which statement is true?a. The store owner begins the week with 50gallon milk jugs and adds an average of 7gallon milk jugs each day,b. The store owner begins the week with 50gallon milk jugs and sells an average of 7gallon milk jugs each day.c. The store owner begins the week with 57gallon milk jugs and adds an average of 7gallon milk jugs each day.d. The store owner begins the week with 57gallon milk jugs and sells an average of 7gallon milk jugs each day. What was the most important mathematical contribution and what does the word mean in Arabic? Use the properties of exponents to write an equivalent expression for (3 x 6)2 How is a metallic compound different from an ionic compound?Select all that apply.A. Metallic solids conduct electricity, while ionic solids do not.B. When hit with a hammer, a metallic compound will change shape, while an ionic compound is likely to break.C. Metallic compounds form crystal structures, while ionic compounds are often powders or gases.D.Metallic compounds can conduct electricity only in molten form, while ionic compounds can conduct electricity in any form. What does BMR stand for and why is it important? PLEASE I REALLY NEED HELP AND THIS DUE TODAYDrawing from the following building blocks, and the model sentences you have worked with in this lesson, string together at least ten statements. Review for a few minutes as needed, and when you are ready, record yourself stating the different sentences you come up with. You can review your recording by selecting REPLAY. *Note: This is a practice activity. Completing this activity will not only prepare you for future tests and assessments but, more importantly, it will enhance your language ability. This activity will not count towards your grade.aqui hayestases/sonotrasesasestaslascosasgrandesyunaschicassinoblancas negras Rank the following salts in order of increasing lattice energy: lithium chloride, calcium oxide, aluminum oxide, sodium chloride, barium oxide.Please explain! Thank you. Please help with the question in the attachment. Do not give an improper answer or you will be reported. The phone is ringing off the hook today. What is the subject? * A. phone B.ringing C. off the hook today D. today List three different camera modes and describe how each mode works when taking a photo Refer to the two passages.Source 1"By opening a new and inexhaustible market to all the commodities of Europe, it gave occasion to new divisions of labour and improvements of art, which in the narrow circle of the ancient commerce could never have taken place, for want of a market to take off the greater part of their produce. The productive powers of labour were improved, and its produce increased in all the different countries of Europe, and together with it the real revenue and wealth of the inhabitants. The commodities of Europe were almost all new to America, and many of those of America were new to Europe. A new set of exchanges, therefore, began to take place, which had never been thought of before, and which should naturally have proved as advantageous to the new, as it certainly did to the old continent. The savage injustice of the Europeans rendered an event, which ought to have been beneficial to all, ruinous and destructive to several of those unfortunate countries.Adam Smith, An Inquiry into the Nature and Causes of the Wealth of Nations, 1776Source 2"Throughout the Seventeenth century the economic system of the tobacco colonies depended upon the labor of the poor white man . . . in the Eighteenth century it rested chiefly upon the black shoulders of the African slave."There could be no manner of doubt as to the desirability of the slaves from an economic standpoint, apparently the only standpoint that received serious consideration. The indentured servant could be held usually for but a few years. Hardly had he reached his greatest usefulness for his master than he demanded his freedom. Thus for the man of large means to keep his fields always in cultivation it was necessary constantly to renew his supply of laborers. If he required twenty hands, he must import each year some five or six servants, or run the risk of finding himself running behind. But the slave served for life. The planter who had purchased a full supply of negroes could feel that his labor problems were settled once and for all. Not only could he hold the slaves themselves for life, but their children also became his property and took their places in the tobacco fields as soon as they approached maturity.Thomas J. Wertenbaker, The Planters of Colonial Virginia, 1922The historical accounts discussed in Source 1 are best seen as evidence of Western Europes transition to which of the following economic systems in the period from 1450 to 1750?FeudalismMercantilismSharecroppingSocialism An object has an acceleration of 18 m/s/s. If the mass of this object were tripled (with no change in its net force), then its new acceleration would be A reason the Intolerable Acts of 1774 angered colonists was that theyadded new taxes on colonial goods.prevented all trade in the colonies.required colonists to house British soldiers.kept people from moving to other colonies. solve 2x + 6 = x - 4 Select the correct terms to complete the statement. The words in red, type which wordcompletes the statement correctly.Electron-dot notation shows only the electrons in the innermost/outermost energy shell ofan atom. These electrons are called valence/orbital electrons and are/ are not involved inchemical reactions. Elements with a full outer energy shell are typically very reactive/unreactive. Find the equation of the linear function represented by the table below in slope intercept form.