List three different camera modes and describe how each mode works when taking a photo

Answers

Answer 1

Answer:

Auto Mode--The camera chooses the settings for your photo, which is a good idea if you have no clue what settings to use. Auto mode works well when there is good lighting, but it may struggle when the lighting is uneven.

Portrait Mode--The camera will "think" that there is an object in the foreground to focus on, so it has a shallow depth to keep the focus on the object and blurs the background.

Sports mode--The camera takes the picture in only a fraction of the time it takes pictures in any other mode, because sports are fast activities. Flash is not usually necessary because of high shutter speed used to freeze movement.


Related Questions

Need help Fast
Question #3
Multiple Choice
What is the missing line of code?
>>> answer = "happy birthday"
"Happy birthday
o answer uppert)
O capitalize answer)
o answer capitalize()
O upper answer

Answers

Answer: answer.capitalize()

Explanation: this is the correction

Is this statement true or false?



It is always better to run over and give more information when you are giving a presentation versus quitting on time.


true

false

Answers

Answer:

THIS IS TRUE

Explanation:

but try to hurry up if the time is about to finish or try to find a quick way to wrap it up if the timing is too strict.

Hope this helped :)

This is a very true statement

Multiple Choice
Technological skills are not necessary to pursue a career in marketing.
O True
O False

Answers

Answer:

O False

Explanation:

The answer would be false

Select the correct answer. Which engineering professional communicates potential flaws in product design? A. maintenance engineer B. design engineer C. analysis engineer D. inspection engineer E. field engineer

Answers

the correct answer is the letter C. plz mark me the brainliest!!1

Answer:

the answer is c

Explanation:

Make the other dude/girl brain list, he answered first after all, and I got it right on the test thx to him.

Which of the following statements are true regarding models? Select 3 options.

In a model, the general characteristics are separated from the details.

Models help predict how a specific solution will respond.

Models help you understand a complex situation by including all of the details.

Models represent the system or problem at a detailed implementation level.

Models help communicate a design.

Answers

Answer:

Answer:

Models help predict how a specific solution will respond

In a model, the general characteristics are separated from the details

Models help communicate a design

Explanation:

The statements that are true regarding models are:

B. Models help predict how a specific solution will respond.

A. In a model, the general characteristics are separated from the details.

E. Models help communicate a design.

What is a model?

A model is an artificial representation of an object or a process. Models are used to show the process or things that are very big and can not be understood by the actual thing.

By looking for patterns in a set of input data, predictive modeling uses mathematics to foretell future events or results.

Therefore, the correct options are A. In a model, the general characteristics are separated from the details, B. Models help predict how a specific solution will respond, and E. Models help communicate a design.

To learn more about the model, refer to the link:

https://brainly.com/question/14281845

#SPJ2

3.6 Code Practice Edhesive. (PYTHON LANGUAGE)

Example:
Enter a number: 1
Largest: 1
Enter a number: 3
Largest: 3
Enter a number: 4
Largest: 4
Enter a number: 9
Largest: 9
Enter a number: 3
Largest: 9
Enter a number: 5
Largest: 9

Answers

i = 0

lst = ([])

while i < 6:

   lst.append(int(input("Enter a number: ")))

   print("Largest: "+str(max(lst)))

   i+= 1

This works for me. Best of luck.

What are the benefits and risks of a client-server network?

Answers

Answer:

Ermm... i don't really know but probably

the benefits can be: multi device connection and can be upgraded.

The disadvantages: The server is expensive i think, a special staff like  a network manager  is needed, and if any single part of the system fails a whole lot of disruption can come.

hope this helps!

Which code causes a ValueError?

int('4')

3 / 0

int('four')

3 / 2.0

Answers

Answer:

Option 3: int('four') is the correct asnwer

Explanation:

ValueError occurs in Python when we try to store wrong content in the datatype or conversion.

For example, if we try to store a string in integer datatype.

From the given options,

int('four') will produce a ValueError because "four" is a string and cannot be converted to integer data type.

Hence,

Option 3: int('four') is the correct asnwer

Give four examples of Graphic and Streaming media capabilities to have in a computer​

Answers

Answer:

A GPU would be needed for graphic capabilities

Lots of RAM would be needed for streaming

CPU would be essential to graphic and streaming capabilities

Cooling is essential to a good experience for graphic and streaming

Hope this helped, brainliest appreciated :)

Need Help Again!!! :S

Software that allows users to use and adapt it for any purpose, often allowing the public to participate in further development is ____________.

free source

open software

open source

Answers

There is a lot of answers it could be but it would be open software .

Answer:Open Source

Explanation:Because the source can be programmed by anyone and submitted for addition to the coded software.

Why should you create folders when saving files?

Answers

Answer:

it keeps your work organised

Explanation:

Answer:

You can create folders to store and organize your pictures , your videos and soon . Folders are also used to separate the files created by diffrent users.

whats 12/29 divided by 12/34

Answers

Answer:

1.17

Explanation:

12 ÷ 29 = 0.414

12 ÷ 34 =  0.353

0.414 ÷ 0.353 = 1.17 or 1 17/100

The division of fraction 12/29 divided by 12/34 gives 34/29.

To find 12/29 divided by 12/34:

Step 1: Find the reciprocal of the second fraction, 12/34:

Reciprocal of 12/34 = 34/12

Step 2: Multiply the first fraction by the reciprocal of the second fraction:

(12/29) ÷ (12/34) = (12/29) * (34/12)

Step 3: Simplify the multiplication:

(12/29) * (34/12) = (12 * 34) / (29 * 12)

Step 4: Further simplify the multiplication:

(12 * 34) = 408

(29 * 12) = 348

Step 5: The final result:

(12/29) ÷ (12/34) = 408/348

Now, GCD(408, 348) = 12

So, the simplified fraction will be as

(408 ÷ 12) = 34

(348 ÷ 12) = 29

Thus, the final simplified result is 34/29.

Learn more about Fraction here:

https://brainly.com/question/10354322

#SPJ6

DDL statement for adding a column to an existing table is

Answers

Answer:to add a column to existing table.

to rename any existing column.

to change datatype of any column or to modify its size.

to drop a column from the table.

Explanation:

hope this help

Write the correct opening and closing tags on the different commands.​

Answers

Answer:

First column is openings and second is closings. <3

Head - <HEAD> and </HEAD>

Title - <TITLE> and </TITLE>

Body - <BODY> and </BODY>

Bold - <B> and </B>

Underline - <U> and </U>

Heading1 - <H1> and </H1>

Heading Group - <HGROUP> and </HGROUP>

Section - <SECTION> and </SECTION>

Article - <ARTICLE> and </ARTICLE>

Aside - <ASIDE> and </ASIDE>

what is a cpu and what does it do

Answers

The CPU is the brain of a computer, containing all the circuitry needed to process input, store data, and output results. The CPU is constantly following instructions of computer programs that tell it which data to process and how to process it.

The central processing unit (CPU) is known as the brain of the computer it also takes the raw data and turns it into information.

write a code to test if a number is equal to 89 or 78

Answers

number = whatever value you want

if number == 89 or number == 78:

   print("The variable number equals 89 or 78.")

else:

   print("The variable number does not equal 89 or 78.")

when installing a Windows 10 an already installed Windows 7 what happen​

Answers

Answer:

are u updating it? or u r rooting it?

Answer:

If you've already installed Win7, the boot media *should* realize, and so the Windows 7 data gets overwritten with Windows 10 and all personal data stays intact. This is known as an upgrade, rather than just replacing.

Some Word processors miss some errors because....?

Answers

“She could sew seeds better than she could sew clothes.”

The above sentence is one that I came across while reading a self-published novel the other day, and is a perfect example why one cannot merely rely on a spell-checking program to ensure that one’s writing is error-free. Although “sew” and “sow” are homophones (they sound the same despite having different spellings and meanings), they are obviously not interchangeable: When you write phrases such as, “In miss you,” “I’ll pick the care up from the garage,” or, “We’re having meet for dinner,” SpellCheck doesn’t catch any errors, because none of the words are actually misspelled. The same thing goes for Word and other word-processing softwaresow seeds, and sew clothes.

frrrrrrrrrrreeeeeeeeee brainliest for u

Answers

Answer:

thank you, have a nice day!

Explanation:

How are you and how have you been?

(101100.1101)2=(?)8​

Answers

Answer:

(54.64)

Explanation:

(101100.1101)2 represents the decimal number 44.8125

in base 8 that is 5*8 + 4*8⁰ + 6*8⁻¹ + 4*8⁻²

Biosolids are used as a chemical free natural choice for fertilizing.

Answers

Answer:

is this a true or false? I dont really understand. this is a statement not a question.

James is writing a program in C++ and forgets to put curly braces where they are supposed to be. James will see a message about which of the following when the program is run? database error variable error binary error syntax error

Answers

Answer:

syntax error

Explanation:

curly braces demarkate code blocks. omitting them and code may violate the syntax, hence produce a syntax error.

Select the correct answer. Dawna is working on a term paper using a word processor. She has saved each draft of her paper as a separate version. She wants to include a section from an earlier draft in her current document. What should she do? ОА. refer to the earlier draft and type the section again in her current document cut the section from the earlier draft and paste it in the current document OB Oc. save the eadler draft with a new name and work in it OD copy the section from the earlier draft and paste it in the current document Reset Next​

Answers

Answer:

D. copy the section from the earlier draft and paste it in the current document

Explanation:

A word processor can be defined as a software application or program designed to avail the end users the ability to type and format text documents for various purposes.

Some examples of word processors are Microsoft Word, Notepad, etc.

In this scenario, Dawna is working on a term paper using a word processor. She has saved each draft of her paper as a separate version. She wants to include a section from an earlier draft in her current document.

Therefore, what she should do is to copy the section from the earlier draft and paste it in the current document.

A copy or cut is a formatting technique used for copying and cutting (removing) textual informations from a document respectively.

Hence, Dawna should copy the section from the earlier draft rather than cut, so as to maintain the information in the draft for any future reference or use.

Question #1
Multiple Select
Which features are important when you plan a program? Select 4 options.
Knowing what the user needs the program to accomplish.
Knowing how to find the result needed.
Knowing how many lines of code you are allowed to use.
Knowing what information is needed to find the result.
Knowing what you want the program to do

Answers

Answer:

Multiple Select

Which features are important when you plan a program? Select 4 options.

Knowing what the user needs the program to accomplish.

Knowing how to find the result needed.

Knowing what information is needed to find the result.

Knowing what you want the program to do

Explanation:

It is the other 4, and not Knowing how many lines of code you are allowed to use.

A program refers to software that is written by computer experts to help users to accomplish certain special tasks. The features that are important when you plan a program are;

Knowing what the user needs the program to accomplish. Knowing how to find the result needed. Knowing what information is needed to find the result. Knowing what you want the program to do

To successfully plan a program, the programmer ought to know what the intention of the user is. It could be for communication, blogging, advertisement, etc.

Next, you need to know how to write the code. Java, HTML, etc are possible programming languages that can be used to do this.

A good grasp of the information needed to write the code is also necessary.

Learn more here:

https://brainly.com/question/20057346

What symbol indicates that material has been copyrighted?

Answers

Answer:

Ermmmmmm...

I Think if a thing doesn't hhave a trademark or something like that.

Explanation:

Up there

Answer: I believe it’s the circle one with the c, sorry if I’m rong ༼つ ◕◡◕ ༽つ

Explanation:

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

Answers

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: it's C) Symbian

Explanation: trust me bro

Which term describes a web address such as www.еdgеnuitу.com?
Option 1. DNS
Option 2. ISP
Option 3. domain name
Option 4. IP address

Answers

Answer:

C.

READ BELOW

Explanation:

A DNS LOOKS LIKE (DNS Primary: 8.8.8.8 Secondary: 8.8.4.4)

AN ISP is a internet service provider. For example (Comcast LLC)

A DOMAIN NAME IS (the name of a url www. [domain name] .com, .org, .gov)

an Ip address is an identifier of your computer, and it looks similar(all are unique) to [64.233.191.255]

Answer:

Domain Name

Explanation:

I just did the Instruction/Assignment on EDGE2022 and it's 200% correct!

Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)

Mark and his team are working on a project that is due for delivery in the next few days. The team is using project management tools to implement a set of new client requirements. Which activity are Mark and his team performing? A. managing integration B. managing change C. managing quality D. managing timelines

Answers

Answer:

The correct option is;

B. Managing change

Explanation:

Change management is a process of applying methods and instruments that bring about the implementation of required changes in an organization or project such that the changes are carried out in a seamless and timely manner using a carefully laid out and thorough approach that reduces the impact of the change on the quality of service and that handles the disruptions in the project or organization brought about by the change

Manfred wants to include the equation for the area of a circle in his presentation. Which option should he choose?

Answers

Answer: The answer is D Insert tab of the ribbon, choose equation and select the equation from the default options

Explanation:

When you go to the insert tab of the ribbon you choose equation and select the equation from the default options. I know this because I went back and I tried each one of these out and none of them made sense so it’s D. I also did the review and got it right

Answer:

Explanation: edge 2022

I WILL MARK YOUR BRAINLIEST IF YOU ANSWER

Draw a flowchart to print first 10 multiples of 5.
Please also draw it on paper and answer

SILLY ANSWERS = REPORT!

Answers

Answer:

Explanation:

Sorry it's very messy, for this a loop is need but inclusive of a count/index variable which I have used and called the variable 'number'

Other Questions
How to find the gradient plz spencer used 14 centimeters of tape to wrap 2 presents. how many presents did spencer wrap if he used 42 centimeters of tape? assume the relastionship is directly proportional what is the answer to 12.4-8.96? someone help me please! The age at which nutritional needs change at the end of puberty is13161921 Why is there no reaction between solid silver and copper (II) nitrate Scott trained for the marathon.On day 1, he took 70 min to run 10 km.On day 10, he took 2 h 40 min to run 20 km.On day 20, he took 4 h 15 min to run 30 km.a) What was Scott's running rate, in minutes per kilometre,for each day?i) Day 1 ii) Day 10 iii) Day 20b) What do you think Scott's running rate, in minutes perkilometre, might be for the 44 km of the marathon?How long do you think it will take him? Explain. The method animals use to attract mates to reproduce A 4V source is connected across a 2F capacitor. Find the charge on this capacitor. You and your friend are practicing for a rowing competition and want to know how far it is to an island in the Indian River Lagoon. You take measurements on your side of the lagoon and make the drawing shown. What is the distance to the island? Please help, I don't have much time. Effects of sea-level rise on Tuvalu.SocialEconomic Environmentali will give brianlest for best answer Answer the following questions with complete sentences in Spanish. Note the cues in parentheses.11. Qu hora es? (10:15 at night)12. Mara, cmo ests hoy? (tired, sad, and busy)13. Dnde trabajan Ana y Rosa? (in a store)14. Estudias mucho?15. Adnde vas? (chemistry class) Ned and Sarah were running a relay race .the race was 22.01 kilometers total if Ned ran 9.41 kilometers A map of the Hill Park hiking trails uses the scale 12 inch = 34 mile.Which unit rate is equivalent to this scale? How have your opinions changed in regards to facing bullying and cyberbullying behavior? For GodSake I need Help! If answer I will give brainlest!!If putting that quote in one or two-sentence summary how would it be? Don't overthink just read it and paraphrase in your own work with one sentence or two:)? PlzHere is the quote, "Sugar as a sweetener came to the fore in connection with three other exotic imports- tea, coffee, and chocolate of which one, tea, became and has since remained the most important nonalcoholic beverage in the United Kingdom. All are tropical products, all were new to England in the third quarter of the seventeenth century, all contain stimulants and can be properly classified as drugs (together with tobacco and rum, though clearly different both in effects and addictiveness). All began as competitors for British preference, so that the presence of each probably affected to some extent the fate of the others." answer two questions about equations A and B:A. x/4+1=-3B. x+4=-121) how can we get equation B from equation A?choose 1 answer:(Choice A) rewrite one side (or both) using the distributive property(Choice B) rewrite one side (or both) by combining like terms(Choice C) multiply/divide only one side by a non zero constant(Choice D) multiply/divide both sides by the same non zero constant2) based on the previous answer ,are the equations equivalent? in other words ,do they have the same solution?choose 1 answer:(Choice A) yes(Choice B) no what is the sum of 3 8 added to 1 3 In I Know Why the Caged Bird Sings, Marguerite is like the caged bird in the poem The Caged Bird because she feels apprehensive. embarrassed. furious. trapped. Describe Europe's Mediterranean Climate.