How are search results organized?

Answers

Answer 1

Answer:

Google has a large index of keywords that help determine search results. What sets Google apart is how it ranks its results, which determines the order Google displays results on its search engine results pages. Google uses a trademarked algorithm called PageRank, which assigns each Web page a relevancy score


Related Questions

Which task can be completed with the Template Organizer?
A. grouping templates based on categories
B. adding styles from one template to another
C. listing template names in ascending order
D. defining the numbering properties of templates

Answers

Answer:

B is the answer

Explanation:

i just got it right

Answer:

b thats the answer bby <3

Explanation:

The 10 and 2 o'clock hand position on the steering wheel is no longer recommended because _____.
A. steering wheels are now designed for 9 and 3 o’clock
B. we can't reach the levers and gear stick from that position
C. it gets in the way of the airbag's deployment
D. our hands get in the way of our hazard scan

Answers

C.

Experts say with more compact steering wheels, the old 10 and 2 puts arms in path of the air bag. Resulting in bodily harm if it deployed.

Answer:

C

Explanation:

"True or False? Software designers use layering and other techniques to organize large software systems."

Answers

Answer:

True.

Explanation:

Software design can be defined as the process in which a designer or software developer uses a set of tools, techniques and components to create a graphical representation of a software that is intended to be used for solving a problem for the end users.

Hence, software designers use layering such as presentation, business, database, persistence layers and other techniques to organize large software systems.

HELP PLEASE

Today, not only do companies employ public relations managers but so do many
celebrities and politicians. Research and explain what the role of a public relations
manager is and see if you can think of the reasons why many public figures seem
to find them useful.

Answers

Answer: The role of a public relations manager is to keep the image of a celebrity, politician, ect. good so that they can keep their career going while constantly in the eye of the public. Public figures may find this useful because it can help them keep their record clean and have a personal life while also making it seem like they are perfect people to their audience, which in hand can help with business.

Explanation:

4
Multiple Choice
You wrote a program to find the factorial of a number. In mathematics, the factorial operation is used for positive integers and zero.
What does the function return if the user enters a negative three?
def factorial number):
product = 1
while number > 0
product = product number
number = number - 1
return product
strNum = input("Enter a positive integer")
num = int(str Num)
print(factorial(num))
O-6
O-3
O There is no output due to a runtime error.
0 1
< PREVIOUS
NEXT >
SAVE
SUBMIT
© 2016 Glynlyon, Inc. All rights reserved.
V6.0 3-0038 20200504 mainline

Answers

The function will output positive 1 to the console. This happens because we declare product as 1 inside our function and that value never changes because the while loop only works if the number is greater than 0.

write a program to prompt for a score between 0.0 and 1.0. If the score is
out of range, print an error. If the score is between 0.0 and 1.0, print a grade
usmg the following table:
Score Grade
0.9 A
08 B
07
= 0.6 0
0.6
if the user enters a value out of range, print a suitable error message and exit.
For the test enter a score of 0.85.
Check Code
Reset Code​

Answers

score = float(input("Enter Score: "))

message = "Score out of range"

if score >= 0.9:

   message = "A"

elif score >= 0.8:

   message = "B"

elif score >= 0.7:

   message = "C"

elif score >= 0.6:

   message = "D"

elif score < 0.6:

   message = "F"

else:

   message = "Out of Range"

print(message)

I hope this helps!

a file named loan.html, write an HTML document that looks similar to figure 9-7 in the textbook. Write four functions with these headers:
function doPayment ( )
function doBalance ( )
function computePayment (principal, annualRate, years, periodsPerYear)
function computeBalance (principal, annualRate, years, periodsPerYear, numberOfPaymentPaidToDate)
The first two functions (doPayment and doBalance) do the following:

Take no parameters.
Are called from an onclick attribute.
Get input from the user.
Call the computePayment or the computeBalance function.
Display a result to the user.
The computePayment function computes and returns the monthly payment for a loan with a fixed annual interest rate. The formula for computing a loan payment is

p = ar
1 − (1 + r)−n
Where p is the payment per period, a is the loan amount, r is the interest rate per period, and n is the total number of periods throughout the life of the loan.

The computeBalance function computes and returns the balance for a loan with a fixed annual interest rate. The formula for computing the balance of a loan after d payments have been made is

b = a (1 + r)d − p ( (1 + r)d − 1 )
r
Where b is the balance or payoff amount, a is the loan amount, r is the interest rate per period, p is the payment per period, and d is the number of payments paid to date.

Answers

Answer:

function computePayment(principal, annualRate, periodsPerYear){

   var pay;

   pay = (principal * annualRate)/(1-(1+annualRate)-periodsPerYear);

   return pay;

}

function computeBalance(principal, annualRate, periodsPerYear, numberOfPaymentsPaidToDate){

   var balance ;

   let num = (principal*(1+annualRate)*periodsPerYear);

   let denum = numberOfPaymentsPaidToDate *((1+annualRate) * periodsPerYear-1)*annualRate;

   balance = num-denum;

   return balance;

}

function doPayment(){

   let loanAmount = document.getElementById("principal").value;

   let rate = document.getElementById("rate").value;

   let duration = document.getElementsById("time").value;

   let result = computePayment(loanAmount, rate, duration);

   document.getElementsById("periodPay").value = result;

}

function doBalance(){

   let loanAmount = document.getElementById("principal").value;

   let rate = document.getElementById("rate").value;

   let duration = document.getElementById("time").value;

   let currentPaid = document.getElementById("paidMonths").value;

   let result = computeBalance(loanAmount, rate, duration, currentPaid);

   document.getElementById("displayBalance").value = result;

}

Explanation:

The javascript source code defines four functions. The 'doPayment' and 'doBalance' functions are initiated with the onclick properties of the HTML file buttons of the loan calculator. The doPayment function gets the user input from the HTML file and assigns them to variable which are used as the parameters of the computePayment function called.

The doBalance function also retrieve user input from the HTML file and calls the computeBalance function to calculate and return the balance of the loan to be paid.

Environmental ____ include disturbances in the external environment.​

Answers

Answer:What are external environmental factors?

Customers, competition, economy, technology, political and social conditions, and resources are common external factors that influence the organization. Even if the external environment occurs outside an organization, it can have a significant influence on its current operations, growth and long-term sustainability.

Explanation:

what does libtard mean

Answers

Answer:

Normally, It is a person of the opposite political belief that thinks that liberals/leftists are stupid for what they say. Most of the time, this "insult" is mostly used by Right-Winged Conservitives or used as a joke by leftists to show how funny it is when conservitives say it.

Answer:

it means a liberal r3tard. lib-tard

Explanation:

What is the main purpose of the status report? O A. To ensure that management and the team has a clear picture of the state of the project. B. To alert management to exceptional or unusual situations, C. To document the impact of change requests from the client. D. To detail the mistakes made in planning and budgeting,​

Answers

Answer:

A. To ensure that management and the team has a clear picture of the state of the project

Explanation:

hope this helps!

Answer:

A

Explanation:

any device that performs single conversion is ____​

Answers

Answer:

modulator

Explanation:

A modulator is a device that performs modulation.

(Single conversation)

Imagine you have a friend who is new to computing. He is not necessarily interested in going into programming, but he would like to know the basics in terms of how computers work, how programs are written, and how computers communicate with each other. You are talking to him about the basics, but he keeps confusing operating systems, programming language, computer language, and markup language. How would you use very plain language to explain to him the differences between these things and how they interact with each other?

Answers

An operating system is responsible for the overall function of a computer system and it enables us to program a computer through thes use of a computer language.

What is programming?

Programming can be defined as a process through which software developer and computer programmers write a set of instructions (codes) that instructs a software on how to perform a specific task on a computer system.

What is an operating system?

An operating system can be defined as a system software that is pre-installed on a computing device, so as to manage computer hardware, random access memory (RAM), software, and all user processes.

Basically, an operating system is responsible for the overall function of a computer system and as such without it, a computer cannot be used for programming. Also, a computer language is typically used for programming while a markup language is a type of computer language that is mainly used for designing websites through the use of tags.

Read more on software here: https://brainly.com/question/26324021

4.5 code need help we are not to the stage .format Teacher does not want that

Answers

i = 0

while True:

   word = input("Please enter the next word: ")

   if word == "STOP":

       break

   i += 1

   print("#"+str(i)+": You entered "+word)

print("All done. "+str(i)+" words entered.")

I hope this helps!

Create a script to input 2 numbers from the user. The script will then ask the user to perform a numerical calculation of addition, subtraction, multiplication, or division. Once the calculation is performed, the script will end.

Answers

Answer:

The code given is written in C++

First we declare the variables to be used during the execution. The names given are self-explanatory.

Then the program outputs a request on the screen and waits for user input, for both numbers and one more time for the math operation wanted, selected with numbers 1 to 4.

Finally, the program executes the operation selected and outputs the result on screen.  

Code:

#include <iostream>

int main()

{

// variable declaration

float numberA;

float numberB;

int operation;

float result=0;

//number request

std::cout<<"Type first number:\n"; std::cin>>numberA;

std::cout<<"Type second number:\n"; std::cin>>numberB;

 

//Operation selection

cout << "Select an operation\n";

cout << "(1) Addition\n";

cout << "(2) Subtraction\n";

cout << "(3) Multiplication\n";

cout << "(4) Division\n";

std::cout<<"Operation:\n"; std::cin>>operation;

switch(operation){

 case 1:

  result = numberA+numberB;

  break;

 case 2:

  result = numberA-numberB;

  break;

 case 3:

  result = numberA*numberB;

  break;

 case 4:

  result = numberA/numberB;

  break;    

 default:

  std::cout<<"Incorrect option\n";

 }

//Show result

std::cout<<"Result is:"<<result<<::std::endl;

return 0;

}

Order the steps for the correct path to adding defined names into a formula. Enter an equal sign into the cell. Type an open parenthesis and enter named cells instead of location. Type the function in caps.

Answers

Answer: Enter equal sign into the cell, Type the function in caps, and Type an open parenthesis and enter names cells instead of location.

Explanation: It's the correct order.

Answer:

Enter an equal sign into the cell

Type the function in caps

Type an open () and enter named cells instead of location

Explanation:

power point programm

Answers

huhhhhhhhyyyyhheyeydud

What can be harmful to your computer?

Mobile Devices
Fogd and Drinks
Respect
Cyberbullying

Answers

Answer:

B, Food and Drinks......

What is the empty space inside the character 'O' called?

Answers

Answer:

In typography, a counter is the area of a letter that is entirely or partially enclosed by a letter form or a symbol (the counter-space/the hole of). The stroke that creates such a space is known as a "bowl".

Of the three primary types of eating disorders the most common

Answers

Answer:

i think binge eating disorder is the most common

Explanation:

Write a program that prompts the user to enter a Social Security number in the format ddd-dd-dddd, where d is a digit. The program displays Valid SSN for a correct Social Security number or Invalid SSN otherwise.

Answers

ssn = input("Enter a valid Social Security number: ")

dashes = 0

nums = 0

message = "Invalid SSN"

if len(ssn) == 11:

   for x in ssn:

       if x.isdigit():

           nums += 1

       elif x == "-":

           dashes += 1

if nums == 9 and dashes == 2:

   message = "Valid SSN"

print(message)

I wrote my code in python 3.8. I hope this helps!

The program that prompts the user to enter a Social Security number in the format ddd-dd-dddd, where d is a digit can be implemented in Python using regular expressions. The regular expression pattern for the SSN format can be used to validate the input.

Pythons code:

```python

import re

ssn_pattern = re.compile(r'^\d{3}-\d{2}-\d{4}$')

ssn = input("Enter your Social Security Number (format: ddd-dd-dddd): ")

if ssn_pattern.match(ssn):

print("Valid SSN")

else:

print("Invalid SSN")

```

In the above code, we first import the `re` module to work with regular expressions.

We then define the regular expression pattern for the SSN format as `^\d{3}-\d{2}-\d{4}$`. This pattern matches any string that starts with three digits, followed by a hyphen, then two digits, another hyphen, and finally, four digits.

We then prompt the user to enter their SSN using the `input()` function. We then check if the entered SSN matches the pattern using the `match()` function of the regular expression object `ssn_pattern`.

If the SSN matches the pattern, we print "Valid SSN". Otherwise, we print "Invalid SSN".

Know more about SSN,

https://brainly.com/question/31778617

#SPJ4

If anyone has the answer for this that would be really helpful!!

Answers

Hope this will help you...

Answer:

1.a

2.f

3.b

4.c

5.e

6.g

7.h

8.d

Explanation:

The driver fitness check does NOT normally involve ________.
A. checking the vehicle's odometer
B. checking you are mentally alert
C. ensuring you are emotionally stable
D. preventing potential distractions

Answers

Answer:

A

Explanation:

The fitness check checks how prepared the driver is not what how far the car has gone.

Answer:

A

Explanation:

Just got it right on drivers ed

Originally, Java was used to create similar apps as what other language?
Perl

Python

CSS

Javascript

Answers

the answer would be python. the first was javascript and they changed to python.

Which is the correct flow of a computer system?

Answers

Answer:

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

Explanation:

The correct question is:

The correct flow of a computer system is:

Storage>Process>Input>Output Output>Storage>Process>Input  Input>Process>Output>Storage  Input>Output>Process>Storage

The correct answer to this question is 4: Input>Output>Process>Storage

 A computer system is a set of different integrated devices that can be used for input, output, process, and store data and information. The computer systems are currently built around at least one digital processing device. There are five main hardware components in a computer system mainly are Input, Processing, Storage, Output, and other Communication devices.

Furthermore, it is noted that Input, process, output, and storage (IPOS) represent the different tasks of computers.

Answer:Input > process > output > storage

Explanation:

The computer system flow must begin with input from a user, which is then processed, turned into output & finally stored.

Create a class called TabletCamera and a class called Facial_recognition that will be the base classes of a derived class called BioTablet g

Answers

Answer:

class TabletCamera(object):

   def __init__(self, df, **kwarg):

       pass

class Facial_recognitionMixin(object):

   def myMethod(self, df, **kwarg):

       pass

class BioTablet( TableCamera, Facial_recognitionMixin):

   def __init__(self, df, **kwarg):

       super().__init__(df, **kwarg):

           self.myMethod()

Explanation:

The object oriented python source code defines three classes, "TabletCamera" is the main parent or base class, "Facial_recognitionMixin" which is a mixin and a parent class, and "BioTablet" is the child class.

The child class inherits all the attributes from the main parent class and the mixin. This form of multiple inheritance is done for convenience.

The RAND() function in Excel returns a pseudo-random number between 0 and 1. If you enter this function into 1000 cells (i.e. enter the formula in one cell and copy it to 999 other cells), approximately how many of these cells will contain values less than or equal to 0.1

Answers

Answer:

To get this, filter the column with the condition "less than or equal 0.1" and check the number of returned rows at the bottom of the worksheet ( mine is 87 rows from 1000).

Explanation:

The RAND() function in Microsoft Excel is used to generate random numbers between zero and one. It can also be used to generate a range of numbers with decimal places by multiplying the stop number with the rand function  

You have the opportunity to meet some droids and Wookies! Prompt the user for their name, then how many droids, and then how many Wookies they want to meet. Print out the name that was given, as well as how many droids and Wookies they wanted to meet. Here is an example of what you should print: Sean wants to meet 3 droids and 2 Wookies.

in phyton code

Answers

name = input("What's your name? ")

droids = int(input("How many droids do you want to meet? "))

wookies = int(input("How many wookies do you want to meet? "))

print(name + " wants to meet "+str(droids)+" droids and "+str(wookies)+" Wookies.")

I wrote my code in python 3.8. I hope this helps!

The Review tab in Microsoft Publisher provides two groupings called _____. Proofing and Language Spell Check and Research Proofing and Thesaurus Language and Comments

Answers

Answer:

Proofing and language.

Explanation:

Other Questions
who sings, THE KID FRANKIE. Please I will give brainliest !!!!!Please!!.... If Ross Perot had not run in 1992, which candidate would likely have benefitted more? Select the correct answer.Solve the system of equations,y=x-5y = x2 - 5x+3a. (4,-1) and (2,-3)b. (4,-3) and (2,-1)c. (4,-9) and (2,-7)d. (-4,-9) and (-2,-7) Please help me with my work WILL GIVE BRAINLIEST!!!Which of these would likely be found in an explanatory text?A. argumentsB. opinionsC. lack of detailsD. jargon All outdoor sports:A. expose you to healthful levels of vitamin DB. Require a high level of preparationC. Have a high risk of injuryD. Are expensive How were the natives treated during the war Can anyone help me with this? Giving Brainlyest to whoever helps 2. What was the purpose of examining three pieces of bread and three pieces of apple in each treatment? Which energy transformation takes place in a generator?Question 2 options:A. mechanical to electricalB. chemical to radiantC. electrical to mechanicalD. radiant to electrical someone help me please. lol During World War II, why did Japan strongly and passionately defend Iwo Jima? wthas is your name ? 22. Eutrophication is the increase in the amount of nutrients that causes an environmental concern. Which of the following choices is not related to Eutrophication?a. Runoffb. fertilizerc.algal blooms Can somebody plz answer both questions correct!!! Only answer in 1-2 sentences.. thats fine :)(WILL MARK BRAINLIEST) will appreciate it thanks! 20 POINTS !!!!!!!Determine what type of solution for each system (a) one solution (b) infinity many solutions (c) no solution {y=2x-1{y=-4x-7{y=5x-3{y=-3x+4{y=6x+4{6x-y=1 Select the two words that make up the complete subject. Two skiers crisscross the snowy hill Evaluate the expression x when x = 6 and y = 4 Which type of figurative language is being used in the following quote on6)page 837?"The phone seems to be dead."a.simileb.metaphorIC.alliterationd.personification