HELPP!!! 50 POINTS WHOEVER GETS IT RIGHT
David has gone to the Niagara Falls with his camera. He wants to click photos of the people around him and also the distant sights. If he can have just one lens with him, which lens would it be?

David can take__ lens with him.

it ISN’T standard, normal, telephoto or wide lens i’ve already tried

Answers

Answer 1

Since David has gone to Niagara Falls with his camera. He wants to click photos of the people around him and also the distant sights. If he can have just one lens with him, the lens would be a zoom lens.

What is Photography?

This refers to the act and process of taking pictures with the use of a camera with the help of lenses.

This is because the telephoto lens is perfect and great for taking shots that are both distant and close and gives the best focal length and zoom as they are amazing for bringing distant scenes and subjects closer

Hence, we can see that the zoom lenses are the best as they can be manually adjusted for David for taking close pictures and distant shots too.

This helps David to take close photos and also distant sights and zoom lenses would help him do this.

Read more about zoom lenses here:

https://brainly.com/question/13874733

#SPJ1


Related Questions

what are backup storage device of computer ?​

Answers

Sd/ external hard drives
A backup storage device is used to make copies of data that is actively in use. Backup machines provide redundancy of data residing on primary storage. Should the storage medium, such as a hard disk drive (HDD), fail or become corrupted, the original data is recovered from copies on the backup hardware.

Which device performs the function of determining the path that messages should take through internetworks?.

Answers

Answer:

A router

Explanation:

Mack signs into his laptop and gets a message saying all his files have been encrypted and will only be released if he sends money to the attacker. what kind of software did this

Answers

Answer: Ransom-Ware

Random-Ware is a type of malware that encrypts files in hopes of the victim to give the attacker a form of currency to gain access to the files again.

When you insert a new slide in a presentation, where is it placed in relation to the existing slides?.

Answers

Whenever you create a new slide, it appears below the selected slide.

If you have 2 slides and want one in between the two select the first slide and then select new slide.

Maria is developing an online gaming website. She is working on an interactive game that has a central character guiding visitors through the game. Which element of multimedia is most suitable for this type of website?

Answers

Answer:

The answer is animation. This question has been answered already.

Source:

https://brainly.com/question/12414395

Describe a new career in computer science that may be created in the future

Answers

No Code / Low Code Business Analyst.

This would involve someone that goes in to make sure that the business processes of the No Code / Low Code programmers are doing their job efficiently!

Drag each label to the correct location on the image.
Match each item to check for while reconciling a bank account with the document to which it relates.

Answers

The matchup are:

Balancing check register has:

Interest earned.Deposit in transit.

Balancing statement account has:

NFS FeesBank Error

What is bank reconciliation?

Bank Reconciliation is known to be a process in accounting where firms are said to match their bank statements to their various transactions that are known to be recorded in their general ledger.

A statement of account is known to be one that list all the financial transactions that took place when two or businesses make different transaction over a period of time.

Note that Balancing your checkbook is a way of verifying that the records you have matches with that of the bank's.

Learn more about bank reconciliation  from

https://brainly.com/question/15525383

#SPJ1

Give three reasons why it is important to have hci-based software programs.

need this soon

Answers

The three reasons why it is important to have HCI-based software programs As a result, having a person with HCI capabilities concerned in all levels of any product or machine improvement is vital.

What is HCI and why is it important?

The Role of Human Computer Interaction withinside the Workplace. Human Computer Interaction (HCI) and User Experience (UX) are interdisciplinary fields that draw on human-focused disciplines like psychology and sociology to layout and increase technological merchandise that meet human needs.

As its call implies, HCI includes 3 parts: the user, the pc itself, and the methods they paint together.HCI is vital on account that it'll be important for items to be extra successful, safe, helpful, and functional. It will make the users revel in extra fun withinside the lengthy term. As a result, having a person with HCI capabilities concerned in all levels of any product or machine improvement is vital.

Read more about the software programs:

https://brainly.com/question/1538272

#SPJ1

What is the one small catch with password managers?.

Answers

Answer:

password managers can acess and autofill your passwords

Explanation:

the catch is if you loose all data from your computer or smartphone, then you loose all your passwords

What version of bluetooth is installed on the yaesu ft-5dr?.

Answers

Answer:

version 4.2

Explanation:

You defined a shoe data type and created an instance.
class shoe:
size = 0
color = 'blue'
type = 'sandal'
myShoe = shoe()
Which statement assigns a value to the type?
type = 'sneaker'
myShoe.type( 'sneaker')
myShoe.type = 'sneaker'
NEXT QUESTION
ASK FOR HELP

Answers

Answer:

myShoe.type = 'sneaker'

Explanation:

type is a field of the class shoe. The myShoe object which is an instance of the class shoe has the field type also.

To assign a value to type filed of the object myShoe, reference the object then the field as such;

   myShoe.type = "sneaker"

You defined a shoe data type and created an instance. The statement that assigns a value to the type is myShoe.type = 'sneaker'. The correct option is C.

What is data in programming?

A variable's data type and the kinds of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming.

An attribute of a piece of data called a "data type" instructs a computer system on how to interpret that data's value.

type is one of the class shoe's fields. The field type is also present in the myShoe object, which is an instance of the class shoe.

Reference the object and the field as such in order to assign a value to the type field of the object myShoe;

Therefore, the correct option is C. sneaker" in myShoe.type.

To learn more about data in programming, refer to the link:

https://brainly.com/question/14581918

#SPJ2

Choose the correct numbers in order to have the following output.

3 1
3 2
4 1
4 2

for numx in [3,
]:
for numy in [1,
]:
print (numx, numy)

Answers

Answer:

4, 2

Explanation:

for numx in [3, 4]:

   for numy in [1, 2]:

       print (numx, numy)

make sure to indent properly

The correct numbers, in order to have the following output, are 4, 2. The correct option is d.

What are the outputs of coding?

A programmer may decide to incorporate outputs to keep the user updated on what is happening inside the program. Here, the user is presented with the program's data either visually (on the screen) or physically (as printouts or signals, for example).

The communication between an information processing system, such as a computer, and the outside world, which may include a human or another information processing system, is known as input and output, or I/O. The system's inputs are the signals or data it receives, and its outputs are the signals or data it sends.

for numx in [3, 4]:

  for numy in [1, 2]:

      print (numx, numy)

Therefore, the correct option is d. 4 2.

To learn more about the outputs of coding, refer to the link:

https://brainly.com/question/28992006

#SPJ2

What are two benefits of defining a function?

Answers

Answer:

enhances the readability of a program.

The Western Siberian Plain is __________ in some places because it has poor natural draining systems.

Answers

The Western Siberian Plain is marshy in some places because it has poor natural draining systems.

What is a Drainage system?

A Drainage system may be defined as the complete process to exhaust the water in the soil to improve crop production in an area. It eliminates the water through the surface of the earth.

The complete question is as follows:

The Western Siberian Plain is __________ in some places because it has poor natural draining systems.

subtropicalhumidmarshyarid

Therefore, the correct option for this question is C, i.e. marshy.

To learn more about the Drainage system, refer to the link:

https://brainly.com/question/908462

#SPJ1

What report shows which types of mobile devices visited a website?.

Answers

Answer:

Technology > Network report. All traffic > Source/Medium report.

Explanation:

hope this helps

True or False. It is OK for students to find answers to questions on the Internet and submit those answers during a test.

Answers

Strange question, but I would say false. FALSE

Why online fraud rose 79% in UK after they switched to the chip and PIN system in the first three years?

Answers

Answer:

TBH I HAVE NO FREAKING IDEA BUT I NEED POINTS BC IM DOING AN EXAM AND HAVE NO MONEY SORRY

Northern trail outfitters has the case object set to private. the support manager raised a concern the reps have a boarder view of data than expected and can see all cases on their groups dashboards. what could be causing reps to have inappropriate access to data on dashboards

Answers

The option that could be causing reps to have inappropriate access to data on dashboards is known to be Dynamic Dashboards.

What is a Dynamic dashboards?

Dynamic dashboards is known to be a tool that helps all user to be able to view the data they are known to have access to.

Note that in the case above about Northern trail outfitters, the option that could be causing reps to have inappropriate access to data on dashboards is known to be Dynamic Dashboards.

see options below

Northern Trail Outfitters has the Case object set to private. The support manager raised a concern that reps have a broader view of data than expected and can see all cases on their group's dashboards.

What could be causing reps to have inappropriate access to data on dashboards?

A. Public Dashboards

B. Dashboard Subscriptions

C. Dynamic Dashboards

D. Dashboard Filters

Learn more about Dashboards from

https://brainly.com/question/1147194

#SPJ1

What does Fees, Risk Assessment and Returns mean?

Answers

Answer:

The term return refers to income from a security after a defined period either in the form of interest, dividend, or market appreciation in security value. On the other hand, risk refers to uncertainty over the future to get this return. In simple words, it is a probability of getting return on security.

Explanation:

Which VPN protocol provides encryption but does not support IP multicast traffic?

IPsec
PPTP
L2TP
SSL VPN

Answers

Answer:

this?

Explanation:

multiple choice?

advantages and disadvantages of algorithm​

Answers

Answer:

\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

Explanation:

It is easy to understand. Algorithm is a step-wise representation of a solution to a given problem. In Algorithm the problem is broken down into smaller pieces or steps hence, it is easier for the programmer to convert it into an actual program

Algorithms are time-consuming. Big tasks are difficult to put in algorithms. Difficult to show branching and looping in algorithms. Understanding complex logic through algorithms can be very difficult.

The __________ backup method is based on the philosophy that a full backup should occur at regular intervals, such as monthly or weekly

Answers

Answer:

full/incremental backup

Explanation:

I believe it's full/incremental backup.

Which longstanding restaurant chain closed its last location in lake george, new york?.

Answers

It’s Howard Johnson

Define special computer​

Answers

Answer:

A computer designed from scratch to perform a specific function. Contrast with general-purpose computer. See ASIC.

Answer:

Special computer is the computer designed for a particular type of application only. It is defined as a stored program digital computer, whose architecture is oriented towards one or more applications.

Remote workers in an organization use company-provided laptops with locally installed applications and locally stored data Users can store data on a remote server using an encrypted connection. The organization discovered data stored on a laptop had been made available to the public. Which of the following security solutions would mitigate the risk of future data disclosures?(A) FDE(B) TPM(C) HIDS(D) VPN

Answers

Remote workers can use the security solutions that would mitigate the risk of future data disclosures via the use of FDE.

What is FDE in security?

Full disk encryption (FDE) is known to be a kid of a security measures that is often taken so as to help in the protection of all data saved on a hard drive from any kind of unauthorized access through the use of disk-level encryption.

Therefore, Remote workers can use the security solutions that would mitigate the risk of future data disclosures via the use of FDE.

Learn more about Remote workers from

https://brainly.com/question/26512743

#SPJ1

When you start an online course, what should you do to make sure you have access to college resources

Answers

As a student starting an online course, you should explore the college website to make sure you have access to college resources.

What is an online course?

An online course can be defined as an education programme that typically involves the process of providing and sharing learning resources (contents) in an organized way over the Internet, so as to allow the students (users) progress in their understanding of a course or topic.

As a student starting an online course, you should do the following to make sure you have access to college resources:

Explore the college website.Bookmark links to your course.Search for information with regards to advising, degree requirements, and financial aid.

Read more on online course here: https://brainly.com/question/14591988

#SPJ1

What type of hacker is primarily motivated by an ideology, epitomizing "the ends justify the means" mentality?.

Answers

The type of hacker that is primarily moved by an ideology, epitomizing "the ends justify the means" mentality is Hacktivism.

What type of hackers are motivated by social or political issues?

Hacktivism is known to be an act of the wrong use a computer system or network for a socially or politically motivated  aim or reason.

The type of hacker that is primarily moved by an ideology, epitomizing "the ends justify the means" mentality is Hacktivism and they are called hacktivist.

Learn more about Hacktivism from

https://brainly.com/question/5483494

#SPJ1

A restaurant has an app that allows users to view the menu and order online. You have been hired to upgrade the app because it is out of date, in both style and content. What parts of the existing code could you reuse, and what might you need to design from scratch?

Answers

Answer:

You could reuse most of the code. You will need to update some of the style parameters and re-word some of the content, but the base code is there to be used. You will need to fix the items that are on the menu. (Adding new items, Deleting items that don't exist, e.g.)

How to change lowercase to uppercase in excel 2010 shortcut key?.

Answers

I believe it’s shift

The ________ is the continuing development of the Internet that allows everyday objects embedded with electronic devices to send and receive data over the Internet. Group of answer choices world wide web Internet of Things Cloud solid state of things

Answers

Answer:

Internet of Things (IOT)

The Internet of Things (IoT) is the continuing development of the Internet that allows everyday objects embedded with electronic devices to send and receive data over the Internet.

The Internet of Things (IoT) refers to the network of physical objects or "things" embedded with sensors, software, and other technologies that enable them to connect and exchange data with other devices or systems over the Internet.

These objects can be everyday items such as household appliances, wearable devices, industrial machines, vehicles, and much more.

IoT allows these objects to collect and transmit data, interact with their environment, and even respond to certain events or conditions without requiring direct human intervention.

The data generated by IoT devices can be analyzed and utilized to make informed decisions, improve efficiency, enhance convenience, and create new services and applications.

IoT has the potential to transform various industries, including healthcare, agriculture, transportation, manufacturing, and more.

It is an essential component of the ongoing development of the Internet, as it expands the scope of connected devices beyond traditional computers and smartphones.

Hence the correct answer is: Internet of Things (IoT).

Learn more about Internet of Things click;

https://brainly.com/question/29767247

#SPJ3

Other Questions
Write a complete sentence in the preterite for each of the following subjects.Savannah y AdriaTYou must choose verbs from this list and use them in their conjugated forms, one for each sentence: estar, tener, decir, querer, poder, poner, hacer, traer, saber, and venir. For the quadrilateral on the grid, the slope of WX is 0, the slope of XY is , the slope of YZ is 0, and the slope of ZW is .Which statement verifies that quadrilateral WXYZ is a parallelogram?The difference of the slope of adjacent sides is .The slopes of adjacent sides are opposite reciprocals.The opposite sides have the same slope.XY and YZ have the same slope. Writing workshop: visual media analysis read the following excerpt from a media response essay. the ad features a brightly colored banner and a couple of twenty-somethings sitting comfortably together, smiling happily, and sharing a set of headphones to listen to music. certainly the ad will catch the attention of and appeal to young adults. in this excerpt, the writer is providing a thesis that reflects topic and viewpoint. ending the essay with a strong conclusion. analyzing the advertising methods of the ad. giving an explanation of the target audience. hi guys I would like to ask for your helpI have a debate competition tomorrow on the topic god is not the creation of the universeand I am against this topic so my topic would be god is the creation of the universe..so hope everyone can help me with some points Why did cities grow quickly during the Industrial Revolution?a.People loved city night life.b.Fewer workers were needed on farms.c.People fled rural pollution.d.People grew rich in cities.Please select the best answer from the choices providedABCD A bag contains 7 red marbles, 6 blue marbles and 4 green marbles. If three marblesare drawn out of the bag, what is the probability, to the nearest 1000th, that all threemarbles drawn will be blue? - Explain the geographic context for the historical development shown on this map. Question 1 of 32Evaluate sin(55). The subtraction property of equality states that the two sides of anequation remain unequal when you subtract the same number of eachside.O TrueO False* 10 points which of the following statements best describes how biological science has developed over time what is the answer for 0.32+12.965+1.1 and could you explain how you got the answer One reason President Roosevelt worked to build a canal in Panama was A. To mobilize America for World War I B. To help Native American migration C. To create a shorter route to the West Coast D. To defeat Mexico and obtain their territory describe a weather station that will be used to collect weather data it should collect data that are needed to make forecasts. explain what data are needed how the station would be powered and any other relevant information . Then sketch it out (please draw a sketch arigato) What event finally caused America to change its mind regarding isolation? SOLVE THE RIDDLE :Random Guy A:Life is hard,isn't it ?Random Guy B:Why, what happened ?Random Guy A:Well that doesn't matter.What matters is how we solve the problem.Random Guy B:So what should we do ?Random Guy A:Well there is nothing much to do except mving frwardRandom Guy B: But isn't that painful?Random Guy A: At first it is,but days will go like one,two,thwee and you will get a grasp of it and all the ltters in your life will come back to normal.(Random Guy A gives Random Guy B a page having this code *TBTFIIBPZXMB* Random Guy B:What is this ?Random Guy A:Something that's gonna inspire you for the coming days.Random Guy B:But this doesn't make sense.Random Guy A:Everything does,you just need to find a way to decode itRandom Guy B:But HOW?Random Guy A: Just look back at out conversation. You will find it When balancing chemical equations the left hand side of the equation is known as the ______, while the right hand side is known as the ______. I bought_____ exercise bike from your store last year,and I am having problems with it.I need to have it repaired (a,an,the) Evaluate to what extent the government have or are currently supporting communities affected by human rights violations Why does Eddie call the little boy a future social worker A culture of bacteria has an initial population of 9300 bacteria and doubles every 3hours. Using the formula P = Po 25, where Pt is the population after thours, Pis the initial population, t is the time i hours and d is the doubling time, what is thepopulation of bacteria in the culture after 10 hours, to the nearest whole number