When using the Photo Album dialog box, a picture

O cannot be modified in this view.

O cannot have te added.

O can be inserted from a file or disk.

O will be permanent when added to the box.

Answers

Answer 1

Answer:

Explanation:

For a Photo Album, it must allow a picture to be added and modified. The picture can be deleted later as it is not permanent.

So the answer is a picture can be inserted from a file or disk.


Related Questions

True or False: Variablename must start with a number.

Answers

Answer:

its false

hope it helps.

What type of information is appropriate for headers and footers? Check all that apply.
media
SmartArt
date and time
charts or graphs
O copyright notice
ООО
slide/page number
company or author's name

Answers

Answer:

Date and time

Copyright Notice

Slide/Page Number

Company or author's name.

Explanation:

Just did it.

Answer:

C. date and time

E. copyright notice

F. slide/page number

G. company or author’s name

Explanation:

hope this helps :)

Suppose a friend asks you for advice on RSS feeds. What would be a reason you would suggest using RSS feeds?


to view information in a summarized format

to view information from all countries

to view information in all topics

to view information from all search engines

Answers

Answer:

to vein info ffom all search engines

**NEED THE ANSWER ASAP** Which print option should be selected to minimize the number of pages required to print the content of my presentation?

A. Handouts
B. Note Pages
C. Slides
D. Outline

Answers

Either a note page or some handouts
Brainiest?

Which of the following best describes the difference between the domain and path of a URL?

Answers

Answer:

the first choice

Explanation:

The Uniform Resource Locator is being used to clarify Internet Web addresses. For any and all web-based assets, a URL is the basic network identity, and the further discussion can be defined as follows:

A domain is indeed the website name, a URL is how a site is located, and then when folks get somewhere a website seems to be the way that people see and interact with that as well.The name of the domain is indeed the address that you'll be going to type to a website in the address bar.The path is indeed the exact location of the page, post, file, or other property.It frequently analogously recognizes a particular resource in the host the web client wants to reach, the underlying file structures of the website.

Therefore, the final answer is "First Choice".

Learn more:

brainly.com/question/17331722

can anyone help??
10*11+101
thank you ✨ for helping.!​

Answers

Answer:

211

Explanation:

Answer:

211

Explanation:

Hi:)

Type the correct answer in the box. Spell all words correctly.
Which type of cable would a network company lay if it wants to provide fast connectivity without electrical interference?
The company should use (blank) cables to provide fast connectivity without electrical interference.

Answers

Answer:

network cables also plz mark as brainly would really help

Explanation:

The type of cable that a network company can lay if it wants to provide fast connectivity without electrical interference is network cable.

What is network cable?

Networking cables are known to be tools that are used in networking hardware so that they can be able to connect one network device to another.

Note that The type of cable that a network company can lay if it wants to provide fast connectivity without electrical interference is network cable.

Learn more about cables from

https://brainly.com/question/14705070

#SPJ2

A 1600 kilogram truck is moving at a speed of 12 m/s. How much kinetic energy does the car have?

Answers

Answer:

which one?

Explanation:

100 POINTS!
Which options are available to users when using the Broadcast Slide Show dialog box? Check all that apply.

Edit Slide Show
Copy Link
Send in Email
Start Slide Show
Attach as PDF
Paste Link

Answers

Answer:

Edit Slide Show

Copy Link

Send in Email

Start Slide Show

Paste Link

Answer:

Edit Slide Show

Copy Link

Send in Email

Start Slide Show

Paste Link

What type of media is a hard disk​

Answers

Answer:

A hard disk provides a high-capacity alternative to magnetic storage media. It contains metal platters coated with a magnetic layer. The platters usually spin continuously when a computer is on, storing data in different sectors on the magnetic disk.

Explanation:

Es la actividad que posibilita comunicar gráficamente ideas, hechos y valores procesados y sintetizados en términos de forma y comunicación, factores sociales, culturales, económicos, estéticos y tecnológicos

Answers

Answer:

La estadística es una rama de las matemáticas aplicadas que se ocupa de la recopilación, evaluación, análisis y presentación de datos o información. El trabajo también utiliza elementos de cognición, psicología, informática y ciencias de sistemas, cálculos numéricos y contribuciones de otras materias que tratan de matemáticas, datos y métodos informáticos intensivos.

El resultado, también llamado estadística, a menudo se presenta en forma numérica en números absolutos, números de frecuencia, números proporcionales, promedios, en tablas con series de tiempo o con otros números comparativos y a menudo también se ilustra en diagramas o figuras. El resultado se usa en parte para mostrar cómo se maneja algo en este momento y en parte como una herramienta para predecir eventos futuros mediante inducción. La estadística se utiliza en muchas disciplinas científicas, desde las ciencias naturales hasta las humanidades, pero también en la política y los negocios.

My computer likes to disconnect every 3 or 5 minutes a lot when I turn it on, Is there any solution for this?

Answers

Answer:

RESTART IT!!! also check if its charged and look up problems with that model

Explanation:

Restart the computer and make sure there’s nothing lose on the system and also if there’s stable connection.

Which step in the software development life cycle involves writing pseudocode?

O Coding
O Design
O Maintenance
O Testing ​

Answers

O Design .

hope it helps :-) .

yes, design is the correct answer

someone, please answer this.

This lesson showed you the general form of the syntax for a for loop in JavaScript:for

(initialize counter; condition; update counter) {code block;}

What does each part do, and why is it necessary?

Answers

Answer: A loop will continue running until the defined condition returns false . ... You can type js for , js while or js do while to get more info on any of these. ... initialization - Run before the first execution on the loop. ... But it can be used to decrement a counter too. statement - Code to be repeated in the loop.

Explanation:

Which name is a default library name in Windows 7?

Answers

Answer:

In Windows 7, there are four default libraries: Documents, Music, Pictures, and Videos. All the default libraries include two standard folders: the user folder specific to each library and the public folder specific to it.

Explanation:

Using the drop-down menus, correctly complete the sentences.
A(n)
vis a set of step-by-step instructions that tell a computer exactly what to do.
The first step in creating a computer program is defining a(n)
the next step is creating a(n)
v problem that can be solved by a computer program.
A person writing a computer program is called a(n)

Answers

Answer:

It is  computer program , Problem, Logic, Programmer

Explanation:

on edge

hilarious error messages

Answers

Answer:

F

Explanation:

Silas develops this algorithm to compute the calories burned for an activity for a given number of minutes and body weight: If the activity is running, compute caloriesPerMin by dividing weight by 10.5 If the activity is walking, compute caloriesPerMin by dividing weight by 15.5 Compute numCalories by multiplying caloriesPerMin by numMinutes He implements the algorithm in an app, and users soon ask for the ability to compute the total calories for multiple sessions of walking or running. What structure must be added to the original algorithm so that it can compute the total across multiple sessions

Answers

Answer:

Explanation:

This change can be accomplished in one of two ways. The first being creating a global variable that adds to it and saves the total calories burned at the end of every session. This global variable can then be called at any time to show the total number of calories burned in all previous sessions combined. The other option would be to create a list of Session objects. Each object would hold all the information regarding each session including calories burned. Then create a function that loops through this list, adding the total calories burned in each session and outputting the total.

a guideline that defines how the data in a database is processed is known as what

a. Business rule
b. Object
c. Requirement
d. Data dictionary

Answers

I believe the answer is D.

What happens if a computer lags too much?

Answers

Answer: Hope This Helps!

Explanation:

This mainly happens when your OS is trying to update or send data to the data center and installed software is downloading or uploading data in the background. Also, it can be the hard disk is probably just too old. You can replace an old hard drive. In fact, it’s recommended before lagging is replaced by the blue screen of death. A new hard disk drive won’t cost a lot of money. Also, it can be that you touched a notification that popped up on your computer and it downloaded a virus which you have to go to a tech to fix if you dont have anti virus protector. And if it keeps going that means it can overheat or just breakdown and never work again.

Felicity wants to capture the attention of the regular subway commuters in her area though her print advertisements​

Answers

Answer: billboard

Explanation:

Plato answer

Put the steps in order to produce the output shown below. Assume the indenting will be correct in the program.
JDoe
1. Line 1
answer = username ('Joann', 'Doe')
2. Line 2
print (answer)
3. Line 3
def username (strFirst, strLast):
4. Line 4
return strFirst[O] + strLast

Answers

Answer:

The correct code is:

def username (strFirst, strLast):

      return strFirst[O] + strLast

answer = username ('Joann', 'Doe')

print (answer)

Explanation:

The given code illustrates the use of functions.

i.e passing values to a function and retrieving values from it

So, first: We start with the def statement

def username (strFirst, strLast): ----> This defines the function

Then the return statement

      return strFirst[O] + strLast --- > This passes value to the main

Next, is the main function of the program which is:

answer = username ('Joann', 'Doe') ---> This passes values to the username function

print (answer) ---> This prints the returned value from the function

i need an quote for a ad im using gatorade

Answers

Answer

Want the best aid for after a game, then try some Gatorade!

Explanation:

Hope this helps lol! plz mark as brainliest!

How can I restore tabs that just unexpectedly close out of nowhere ?

Answers

Answer:

hit control, shift, and t at the same time

Explanation:

this should work

Which of the statements below describe how to print a document?

Click on the Print icon at the tip of the screen.

Click on Print in the system tray.

Select Print from the Start menu.

Select Print from the File menu.


(On the picture above is what I have plz let me know if I’m wrong)

Answers

I pretty sure it’s the first one also I don’t think that you pick two answers because it does not say to do so

Puede pasar de un estado de bloqueo a un estado de conducción en ambos sentidos de polarización, aplicando un pulso de tensión en la puerta.

Answers

Answer:s

Explanation:n

4. Describe how changes in society's attitude toward people in wheelchairs may
have led to changes in the wheelchairs available to people who need them.
Were these changes made using science or technology or both?​

Answers

I don’t really know but peoples attitude towards people in wheelchairs is a great change for people that actually need them it went to being push or half to roll you self with the metal on the wheels and sure we still have those but that’s permanent most of the time.now people have battery powered wheel chair that make peoples life’s a lot easier

Implement the function printTwoLargest that inputs an arbitrary number of positive numbers from the user. The input of numbers stops when the first negative or zero value is entered by the user. The function then prints the two largest values entered by the user. If fewer than two distinct positive numbers are entered a message to that effect is printed instead of printing any numbers. Hint: Duplicates will cause problems. Try to make sure that you find a way to ignore them.

Answers

Answer:

The function in Python is as follows:

def printTwoLargest():

   chk = 0

   list1 = []

   num = int(input("Enter: "))

   while num > 0:

       for i in list1:

           if i == num:

               chk+=1

               break;

       if chk == 0:

           list1.append(num)

       chk = 0

       num = int(input("Enter: "))

   list1.sort()

   if len(list1) >= 2:

       print("Largest:", list1[-1])

       print("Second:", list1[-2])

   else:

       print("Length of list must be at least 2")

Explanation:

This defines the function

def printTwoLargest():

This initializes a check variable to 0

   chk = 0

This initializes an empty list

   list1 = []

This prompts the user for input

   num = int(input("Enter: "))

The following loop is repeated until input is 0 or negative

   while num > 0:

The following for loop checks for duplicate

       for i in list1:

           if i == num: If duplicate is found

               chk+=1 The check variable is set to 1

               break; And the for loop is exited

The input is appended to the list if the check variable is 0 (i.e. no duplicate)

       if chk == 0:

           list1.append(num)

This sets the check variable back to 0, for another input

       chk = 0

This prompts the user for another input

       num = int(input("Enter: "))

This sorts the list

   list1.sort()

This prints the two largest if valid user input is 2 or more

   if len(list1) >= 2:

       print("Largest:", list1[-1])

       print("Second:", list1[-2])

if otherwise, this prints that the length must be at least 2

   else:

       print("Length of list must be at least 2")

HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP

Answers

Answer:

I should be C! :D

Answer:

B

Explanation:

Which of the following items is the best list of items to bring to a job interview?
O copies of your resume, cellphone with contacts at the company, and a snack to share
copies of your academic work, written responses to interview questions, and a pen and paper to take notes
O copies of your cover letter, the contact information for your interviewer, and a voice recorder
O copies of your resume, the contact information for your interviewer and a pen and paper to take notes

Answers

i’d say the last one the other ones are just silly

Answer:

I am not exactly sure but I think it is:

D. Copies of your resume, the contact information for your interviewer and a pen and paper to take notes

Explanation:

Other Questions
please help me i am timed A six-sided number cube is rolled 350 times and the results are recorded as follows: 58 ones, 63 twos, 52 threes, 61 fours, 60 fives, and 56 sixes. What is the experimental probability of rolling a five? Round to the nearest whole percent if necessary.A)93%B) 7%C) 17%*83% is not the correct answer I tried that already* Will give brainliest please help!!! Which Hemispheres is Norway located in? (Yes it might be d!mb but I just wanted to make sure my answer is correct) 2 4.6.3 Test (CST): Undoing Functions and Moving Them AroundQuestion 21 of 25Suppose that g(x) = f(x) + 2. Which statement best compares the graph ofg(x) with the graph of f(x)?A. The graph of g(x) is vertically stretched by a factor of 2.B. The graph of g(x) is shifted 2 units up.C. The graph of g(x) is shifted 2 units down.D. The graph of g(x) is shifted 2 units to the right.SUBMIT The songhai empire expanded its wealth and power by A) destroying its Christian neighbors B) winning control over trade routes C) developing ways to reverse desertificationD) defeating invading muslim armies How can we stop worldwide CO2 emissions from rising? A coin was flipped 10 times and 4 of the 10 flips resulted in heads. Compare the experimental probability of flipping heads to the theoretical probability of flipping heads.The experimental probability is LESS than the theoretical probability.The experimental probability is GREATER than the theoretical probability.The experimental probability is EQUAL to the theoretical probability. how do you solve y= 2x + 3 by using a table of solutions and then graphing? No links and wrong answers will be reported immediately! The best answer will get the brainliest.Answering the following questions using complete sentences. Label your responses as 1 and 2.1. Explain one of the elements of good citizenship. 2. Provide a specific example of that element of good citizenship you selected. The area of a circle in terms of pi is 56 pi m. Find the value of the radius. Give your answer as a simplified surd Elige. Choose the word or phrase that best completes each sentence,ASomeauton1. A mis padrestrabajar en una tienda.les gusta -- nos gusta -- te gusta -- me gusta2. Cuando voy a las fiestasllevar un vestido bonito.te gusta -- le gusta -- me gusta -- nos gusta3. T vas a la zapatera porquelos zapatosle gusta - te gustan -- te gusta -- nos gustan4. A mi amigolos discos compactos.me gusta -- nos gustan -- te gusta -- le gustan5. A nosotros nocomprar ropa.me gusta - nos gusta -- te gusta -- les gustan All SectionsChocolate Bars (x) 6,4,Calories (y) 1,212808Every chocolate bar has ????? calories.10.2,0203.60681,616 What are the parts of a claim?A.Hook,opinion,and evidence B.Topic,opinion, and evidenceC.Topic,opinion, and reasons D.Topic,reasons and evidence Given that R1 is 13 , R2 is 10 , and R3 is 4 , what is the current coming out of the 9-V battery? What is the power dissipation of each resistor? "If every person on Earth sat in the ocean, the ocean level would rise by 50 feet." 9. Based on his statement, which of these did Lincoln believe?O A. All the states will become free states.O B. All the states will become slave states.O C. The United States will not continue to be divided.O D. The United States will be divided into two countries. If you were an indigenous person living in Tenochtitlan (Aztecs), how would your life be different after the Spanish conquest? Read, look at the image, and choose the correct option.Lady holding a glass of tomato juice and making a sad face No le encanta el jugo de pimiento verde. Le gusta el jugo de tomate. Le encanta el jugo de pimiento verde. No le gusta el jugo de tomate. WILL MARK BRAINLIEST HELP ASAP ASAP