The _____ is the name we give to the huge network of interconnected computers that collectively form this entity

Answers

Answer 1

Answer:

Internet

Explanation:


Related Questions

What is the full form of SSO?

Answers

Answer:Single Sign-On

Explanation:

What is Single Sign-On? Single sign-on (SSO) is an authentication method that enables users to securely authenticate with multiple applications and websites by using just one set of credentials.

7. Which SELECT statement implements a self join?
SELECT item.part_id, type.product_id
FROM part item JOIN product type
ON item.part_id =! type.product_id;
SELECT item.part_id, type.product_id
FROM part item JOIN product type
ON item.part_id = type.product_id;
SELECT item.part_id, type.product_id
FROM part item JOIN part type
ON item.part_id = type.product_id;
SELECT item.part_id, type.product_id
FROM part item JOIN product type
ON item.part_id = type.product_id (+);​

Answers

Answer:

SELECT item.part_id, type.product_id

FROM part item JOIN part type

ON item.part_id = type.product_id;

Explanation:

A self join is when a table joins to itself, in the above answer the part joins itself, note in bold below

   FROM part item JOIN part type

01001110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01100111 01101001 01110110 01100101 00100000 01111001 01101111 01110101 00100000 01110101 01110000 00001010 01001110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01101100 01100101 01110100 00100000 01111001 01101111 01110101 00100000 01100100 01101111 01110111 01101110 00001010 01001110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01110010 01110101 01101110 00100000 01100001 01110010 01101111 01110101 01101110 01100100 00100000 01100001 01101110 01100100 00100000 01100100 01100101 01110011 01100101 01110010 01110100 00100000 01111001 01101111 01110101 00001010 01001110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01101101 01100001 01101011 01100101 00100000 01111001 01101111 01110101 00100000 01100011 01110010 01111001 00001010 01001110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01110011 01100001 01111001 00100000 01100111 01101111 01101111 01100100 01100010 01111001 01100101 00001010 01001110 01100101 01110110 01100101 01110010 00100000 01100111 01101111 01101110 01101110 01100001 00100000 01110100 01100101 01101100 01101100 00100000 01100001 00100000 01101100 01101001 01100101 00100000 01100001 01101110 01100100 00100000 01101000 01110101 01110010 01110100 00100000 01111001 01101111 01110101 00001010
its binar code translate it

Answers

The Binary code translation are: Never gonna give you up\nNever gonna let you down\nNever gonna run around and desert you\nNever gonna make you cry\nNever gonna say goodbye\nNever gonna tell a lie and hurt you\n.

Binary code translation

Binary code can be defined as machine language which a computer understand.

This binary code are often used in digital computer and the  data code  mostly use are zero (0) and one (1) and  they help to represent information.

Therefore the Binary code translation are: Never gonna give you up\nNever gonna let you down etc.

Learn more about binary code here:https://brainly.com/question/9480337

#SPJ1

Identify whether each assessment tool is a value inventory or an interest inventory.
Strong Intert Inventory
Kuder Occupational
Interest Survey
Self-Directed Search
Value Inventory
Reset
Minnesota Importance
Questionnaire
Interest Inventory
Next

Answers

The assessment tools that fall into the category of interest inventories are the Strong Interest Inventory, Self-Directed Search, and Kuder Occupational Interest Survey.

What do you mean by strong Interest Inventory?

Strong Interest Inventory refers to a self-assessment tool to measure a person’s interest, which would lead them into finding out which college major or career is most suitable for them.

Self-Directed Search measures a person’s fit with certain occupations based on their skills and interests while the Kuder Occupational Interest Survey measures a person’s vocational interest based on the person’s area of interest.

Hence, The assessment tools that fall into the category of interest inventories are the Strong Interest Inventory, Self-Directed Search, and Kuder Occupational Interest Survey.

learn more about Strong Interest Inventory:

https://brainly.com/question/1180423

#SPJ1

Susan discovers the following log entries that occurred within seconds of each other in her Squert (a Sguil web interface) console. What have her network sensors most likely detected

Answers

Based on the above, A port scan have her network sensors most likely detected.

What is this case about?

As a result of the different of connection made as shown, it is most likely due to port scan because the numbers of failed connections to a lot of services within a few seconds is similar for a port scan attempt.

Therefore, Based on the above, A port scan have her network sensors most likely detected.

See options below

A failed database connection from a server

A denial-of-service attack

A port scan

A misconfigured log source

Learn more about network sensors  from

https://brainly.com/question/13437049

#SPJ1

Color, font, and images are all important aspects of good ________.
A. contrast
B. coordination
C. design
D. planning

Answers

Color, font, and images are all important aspects of good  design. Check more about design below.

What is the Principles of Design?

A Good design is one that has to have a good understanding of how design works.

Note that the color, contrast and others are very important part of creating good designs and as such, Color, font, and images are all important aspects of good  design.

Learn more about Color from

https://brainly.com/question/911645

#SPJ1

Consider the following method: public int mystery(int n) { if(n > 6) { return 1 mystery(n - 1); } return n % 3; } What is the value of mystery(10)

Answers

Answer:

Ans1--- The output is 9 Explanation--- mystery(5)=mystery(4)+2 mystery(4)=mystery(3)+2 mystery(3)=mystery(2)+2 mystery(2)=2+1=3

Write a program that draws an 8 8 chess board, with alternating gray and white squares. You can use the SetTextColor and Gotoxy procedures from the Irvine32 library

Answers

Using the knowledge in computational language in C code it is possible to write a customized chess code.

Writting the C code as:

Wait      PROTO

Write     PROTO

CrLf          PROTO

Delay         PROTO

Clrscr        PROTO

PROTO times:byte, color:dword

PROTO times:byte, color:dword

ROTO color:dword

PROTO color:dword

UpdateColor   PROTO

See more about C code at brainly.com/question/15301012

#SPJ1

When an attacker has access to a password file, they can run a password-cracking program that uses a dictionary of known words or passwords as an input file. What type of attack is this attacker performing

Answers

The type of attack that the attacker is performing is a dictionary attack.

What is a dictionary attack?

A dictionary attack is a way of breaking right into a password-protected computer, community, or different IT useful resource with the aid of using systematically coming into each phrase in a dictionary as a password.

A dictionary attack also can be utilized an try to discover the important thing vital to decrypt an encrypted message or document.

The missing information in the question:

ciphertext-only

brute force

dictionary

replay

Therefore, The type of attack that the attacker is performing is a dictionary attack.

Learn more about dictionary attack:

https://brainly.com/question/14728015

#SPJ1

Where should the VPN concentrator be installed?

On the cloud
Outside of the network
On the network edge using a firewall
On the network edge without a firewall

Answers

c, using a firewall make sures no viruses enter your device while setting up the vpn

Answer:

or this?

Explanation:

the vpn is this it?

To write, test and run your JavaScript code, you need ..................

Answers

ANSWER:

To write a JavaScript code, you need a web browser and either a text editor or an HTML editor.

evaluating how well various computers will handle an organization's workload by running a representative set of real jobs on the different machines is called

Answers

Answer:

Benchmarking.

Explanation:

Write a recursive, string-valued method, reverse, that accepts a string and returns a new string consisting of the original string in reverse. For example, calling reverse with the string goodbye returns the string eybdoog.Reversing a string involves:

Answers

The program is an illustration of recursive functions in Python;

Recursive functions are functions executed from within itself

The python program

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

#This defines the function

def revStr(myStr):

   #This returns an empty string if the string is empty

   if myStr == "":

       return myStr

   #If otherwise, this returns the reversed string recursively

   else:

       return revStr(myStr[1:]) + myStr[0]

Read more about python recursions at:

https://brainly.com/question/19089783

#SPJ1

Cloud computing is primarily intended to allow users to

Answers

Answer:

Cloud computing is primarily meant to provide users with virtual data access and applications.

Explanation:

Cloud computing is the delivery of various services over the Internet. Data storage, servers, databases, networking, and software are examples of these resources.

Please help quick!! 20 points

a table is a ___ of rows and columns that provides a structure for presenting data.

Answers

Answer:

vertical and horizontal

Steps for Completion Go to your main.py file. Define the MoviePlayer class by adding the firmware version class attribute and assigning it a value of 1.0. Define the initializer method __init__ and pre-populate the movie list with a few movies. Make sure the movies store is private. Define the play method, which sets the current_movie attribute to the first item in the

Answers

Using the knowledge in computational language in python it is possible to write a code that organizes the movies according to the titles and the category of each one of them.

Writting the python code as:

class MoviePlayer :

def __init__(self):

self.__movies = ['Frozen', 'Finding Nemo' ,'Toy Story']

self.current_movie = None

def play(self):

self.current_movie = self.__movies[0]

def list_movies(self):

return self.__movies

def update_firmware(self, new_version):

if new_version > MoviePlayer.firmware_version:

MoviePlayer.firmware_version = new_version

if __name__ == "__main__":

player = MoviePlayer()

print("Movies currently on device:", player.list_movies())

player.update_firmware(2.0)

print("Updated player firmware version to", player.firmware_version)

player.play()

print("Currently playing", f"'{player.current_movie}'")

See more about python at brainly.com/question/18502436

#SPJ1

You are looking for a computer to provide a central location for online game play. What kind of computer do you need

Answers

Answer:

A server

Explanation:

It provides a centralized access point from where all the gaming computers can communicate and have their activities synchronized in real time.

When staff member is resistant to change, but is open to factual information to support the need for change, what type of behavioral change strategy should the manager use to implement change

Answers

The type of behavioral change strategy that the manager can use to implement change is Positive reinforcement.

What is Positive reinforcement?

This is known to be the introduction of a good or pleasant stimulus after a behavior is said to be displayed.

Note that The type of behavioral change strategy that the manager can use to implement change is Positive reinforcement as desirable stimulus empowers the behavior, making it more likely to occur.

Learn more about Positive reinforcement from

https://brainly.com/question/8517742

#SPJ4

Universal Containers has enabled Data Protection and Privacy for its org. Which page layouts will have the Individual field available for tracking data privacy information

Answers

The page layouts that will have the Individual field available for tracking data privacy information is Account and User.

What is Data Protection?

Data protection is the act of keeping safe all important information so that there will be no corruption, compromise or any kind of loss.

Note also that The page layouts that will have the Individual field available for tracking data privacy information is Account and User and thus option d is correct.

See full question below

Universal Containers has enabled Data Protection and Privacy for its org.

Which page layouts will have the Individual field available for tracking data privacy information?

A. Case and Opportunity

B. Individual, User, and Account

C. Contact, Lead, and Person Account

D. Account and User

Learn more about  Data Protection from

https://brainly.com/question/17506968

#SPJ1

He was called "The father of computing c_______ B_______​

Answers

Answer:

computer basics.

Explanation:

because just it is father of computer basics

Answer:

charles babbage

Explanation:

Summary on how drones can help manage the environment

Answers

Answer:

Well, I do know that they can help water plants they can also use sprays and other things that help the environment.

Explanation:

I learned this in my PLTW.

Northern Trail Outfitters uses a custom object Invoice to collect customer payment information from an external billing system. The Billing System field needs to be filled in on every Invoice record. How should an administrator ensure this requirement

Answers

An administrator should ensure this requirement by creating a process builder to set the field.

What is a billing system?

A billing system is a complex software that enables service providers' order to cash process (O2C) and sends invoices, tracks, and processes payments for different consumers.

It is the process by which a business bills and invoices customers. Billing systems often include payment software that automates the process of collecting payments, sending out recurring invoices, expense tracking, and invoice tracking.

Learn more about billing system here,

https://brainly.com/question/14315763

#SPJ1

Write an SQL query to list all the records from the member and branch tables.

(Ensure that SQL syntax is in uppercase and keep fields in the same order asked for in the question.)

Answers

The SQL query to list all records from the member and branch tables is: SELECT * FROM member, branch;

How to write the SQL query?

The table names are given as:

memberbranch

The syntax to list all records using the SQL query is:

SELECT * FROM table-1, table-2,......table-n;

Using the above syntax, we have the query to be:

SELECT * FROM member, branch;

Read more about SQL queries at:

https://brainly.com/question/10097523

#SPJ1


Which statement best describes one reason why assembly language is easier
to use than machine language?

Answers

Answer:

machine language uses binary code and assembly language uses mnemonic codes to write a program.

Explanation:

In a nutshell, machine language uses binary code, which is almost impossible for humans to decipher, whereas assembly language uses mnemonic codes to write a program. Mnemonic codes make it simpler for humans to understand or remember something, and so make the language a bit easier for humans to use than machine code.

Select the correct answer. Nina is a lecturer at a university. She teaches physics to students, and in her classes she takes them through various laws of motion. What knowledge is Nina sharing with the students? A. procedural B. declarative C. heuristic D. meta

Answers

Based on the above, the kind of knowledge is Nina sharing with the students is Procedural Knowledge.

What is procedural knowledge in the classroom?

Procedural Knowledge is known to be the knowledge shared on how to perform a given skill or task, and it is seen as a knowledge linked to methods, procedures, or operations.

Note that based on the above, the kind of knowledge is Nina sharing with the students is Procedural Knowledge as she is teaching them the steps.

Learn more about knowledge from

https://brainly.com/question/9290109

#SPJ1

2
select the correct answer.
which part connects the cpu to the other internal parts of a computer?
o a.
alu
ob.
bus
o c.
control unit
od.
memory unit
oe.
register

Answers

Answer:

the control center

Explanation:

hope this helps :)

please make me brainliest\

What are three key components of effective computer games?
A. An obstacle or enemy that makes the game challenging
B. A continuously updating point score
C. A set of rules that is fair and transparent
D. A goal that you must reach or achieve to "win"
SUBMIT

Answers

The key components of effective computer games are:

An obstacle or enemy that makes the game challenging A set of rules that is fair and transparent. A goal that you must reach or achieve to "win"

What is computer game?

A computer games is known to be a game that a person often plays through the use of a computer and it is called a video game.

Note therefore, that The key components of effective computer games are:

An obstacle or enemy that makes the game challenging A set of rules that is fair and transparent. A goal that you must reach or achieve to "win"

Learn more about computer games  from

https://brainly.com/question/16104941

#SPJ1

Kylie is getting ready to shoot action photos of a horse race. What shutter speed
would likely be ideal for this type of shoot in order to avoid blurry images?
1/200
1/50
1/500
1/250

Answers

The shutter speed would likely be ideal for this type of shoot in order to avoid blurry images is 1/500.

What is Shutter speed?

This is known to be the speed at which the shutter of the camera is said to cover up.

Note that  a fast shutter speed forms a shorter exposure and as such, The shutter speed would likely be ideal for this type of shoot in order to avoid blurry images is 1/500.

Learn more about shutter speed from

https://brainly.com/question/19618823

#SPJ1

Answer:

it is 1/500

Explanation:

I got it correct!!

a customer is traveling to a branch office, and the network administrator provides her with a static ip address for her laptop. which should the customer do to use the static ip address

Answers

The customer traveling with a provided static IP address should assign the IP in the network adapter settings. Thus, option B is correct.

What is static IP?

The complete question is: A customer is traveling to a branch office, and the network administrator provides her with a static IP address for her laptop Which should the customer do to use the static IP address?

A) Run the command "ipconfig configure static"

B) Assign the static IP in network adapter settings

C) Switch the button from dynamic to static on her laptop

D) Disconnect from WiFi and use an Ethernet cable

E) Type the IP address into the browser

A static IP is a setup that is configured manually instead of the DHCP assigned setup. It is a constant and nonchanging IP setup that is used when working remotely.

In the network and sharing system, open the adapter setting and choose the appropriate adapter. Then choose the IPV 4 and check the current internet settings. Choose the desired IP address and then click the OK and save button.

Therefore, option B. static IP is assigned in the network setting option.

Learn more about static IP here:

https://brainly.com/question/18849429

#SPJ1

Write a Java expression that converts the value of 'y' into an integer, and assigns the value to 'x'.

Answers

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar answer:: \bigstar}}}}}}[/tex]

int y = (int) y;

int x = y;

Hope it helps..♪
Other Questions
The sugar and phosphate portion of the nucleotides are found _____ on the DNA twisted ladder. A patient has been prescribed 1 gram (g) of Drug A. The stock dose is available in 250 milligram (mg) tablets. How many tablets would you administer per dose? Which sentence combines these two sentences using a coordinating conjunction? I finally finished my degree. I will be graduating in April. A. I finally finished my degree, so I will be graduating in April. B. I finally finished my degree; I will be graduating in April. C. Since I finally finished my degree, I will be graduating in April. how many whole numbers are less than n? The Beginning of Change3. There was always an important piece missing for his inventions. He needed batteries to power his homemade devices. Kelvin did not have the benefit of a science education at school. Yet, he figured out how to make a battery using soda, metal, and tape. These are ingredients he found at a neighborhood dump! With this battery, the possibilities for his inventions were endless.Read the third paragraph of the article and answer the following question.A. What is the best sentence to show an implicit detail in this paragraph?B. Kelvin did not take science classes at school.C. Kelvin was very intelligent and figured out quite a bit about science.D. Kelvin found the ingredients for the battery at the local landfill. Twice the price of a book is $12 less than the price of 4 books. find the price of three books. Complete the conversation with the appropriate form of ser. MARTA Buenos das, quin (1) Juan Gmez? JUAN (2) los msicos y ella (4) yo. Mucho gusto. Y ellos (3) Patricia, la cantante. MARTA Encantada, de dnde (5) ustedes? JUAN Nosotros (6) de Colombia. MARTA De quin (7) el video? JUAN (8) de Jaime. Nos gusta (we like) grabar (to record) nuestra (our) msica. SPA 1 LECCION 4: USE THE ELEMENT PROVIDED TO CREATE 5 SENTENCESverbosSUBJECTSVERBSETCMIS AMIGOSMI ABUELOLOS VECINOSLOS NIOSMI PERROYOLA BIBLIOTECAMIS PADRESLA PROFESORAMI JEFE/A EN EL TRABAJOMI UNIVERSIDADCALIFORNIAEL SUPERMERCADOMI NOVIO/APEDIR DINEROALMORZARCERRARSEGUIRCONSEGUIRPREFERIRDECIR QUEENTENDERQUERERPODERVOLVERENCONTRARDORMIRRECORDARMI NOMBRESU NUEVO CARRO HOYA MIS PADRESNO ES BUENO COMER MUCHONADAMUCHOSUS LLAVESA CASA TEMPRANO (early)CONMIGO (with me)JUGAR AL TENISTOMAR EL SOLLEER UNA REVISTAEN CASAUN NUEVO EMPLEOA SU NOVIO/ NOVIA POR LA CALLEA LAS SIETE DE LA MAANATARDEEN UNA PIZZERIACORRERYO NO SOY MUY TRABAJADOR(A)1.______________________________________________________________________________________________________________2.______________________________________________________________________________________________________________3.______________________________________________________________________________________________________________4.______________________________________________________________________________________________________________5.______________________________________________________________________________________________________________ Select the correctWhat is the solution to this system of equations?3x + y = 17x + 2y = 49O A.It has no solution.OB. It has infinite solutions.O C. It has a single solution: x = 15, y = 17.OD. It has a single solution: x = -3, y = 26. Need help don't understand Study the image.Which of the following choices best explains how the lever made the task easier?The final force on the rock was the same as the original force from the person and the distance the rock traveled was smaller than the original distance the lever moved, so the total work decreased.The final force on the rock was greater than the original force from the person and the distance the rock traveled was smaller than the original distance the lever moved, but the total work remained the same.The final force on the rock was smaller than the original force from the person and the distance the rock traveled was greater than the original distance the lever moved, so the total work stayed the same.The final force on the rock was greater than the original force from the person and the distance the rock traveled was the same as the original distance the lever moved, so the total work increased. help me with my math please (2 -1/2 * 7 1/3)^6 Which is the area between the x-axis and y=x^2 from x=2 to x=6 why white society held negative Ideas of the black community during enslavement and even through the Reconstruction era What are the answers for the commonlit "Mousing Teeth" Can someone help me with this problem? The Navy carrier, Mercy, is sailing in the Pacific Ocean. The ship is in the sea, 4,365 miles south of a city. On radar they notice a submarine is 7,390 miles away from them and north-west of their current position. What angle (off of a north-south line) do they need to travel to sail straight to the submarine? A bottle contains 20 blue bags and 15 red bags. If two bags are picked at random one after the other with replacement, what is the probability that the first bag is blue and then red? Engineers create a new metal that is stronger than steel but much lighter. This material is also significantly cheaper than what is currently used for most aircraft, available in large quantities, and easy to manufacture. What is the best step for the engineers to make next? What are the positive and negative things about adolescence?