In order to convert your project to a mobile platform, you need to do all of the following except:
O Make sure any interface elements are visible within the new size of screenspace according to the device your building to.
O Choose iOS or Android as your build platform.
O Learn how to code while riding a unicycle and eating horseradish
O Add some [SerializeField] lines to the beginning of your scripts.

Answers

Answer 1
Ok it’s kinda obvious what the answer is, it’s learn hot to code while riding a unicycle and eating horseradish cause you would never need to do that so select it

Related Questions

Who can go about offering new services without taking legal risks?
operation analysts
marketing assistants
mechanics
attorneys

Answers

Answer:

B Marketing assistants.

Explanation:

They truly are the imposter. Bite me.

The file format is used for graphic files.

Answers

Answer:

.GIF

Explanation:

GIF or Graphics Interchange Format files are widely used for web graphics, because they are limited to only 256 colors, can allow for transparency, and can be animated. GIF files are typically small is size and are very portable.

another word for Arithmetic Logic Unit​

Answers

Answer:

ALU

Explanation:

just to say it faster than having to say it...

Answer:

ALU

Explanation:

ALU is a functional part of CPU which perform arithmetic and logical operations.

Please solve in 5 mins very fast​

Answers

Answer:

a. virtual reality

b. Master Boot Records

c. Primary function of a router

d. zoom

Explanation:

The first one is gonna be B and the second is gonna be C

PLEASE HELP ME ITS A TIMED TEST
Select all that apply.


Carmen wants to do a basic search on the Internet to find what software can be used to do data mining. Select each of the steps Carmen should complete.



A. Navigate to a search engine.


B. Type "software data mining."


C. List the synonyms for software.


D. Select the keywords "software" and "data mining."


E. Create a link.


F. Press Enter.


G. Form the question: What software can be used to mine data?

Answers

There are ways to mine data. The  steps Carmen should complete are:

Press Enter.Navigate to a search engine.Form the question: What software can be used to mine data?List the synonyms for software.Select the keywords "software" and "data mining."Type "software data mining."

What is data mining?

Data mining is regarded as the act or the process of sorting that is often done through a large data group to known the patterns and relationships that can help handle business issues via data analysis.

Note that Data mining methods and tools helps firms to predict future trends and as such can make more better and informed business decisions.

Learn more about data mining from

https://brainly.com/question/26885075

Dwayne wants a variable called "name" to appear in the interpreter and does not want a space after it. Which of these should be used to make that happen? Name, name) name+ name.

Answers

Answer:

name + name

Explanation:

When assigning values to a Variable  in python, the + operator sums the values assigned to the variable into a single value hence there won't be any space between the values assigned .

Name + Name = NameName    in python programming

A company has recently installed a new computer network. The operating philosophy adopted by a new network administrator was to establish an open system that would foster work group data sharing, flexible access, and minimal inconvenience to the network users

Answers

Answer: Hi your question is incomplete attached below is the complete question and written below is the desired question you want to ask

question : Discuss the potential consequence and give a prevention technique

answer :

Consequence : Access to unauthorized data

prevention :  assign privileges based on job description of  employees

                      constant review of privileges

Explanation:

The danger with assigning privileges' based on department or functional affiliation is that some employees might have access to departmental data that they are not supposed to have access to and this might be used for criminal/fraudulent  purposes

prevention technique

The Network admin should assign privileges' to employees based on Job description of and not Functional affiliation or departmental affiliationConstant review of employees job description and privileges by an Auditor

is what the user interacts with when operating a computer.

Answers

They can use a keyboard if booting into BSOS or typing in command prompt.

Mouse To move around and click on the tabs or whatever.

And the PC if needing to switch parts, repair, or see whats wrong with them

Hola, mi amigo cuando escribe con el teclado le aparecen simbolos. Quiere apretar la A y se escribe ]]]] o cosas asi. Por que sera? Estan desactivadas todas las teclas especiales.

Answers

Answer:

Explanation:

Muchas veces esto puede ser por que tenes un lenguaje de teclado instalado en el sistema operativo differente al teclado que estas usando. Teclados de diferente lenguajes usan las teclas en differentes posiciones, igual que los simbolos. Intenta ir a Preferencia de Idioma en el sistema operativo que tengas y cambiar el lenguaje al de tu teclado. Aca tambien podes ajustar las teclas para asegurarte que este marcando bien.

Create a new program in python that:

Defines a function called cities()

Ask the user how many cities they are in England and store their response in a variable called answer

Check if their answer was equal to 51

If it was, output well done!

else, output incorrect!

Calls the cities() function at the end to run it.

Answers

Answer:

here

Explanation:

If you want to display something on screen you can use the print() function. ... An example of code that will ask the user to enter their name and display it on ... stores it in a variable called city city = input("What is the capital city of England ... If you want to perform a format check in Python you will need to make use of a library.

write short cut of
fully justified​

Answers

Answer:

To make text justified, select and highlight the text first, then hold down Ctrl (the control key) on the keyboard and then press J. To make the text left aligned again, press and hold down Ctrl on the keyboard and press L

Antwon is building his technical writing portfolio.He created the following checklist: •check whether any part of the portfolio violates a a nondisclosure agreement. •check whether the content in the portfolio corresponds to the job requirements. •make sure that I am clear about my role in creating each document in the portfolio.
Which element of the portfolio does this checklist best apply to?
A.Cover letter
B.resume
C.templates
D.writing samples
E.task summaries

Answers

Answer: A. Cover letter

Explanation:

The element of the portfolio that this checklist best apply is the cover letter. The cover letter is a document that a job applicant will send along with his or

her resume in order to provide additional information with regards to the skills and experience that the person possesses and why the person is qualified for the position.

Since Antwon checks whether the content in the portfolio corresponds to the job requirements and also made sure that his role in creating each document in the portfolio is clear, this is a cover letter.

Requires the presence of patients and healthcare providers at different sites at the same time and often involves a videoconference link between the two sites

Answers

Answer:

Live Telemedicine

Explanation: Telemedicine is a modern system of heath care where the medical care provider and the patient or client utilise the advances in telecommunications to share information about the medical/health needs of a client. In most cases the medical care provider and the client are in different locations communicating virtually. Live Telemedicine is becoming acceptable throughout the world especially in poor and developing countries like Nigeria.

que es la felicidad??​

Answers

Se feliz el amor es nada

What is the default pixel resolution for Mac, PC and Linux builds?
Native
1920x1080
960x540
1280x720

Answers

Answer:

it should be 1920 by 1080

Explanation:

Answer:

chrome

Explanation:

Ask how many apples the user wants. Ask how many people the user will share the apples with. Find out how many apples will remain if you share the apples equally. Hint: use modulus %.

Answers

Answer:

The program in Python is as follows:

apples = int(input("Apples: "))

people = int(input("People: "))

apples%=people

print("Remaining: ",apples)

Explanation:

This gets the number of apples

apples = int(input("Apples: "))

This gets the number of people to share the apple

people = int(input("People: "))

This calculates the remaining apple after sharing the apple evenly

apples%=people

This prints the calculated remainder

print("Remaining: ",apples)

What menu allows you to add different features to your document?

Answers

Answer:

The Insert Menu. The insert menu is used to place various objects into your document, such as page numbers, pictures, symbols, comments and other objects. Commands include break, date and time, field, symbol, reference, web component, text box, file and hyperlink.

hope it helps ya mate!ت︎

A social cause is: O A. when one person protests without the support of others. B. something that not many citizens think or care about. O c. a protest movement encouraged by government officials. D. an issue that people are concerned about and rally around.​

Answers

Answer: D. an issue that people are concerned about and rally around.

Explanation:

A social cause refers to an issue that people are concerned about and rally around. A social cause is a problem which affects several people in the society.

Some examples of social causes are the prevention of bullying, fighting poverty, reducing unemployment etc. Therefore, the correct option is D.

Create a paper of at least 1,800 words describing the situation you selected and explaining the logic that would support an array.

Answers

Answer:

I dont know about 1800 words but I sure can tell you abit about array

Explanation: Array in simple sense refers to a collection of similar data. It holds data which is homogeneous in nature, meaning they are all alike. The use of array provide a lot of advantages in the fields of computer programming. When you declare a variable for an array, you can store as much data as you wish in the same variable without having to declare many variables. A 2X2 dimensional array can also be used in programming which represents matrices as well. The search process in an array too is really convenient and time saving. Also in an array, accessing an element is very easy by using the index number.

In what way, if any, does digital media influence the ability for a smaller business to compete with a larger business? Digital media helps small businesses because it gives them access to resources that only large companies had in the past. Digital media has little effect on the ability for a small business to compete with a larger business because all businesses benefit equally. Digital media actually damages the ability for a small business to compete with a larger business because it provides larger businesses with more opportunities. Digital media helps small businesses because it increases globalism, which is good for small businesses in terms of competition.

Answers

Answer: Digital media helps small businesses because it gives them access to resources that only large companies had in the past.

Explanation:

Digital media refers to the media that depends on electronic devices in order to be created, distributed or stored.

Digital media gives smaller business the ability to compete with the larger ones as it gives them access to resources that only large companies had in the past.

Which example is most likely to cause scientific knowledge to change? A scientist tested a plant experiment and did not get the exact same results as the current scientific knowledge suggests. One scientist decides that current knowledge on a species is incorrect. New evidence and machines allow scientists to get a more in depth look at cancer. Scientists out west have experienced a shorter fall season this year and thus conclude that scientific knowledge on seasons needs to change.

Answers

Answer: New evidence and machines allow scientists to get a more in depth look at cancer.

Explanation:

Option A is incorrect because you cannot base scientific knowledge on the results of a single experiment. Also, the results will not be exactly the same as others but it should be close.

Option B is wrong because a scientific knowledge cannot change because someone decided that it should. Option D is incorrect as well because a persistent change needs to occur for scientific knowledge to be reviewed,

When new technology allows us to look further into things we were unable to look into before, knowledge will have a high chance of changing because we will now have more information to work with. Option C is therefore the best option.

What kind of variable will be created by a line of code that reads num1 = int(input("Please enter your favorite number.")) ? Group of answer choices a string a float an integer a generic

Answers

Answer:

An integer

Explanation:

Given

num1 = int(input("Please enter your favorite number."))

Required

The variable type

In Python, when an input is gotten through

var-name = data-type(input(Prompt))

The variable var-name assumes the datatype data-type

This implies that:

num1 = int(input("Please enter your favorite number."))

num1 will assume integer datatype

River designs a program that will make a cartoon baby jump up and down. But when it is run, the baby appears but doesn’t move. What should River do?

a create a Boolean question
b move code to the editor
c run the program
d check for bugs

Answers

D, check for bugs i think

How many display settings are generally available on most laptops for dual display?
A five
B. four
c. three
d.Six​

Answers

Any Windows laptop will support two screens – at least, I've never heard of one that won't. Supporting three screens can be just as easy, or much trickier. It depends on the laptop, the graphics card (or integrated graphics), the graphics drivers, and perhaps the amount of memory available.

What's your thoughts on people using Brainly for nonacademic purposes?

Answers

Answer:

it has its ups and downs i  mean if brainly didn't wan't us talking they shouldn'‘t have added friends and a inbox  It’s a great way to make friends and help with work  so it shouldn't be a problem

Explanation:

MARK ME BRAINLIEST PLZzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

What sort of negative outcomes are possible for this type of risk?

Answers

More details please?

Answer:

not enough to go on

Explanation:

What are Apps?
How do we interact with them?

Answers

Answer:

Sliding elements in list format.

Cards.

Images.

Buttons.

Overflow screens.

Multiple selection app interactions.

Text input fields.Explanation:

Students who understand what the teacher is saying do not need to take notes.
Please select the best answer from the choices provided
T
F

Answers

Trueeeeeeeeeeeeeeeeee

Answer:

false

Explanation:

edge 2022

Why is drive of value when pursuing a career in IT?
Without drive, a person may fall short in their career goals.
Drive is not of value.
Drive is only important when you work for Microsoft.
Drive is only needed when someone does not have a college degree.

Answers

Answer:

Drive is only important when you work for Microsoft.

what are human made materials ?​

Answers

Answer:

Natural materials may include wood, cotton, fur, or wool. Human-made materials may include plastic, rubber, glass, and Styrofoam.

Other Questions
Please help me with this question A 20-ounce soda bottle is supposed to contain 20 ounces of soda. The distribution of the actual amount of soda in a 20-ounce soda bottle is approximately normal. A curious student randomly selects fifteen 20-ounce soda bottles from various retailers and carefully measures their content to see if the soda company is cheating the customers. The mean and standard deviation of the fifteen bottles is 19.4 ounces and 0.25 ounces, respectively. Which of the following is the test statistic for the appropriate test to determine if the average amount of soda that is contained in their 20-ounce soda bottles is significantly less than 20-ounces?ghtly news dropping? In a survey taken in 2013, 24 out of 40 adults surveyed responded that they had watched the local TV news at least once in the last month. In a similar survey in 2010, 40 out of 50 adults said they had watched the local TV news at least once in the last month. Is this convincing evidence that the proportion of adults watching the local TV news dropped between 2010 and 2013? For a significance test with the hypotheses where p1 is the proportion of all adults who watched the local news at least once a month in 2013, and p2 is the proportion for 2010, which of the following is closest to the standard error for the test statistic? What is the length of the hypotenuse? 13 in 45 marking brainliest and giving thanks to all!! Help please!!! This is my last question Which of the following happens in the G1 Phase of the Cell Cycle?A.) The organelles duplicateB.) DNA replicatesC.) Specialized structures for cell division are assembledD.) The cell splits in two daughter cells Describe why American Indians living in Oklahoma were unable to capitalize on the oil boom. Was any tribe an exception? The Old San Antonio Road stretched from Louisiana, through Texas, and intoa. Mexicob. OklahomaC. New Mexicod. the Gulf of Mexicoplease help asap! which sentence uses a semicolon correctly Can you pls help me On the island of Saucy , the local money is called "Noodley." The price of every good in Saucy is expressed as the number of Noodley needed to buy the good. The use of Noodley to express the price of goods describes which function of money? What is the importance of negative chemotaxis PLS HELP WILL MARK BRAINLEST PLS Electromagnetic waves are transverse waves. They consist of traveling electric and magnetic fields which oscillate periodically. What angle does the electric field make with the magnetic field in an electromagnetic wave?A.) 30B.) 45C.) 60D.) 90 31, 680 divided by 45 I'm so confused can someone pls help first gets brainilest The perimeter of a rectangular hall is 120m. If its breadth is 25m, find the length Simone cut a large blossom into several small pieces and re-wired the pieces to create small flowers. What is this technique called?O FeatheringO WiringO ExtendingO Pruning Find the length of the third side of each triangle - Find Hypotenuse Hello can someone please help me? 3 or more sentences would be awesome thank you so much. What is the likelihood of injury when students do not follow safety measures while participating in aquatic exercises? Explain your answer jackson bought a soft drink for $2 and 7 mini pizzas. He spent a total of $16. How much did each mini pizza cost? (Turn the problem into an algebraic equation AND solve for the variable to find the answer.)