HURRY IM TIMED the ability for search engines to return search results in relevancy ranking in an evolving capability true or false

Answers

Answer 1

Answer:

The answer is True

Explanation:

I took the quiz and got it right.


Related Questions

Why do software developers prefer to use high-level language to author programs?
It can be used on computers without microprocessors.
It prevents anyone from making changes to the software later.
It uses a more English-like syntax.
It’s less complicated because it only uses zeros and ones.

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

The correct answer to this question is: it used a more English-like syntax.

The software developer use high-level language to develop or author the program because it is more likely to English syntax and it would be easy for a software developer to author a program easily instead of using low level language and remembering ones and zeros.

Other options are not correct because:

It can be used on computers without microprocessors: Each computer has a microprocessor either you develop a program using high-level or low-level languages. Changes and modifications are easy in high-level language than in low-level languages. so, the option that prevents anyone from making changes to the software later is wrong.  However, high-level languages are less complicated in learning and in authoring the programs but it does not use zeros and ones, it uses English-like syntax. So, the last option is also wrong.  

Answer:

b

Explanation:

what do you think about when you enter school​

Answers

Answer:

i think my day is about to start and i'm going to get the chance to finally talk to my best friends on D!$C0rD, and then i think about how my parents are rUDe for not letting me talk to my friends. :/

Not again

Or

I’m going to end my life today

I don’t like school

Mary Grossman has been selling cupcakes for the past few years. She keeps meticulous record of every cupcake that she has ever made and sold. She has also kept records of customers’ comments on all her cupcakes. These have been entered into a computerized accounting information system that her accountant refers to as a "data warehouse." Mary is considering rebranding her cupcake business and has asked her accountant to identify the top-selling cupcakes for the past few years. Mary wants her accountant to engage in:______.

Answers

Answer:

Data mining

Explanation:

Based on the information given we were told that she is considering the rebranding of her cupcake business in which she asked her accountant to help her identify her top selling cupcakes for the past few years which means Mary want to make use of the large information recorded into the Data warehouse to improve her business.

Hence we can say that she wants her accountant to engage in DATA MINING.

DATA MINING can be defined as the process of making use of information collected or data collected to help know business lapses for the sole aim of improving the business and to help use the data collected to make goods business choices.

Therefore Mary wants her accountant to engage in DATA MINING

Why are many otherwise safety-conscious people victims of Internet crime?
A. They are naïve and gullible.
B. Hackers are smarter than criminals in the non-digital world.
C. Effective security measures are very complex.
D. They have not been educated in safe digital best practices.

Answers

Answer:

D

Explanation:

:)

The people who get or become the victims of internet crime are those who don't have been educated about safety in digital space.

Internet crime is cyber fraud. The crime involves the computer and the network, as it may be targeted for the victim. One needs to have complete knowledge of cyber security and safety procedures.

Hence the option D is correct.

Learn more about the people victims of Internet crime

brainly.com/question/5633960.

write the issue related to the cyber ethnic. ​

Answers

people may hack our person information.

Answer:

hiii ,and thank uuuu!!!!!!!

In most places of work, how long should it take someone to respond to an e-mail?

no obligation to respond

one hour

twenty-four hours

one week

Answers

Answer:

24 Hours

Explanation:

Now Ideally, someone when they are working should respond immediately, but its 24 hours because, if someone is in a different Timezone, Or you sent an email late and tehy read it at 12pm or something it allows them good wiggle room while giving you a dcently fast reply.

Answer: 24 hours

Explanation: It's correct

Beth earned a bachelor’s degree and has worked as a systems analyst for three years. Which of the following has Beth acquired? experience data information knowledge
A.experience
B.Data
C.information
D.Knowledge

Answers

A experience


Explanation

Because it shows that she knows what she is doing since she has earned a bachelors degree in this field.

Computer Science uses the power of ______________ to solve problems.

Answers

Computer Science uses the power of computers to solve problems.

How has technology effected the way we communicate?

Answers

Indeed it has.

Advancements in technology and changes in communication generally go hand in hand. Landlines displaced the telegraph and cell phones replaced landlines. The arrival of the internet opened new doors of personal communication. E-mails replaced postal mails and social media took the place of text messages.

Communication technology, such as mobile phones, email, text messaging, instant messaging and social networking have had a profound effect on nearly everyone's business and personal lives. While technology makes communications faster and easier, at times it can also be intrusive and misinterpreted.

Increased isolation, reduced social interaction and social skills, and increased human-to-machine interactions are all a result of an overuse of technology, which has created a wall between many people globally.

Technology has the ability to enhance daily living from appliances to mobile devices and computers, technology is everywhere. ... In the rise of digital communication, technology can actually help communication skills because it allows people to learn written communication to varying audiences.

-Astolfo

Select all the lines that have a slope of 5/2

Answers

Answer:

Add a picture, then ask the question again.

4.8 Code Practice: Question 3

Answers

for x in range(200, 301, 2):

   print(x)

I hope this helps!

The code practice is an illustration of loops;

Loops are statements that are used to perform repeated actions

The complete program in Python

The program in Python, where comments are used to explain each action is as follows:

#This iterates from 200 to 300

for i in range(200,301,2):

#This prints the even numbers

   print(i)

Read more about loops at:

https://brainly.com/question/24833629

#SPJ2

Problems that are undecidable and algorithms that are unreasonable both touch on the limits of the kinds of computing
that a computer can accomplish. In your own words, explain the difference between undecidable problems and
unreasonable time algorithms.

Answers

Answer:

An unsolvable problem is one for which no algorithm can ever be written to find the solution. An undecidable problem is one for which no algorithm can ever be written that will always give a correct true/false decision for every input value.

Undecidable problems simply describes problems which do not have the algorithm to produce the required 'yes' or 'no' solution while unreasonable time algorithm are those problems which run time grows exponentially.

A problem is tagged as Undecidable if no algorithm exists to allow such problem produce a 'yes' or 'no' solution. Hence, undecidable problems would sometimes run infinitely or give a wrong output in some cases.

Unreasonable time algorithm describes problems whose run time increases in an exponential nature. Such programs increases in run time very quickly due to the nature of the of the computation. Example ; 10^n.., where n is a range of values.

Therefore, both undecided and unreasonable time algorithm affects the limits of computing attainable by different computer systems.

Learn more :https://brainly.com/question/21242780?referrer=searchResults

WHERE DO I GO TO DO THIS AND WHAT DO I WRITE?????
Write a pseudocode plan for your program.
Write the code for your program.
Test your program. Run it at least three times with different inputs.
Save your program as a .txt file for you cannot upload a .py file.
Evaluate your project using this rubric.
What to Submit
Submit the .txt file holding your program.

Answers

You can just look up "python ide online" on google and paste this code:

n = -1

count = 0

while n < 0:

   n = int(input("We're checking to see if a number is prime or not! Enter a positive number: "))

if n % 2 == 0:

   if n == 2:

       print("{} is a prime number".format(n))

   else:

       print("{} is not a prime number".format(n))

else:

   for x in range(n, 1, -1):

       if n % x == 0:

           count += 1

   if count > 1 or n == 1:

       print("{} is not a prime number".format(n))

   else:

       print("{} is a prime number".format(n))

I've written some code that checks to see if a number entered by the user is a prime number or not.

Sorry, but I'm not too good with pseudocode plans and all that. I hope this helps.

Answer:

import math

print("Let's solve ax² + bx + c = 0")

a = int(float(input('Enter a value for a: ')))

b = int(float(input('Enter a value for b: ')))

c = int(float(input('Enter a value for c: ')))

D = b*b-4*a*c

if (D<0):

   print("Sorry, this equation has no solutions.")

elif (a == 0):

   if (b == 0):

       if (c == 0):

           print("Every value of x is a solution")

       else:

           print("Sorry, this equation has no solutions")

   else:

       x = -c/b

   print("The one solution is x={:.3g}".format(x))

elif (D==0):

   x = (-b + math.sqrt(D)) / (2*a)

   print("The one solution is x={:.3g}".format(x))

else:

   x1 = (-b + math.sqrt(D)) / (2*a)

   x2 = (-b - math.sqrt(D)) / (2*a)

   print("This equation has two solutions: x={:.3g} or x={:.3g}".format(x1, x2))

Explanation:

Above is another little program to use the quadratic formula.

I NEED HELP ASAP IM BAD AT THIS

Answers

A float is a floating point number. This means that's the number has a decimal place. Numbers with or without decimal places can be stored in a float variable but more commonly numbers with decimal points.

The correct choices are 1 and 3.4

Choose a half-hour television program, watch it, and take notes. It can be any program.

Answer the following questions about this program:

What behaviors do you think someone might learn from watching this program?
What attitudes might someone learn from watching this program?
What messages about social norms might someone learn from watching this program?

Answers

Answer:

Here's my answers.

Explanation:

I think, that from watching this program, the person watching may learn about supernatural (and fictional) abilities, and probably start to watch more of it.

The attitudes someone might learn from this program are funny attitudes, smart attitudes, and calm attitudes.

The messages about social norms that someone might learn from watching this program are that it's perfectly okay to run up to your adopted brother who has been ruining your life, tried to steal your girlfriend, and burned your dog alive and punch him hard in the face.

(The series, if you haven't guessed it already, is JoJo's Bizarre Adventure.)

HURRY PLEASE

The software that allows programmers to write and run code is called an IDE True O False​

Answers

Explanation:

true

................

Answer:

False

Explanation:

Hope this helps.

Need help pleaseeee!!!!!

Answers

Answer:

Attenuation

Explanation:

This means the signal is getting weaker in long cables.

The complete process for learning through repetition is to read, write, say, rest and revisit the information. Please select the best answer from the choices provided T F

Answers

Answer:

True.

Explanation:

The complete process for learning through repetition is to read, write, say, rest and revisit the information.

This ultimately implies that, when an individual indulge in learning through repetition, he or she would is strengthening the single memory trace and as such enhancing the learning process.

Hence, learning through repetition such as reading, writing, saying, resting and revisiting the information is very effective because it engages and activates the visual, auditory, tactile and kinesthetic neural pathways to the brain.

Additionally, it is advisable to wait for about ten (10) minutes in between the repetition process when learning through repetition.

Answer:

True

Explanation:

Just took the quiz.

Someone plz im begging for ur help plzz??

Answers

Answer:

woah what subject is this-

Explanation:

Any application that wants to be displayed on the web must use the HTTP protocol
True
False

Answers

Answer:

true

Explanation:

The ______ is designed to store audio data on computers and/or digital music players.

A. waveform
B. audio file format
C. sample rate
D. bandwidth

Answers

Answer:

audio file formats of computer

Can someone help me please?

Answers

Answer:

WAN is correct.

Explanation:

Typically, a WAN consists of two or more local-area networks (LANs).

Answer:

yes it is WAN:)

Explanation:

^_^your welcome

where can you apply the hand wire splicing technique

Answers

Answer:

When you want to extend an electrical wire for an apparatus, e.g., a lamp or a speaker.

"prevention is better than cure" Justify this statment.​

Answers

Answer:

Hope

you like it and helpful

__________for about 10 minutes in between each repetition session helps you to remember the information better. a. Reading c. Sleeping b. Resting d. None of these

Answers

the answer is a.) reading

Answer:

Hey make sure you REST before school ( Its b. resting)

Explanation:

I hope everyone that sees this has a wonderful day and if your not hopefully this cat and dog will make you feel better, BYE LOVIES!!

Modern commercial air travel is more akin to urban mass transit than it is to recreational travel true or false?

Answers

Answer:

true

Explanation:

because who knows how it works that way

Answer:

false

Explanation:

i got it right

Step into my world
Bittersweet love story about a girl
Shook me to the core
Voice like an angel, I've never heard before
Here in front of me
Shining so much brighter than I have ever seen
Life can be so mean
But when he goes, I know he doesn't leave

[Pre-Chorus 1: Charlie Gillespie & Madison Reyes]
The truth is finally breaking through
Two worlds collide when I'm with you
Our voices rise and soar so high
We come to life when we're

[Chorus: Charlie Gillespie & Madison Reyes]
In perfect harmony
Woah, woah
Perfect harmony
Woah, woah
Perfect harmony

[Verse 2: Charlie Gillespie, Madison Reyes, Charlie Gillespie & Madison Reyes]
You set me free
You and me together is more than chemistry
Love me as I am
I'll hold your music here inside my hands

[Pre-Chorus 2: Charlie Gillespie & Madison Reyes]
We say we're friends, we play pretend
You're more to me, we're everything
Our voices rise and soar so high
We come to life when we're

[Chorus: Charlie Gillespie & Madison Reyes]
In perfect harmony
Woah, woah
Perfect harmony
Woah, woah
Perfect harmony

[Bridge: Charlie Gillespie, Madison Reyes, Charlie Gillespie & Madison Reyes]
I feel your rhythm in my heart, yeah-yeah
You are my brightest, burning star, woah-woah
I never knew a love so real (So real)
We're heaven on earth, melody and words
When we are together we're

[Chorus: Charlie Gillespie & Madison Reyes]
In perfect harmony
Woah, woah
Perfect harmony
Woah, woah

[Outro: Charlie Gillespie, Madison Reyes, Charlie Gillespie & Madison Reyes]
We say we're friends
We play pretend
You're more to me
We create a perfect harmony

Answers

Answer:

THIS SONG IS FIRE AND WHEN IT HAPPENED IN THE SHOW, I FAINTED*

Explanation:

Julie and the Phantoms is my favorite thing in the world.

Linux does not provide a GUI for its users.
-True
-False

Answers

Answer:

False

I know for a fact this is false.

Brainliest?

Answer:

it is false why would they not

the contents in cells are A1 through A6 are 6,3,4,7,9 and 7. What function would return the answer 6?​

Answers

Explanation:

hsidjdujdn I have been trying the new year with everything else was there to

What does it mean to be proactive about internet safety?
Spending as little time online as possible to reduce the risk of problems.
Predicting problems before they happen so you can avoid them.
Finding the best way to solve a current problem so you can use it later.
Facing up to the consequences of your mistakes so you can learn from them.

Answers

Answer:

Predicting problems before they happen so you can avoid them.

Explanation:

You should avoid causing trouble, or partaking in it. Being safe on the internet helps reduce bullying, threats, depressing behavior, etc.

I do agre the answer is shoving a stick in dirt
Other Questions
(GR.7MATH) Can somebody plz answer all these correct in simplify form thanks!Im confused on how to write in simplify so can somebody plz write it in that way.WILL MARK BRAINLIEST PLEASE HELPWhich of the following best explains why the Aryans abandoned their nomadic lifestyle?A.the Aryans began to write,so they no longer traveled B.The Aryans came under the control of powerful rajasC.The Aryans felt that staying in one place was saferD.The Aryans began to farm,so they stayed in one place Solve12x - 4 = -3 +3 Karl is making a pot of chili. The recipe calls for 3/8 cup of chili powder, but Karl only wants to use half as much so it wont be so spicy. How much chili powder should Karl use? Which of these is an example of typing at an average rate of 42 words per minute? A. typing 16 words in 2/3 of a minute B. typing 28 words in 2/3 of a minute C. typing 16 words in 3/2 of a minute D. typing 28 words in 3/2 of a minute According to Chimamanda Adichie; African women have a promising future and we hope the abilities they exhibit will justify the expectation of the majority. A great man once declared that by educating the women, a nation can be educated because no country will truly rise without the contribution of 50% of their population. The passage best supports the statement that:* Which of the following limit cell size? A. Ratio of surface area to volumeB. Rate of moving material across the cells membraneC. Efficiency of using the information in cell's DNAD. Efficiency of DNA replication and cell divisionE. A & BF. A, B, & CG. All the above HELP ME! PLEASE! SOMEONE! THIS QUESTION IS VERY HARD! THERE ARE 3 ANSWERS! HELP ME PLEASE! MAKE SURE TO EXPALINQuestion:The teacher told Fatima that all types of energy are kinetic energy, potential energy, or both. Fatima drew this diagram to help her organize this information. She then sorted each type of energy into its correct category: chemical, electrical, electromagnetic, mechanical, nuclear, and thermal.Three of the types of energy can be either kinetic or potential energy. Identify these three types. For each type, explain why it can be either kinetic or potential. You've developed a protein drink that you think cures arthritis. to test it, you find 200 volunteers (100 men and 100 women) and test them to measure the amount of discomfort they feel from their arthritis. then you give the treatment to half the subjects and a placebo to the others. you then test them all at regular intervals and measure their improvement. you find that the subjects who received the treatment show marked improvement. the people performing the tests are not told that they're studying an arthritis medication. you excitedly report your findings in an infomercial that is seen by millions of people, and sales skyrocket. but were the test results truly useful for determining the effectiveness of the treatment? why or why not? a. no, there was no control. b. yes, it's a blind-study. c. yes, it's a valid before-and-after design. d. can't be determined without knowing how much improvement was measured. e. no, there was no replication. YO YO WHATS UP GUYS IMMA BOUT TO GET SOME HAIR DYE AND DO A COSMIC COLOR YAYAYAYYAY What was the PRIMARY reason the United States was interested in acquiring Hawaii in the 1800s?A) tourismB) Natural ResourcesC) Business Interests D) It was an important port for our Pacific interests Read the passage from "The Tell-Tale Heart".How, then, am I mad? Hearken! and observe how healthily--how calmly I can tell you the whole story.What is the connotative meaning of the word mad?foolishweakunreliablesick please write a word problem to represent 5 1 and 1 half 3. - ( )(ii) ( )(iii) , ( ) I dont speak hindi so englsih explain will be highly appreciated Bo diddley had an unconventional sound compared to other American pop music of the _ Solve (x-4)^2 = 5A. x= 4 +- square of 5B. x= 9 and x= -1C. x= 5 +- square of 4D. x= -4 +- square of 5 2Select the correct answer from the drop-down menu.are used in the production of organic foods.ResetNext PLEASE HELP!! IVE BEEN STUCK FOR A LONG TIME HAHA Describe the five social norms of hacker subculture and provide an example of each. What is the reflected image in the x-axis A(- 1, 8), B(- 8, 8) C(- 5, 1) ?