The Google brand name appears on thousands of websites due to its ________ API. Select one: a. proprietary b. open source c. closed source d. user-controlled

Answers

Answer 1

Answer: open source

Explanation:

Typically, most applications that we run on our computer usually consist of a user interface. An application programming interface is also just an interface, which is not meant for users but rather applications.

The Google brand name appears on thousands of websites due to its open source API.


Related Questions

Tornado Alley is located in the middle of the United States, extending from Texas up through the Dakotas. The above statement is a(n) ________________.

Answers

Answer:

fact

Explanation:

because it is a information

__________ is the current federal information processing the standard that specifies a cryptographic algorithm used within the U.S. government to protect information in federal agencies that are not a part of the National Defense infrastructure.

a. AES
b. DES
c. 2DES
d. 3DES

Answers

Answer:

FIPS 140-2 es el acrónimo de Federal Information Processing Standard (estándares federales de procesamiento de la información), publicación 140-2, es un estándar de seguridad de ordenadores del gobierno de los Estados Unidos para la acreditación de módulos criptográficos. ... El Instituto Nacional de Estándares y Tecnología (NIST)

Explanation:

how can we lock pubg game from Play Store???​

Answers

Answer:

You can't necessary lock it, it is impossible to do so.

Answer:

i dont think it is possible :((

Explanation:

I use ios

An information system interacts with its environment by: A. processing data. B. XML protocols. C. receiving data. D. systems analysts. E. sending data.

Answers

Answer:

C. receiving data.

Explanation:

An information system interacts with its environment by receiving data in its raw forms and information in a usable format.

Information system can be defined as a set of components or computer systems, which is used to collect, store, and process data, as well as dissemination of information, knowledge, and distribution of digital products.

Generally, it is an integral part of human life because individuals, organizations, and institutions rely on information systems in order to perform their duties, functions or tasks and to manage their operations effectively. For example, all organizations make use of information systems for supply chain management, process financial accounts, manage their workforce, and as a marketing channels to reach their customers or potential customers.

Additionally, an information system comprises of five (5) main components;

1. Hardware.

2. Software.

3. Database.

4. Human resources.

5. Telecommunications.

Hence, the information system relies on the data it receives from its environment, processes this data into formats that are usable by the end users.

list 7 ways of generating
airlines​

Answers

Answer:

1. improve air quality..

2. Eats food rich in antioxidants...

3. Stop smoking....

Answer:

money

Explanation:

Which line of code will allow a decimal point to be stored in a variable?

Answers

Answer:

a float value u mean right?Explanation:

Answer: the answer is A

Explanation:

I got it right on my flvs 3.01 test!!!!!!!!!!!!!

An intrusion prevention system (IPS) is similar to an IDS, except that in addition to detecting and alerting, an intrusion detection system (IPS) can also take action to prevent a breach from occurring.

a. True
b. False

Answers

Answer:

The answer is "Option a".

Explanation:

The IPS  system is a type of network safety that identifies and recognized threats and prevents them from similar to IDS. It also tracks the network continually, searching for this, and gathering information from potential malicious events.  

Its core role is the program of intrusion prevention, which would be to monitor and identify or avoid any malicious activity by the IDS.  It attempts its logged and reported to network managers.

3. Ethnocentrism can be overcome by

Answers

It can be overcome by Diversity

Why is Copyright important?

Answers

Copyright protects those words from being used in any form without the author's approval. They're your words, your product.

A machine is having issues, so the user is responsible for getting the machine serviced. Which stage of the hardware lifecycle does this scenario belong to

Answers

Answer:

Maintenance, is the right answer.

Explanation:

A stage where the hardware of a machine is replaced due to some issues which make the machine work inappropriately is called the maintenance stage of the hardware. In this phase, some modifications are made in the hardware to support the operational effectiveness of the hardware. The customer executives try to improve the performance of the system and provide better security during replacing the hardware.

Which is an advantage that electronic scheduling tools have over paper calendars?
O Electronic scheduling tools work better for people who are highly visual.
o Electronic scheduling tools require additional supplies to be used.
Electronic scheduling tools have automatic reminders that can be set up.
Electronic scheduling tools contain days and weeks that can be color coded.

Answers

Answer:C. Electronic Scheduling tools have automatic reminders that can be set up

Explanation:edge2020

Answer:

C.  on Edge 2021

Explanation:

What did you do over the Summer?


Answers

Answer:

I studied for SAT the whole 2 months, studying 18 hours a day...

I honestly didn't do anything because of Corona

Write a VB program to convert a temperature from Celsius to Fahrenheit and vice versa.

Answers

Answer:

Dim c As Double

Dim f As Double

Private Sub CmdClr_Click()

TxtInput.Text = “”

TxtInput.SetFocus

End Sub

Private Sub Command1_Click()

c = Val(TxtInput.Text)

If Val(c) = 0 And TxtInput = “” Then

MsgBox “Enter Any number”, vbInformation, “Result”

TxtInput.SetFocus

Else

f = 9 * c \ 5 + 32

MsgBox “Fahrenheit :” & ” ” & f, vbInformation, “Result”

End If

End Sub

Private Sub Command2_Click()

f = Val(TxtInput.Text)

If Val(c) = 0 And TxtInput = “” Then

MsgBox “Enter Any number”, vbInformation, “Result”

TxtInput.SetFocus

Else

c = (f – 32) * 5 \ 9

MsgBox “Celsius :” & ” ” & c, vbInformation, “Result”

End If

End Sub

Explanation:

Powerful IT security systems are needed to defend against what appears to be authorized access to a network or application. Select one: True False

Answers

Answer:false

Explanation: why would you need a powerful it security system, if they already have authorized access?

Suppose your name was Alan Turing. Write a statement that would print your last name, followed by a comma, followed by a space and your first name.

Answers

Answer:

def name_string( name ):

     user_name = name

     split_name = user_name.split(" ")

     list( split_name )

    print ( split_name[ 1 ], ", ", split_name[ 0 ] )

# the test should print out " Turing, Alan"

name_string ( " Alan Turing " )  

Explanation:

The python function above should print out the reverse of a name and surname and separated by a comma.

What would be the best thing you could do to prepare yourself to work for a company that has embraced globalization. A) learn how to operate a copier B) learnable foreign language C) dress appropriate for work every day D) study different organizational structure Thx for you help

Answers

Answer:

B

Explanation:

The best thing you could do to prepare yourself to work for a company that has embraced globalization is study different organizational structures. Thus, option D is correct.

What is the best way to promote globalization?

The best thing you could do to prepare yourself to work for a company that has embraced globalization is to study different organizational structures. This would help you to gather knowledge about different organizational working structures and figure out planing strategies to deal with each organization accordingly.

Technological globalization refers to the increasing pace at which new technologies are disseminated throughout the global economy. It refers to the global transfer of technology from developed to developing countries.

Therefore, The best thing you could do to prepare yourself to work for a company that has embraced globalization is study different organizational structures. Thus, option D is correct.

Learn more about globalization on:

https://brainly.com/question/30331929

#SPJ5

Which is a solution that represents the majority of VPNs on the market and is commonly referred to as a VPN appliance?

Answers

Answer:

Remote access VPN

Explanation:

The solution that represents the majority of VPN's on the markets and is commonly referred to as a VPN appliance is the Remote access VPN

A remote access VPN is a type of VPN  that  works by creating a virtual channel (appliance ) between different devices for the purpose of exchanging data in an encrypted form. although this Tunnel passes through the public internet the Data exchanged are only accessible by the devices connected via the tunnel only .

The remote access VPN  is mostly used to connect an employee to the company's network therefore it represent the majority of VPNs in the market.

To save a document as a new file name select A. File New B. Save C. Save as D. File open

Answers

Answer:

C

Explanation:

To save a document as a new file name select we need to Save as

how do I make a division sign with my Chromebook keyboard?

Answers

Answer: you can't

Explanation: The best way to make one is to search for one then copy and paste

Hope this helps^^

To create a division sign "÷" on a Chromebook, hold "Ctrl" + "Move" + "+". This gets to extraordinary characters on Chromebooks.

How do I make a division sign with my Chromebook keyboard?

On a Chromebook keyboard, you'll make a division sign "÷" by utilizing the following steps:

Press and hold the "Ctrl" (Control) key.Whereas holding the "Ctrl" key, press the "Move" key.Without discharging the "Ctrl" and "Move" keys, press the "+" (also) key.

This combination of keys will deliver the division sign "÷" on your Chromebook. The "Ctrl + Shift + +" alternate route could be a common way to access special characters, counting scientific images, on Chromebooks.

Keep in mind to guarantee merely are utilizing the console with a US format, as the area of keys might shift slightly totally different formats.

Learn more about the division sign here:

https://brainly.com/question/25289437

#SPJ6

Mobile device apps that enable users to pay for things or check-in to hotels or venues use _________ technology. Select one: a. GPS b. GIS c. TCP/IP d. NFC

Answers

Answer:

ip

vgfjffffffffvfdxx

Explanation:

fsxqwvetsgsrwfuxhsrwctsdqccdhvxrsbx7shgxfrxvshxrc

Select the correct answer from each drop-down menu.
Suzanne wants to use a digital media tool that acts like a journal and facilitates discussion, which digital media tool should Suzanne use for this
purpose?
Suzanne should use a(n)
She needs to download
software, such as Wordpress, for this purpose.

Answers

Answer:

Suzanne needs a blog

Explanation:

Because she wants to use a digital media tool that acts as a journal and facilitates discussion, Suzanne would need a blog for this.

A blog is a platform where people can meet and have discussions on the internet sometimes in a diary-like format.

Suzanne would need software like WordPress for her blog.

Answer:

blog, blogging

Explanation:

pseudocode is a good choice to communicate a _____ of a process
is it?!
1.step
2.summary
3.close up

Answers

Answer:

close up

Explanation:

you could also say deatiled view, i believe. hope this helps

Answer:

detailed view

Explanation:

A detailed view provides the complete picture of a problem and it explains how the problem is solved using algorithm.

How can Mario complete his task without leaving the word application?

Answers

Answer:Use the Thesaurus feature to find a synonym of the word.

Explanation:i just got the same question.

Answer:Use the Thesaurus feature to find a synonym of the word.

Explanation:

________ refers to the ability to identify the person or entity with whom you are dealing on the Internet. Question 41 options: A) Availability B) Confidentiality C) Authenticity D) Nonrepudiation

Answers

C) Authenticity

Authenticity refers to the ability to identify the person or entity whom you are dealing on the internet.

A few of the company's employees do not want to upgrade their smart watches. They explain that it took them a long time to learn to use the current ones and do not understand why they cannot continue to use it. How would you respond to these concerns?

Answers

It will hold more storage and it has health Beni fits it tracks your steps

I would respond by saying if they wanted me to set up a meeting to explain how to use them. I would also explain that the new upgrade will be more helpful to track the health of the employees and will be more accurate.

write a program using if condition and print fail and try again if student marks are less than 33 using if condition and print fail and try again if student marks are less than 33

Answers

Answer:

Following are the program to this question:

#include <iostream>//defining a herader file

using namespace std;

int main()//defining main method

{

   int marks, i=35;//defining integer variables

   cout<<"enter your marks in a percent: ";//print message

   cin>>marks;//input marks value

   if(marks<i)//defining if block that checks marks less then i

   {

       cout<<"fail and try again";//print message

   }

   else//defining else block

   {

       cout<<"You are qualified";//print message

   }

   return 0;

}

Output:

enter your marks in a percent: 33

fail and try again

Explanation:

In the above-given, C++ language code inside the main method "marks and i" two integer variable is declared, in which the "i" variable holds a value.

In the next step, if block is defined, that checks "marks" value is less than "i", if the value is true, it will print "fail and try again".

Otherwise, it will go to the else block, in this, it will print "You are qualified".


Write the difference between:
a) RAM and hard disk
b) RAM and ROM
c) Volatile memory and non-volatile memory
d) DVD and floppy disk

Answers

Answer:

RAM is used to store computer programs and data that CPU needs in real time. ... RAM data is volatile and is erased once computer is switched off. HDD,hard disk has permanent storage and it is used to store user specific data and operating system file

Answer:

RAM is used to store computer programs and data that CPU needs in real time.  RAM data is volatile and is erased once computer is switched off.

Hard disk has permanent storage and it is used to store user specific data and operating system files

RAM =  Random access memory ;is volatile memory that temporarily stores the files you are working on

ROM = Read-only memory ;is non-volatile memory that permanently stores instructions for your computer

Similarities : They are present in the computer.

Volatile memory and non-volatile memory is RAM and ROM

(d.) Floppy disk is a magnetic storage medium with only a 1.44 M capacity, while a CD is an optical disc that can store 700M CDs are based on physical dimples on the disk surface.

Floppies cannot store much at all A CD will hold more than 450 floppies.

Explanation:

When making changes to existing font, the user must first _____

Answers

Select the font dialog box

E sentences about logic problems using the drop-down menu. Logic problems can be solved with . Logic problems can be solved in a . The to solve a logic problem form an algorithm. Algorithms enable a to solve logic problems.

Answers

Answer:

Logic problems can be solved with WELL-DEFINED STEPS. Logic problems can be solved in a METHODICAL MANNER. The WELL-DEFINED STEPS  to solve a logic problem form an algorithm.  Algorithms enable a  COMPUTER to solve logic problems. Please, if you could, mark brainiest and thank. Thank you!

The complete sentences of logic problems are as follows:

Logic problems can be solved with well-organized steps.Logic problems can be solved in a methodical manner.The well-organized steps are used to solve a logic problem from an algorithm.Algorithms enable a computer to solve logic problems.

What do you mean by Logical problem?

A logical problem may be defined as a type of problem that requires the mechanism of self-explanation on the basis of internal thoughts, processes, and understanding of the complete consequences behind the problem.

These problems are also solved by computers with the help of algorithms. They require some well-organized steps which make the foundation for determining the most accurate and valid solution to logical problems.

Therefore, the complete sentences of logic problems are well described above.

To learn more about Logical problems, refer to the link:

https://brainly.com/question/28285646

#SPJ5

You are trying to create a user from the command line on a Linux computer. You get an error that permission is denied. What should you do?

Answers

Answer:

preface the command with sudo

Explanation:

In the scenario being described, the best course of action would be to preface the command with sudo . This is because sudo is a program Linux operating system that allows the individual user to run programs with the security privileges of another user, which usually applies to the superuser. In this scenario, this would allow the user to bypass the error message and gain access to such a task.

Other Questions
Which of the following help departments organize unique access controls for access to folders and data files within a department or group so that only those employees who need access to confidential data are granted access?A. Title-based access controls.B. Role-based access controls.C. Administrative access controls.D. Privacy-based access controls. help if youre feeling generous today!! thank youu R is between Q and S. IfRS = 44.6 andSQ = 68.4, find QR. Setting is to time as _____ is to turning point.A. risking actionB. climax What is this If 3x+2=6 what is the value of x Under FINRA rules, to recommend a direct participation program to a customer, the registered representative must ascertain that the customer:_______. Information systems help employees within the organization. Certain workers help certain managers and different systems help these managers make their specific decisions. Which system supports complex, non-routine decisions that typically middle managers and knowledge workers make Question 3 (2 points)How were the accomplishments of Spain in the New World different from those ofEngland and France?Unlike France and England, Spain was never able to establish any successfulcolony.Spain was the first of the three countries to establish colonies in the New World.France and England established claims along the eastern coast of the NewWorld, while Spain found success in the interior.The colonies established by Spain lasted the longest of the three countries. integrated Mann ist Quarter)EnglishGiven f(x) = 3x-1 and g(x) = 2x-3, for which value of x does slx) = f(2)?3PRO X-25O X=2O x=4 What are 2 different conflicts in the story The Scarlet Ibis An experiment was conducted to determine if hot water will freeze faster than water at room temperature. Which of the following is the dependent variable? 1.Temperature of the freezer 2.The water at room temperature 3.The hot water 3.The rate of freezing The sum of an AP is 549. Given that the common difference is 3,find i. The 56th termii. The sum of its 32 terms Read this excerpt from The Great Fire. Which statement best reflects the theme of this paragraph? The demand for carpenters and bricklayers soared, and farmers from as far away as 150 miles came to get jobs. Salaries also rose, with unskilled laborers commanding two dollars a day, while carpenters and bricklayers got anywhere from five dollars to ten dollars a day (amazing money back in 1871). Some people are more helpful than others during a disaster. After a negative event, some people take advantage of others. It's possible to find positive outcomes, even after a negative event. Some people hope disasters occur so they can benefit from them. calculate the mid points of the line segments below using the midpoint formula given two endpoints (7,6) (10,10) How many solutions does 10 + 5c = 5c how many boards,each 2 ft and 8 inches long, can be cut from a board 16 inches long? McCurdy Co.'s Class Q bonds have a 12-year maturity, $1,000 par value, and a 5.75% coupon paid semiannually (2.875% each 6 months), and those bonds sell at their par value. McCurdy's Class P bonds have the same risk, maturity, and par value, but the P bonds pay a 5.75% annual coupon. Neither bond is callable. At what price should the annual payment bond sell what will be the indirect speech of... the man said "it will rain"? explain atomic mass Help me answer this, please!