Isabela completes her presentation and delivers it during class.
Which view does Isabela use to give her presentation?
Which key(s) does she use to start her presentation?

Answers

Answer 1

Answer:

Slide show view and F5

Explanation:

Answer 2

Answer:

Which view does Isabela use to give her presentation?

 

Answer: ✔ Slide Show view

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

Which key(s) does she use to start her presentation?

 

Answer: ✔ F5

Explanation:


Related Questions

Can someone help me making a recursive code. There can't be any loops or global variables. These aren't allowed list.sort(), list.reverse(), list.insert(),
list.remove(), list.index(), list.count(), list.pop(), list.clear(), list.copy(). No LOOPS ALLOWED
CODE SHOULD BE RECURSIVE. Language should be Python.

Answers

lst = ([])

lst1 = ([])

def count_multiples(num1, num2, N):

   if num1 > num2 and len(lst1) != 1:

       lst1.append(1)

       w = num2

       num2 = num1

       num1 = w

   if num1 % N == 0:

       lst.append(1)

   if num1 >= num2:

       return len(lst)

   return count_multiples(num1 + 1, num2, N)

print(count_multiples(-10,-5,-3))

I only use lst.append so this should work. Best of luck.

anyone else 17 and still plays rblox xd?

Answers

Answer:

not me

Explanation:

Sorry :\

Answer:

LOL yesss, rblx for days

PLS HURRY!!!
Look at the image below

Answers

The correct choices are:

having the user guess a number and keep guessing till they get it right

allowing the user to enter their best friends names without saying how many friends they can have

writing a program to average numbers without requiring the user to count the numbers.

What is the output when you run the following program? print(3 + 7) print("2 + 3")

Answers

print(3+7) will output 10, which is an integer.

print("2+3") will output 2+3, which is a string.

how is knowing how to use word or docs importamt?

Answers

For 90% of users, the word processing capabilities of Google Docs is more than enough. But for some, Microsoft Word's advanced features will be important. ... You also get far more powerful templates, which could speed up your work, depending on what you use Word for.

Match the header to the protocol data unit where it is added. segment 1. Port ID packet 2. MAC ID frame 3. IP address​

Answers

Answer:

1. Port - Segment

2. MAC ID - Frame

3. IP address - Packet

Explanation:

Happy December to all!! :)

which of the following commands should be used if a user does NOT want the header which has been created to appear on the first page of the document ???

a ) different first page
b) header from top
c) show document text
d) footer from bottom

Answers

Answer:

a) different first page

Explanation:

The different first page is the commands that should be used if a user does not  want the header which has been created to appear on the first page of the document.

What is header?

A header has been known as the line or block of text appearing at the top of each page of a book or document. in Hyper Text Markup Language(HTML). a header tag is found at the top of a web page. it usually contains a logo, search, navigational links.

A footer is a line or block of text appearing at the foot/bottom of each page of a book or document in HTML, a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents.

Therefore, The different first page is the commands that should be used if a user does not  want the header which has been created to appear on the first page of the document.

Learn more about HTML on:

https://brainly.com/question/15093505

#SPJ2

What is the right age to start coding in high school?

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The right age to start coding in high school from 6th grade to onward.

Kids, when reach 7 years or above can start coding and learning basic programming. But in high school, the age of students or kids is between 10-12 years.

The kids can start learning programming very basic in early classes. But when they reach the early grade of high school start learning basic programming in which loop, if statement, etc. At 7th and 8th grade and to above onward, programming learning level becomes increasing, basic to intermediate level of programming.

Kids who learn programming in their early life can set themselves for a lifetime of opportunities for success.

Is Photoshop vector based or raster based?
*Vector based
*Both
*Raster based
*Neither

Answers

Answer:

Photoshop is raster based asit uses pixels to create images

Answer:

the answer is both

Explanation:

How would you code 135 minutes and turn it into 2 hours and 15 minutes, using integer/modular division, in Javascript?

135 to 2h15

Answers

mins = 135;

alert("There are "+(Math.floor(mins/60))+" hour(s) and "+(mins%60)+" min(s).");

That's how I would do it. I hope this helps!

HELPPP! What kinds of data sources might a student use for academic purposes?

****Check all that apply*****

•keyboards
•online periodicals
•databases
•Internet
•library books

Answers

Answer:

The correct answers are all of them, instead of A.

Explanation:

B.) online periodicalsC.) databasesD.) InternetE.) library books

Data source is defined as the term given for a connection established from a server to a database. When writing queries to a database, the name is often used. So, all options are correct except A.

What is Data Sourcing?

Data sourcing is defined as the process through which companies collect and integrate information from multiple internal and external sources, where this technique establishes the firm's data infrastructure, which is used to manage daily workflows and perform various tasks which is used to achieve business goals.

Data sourcing is an important aspect of modern business because it allows companies to obtain the information assets they need. There are two types of data sources: machine data sources and file data sources where both contain the same information about the source of the data, they differ in the way this information is stored.

Thus, Data source is defined as the term given for a connection established from a server to a database. When writing queries to a database, the name is often used. So, all options are correct except A.

Learn more about Data sourcing, here:

brainly.com/question/2053985

#SPJ2

What is the output?
>>> password = "sdf#_356"
>>> password.isalnum()
>>>

Answers

Answer:

False

Explanation:

Put it in IDLE and got it.

Answer:

False

Explanation:

A research study does not need to be well designed to be effective.
False
O True

Answers

Answer:

true

Remember to drink water!!

whats is mean by voice output devices

Answers

Answer:
Voice output communication aids (VOCAs), also called speech-generating devices (SGDs), are high-tech, augmentative, and alternative communication (AAC) devices that produce speech for an individual who has limited or no means to communicate orally. ... Different algorithms are used to create synthesized speech.

HURRY HELP THIS IS FOR CODING !!!! What are some real-life situations that require a program that is iterative? Include at least three examples in your answer.

Answers

Hello :D

Answer:

Apple has released multiple different versions of each model of its iPod products. The Nano, for example, has evolved from an original slim mP3 player with a very small screen to a tiny square touch-screen version to a longer, thinner touch screen version.

Hope this helped!

Brainliest appreciated!

--Juri Davis

If you are writing an algorithm and you aren't confident that you understand the problem, what can you do?
O make a plan
O think about the problem from a different angle
O review the plan
o extend the plan

Answers

Answer: I would say make a plan so that way you have a better understanding of it. I hope this helps! :)

Edhesive 9.10 Question 1

Write code that takes in two words from user input and stores them in the variables x and y respectively. Then, the program should swap the values in x and y, and print x and y.

Answers

Answer:

x=input("Enter a word: ")

y=input("Enter a word: ")

x,y = y, x

print(x)

print(y)

Explanation:

I got 100%

The code that takes in two words from user input and stores them in the variables x and y respectively. Then, the program should swap the values in x and y, and print x and y is given in explanation.

What is coding?

We connect with computers through coding, often known as computer programming. Coding is similar to writing a set of instructions because it instructs a machine what to do.

You can instruct computers what to do or how to behave much more quickly by learning to write code.

Coding abilities, sometimes referred to as programming skills, are the ability to write commands in a variety of programming languages that tell a computer, application, or software program what to do and how to do it.

In order to write the input one should follow:

x= input ("Put a word:")

y= input ("Put a second word:")

x,y = y, x

Print(x0

Print(Y)

Thus, above mentioned is the program for the given scenario.

For more details regarding coding, visit:

https://brainly.com/question/17293834

#SPJ2

Which of the following statements are true concerning abstraction and refinement? Select 3 options:
Refinement leads to less detail and abstraction leads to more.

Models may be abstracted and refined depending on the goals of the project.

Abstraction is a technique used in computational thinking.

There is one level of abstraction that is appropriate for all projects.

Refinement is the inverse of abstraction.

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

First,  we need to know what is abstraction and refinement.

Abstraction and refinement are used in application/system development in the field of computing. Abstraction is used to abstract the details from the model. It means that displaying only essential information about the the model and hiding other details. While refinement is the idea that is used in software development by moving through each level of abstraction and incrementally refining each level of abstraction, providing more detail at each increment. Refinement is the inverse of abstraction.  

So the correct options to this question are:

Models may be abstracted and refined depending on the goals of the project. Abstraction is a technique used in computational thinking.Refinement is the inverse of abstraction.

If you can't provide proof of insurance to the FLHSMV,
your driver license and license plate can be suspended for
up to
A. 30 days
B. 90 days
C. 1 year
D. 3 years

Answers

B. B. B bbbbbbbbbbbbbbbbbb

Answer:

B 90days

Explanation:

Which of the following describes the purpose of project management? planning and organizing resources to meet a goal arranging the order of tasks in a project presenting data in an organized manner producing a quality project

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The question is about selecting the option among given options that best describes the purpose of project management.

The correct option of this question is the purpose of project management is planning and organizing resources to meet a goal.

Because project management is all about planning and organizing resources of a project to meet project goals.

Other options are not correct,

because arranging the order of tasks in a project, presenting data in an organized manner, and producing a quality project- all come under project management- are parts of planning and organizing steps of project management.

The answer is:

Planning and organizing resources to meet a goal

How is a non-disclosure agreement an important tool for businesses?
A. Without it, a person can't be prosecuted for leaking data.
B. It limits certain knowledge to a small group of people.
C. It prevents employees from working for a competitor.
D. It clearly defines for all parties exactly what information is to be
considered confidential.

Answers

Answer:

D

Explanation:

NDA is a nondisclosure agreement or the confidentiality agreement. It is a legal contract or a part of it. It involves at least two parties.

An NDA between you and other parties is a sense of trust and confidence.  They are a vulnerable tool for business and can assist in negotiation. It clearly speaks about the information that needs to be shared.

Hence the option D is correct.

Learn more about the non-disclosure agreement an important tool for businesses.

brainly.com/question/11573661.

Finish the code of the function that finds the average of two numbers.
def ave(a, b, c):
sum = a + b + c

____ sum / 3

num = ave(3, 5, 10)
print (num)

Answers

The missing word is return.

We type return inside of a function so as to "return" a result. In this case, the sum divided by 3 will be returned.

the average of two numbers, The missing word is return,  type return inside of a function. In this case, the sum divided by 3 will be returned.

what is average ?

The average can be defined as the mean value which is equal to the ratio of the sum of  number of a given values to the total number of values present in the set.

The average has many applications, for example if we have to find the average age of men or women in a group,  we can calculate it by adding all the values and dividing it by the number of values.

The average is denoted by the symbol ‘μ’.

Average = Sum of Values/ Number of values

For more details regarding average, visit

https://brainly.com/question/25005020

#SPJ2

Select the correct responses to the questions from the drop-down menus. Which source contains most of Earth’s fresh water? Where is most of Earth’s usable fresh water found? Select the correct responses to the questions from the drop-down menus. Which source contains most of Earth’s fresh water? Where is most of Earth’s usable fresh water found? Select the correct responses to the questions from the drop-down menus. Which source contains most of Earth’s fresh water? Where is most of Earth’s usable fresh water found?

Answers

Answer:

1. ice sheets

2. ground water

Explanation: I got it correct in the quiz.

The source contains most of Earth’s fresh water is Ice Sheets. The most of Earth’s usable fresh water found is Groundwater.

Which source contains most of Earths freshwater?

The icecaps and glaciers are known to have about 68 percent of the world's fresh water and it is found to also have an approximate of 30 percent of ground water.

Conclusively, Note that the source that contains most of Earth’s fresh water is Ice Sheets and the  ice sheet is also called continental glacier.

Learn more about freshwater from

https://brainly.com/question/16339776

#SPJ5

help please and thank you :)

Answers

Answer:First one net is the answer ........

For hashing to work, it requires that

A. it must be easy to compute the output for any input.
B. it must be hard to compute the input for any output
C. both of the above
D. none of the above

Answers

Answer:

C. Both of the above

Explanation:

A. because the a main purpose of hashing is to store a lot of information in a string of random letters

B. because it is a form of encryption, though not absolutely impossible to break. That's also why it was worded as: it must be hard to...

list all the components of a computer

Answers

Answer:

Motherboard, Central Processing Unit, Memory, Storage, Case, Fans, and Power supply.

Motherboard, Computer Memory, Central Processing Unit, Power Supply Unit, Graphics Processing Unit, Power Supply, USB Ports, Hard Drive, Floppy Drive, CD-ROM Drive, CD-RW Drive, DVD-ROM Drive, Keyboard, Video Card, Sound Card, Speaker, CPU Fan, Touchpad, Network Cards NIC

I’m sorry if I repeated any or left any out. So much stuff goes into making a computer but I hope this helped!

What does hashing mean when it comes to cryptography?

A. scramble
B. unscramble
C. sorting
D. categorizing

Answers

Answer:

do you have a picture of it

I think the answer is A! Scramble

PLEASE HURRY!!!
Look at the image below

Answers

The output will be 18.

numA = 3 and everytime the for loop iterates, the value of the count variable is added to numA.

3 + 4 = 7

7 + 5 = 12

12 + 6 = 18

Which of the following does not reflect the second step of effective communication?
a.
Ken bows to a Japanese businessman when he greets him.
b.
Joy lowers her voice when she asks about her friend’s condition.
c.
KC interrupts his teacher’s lecture to ask a question.
d.
Eric conducts himself in a professional manner during his interview.

Answers

Answer:

c

Explanation:

Effective communication is the process of communication. The correct option is C.

What is Effective Communication?

Effective communication is the process of communication, where the idea, thought, or concept shared by the speaker is properly received and understood by the listener.

The condition which does not reflect the second step of effective communication is that KC interrupts his teacher’s lecture to ask a question. Hence, the correct option is C.

Learn more about Effective Communication:

https://brainly.com/question/1423564

#SPJ2

3 Characteristics of Newton’s law’s.

Answers

Answer:

In the first law, an object will not change its motion unless a force acts on it. In the second law, the force on an object is equal to its mass times its acceleration. In the third law, when two objects interact, they apply forces to each other of equal magnitude and opposite direction.

Explanation:

Other Questions
why were the Seljuk turks important early in the crusades? What is the answer to 2x+3>4x-8 PLS ANSWER BOTH I WILL GIVE BRIAN LEST What does the stability of an atom mean How might the Columbian Exchange have contributed to the continuation of abuse bywestern peoples of non-Western peoples across the globe? (1 point)The introduction of diseases almost wiped out the original populations of the New World andallowed the European settlers to acquire land with little resistance.O The exchange of human capital in the form of slaves from Africa prevented the expanding economiesof Africa from competing with Europeans.The Columbian Exchange effectively destroyed the original cultures of the Aztecs and Inca, thusdepriving the Europeans of competition.The exchange exposed Europeans to valuable resources, which fueled the process of furthercolonization and exploitation. Help me! 30 Points! TY!!! Find the precision and accuracy for each of the following: a) 4.01sec. b) 40sec. c)420.1sec what is the amount of heat energy released when 50.0 grams of water is cooled from 20.0 degrees Celcius what is 2 1/4 divided by 4 Who thinks I shouldnt? One of your classmates makes the following claim:A higher rate of survival for a trait also leads to greater genetic diversity in a population of lemurs. The solution to which inequality is shown?y + 5 = 4y+54Help pleaseeee HELPPPP PLZZZ!!!! I need this done soon f(x) = 2x^2+ 4x 5g() = 6x^3 2x^2 + 3Find (f - g)(x). You won't face prosecution if you... Create an equivalent ratio to 30:40 by dividing both sides by 10. What is the equivalent ratio? When she came to the USA, 21 years ago, Ji-Eun was 310of the age that she is now. How old is she? Identify a pair of similar triangles A hat contains cards with different colors.Annabella randomly selects a card fromthe hat and returns the card to the hatafter noting the color. After randomlyselecting a card 300 times, she has pickeda purple card 70 times. Based on herresults, what is the estimated probabilitythat Annabella selects a purple card?A 7/37 B 7/30 C 7/23 D 23/30 The height of a tree, h, depends on its age, a. The ______________________________ is a function of ____________________. The function notation is __ ( __ ).