which of the following cctv types would you use in areas with little or no light? answer a camera with a high lux rating ptz c-mount infrared

Answers

Answer 1

Would you employ low- or no-light cctv types with infrared technology answer an infrared ptz c-mount camera with a high lux rating.

What is the purpose of a CCTV camera?

To maintain high security and optimum safety, it is important to get a clear picture of everyone who enters and exits. If video from these cameras needs to be shown in court, the user can zoom in for more clarity. They are excellent for catching wrongdoing.

What is CCTV's complete name?

Closed Circuit , or CCTV, is a modern technology that consists of a collection of digital video cameras with the purpose of monitoring specific situations.

To know more about cctv types visit :-

https://brainly.com/question/26407408

#SPJ4


Related Questions

Which statement describes part of the meeting scheduling process? It is always an all-day event. It is created in a single calendar. It cannot be viewed by anyone except the meeting organizer. It requires recipients of the meeting request to respond.

Answers

Answer:

C)

Explanation:

It cannot be viewed by anyone except the meeting organizer.

The statement describes part of the meeting scheduling process as it cannot be viewed by anyone except the meeting organizer. The correct option is C.

What is the meeting scheduling process?

Future meetings can be planned using scheduled meetings, either as one-time events or recurrent ones. You can send an email invitation to create the meeting or access your calendar (or manually open the calendar of any contacts) to plan upcoming meetings.

Meetings should be planned and held often because they give staff members the chance to voice their opinions, ideas, and concerns in a relaxed and cooperative setting.

Scheduling is used to distribute resources for equipment and buildings, prepare for human resources, organize work processes, and buy goods. It is a crucial tool for engineering and industry, as it can significantly affect a process' productivity.

Therefore, the correct option is C, It cannot be viewed by anyone except the meeting organizer.

To learn more about the scheduling process, refer to the link:

https://brainly.com/question/15711816

#SPJ3

True/False? you are to write a function called pow() to calculate the result of raising a positive integer to a positive power.

Answers

It is true that you could create a function named pow() to figure out what happens when you raise a positive integer to a positive power.

What is the POW formula?

POW's syntax is POW(number,power), where number is the number for which you want to compute power and power denotes the number of times you want to do so. For instance, you would use the following formula to determine the power of 9 to the third power: POW (9,3).

Here is an illustration of a Python implementation:

def pow(base, exponent):

   result = 1

   for i in range(exponent):

       result *= base

   return result

To know more about function visit:-

https://brainly.com/question/28358915

#SPJ4

education is better than money give point​

Answers

Answer:

yes education is better than money

Explanation:

money isn't everything

design a program using pseudocode that asks the user to enter 10 golf scores. the scores should be stored in an integer array. sort the array in ascending order and display its contents. perform input validation for golf scores.(no negative scores, just for the purpose of validation)

Answers

START

//Declare array to store 10 golf scores

integer array golfScores[10]

//Declare counter variable

integer i

//Loop 10 times to get 10 golf scores

FOR i=0 to 9

   //Ask user to input golf score

   PRINT "Please enter a golf score:"

   INPUT golfScores[i]

   //Validate inputs

   WHILE golfScores[i] < 0

       PRINT "Invalid input. Please enter a valid score (positive number):"

       INPUT golfScores[i]

   ENDWHILE

END FOR

//Sort array in ascending order

SORT golfScores in ascending order

//Display sorted array

FOR i=0 to 9

   PRINT golfScores[i]

END FOR

END

What is pseudocode and integer array? Pseudocode is a way of expressing algorithms or processes using a combination of natural language and programming language. It is often used to create a "skeleton" of a program and helps to define the specific instructions needed to solve a problem. An integer array is a type of data structure in which the data is stored in an array of integer values. This type of array is often used to store numeric information such as age, height, and weight. Integer arrays are often used when dealing with large amounts of data, as they are more efficient than other types of data structures for searching and sorting. Integer arrays are also useful for representing data in a concise manner. For example, an array of integers can be used to represent a list of ten numbers, such as the first ten prime numbers. Integer arrays can also be used to store and manipulate large amounts of data in a more efficient manner, such as sorting, searching, and computing. Integer arrays can also be used to store and manipulate data of varying types, such as strings and objects.

To learn more about pseudocode refer to:

https://brainly.com/question/24953880

#SPJ4

It is essential to make computer professional more responsible towards society and culture

Answers

Yes it is essential because Computers benefit the business and personal world by being able to do the following more efficiently: buying and selling products, communicating throughout the world, enhancing our knowledge, job influences, entertainment, research, and paying bills.


Hope this helps. ^v^

Citi bike is an example of which arena of technology

Answers

Citi bike is an example of the arena of technology called Lyft.

What is Citi Bike?

Citi Bike is a privately owned public bicycle-sharing system that operates in the Bronx, Brooklyn, Manhattan, and Queens boroughs of New York City, as well as Jersey City and Hoboken, New Jersey.

It was managed by Motivate (previously Alta Bicycle Share), with former Metropolitan Transportation Authority CEO Jay Walder as CEO, until September 30, 2018, when the firm was bought by Lyft. Lyft technology is used in the system's bikes and stations.

The system surpassed 50 million rides in October 2017 and will reach 100 million rides in July 2020.

Learn more about Lyft:
https://brainly.com/question/28547867
#SPJ1

Computer networks allow computers to send information to each other. What is the term used to describe the basic unit of data passed from one computer to another?


packet


message


transmission


package

Answers

Answer:

Packet

Explanation:

I just did the Quiz 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!!)

Computer networks allow computers to send information to each other. What is the term used to describe

The term that is used to describe the basic unit of data passed from one computer to another is the packet. The correct option is a.

What are computer networks?

Computer networking is the term for a network of connected computers that may communicate and share resources. These networked devices transmit data through wireless or physical technologies using a set of guidelines known as communications protocols.

The network layer supplies the means of shifting variable-length web packets from a source to a destination host via one or more networks.

A packet is a brief section of a message in networking. Packets are used to transport data via computer networks, including the Internet. The computer or device that receives these packets then reassembles them.

Therefore, the correct option is a. packet.

To learn more about computer networks, refer to the link:

https://brainly.com/question/13992507

#SPJ2

working with the tkinter(python) library



make the window you create always appear on top of other windows. You can do this with lift() or root.attributes('-topmost', ...), but this does not apply to full-screen windows. What can i do?

Answers

To make a tkinter window always appear on top of other windows, including full-screen windows, you must use the wm_attributes method with the topmost attribute set to True.

How can I make a tkinter window always appear on top of other windows?

By using the wm_attributes method in tkinter and setting the topmost attribute to True, you can ensure that your tkinter window stays on top of other windows, even when they are in full-screen mode.

This attribute allows you to maintain the window's visibility and prominence regardless of the current state of other windows on your screen.

Read more about python

brainly.com/question/26497128

#SPJ1

Using a for loop, write a function lastfirst() that takes a list of strings as a parameter. Each string in the list has the format 'Last, First' where Last is a last name and First is a first name. You should assume that there are no spaces between the last name and the comma and that there are an arbitrary number of spaces between the comma and the first name. The function lastfirst() returns a list containing two sub lists. The first sub list is a list of all the first names and the second sub list is a list of all the last names. The following shows how the function would be called on two example parameters:>>> lastfirst(['Lulis, Evelyn', 'Jones, Tom', 'Presley, Elvis', 'Sumner, Gordon'])[['Evelyn', 'Tom', 'Elvis', 'Gordon'], ['Lulis', 'Jones', 'Presley', 'Sumner']]>>> lastfirst(['Ford, Harrison', 'Hepburn, Katharine', 'Tracy, Spencer'])[['Harrison', 'Katharine', 'Spencer'], ['Ford', 'Hepburn', 'Tracy']]

Answers

def lastfirst(lst):

   newlst = []

   newlst1=[]

   for x in lst:

       w = x.split(",")

       newlst.append(w[1].strip())

       newlst1.append(w[0].strip())

   newlst2 = [newlst], [newlst1]

   return newlst2

lst1 = (['Lulis, Evelyn', 'Jones, Tom', 'Presley, Elvis', 'Sumner, Gordon'])

print(lastfirst(lst1))

I hope this helps!

K-Map is a method used for : 1 Solving number system 2 To apply De-morgan’s Law 3 To simplify Logic Diagram 4 Above all

Answers

Answer:

The answer is to simplify the logic diagrams.

Explanation:

With the help of K-map, we can find the Boolean expression with the minimum number of the variables. To solve the K-map, there is no need of theorems of the Boolean algebra. There are 2 forms of the K-map - POS (Product of Sum) and SOP (Sum of Product), these forms are used according to the requirement. From these forms, the expression can be found.

what is Converting digital data and see information to display screen can use to create an image?

Answers

Answer:

Most displays in current use employ cathode ray tube ( CRT ) technology similar to that used in most television sets. The CRT technology requires a certain distance from the beam projection device to the screen in order to function.

What does the following Boolean operators do?
AND function
OR function
NOT function​

Answers

Hdehehdbendjdhwjsjsjjs

You can use the delete key to clear cell contents true or false

Answers

Answer: True

Explanation:

TO EXIT WORD YOU CLICK WHAT

Answers

File > Close
(Or the X in the corner?)

Answer:

To exit Word, you can click on the "File" menu and then click "Exit" or "Close".

The working window of a presentation is the O outline O handout 0 notes o slide​

Answers

Answer:

Normal View (Slide)

Answer:

I think it's slide.

Explanation:

Imagine you're an Event Expert at SeatGeek. How would you respond to this customer?

* Hi SeatGeek, I went to go see a concert last night with my family, and the lead singer made several inappropriate comments throughout the show. There was no warning on your website that this show would not be child friendly, and I was FORCED to leave the show early because of the lead singer's behavior. I demand a refund in full, or else you can expect to hear from my attorney.

Best, Blake

Answers

By Imagining myself as an Event Expert at SeatGeek.I would respond to the customer by following below.

Dear Ronikha,

Thank you for reaching out to SeatGeek regarding your recent concert experience. We apologize for any inconvenience caused and understand your concerns regarding the lead singer's inappropriate comments during the show.

We strive to provide accurate and comprehensive event information to our customers, and we regret any oversight in this case.

SeatGeek acts as a ticket marketplace, facilitating the purchase of tickets from various sellers. While we make every effort to provide accurate event details, including any warnings or disclaimers provided by the event organizers, it is ultimately the responsibility of the event organizers to communicate the nature and content of their shows.

We recommend reaching out directly to the event organizers or the venue where the concert took place to express your concerns and seek a resolution.

They would be in the best position to address your experience and provide any applicable remedies.

Should you require any assistance in contacting the event organizers or obtaining their contact information, please let us know, and we will be happy to assist you further.

We appreciate your understanding and value your feedback as it helps us improve our services.

Best regards,

Vicky

Event Expert, SeatGeek

For more such questions Event,click on

https://brainly.com/question/30562157

#SPJ8

A Transmission Control Protocol (TCP) connection is established and two devices ensure that they're speaking the same protocol. What has occured?

Answers

Answer:

The answer is "Three-way handshake".

Explanation:

In this mechanism, two processes associated with communication throughout SEO techniques. In this, the sequence of data packets and recognized by the number of exchanges during the threefold handshake process.

This method initiating the process between two apps,  Handshaking begins whenever a computer sends the message to its system. The process of the communication system has been established into the two devices,  which simply send many messages, which allow them to settle the protocol for communication.

4:when a computer is on it is
normally termed......
A:information
B:programming
C:running ↓

Answers

Answer:

c: running

Explanation:

when the computer is turned on The operating system keeps things organized in the background so that multiple programs can run at the same time

when creating tables in a database it is recommended to set up the table in datasheet view true or false ​

Answers

True, it is recommended to use data sheets when creating tables in database

What is a database?

A database is a planned gathering of data. They enable the manipulation and storage of data electronically. Data management is made simple by databases.

Let's use a database as an example. A database is used to hold information on people, their phone numbers, and other contact information in an online telephone directory. A database is used by your energy service provider to handle billing, client-related issues, defect data, etc.

l. Data about members, their friends and much more must be stored, modified, and presented. We have countless examples of how to use databases at our disposal.

If we are using data sheets it would help to analyze the problem clearly

Hence to conclude using data sheets is preferred

To know more on data base follow this link

https://brainly.com/question/518894

#SPJ9

why the application layer is important for programmers?​

Answers

Answer

this Layer is Important because  it allows Users  to send Data Access Data  and use Networks

Explanation:

Hope this helps!

Which of the following are examples of how a company might use consumer data it had collected? a To decide what types of products it should make. b To decide where to open a new store. c To decide how much to charge for their products. d None of the choices

Answers

Answer:

A. To decide what types of products it should make

Explanation:

Answer:

D. All of the above

The Layout tab allows you to change the
A. Save
B. Print
C. Format,
D. Edit
........ formatting of??

Answers

The Layout tab allows you to edit  the formatting of a document.  (Option D)

How is this so?

It provides options for adjusting the layout and appearance of the content, such as page margins, page orientation, page size, columns, and other formatting elements.

This tab is commonly found in word processing software like Microsoft Word and provides users with the ability to customize the visual presentation and organization of their documents.

Thus it is correct to state that The Layout tab allows you to change the formatting of a document. (Option D)

Learn more about Layout tab at:

https://brainly.com/question/32342343

#SPJ1

Python code for converting between minutes to seconds. For example 5 minutes= 300 seconds. please help me with this

Answers

Answer:

def print _ seconds(hours, minutes, seconds):

seconds += 3600 * hours + 60 * minutes

print(seconds)

Explanation:

Hope this help's.

Name some areas in which computer are being used​

Answers

Answer:

Computers play a role in every field of life. They are used in homes, business, educational institutions, research organizations, medical field, government offices, entertainment, etc.

Explanation:

Home

Computers are used at homes for several purposes like online bill payment, watching movies or shows at home, home tutoring, social media access, playing games, internet access, etc. They provide communication through electronic mail. They help to avail work from home facility for corporate employees. Computers help the student community to avail online educational support.

Medical Field

Computers are used in hospitals to maintain a database of patients’ history, diagnosis, X-rays, live monitoring of patients, etc. Surgeons nowadays use robotic surgical devices to perform delicate operations, and conduct surgeries remotely. Virtual reality technologies are also used for training purposes. It also helps to monitor the fetus inside the mother’s womb.

Entertainment

Computers help to watch movies online, play games online; act as a virtual entertainer in playing games, listening to music, etc. MIDI instruments greatly help people in the entertainment industry in recording music with artificial instruments. Videos can be fed from computers to full screen televisions. Photo editors are available with fabulous features.

Industry

Computers are used to perform several tasks in industries like managing inventory, designing purpose, creating virtual sample products, interior designing, video conferencing, etc. Online marketing has seen a great revolution in its ability to sell various products to inaccessible corners like interior or rural areas. Stock markets have seen phenomenal participation from different levels of people through the use of computers.

Education

Computers are used in education sector through online classes, online examinations, referring e-books, online tutoring, etc. They help in increased use of audio-visual aids in the education field.

Government

In government sectors, computers are used in data processing, maintaining a database of citizens and supporting a paperless environment. The country’s defense organizations have greatly benefitted from computers in their use for missile development, satellites, rocket launches, etc.

Banking

In the banking sector, computers are used to store details of customers and conduct transactions, such as withdrawal and deposit of money through ATMs. Banks have reduced manual errors and expenses to a great extent through extensive use of computers.

Business

Nowadays, computers are totally integrated into business. The main objective of business is transaction processing, which involves transactions with suppliers, employees or customers. Computers can make these transactions easy and accurate. People can analyze investments, sales, expenses, markets and other aspects of business using computers.

Training

Many organizations use computer-based training to train their employees, to save money and improve performance. Video conferencing through computers allows saving of time and travelling costs by being able to connect people in various locations.

Arts

Computers are extensively used in dance, photography, arts and culture. The fluid movement of dance can be shown live via animation. Photos can be digitized using computers.

Science and Engineering

Computers with high performance are used to stimulate dynamic process in Science and Engineering. Supercomputers have numerous applications in area of Research and Development (R&D). Topographic images can be created through computers. Scientists use computers to plot and analyze data to have a better understanding of earthquakes.

Malaysia..HP,Lenovo,dell

India,Asser,Asus

apple,ibm, Microsoft

Give the pseudocode of a data structure that supports the stack push and pop operations, and a third operation findMin, which returns the smallest element in the data structure, all in O(1) worst-case time.

Answers

Answer:

start Stack push:

IF stack is full

   return NULL

ENDIF

stack_top = stack_top + 1

stack[ stack_top] = data

end

start stack pop:

IF stack is empty

   return NULL

ENDIF

data = stack[ stack_top]

stack_top = stack_top - 1

end

start stack findMin:

SORT stack in ascending order

min = stack[0]

RETURN min

end

Explanation:

Pseudocode is the description of an algorithm to be used to implement a program code. The pseudocode above describes the step by step implementation of the stack data structure 'push', 'pop', and a new 'findMin' function. The findMin function sorts and gets the minimum value of the elements in the stack. The push and pop operators add and remove items from a stack.

The pseudocode of all three functions does not iterate over the stack element, but gets the constant values of an item in the stack, giving it a time complexity of 1 (O(1) in big-O notation).

What is office automation?

Answers

Office automation refers to the varied computer machinery and software used to digitally create, collect, store, manipulate, and relay office information needed for accomplishing basic tasks.

You ran your email by a few colleagues, and they think it is perfect for your audience – professional, technical, and informative. Your email is ready to send out, so you schedule it for 8AM the next day to reach customers’ inboxes as they start their day. How should you include the email addresses?

Answers

You should include in the email addresses by CC all recipients.

What does it mean to CC recipients?

The CC abbreviation is a term that stands for “carbon copy.”

The CC recipients is known to get or receive also the same copy of the email and any kinds of other “Reply All” responses that one can see in the thread. Note that all recipients of the email will also see who has been given the CC' message.

See options below

-CC all recipients.

-BCC all recipients

Learn more about email from

https://brainly.com/question/14236855

Two technicians are discussing Newton's first law of motion. Technician A says that a lightweight vehicle requires as
much energy to accelerate as a heavier vehicle. Technician B says that a lighter vehicle requires less energy to
accelerate than a heavier vehicle. Who is correct?
Select one
a. Technician A
b Technician B
C Both Technician A and Technician B
d. Neither Technician A nor Technician

Answers

CBoth Technician A and B

WORTH 75 POINTS!!
Which best describes the video encoding process?

converting analog video into digital video

filming a video at 30 frames per second

saving a digital video in a specific file format

watching a video while the file downloads

Answers

Answer:

To watch a digital video, you must use the codec that was used to encode the video file. Most videos are compressed.

Answer:

Why is compression important for video streaming?

to increase the number of frames per second so that motion appears smooth

to watch video without waiting for it to download(this one)

to improve image quality

to increase file size

Explanation:

dos medios electrónicos utilizados para hacer
publicaciones de forma personal donde se aborden temas específicos y se puedan compartir conocimientos y opiniones de forma regular.

Answers

Answer:

blogs y redes sociales.

Los blogs son diarios en línea que se actualizan regularmente con publicaciones, que pueden variar desde artículos de opinión hasta tutoriales detallados. Las redes sociales permiten a los usuarios publicar actualizaciones rápidas, fotos y videos, e interactuar con otros usuarios. Ambas plataformas son excelentes formas de hacer publicaciones de manera personal y compartir conocimientos y opiniones con los demás.

Explanation:

Other Questions
a train leaves a station at 18:20 and arrives its destination at 02:28.How long did it take? Which country's 1979 revolution and subsequent hostage crisis cost Jimmy Carter his re-election as President? which of the following is a primary role for vitamin k in the body? a. muscle contraction b. enzyme action c. nerve transmission d. blood clotting Find and correct the error: 7.19 = 363. (1 point) O The indices should have been added for a correct answer of 63. There is no error. The expression is correctly simplified. O The radicands cannot be multiplied because of different indices. The correct answer is 377. O The radicands should have been added for a correct answer of 16. Why did the South continue to depend on slave labor after the Revolutionary War? The Souths failed industrialization made agriculture important. The Souths population continued to decline after the war. The Souths labor force lacked the necessary skills. The Souths economy depended on labor-intensive agriculture. what is the educational word for gym in school FOR 50 POINTS HURRY PLEASE :DWrite five sentences correctly using each of the following prepositions once: um, gegen, fr, ohne and durch.Don't copy any sentences directly from any activity this unit, however, you may use sentences in other activities as PATTERNS for you to model your own sentences after. Martha is a senior marketing manager. the company that she works for has noticed a decline in their product sales in the past year. as a marketing manager, what step should martha take next? QUESTION 1Name the species interaction.The strangler fig (Ficus crassicuscula) begins as a seed dropped by a bird or monkey into the tree canopy. The seed sprouts and tendrilsgrow downward and around the host tree. Finally the tendrils reach the ground where they grow their own root system. As the strangler figcontinues to grow around the host tree, the host often dies either as a result of the fig strangling it or from lack of sun as the strangler figshades the host tree. The strangler fig then consumes the nutrients of its decaying host.OA. CommenalismOB. Resource PartitioningOC. CompetitionO D. Parasitism jupiter explorers has $10,400 in sales. the profit margin is 4 percent. there are 4,600 shares of stock outstanding, with a price of $1.80 per share. what is the company's priceearnings ratio? A business plan in its simplest form could be a paragraph written on a napkin describing a business strategyTrueFalse The volume of a right circular cone is 36 units3. If the height of the cone is 12 units, what is the radius of the cone?. What is the probability that either event will occur?30A8B7P(A or B) = P(A) + P(B)P(A or B) = [?] If your starting balance is $250, what is your new balance after a withdrawal of $56.50 and a deposit of $25.00? Estrogen, calcitonin, bisphosphonates and bone-forming agents can reverse the damage of osteoporosis.TrueFalse Sketch each conic section and give the vertices and foci. a) 9x 2+4y 2=36 b) x 24y 2=4 18. Answer the following for the given function: f(x)= 21(x+1)(x1) 5(x+2) 4a) Show an analysis of the end behavior. That is, (i) as x[infinity],f(x) ? and (ii) x[infinity],f(x) ? b) Sketch the function and label all intercepts 19. Answer the following for the given function: f(x)= x 244(x+1)(x+2)a) Find the domain b) Find the vertical and horizontal asymptotes c) Determine the x and y coordinates of the hole. 1. Il est quatre heures moins vingt de l'aprs-midi.2. Il est six heures du matin. Coh3. Il est neuf heures et quart du soir.4. Il est midi.5. Il est une heure dix de l'aprs-midi.6. Il est onze heures moins lequart du matin.7. Il est cinq heures cinq du soir.8. Il est minuit moins dix.9. Il est une heure et demie du matin.10. Il est dix heures du soir. hiring a project manager who do you hire as a project manager for the new project? select an option from the choices below and click submit. denzel: quick learner, strong verbal communication skills, strong writer elizabeth: quick learner, good communication skills, project-management experience rory: strong computer skills, proficient in many computer languages, good programmer 56 x 2.3 mngkhjhhgbvjhhjhjgjfhgddgfsgfsdfssgwbgd Please write a program keeping the list of 5 senior project students entered to a project competition with their novel projects in a text file considering their names, surnames and 5 scores earned from referees in the project competition. project.txt will include: Eve Young 5 6 7 8 9 Cal Smith 77778 Sarah Gibson 6 5 78 7 Mateo Stone 6 7787 Cole Dean 5 4 56 5 Follow the following steps while you are writing your program: Create project t structure with 4 members: 2 char arrays for names and surnames, please assume that the length of each field is maximum 30 1 double array for keeping referee scores 1 double variable for keeping the average score earned from the referees Use 5 functions: double calculate Average Score(const project_t *project); calculate AverageScore function gets a pointer to a constant project_t. Then it calculates the average score of the projects and returns it. The minimum and the maximum values of the 5 referee points will be excluded while computing the average. int scanProject(FILE *filep, project_t *projectp); scanProject function gets a pointer to FILE and a pointer to project_t. It reads name, surname and referee points from the file, and fills project_t pointed to, by projectp. Returns 1 if the read operation is successful; otherwise, returns 0. int loadProjects(project_t projects[]); loadProjects function gets an array of project_t. Opens the text file with the entered name. For each array element, reads data by calling scanProject function and computes the average score by calling calculate Average Score function. Stops reading when scan Project function returns 0. Returns the number of read projects. int findPrintWinner(dee_t project s[], int numofProjects); findPrintWinner function gets an array of project_t and the number of projects. Finds the winner according to the average score, prints it by calling printProject function and returns its index in the array. main function is where you declare an array of projects and call loadProjects function, print all project suing printProject function and call findPrint Winner function.