How to track a cell phone location without installing software on target phone?.

Answers

Answer 1

Answer:

maybe u can put a GPS on ur phone

Answer 2
iPhones come with "FindMy", and for android there’s a similar app called "Find My Device"

Related Questions

What are the minimum number of bits an address bus must have in a byte addressable memory system containing only 4 KiB of memory

Answers

The minimum number of bits the address bus must have in the byte addressable memory system is 12

How to determine the minimum number of bits?

The memory size is given as;

Size = 4 KiB

Convert to bytes

Size = 4 * 2^10 bytes

Express 4 as 2^2

Size = 2^2 * 2^10 bytes

Multiply

Size = 2^12 bytes

The minimum number of bits is then calculated as;

2^n =  Size

This gives

2^n = 2^12

Cancel out the base (2)

n = 12

Hence, the minimum number of bits is 12

Read more about bits and bytes at:

https://brainly.com/question/20594719

A security administrator needs to run a vulnerability scan that analyzes a system from the perspective of a hacker attacking the organization from the outside. Which type of scan should he or she use

Answers

A type of scan that should be used by this security administrator to run a vulnerability scan is called non-credentialed scan.

What is vulnerability?

Vulnerability can be defined as any form of weakness, flaw or defect that is found in a software application, computer sytem, or network, which can be exploited by an attacker or a hacker, in order to gain an unauthorized access and privileges to sensitive user data that are stored in a computer system.

In this scenario, a type of scan that should be used by this security administrator to run a vulnerability scan is called non-credentialed scan because he or she wants the analysis of the computer system from the perspective of a hacker, who is typically attacking the organization from the outside.

Read more on vulnerability scan here: https://brainly.com/question/25813524

If a TextView has not been displayed yet, it is possible to retrieve measurements about its width and height using the __________________ method.

Answers

What language are we talking about here? What platform? Android? Web? Kotlin?

A man receives a fraudulent email from his bank asking him to confirm his user name and password by going to a particular website. What has occurred

Answers

Answer: The man's info has been found and a hacker was trying to make him confirm his passwrd so he can get a hold of it to hack the man further.

Explanation:

The navigation bar appears in the same position on each page and uses the same colors, fonts, and font styles.
a. True
b. False

Answers

Answer:

true

Explanation:

I think that's what it has been in my time of classes

Python local variable referenced before assignment.

Answers

Answer:

may be you are probably calling the variable name before assigning it..

Explanation:

this error occurs if your program finds the name of variable used first before assigning the value..

example:

....some code..

print(x)

--some code--

x = something

So the print statement uses x variable before assigning the value. This causes error.

where element is the Hypertext Markup Language (HTML) element and _____ pairs define the styles that are applied directly to that element.

Answers

Not too sure what the answer the question would expect, or rather what terminology,

But I’d say key-value pairs

For example in CSS

key: value;

color: green;

IF YOUR ANSWER IS GOOD I WILL MARK BRAINLIEST PLEASE ANSWER!!!
You have recently given an interview and you wish to write a follow-up letter to the company. Create an interview follow-up letter by making use of the word processing software templates available on your computer. Write down the steps you took to complete this activity. ​

Answers

Answer: You must have the right soffware  have the right research and have the right website.

Explanation: You need the right website or you interview will be messed up.

A(n) ________ attempts to slow down or stop a computer system or network by sending repetitive requests for information.

Answers

A DoS attack is known as attempts to slow down or stop a computer system or network by sending repetitive requests for information.

What is a DoS attack?

A DoS attack is known to be a form of system attack that is often launched from a lot of compromised devices. It is said to be distributed in the world as a kind of botnet.

This is known to be a form of denial of service attacks, where there is the use of  a single Internet-connected device that is the use of one network connection to drown a target with a deadly form of traffic.

Learn more about DoS attack from

https://brainly.com/question/13068595

Haji decides to change the program so that the computer can run each loop iteration in parallel. Assuming that he runs the program on a computer that can run 8 tasks in parallel, how long will the parallelized solution take

Answers

Answer:

18 minutes

Explanation:

Planet Duration

Jupiter 12 minutes

Saturn 9 minutes

Uranus 4 minutes

Neptune 4 minutes

Earth 1 minute

Venus 1 minute

Mars 1 minute

Mercury 1 minute

planets ← ["Mercury", "Venus", "Earth", "Mars", "Neptune", "Uranus", "Saturn", "Jupiter"]

model ← loadSolarSystem()

images ← []

FOR EACH planet IN planets {

  image ← renderPlanet(model, planet)

  APPEND(images, image)

}

If these are what the values and coding given, then the answer is 18 minutes

Determine if the sequence below is arithmetic or geometric and determine the common difference / ratio in simplest form. 64,8,1

Answers

Answer:

The Sequence is Geometric.  The ratio is a(n) = (n-1)/8

Explanation:

64/8 = 8  

8/8 = 1

Therefore, the next number in the sequence is 1/8 = .125

You are hired as a security advisor to the software development team at ABC corporation. The team aims to develop a new electronic commerce platform. Use a table to identify the possible abuse cases and security requirements and necessary at the requirements phase of the development of the proposed software

Answers

Answer:

✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software technology

Explanation:

Productivity software has been used for a number of years. Recent advancements in productivity software technology have made _____ among multiple users all over th…

✓ The best and most correct answer among the choices provided by the question is the second choice. Recent advancements in productivity software techn…

See more

Help 100 points.
Jaime has to configure the DMZ network of his organization to the optimum level. Which is the best practice to do so?
A.
place all servers outside the DMZ
B.
use multiple firewalls
C.
block all users from accessing the servers placed in the DMZ
D.
split the DMZ into various segments

Answers

Answer:

the answer to this question is A

ASAP 50 POINTS
Type the correct answer in the box. Spell the word correctly.
Which firewall monitors traffic from the DMZ to the LAN?

When a DMZ is set up using dual firewalls, the___

-end firewall monitors traffic moving from the DMZ toward the LAN while the ___

firewall monitors the traffic from the Internet toward the DMZ.

Answers

Answer:

InternalExternal traffic

Explanation:

The external firewall monitors all the external traffic from the internet towards DMZ.

Internal end firewall monitors traffic towards LAN

What is the advantage of an online database?
A.
requires many hardware components
B.
increases costs
C.
saves money
D.
no technical problems

Answers

Requires many hardware components

Answer:

i believe your answer would be D .

Explanation:

A would not be an advantage as "requires many" is seen as a bad sign when wanting to chose something to use an an advantage

B would not be an advantage if it ends up costing more

C is just saving money so that could be an advantage

D could be an advantage, but technology does have problems aswell

overall D would be your best bet. Brianliest if im right would be appreciated :)

What two Python data structures are already thread-safe, because they provide automatic support for synchronizing multiple readers and writers? (Choose two.) strings lists dictionaries tuples

Answers

The  two Python data structures that are already thread-safe are list and tuples.

What are the data structures in Python?

Python is known to give room for its users to make  their own Data Structures.

It helps one to be able to  have total hold or control over their work or output functionality. Some key Data Structures are Stack, Queue, and others.

Learn more about Python from

https://brainly.com/question/26497128

#SJ1

Answer pls pls pls pls ​

Answers

Answer:

Flyers and pamphlets, and TV ads most likely are the answers.

What does this artwork remind you of a dream? i will mark Brainly who ever is first!

Answers

Answer:

Explanation:

this reminds be of a dream i had where i was a human swimming underwater then i just randomly turned into a fish. there is mor ebut i dont feel like explaining it.

You should enter a formula that subtracts the data in cell B4 from the total of cells B2 and B3. What should the formula look like?

Answers

Use this formula:

=(B2+B3)-B4

Which statements describe front-end databases? Check all that apply. They can be used to store tables. They can be used to store forms. They can be used to store queries. They can be used to store reports. They are saved on a shared network folder. They are saved locally on users’ computers.

Answers

Answer

Explanation: these are the correct answer on the quiz

They can be used to store forms.

They can be used to store queries.

They can be used to store reports.

They are saved locally on users’ computers.

____________________ is the use of an algorithm to scramble data into a format that can be read only by reversing the algorithm.

Answers

I’m pretty sure it’s encryption

Consider the following IP addresses: 124.77.8.5 131.11.0.9 190.66.250.10 196.5.89.44 Which list represents the IP address class of each listed IP address

Answers

Answer:

124.77.8.5: class A 131.11.0.9: class B 190.66.250.10: Class B 196.5.89.44: Class C



Exercise
For each of the following tasks, draw what the final list looks like and diagram how you
would solve the problem by writing a step by step process to solve the task.
1. Given a list of integers, replace every element at an even index with 0. Remember lists
start at index 0, so the first element should be replaced and then every other element
thereafter.
Initial list:
3
4
1
2
89
Final list:
Solution Steps:

Answers

Answer:

[0,4,0,2,0]

Explanation:

You need to iterate through the list and check if the index is even by comparing the rest of its division by 2 with 0. This can be achieved using the following algorithm (written in Python, so it can easily be translated to other languages)

mylist = [3,4,1,2,89]

for i in range(0, len(mylist)): #For each index of the list

   if i%2==0: #If the rest of the division of i by 2 is 0, which means it is even

       mylist[i]=0 #Assigns zero to current index

A numeric literal that is written with a decimal point is called a ________. real number floating-point value decimal literal double literal

Answers

Answer:

floating point value

Explanation:

float: 1.235

integer: 8

boolean: 0 or 1

When performing user access management, a DBA defines each user to the database at the _____ levels. Group of answer choices application and DBMS operating system and application application and network operating system and DBMS

Answers

Answer:

operating system and the DBMS

Explanation:

51. When performing user access management, a DBA defines each user to the dat…

a. application and DBMS

b. operating system and DBMS...

✓ b

write a recurseive string-returned function replace that accepts a string and returns a new string consisting of the original string with each blank replace with an asterisk

Answers

Answer:

Write a recursive, string -valued method, replace, that accepts a string and returns a new string consisting of the original string with each blank replaced with an asterisk (*)

Explanation:

Replacing the blanks in a string involves: Nothing if the string is empty Otherwise: If the first character is not a blank, simply concatenate it with the result of replacing the rest of the string If the first character IS a blank, concatenate an * with the result of replacing the rest of the string

1. For loop is used for repeating over a sequence, that is either a ___________ or _________________

Answers

Answer:

For loop is used for repeating over a sequence, that is either a list, tuple, dictionary, or a set.

A program similar to mtr, ____, is available as a command-line utility in Windows operating systems.

Answers

Answer:

pathping

Explanation:

A relational database can best be described as a collection of related _____ designed to minimize redundant data.

Answers

A relational database can best be described as a collection of related tables designed to minimize redundant data.

What is a relational database?

A relational database is known to be a type of database that keeps and gives people room or access to data points that are known to be linked to each other.

Conclusively,  Relational databases are known to have relational model, an good and specific way of showing data through the use of tables.

Learn more about relational database from

https://brainly.com/question/13262352

Little round dots at the beginning of a line of text are called _____.

Answers

Answer:

ii think its called Vertical ellipsis

Explanation:

Other Questions
demand for the labor of enslaved African Americans in the south increased during the mid-19th century because:A. gold and other precious metals were discovered in southern statesB. developments in technology made it easier to process cottonC. small farmers began growing food crops instead of cash cropsD. advanced factories were built throughout the south PLEASE HELP TYA number is chosen at random from 1 to 50. Find the probability of selecting numbers with a last digit of 9. The volumes of two similar figures are given. The surface area of the larger figure is given. Find the surface area of the smaller figure.V=648 m^3V=1536 m^3S.A.=864 m^2 Justin does not have a curfew, does not do chores, and has few rules he is asked to follow at home. His parents are warm and loving towards him, but act more like Justin's friend than his parents. What parenting style describes Justin's parents The compound M3X3 has a solubility of 0.039 g/L and a molar mass, = 108.64 g/mol. Calculate the Ksp for this compound.Report your answer to TWO significant figures. You may (but are not required to) enter your answer in scientific notation; for example, if your answer is 2.4 102, you would enter 2.4E-2. The E must be uppercase. creat an inequality that shows the height,x, in feet, a person must be to go on this ride The temperature T in degrees Celsius varies with position (x,y), in centimeters, on the surface of a flat metal plate. Let T=x^3-3xy^2. Determine the direction and magnitude of the maximum decrease of temperature at the point (1, 0.5). Ruby is making a punch. for every 3/4 cups of juice, ruby adds 1/2 cups of soda. Enter the number of cups of juice will ruby add for one cup of soda.? Select all the correct answers.What two reasons does Lincoln give for launching military action against the South?A - to preserve a government dedicated to giving each citizen a fair chanceB - to take revenge on the treacherous officers who abandoned their flagC - to guarantee that every state continues to have a republican form of government, as promised by the ConstitutionD - to honor the common soldiers and sailors who have not abandoned their postsE - to teach Americans that change can only come peacefully, through elections, not through warexcerpt from Message to the Congress in Special Session, July 4, 1861by Abraham LincolnThis is essentially a People's contest. On the side of the Union, it is a struggle for maintaining in the world, that form, and substance of government, whose leading object is, to elevate the condition of mento lift artificial weights from all shouldersto clear the paths of laudable pursuit for allto afford all, an unfettered start, and a fair chance, in the race of life.I am most happy to believe that the plain people understand and appreciate this. It is worthy of note, that while in this, the government's hour of trial, large numbers of those in the Army and Navy, who have been favored with the offices, have resigned, and proved false to the hand which had pampered them, not one common soldier, or common sailor is known to have deserted his flag.Great honor is due to those officers who remain true, despite the example of their treacherous associates; but the greatest honor, and most important fact of all, is the unanimous firmness of the common soldiers, and common sailors. To the last man, so far as known, they have successfully resisted the traitorous efforts of those, whose commands, but an hour before, they obeyed as absolute law. This is the patriotic instinct of the plain people. They understand, without an argument, that destroying the government, which was made by Washington, means no good to them.Our popular government has often been called an experiment. Two points in it, our people have already settledthe successful establishing, and the successful administering of it. One still remainsits successful maintenance against a formidable [internal] attempt to overthrow it. It is now for them to demonstrate to the world, that those who can fairly carry an election, can also suppress a rebellionthat ballots are the rightful, and peaceful, successors of bullets; and that when ballots have fairly, and constitutionally, decided, there can be no successful appeal, back to bullets; that there can be no successful appeal, except to ballots themselves, at succeeding elections. Such will be a great lesson of peace; teaching men that what they cannot take by an election, neither can they take it by a warteaching all, the folly of being the beginners of a war.Lest there be some uneasiness in the minds of candid men, as to what is to be the course of the government, towards the Southern States, after the rebellion shall have been suppressed, the Executive deems it proper to say, it will be his purpose to be guided by the Constitution, and the laws; and that he probably will have no different understanding of the powers, and duties of the Federal government, relatively to the rights of the States, and the people, under the Constitution, than that expressed in the inaugural address.He desires to preserve the government, that it may be administered for all, as it was administered by the men who made it. Loyal citizens everywhere, have the right to claim this of their government; and the government has no right to withhold, or neglect it.The Constitution provides, and all the States have accepted the provision, that "The United States shall guarantee to every State in this Union a republican form of government.'' But, if a State may lawfully go out of the Union, having done so, it may also discard the republican form of government; so that to prevent its going out is an indispensable means to the end of maintaining the guaranty mentioned. ANSWER ASAP: In a population of 500 squirrels, the per capita birth rate in a particular period is 0.08and the per capita death rate is 0.12.a.What is the per capita growth rate of the population? Round to the nearest hundredth. b.What is the actual number of squirrels that die during this particular period? Round to the nearest whole number. c.What is the actual number of squirrels that are born during this period? Round to the nearest whole number. please help asap!! i don't really understand this When choosing vocabulary to explicitly teach, teachers should consider which of the following?a.Words that are used in multiple contextsb.Words that have definitions children can understandc.Words that can be organized in meaningful categoriesd.All of the above please help im not good with area and circumference when it comes to circles The mean of five numbers is 8. If one of the five numbers is removed, the mean becomes 9. What is the value of the number that was removed Can anyone help with Discriminants in math??(number and types of solutions is what the rest says) Please Help! 25 BRAIN POINTSRomeo (m = 60 kg)runs North towards Juliet (m = 45 kg) at a speed of 1.5 m/s. Juliet runs South towards Romeo at a speed of 2.2 m/s. The 2 collide (epic hug) in a head-on perfectly elastic collision. Find the velocity of the star-crossed lovers immediately after the collision. name two activities that you do each week ,that you can do LESS of list the following events in the correct chronological order ASAP!! please :c 3/4x= 12, what must x be? x=16x=4x=3x=48 In which form of government do citizens usually have the least say?A communismBsocialismdirect democracyDrepresentative democracy