What is a domain?

A) The scalability of a network cable
B) An individual computer or other physical device
C) A server on a circuit board a network organization that uses at least one computer as a server
D) A utility that provides names to each computer on a network

Answers

Answer 1

Answer:

D

Explanation:

In general, a domain name identifies a network domain, or it represents an Internet Protocol (IP) resource, such as a personal computer used to access the Internet, a server computer hosting a web site, or the web site itself or any other service communicated via the Internet.


Related Questions

What statement best describes operating systems?

Answers

Answer:

An operating system, or "OS," is software that communicates with the hardware and allows other programs to run

Answer:

c

thats what i put

Some fashion designers use this type of technology to produce clothing.

Select one:

a. 3-D printing

b. dot matrix printing

c. color printing

d. inkjet printing

Answers

Answer:

The answer is A. 3-D printing.

Explanation:

As with other industries, 3D printing in fashion offers clothing manufacturers the chance to produce prototypes and final products in a way that saves time, money and manpower. 3D printing in the world of fashion is still very much in the primary stages, but it's certainly something to watch.

What should you remember about typography while creating your résumé?
It is advisable to avoid using [blank] font when creating your résumé. To facilitate readability, your font should not be smaller than [blank]
points.

Answers

Answer:

Your font should not be smaller than 0.5

Explanation:

Nathan notices his computer System is slowing down when he tries to copy documents to it he also gets a prompt I warned him that the system is running low on storage space which hardware device should he consider upgrading in order to increase the system storage space?

Answers

Answer:Hard drive or Solid State drive

Explanation:

A digital _ Is a good place for students to read an out of print book
Journal
Library
Labrotary
Office

Answers

Answer:

Library

Explanation:

I think it might be a laboratory

which is the best reason for john to bring snacks to his study sessions.

Answers

To stay energized? There's no answers to choose from.

Answer:

C to ensure he has enough caffeine

Explanation:

You need energy to think and do and the other answers don't make much sense. Ex: He wouldn't avoid taking breaks because you need breaks, it's required, an essential of life pretty much. B makes no sense at all because why would you avoid leaving to get food? And a makes it difficult to decide whether it's A or D but if you really think about it, it doesn't make sense to bring food to enjoy yourself while in a studying session.

Hope this Helps! :)

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

Answers

Answer:

the answer is B.....

Explanation:

Answer:

The answer would be B) It prevents anyone from making changes to the software later.

Explanation:

what does artifishal inteligence mean

Answers

looks Theory and development of computer systems able to perform tasks that normally requires human intelligence

Answer:

is intelligence demonstrated by machines, unlike the natural intelligence displayed by humans and animals.

Marnie is organizing a bake sale for charity in her high school. What would Marnie use to most effectively increase awareness of the bake sale?A. Make a radio announcement about the bake sale. B. Make a TV advertisement about the bake sale. C. Post an announcement about the bake sale in the local newspaper. D. create posts about the bake sale on social networking platforms.

Answers

D. Create posts about the bake sale on social networking platforms because more people are likely to see it and be interested in going

What type(s) of media can be pre-recorded (read only), recordable (write once), or re-recordable (read and write multiple times)? (2 points) Enter your answer​

Answers

Answer:

An optical disc.

Explanation:

An optical disc is a small and flat digital-optical disc that is usually circular and used to store computer data by using a laser beam.

The optical disc is able to store digital data because it is made up of a polycarbonate (a tough-brittle plastic) with one (1) or more metal layers.

Additionally, the data stored in an optical disc cannot be scrambled by a magnet because it isn't made of a magnet or doesn't have a magnetic field. There are different types of optical disc and these are; CD-ROM, CD-R, CD-RW, DVD-RAM, DVD-ROM, DVD+/-RW, BD-RE, DVD+/-R, BD-R, BD-ROM.

Where; CD is an acronym for compact disc.

DVD is an acronym for digital video disc.

BD is an acronym for Blu-ray disc.

R represents read only.

RW represents read and write.

RE represents read, write and erasable.

Hence, an optical disc is a type of media that can be pre-recorded (read only), recordable (write once), or re-recordable (read and write multiple times).

2.4 Code Practice: Question 2

Write a program that accepts a number as input, and prints just the decimal portion. Your program should also work if a negative number is inputted by the user.

Enter a number: 15.789
Sample Output
0.789

Can someone please help me with this because I’m so stuck

Answers

The code is in Java.

It calculates the decimal portion of a number by subtracting the integer portion from the number. It also uses if structure to check if the number is a negative one.

Comments are used to explain each line of code.

//Main.java

import java.util.Scanner;

public class Main

{

public static void main(String[] args) {

 //Initialize the Scanner object to be able to get input

 Scanner input = new Scanner(System.in);

 

 //Declare the variables

 double number, decimalPortion;

 

 //Ask the user to enter a number

 System.out.print("Enter a number: ");

 number = input.nextDouble();

 

 //Get the decimal portion of the number by subtracting the integer part from the number

 decimalPortion = number - (int) number;

 

 //If the number is negative one, multiply the decimal portion with -1 to convert it to a positive value

 if(number < 0)

     decimalPortion *= -1;

 

 //Print the decimal portion

 System.out.println(decimalPortion);

 

}

}

You may see a similar question in the following link:

brainly.com/question/17132559

Describe the five steps of the process of assessing personal strengths and weaknesses

Answers

•Ask others for input. ...
•Revisit past feedback. ...
•“Hire” yourself. ...
•Revisit your strength list.

Conversion Practice: Find the equivalent binary or decimal numbers below. Binary Decimal Binary Decimal 100 5 101 17 1101 63 0001 1111 64 0010 0000 127 1010 1010 256 1111 1111 513

Answers

Explanation:

Binary --> Decimal

100 --> 4

101 --> 5

1101 --> 13

0001 1111 --> 31

0010 0000 --> 32

1010 1010 --> 170

1111 1111 --> 255

Binary <--> Decimal

101 <--> 5

0001 0001 <--> 17

0011 1111 <--> 63

0100 0000 <--> 64

0111 1111 <--> 127

0001 0000 0000 <--> 256

0010 0000 0001 <--> 513

Select the correct answer.
Ben wants to reduce the file size of an image in his document. Which feature of a word processing program will help him do so?

Answers

Answer:

COMPRESS, THIS WILL MAKE IT INTO A ZIP

Explanation:

Is 'compare' as in sources, one of the 5 listed
OTrue
O False

Answers

The answer is going to be False

When you add a zero to the right of a decimal number, it multiplies its value by 10 (For example, "15" becomes "150"). What similar result happens to the value of a binary number when you add a zero on the right? (For example, "11" would become "110").

Answers

Putting a 0 on the right side of a binary number it multiplies it by 2.

Hope this helps ʕ•ᴥ•ʔ

When you you add zero to the right hand side of a binary number such as 11, This binary number is going to become twice its value.

All the number that were 1 are now two times of what they were. We would have a solution like this:

(11)₂ = (1x2)¹ + (1x2)⁰

= 2 + 1

= 3

(110)₂ = (1x2)² + (1x2)¹ + (0x2)⁰

= 1x4 + 1x2 + 0x1

= 4+2+0

= 6

In conclusion, adding 0 to the right hand side of a binary number increases the number by 2. From  the solution above, we can see 11 = 3, but after 0 was added, 110 = 6

Read more at https://brainly.com/question/14789125?referrer=searchResults

Explain the four basic operation performed by every computer​

Answers

Answer:

computer is a machine that, under a program's direction, performs four basic operations: input, processing, output, and storage. A program is a list of instructions that tells a computer how perform the four operations.

Answer:

A computer is a machine that, under a program's direction, performs four basic operations: input, processing, output, and storage. A program is a list of instructions that tells a computer how perform the four operations.

Explanation:

What is the analysis stage in System development life cycle?

Answers

Answer:

Explanation:

end user business requirements are analyzed and project goals converted into the defined system functions that the organization intends to develop. The three primary activities involved in the analysis phase are as follows: Gathering business requirement. Creating process diagrams.

When people need information, they typically turn to:
A. WiFi
B. Consumers
C. Media
D. Shopping
(Will give brainlist!!!!!)

Answers

Answer:

c -media

Explanation:

Answer:

The answer is C. Media

Explanation:

_____________ is the act of breaking into a computer to steal information.

Answers

Answer:

Hacking

Explanation:

Answer: hacking

Explanation:

Which of these graphic elements combine text, illustrations, and color? Word Art Smart Art Clip Art none of the above

Answers

Answer:

I believe it's Word Art

Explanation:

Which of these networks is primarily for posting and viewing photos?
A. Linkedin
B. Twitter
C. Flickr
D. Google

(I’ll give brainlist!!!)

Answers

Answer:C. Flickr

Flickr is an American image hosting and video hosting service, as well as an online community. It was created by Ludicorp in 2004 and has been popular with hosting high resolution photos by amateur and professional photographers.

Flickr is a popular photo-sharing and hosting service with advanced and powerful features. It supports an active and engaged community where people share and explore each other's photos. You can share and host hundreds of your own pictures on Flickr without paying a dime

plz mark brainliest

Answer:

Flickr

Explanation:

Which option offers predesigned formatting and design elements to facilitate the process of creating a document?
A.
themes
B.
templates
C.
design
D.
layout

Answers

Answer:

The answer is B, templates

Explanation:

Answer:

B. templates

Explanation:

Which is true regarding diagramming? It involves writing an algorithm. It presents the programming code. It shows the flow of information and processes to solve the problem. It models solutions for large problems only.

Answers

Answer:

It shows the flow of information and processes to solve the problem.

Explanation:

Answer:

C

Explanation:

Got it right on Edge 2021:)

Your welcome

PLZ HELP 50 points. 4. How did Debevec and his team keep Emily from looking like a plaster mannequin?

Answers

Answer: Debevec and his team kept Emily from looking like a plastic mannequin by capturing her in a wide variety of facial expressions, and simulating the facial muscle movements in the animation software.

Explanation:

Screenplays do not need to include

Answers

Answer:

WGA Registration Numbers. ...

Copyright Numbers. ...

Personal Mailing Address and Multiple Contact Numbers. ...

Logline or Synopsis. ...

Character Breakdowns. ...

Opening Credit Sequence Slugline. ...

Scene Numbers. ...

Draft Color Pages.

Explanation:

This is what I found

Audiovisual means that a presentation combines film and photos.
true or false?

Answers

Answer:

False

Explanation:

Using both sight and sound.

Its false , as audio means it should have music or sound tracks in it.

Question: 8
Which of the following is a benefit of the fault-tolerant nature of Internet routing?
The ability to use a hierarchical naming system to avoid naming
conflicts
The ability to provide data transmission even when some connections
between routers have failed
The ability to resolve errors in domain name system (DNS) lookups
The ability to use multiple protocols such as hypertext transfer
protocol (HTTP), Internet protocol (IP), and simple mail transfer
protocol (SMTP) to transfer data.

Answers

Answer:

The ability to provide data transmission even when some connections

between routers have failed

The statement which represents a benefit of the fault-tolerant nature of Internet routing may include the ability to provide data transmission even when some connections between routers have failed. Thus, the correct option for this question is B.

What is Internet routing?

Internet routing may be defined as the process of transmitting and routing IP packets over the Internet between two or more nodes. It is identical to standard routing methodologies but incorporates packet routing techniques and processes on external networks or those that are hosted or Internet-enabled.

The fault-tolerant nature of Internet routing determines a benefit in the capability to deliver the transmission of data even when some connections between routers have failed without any disconnection and disturbances. Through this process, the selection of a path for traffic in a network or between or across multiple networks has been successfully carried out.

Therefore, the correct option for this question is B.

To learn more about Internet routing, refer to the link:

https://brainly.com/question/24812743

#SPJ5

Which step is done first to replace existing text in a text box?
•Select the text to be replaced.
•Type new text into the text box.
•Click and drag the text to replace.
•Click an area outside the text box.

Answers

The step is done first to replace existing text in a text box is to  Select the text to be replaced.

What is a text box used for?

A text box is known to be a tool or an object that a person can add to their document and it is the one that p[permits one to lets add type text anywhere in one's file.

Note that based on the above, The step is done first to replace existing text in a text box is to  Select the text to be replaced.

Learn more about text box from

https://brainly.com/question/26372855

#SPJ1

Answer:

A. Select the text to be replaced.

Explanation:

hope this helps :)

Technician A says that if a fuse blows it is good practice to replace it with a larger fuse to try to stop it from blowing. Technician B says that fuses can be tested quickly with a test light. Who is correct?

Answers

B is correct your welcome
Other Questions
Why does Odysseus bring the liquor with him? If I fill a tall glass with water and then transfer the water to a shorter glass, it appears there is more water. Is there more water? Explain how regions can help us better understand geography? Help someone its English 1 do you have to pay for brainly Please help Which of the following is the SI unit used to measure length? a.kilogram b.liter c.meter d.Kelvin Can yall help please? Who is the head of the Gram Panchayat and who takes the responsibility of the village in his absence? in The Lottery story what color was always used and why How did the Assyrian Empire develop?It conquered its neighbors.O It traded resources for land.O It expanded into harsh living environments.O It set up complex systems of government. 5. Explain the ironythat is, the amusing contradictionin the below passage:"Oh, these people's minds work in strange ways, Petunia, they're not like you and me,' saidUncle Vernon, trying to knock in a nail with a piece of fruitcake Aunt Petunia had just broughthim." is it better for a person to be brave or smart An object is moving at a speed of 9 centimeters every 5.5 minutes. Express this speed in miles per day. Round your answer to the nearest hundredth. Seth found two new ways to get to school. Which route is faster for Seth, when school is 17 miles away?A graph titled Bus Stop 1 has time (minutes) on the x-axis and Distance (miles) on the y-axis. A line goes through (0, 5), (6, 8) and (12, 11).A 2-column table with 3 rows titled Friend's House. Column 1 is labeled Time (minutes) with entries 3, 6, 9. Column 2 is labeled Distance (miles) with entries 4, 6, 8.Bike from work: His dad's work is 5 miles from school and Seth bikes at 0.2 miles per minute.Relative's house: y = 1.2 x minus 4. An art studio holds beginners art classes. Each class costs $24 and there is also a one-time registration fee of $15 . You attended c number of classes and paid a total of $687. Find the number of classes you took. 1. Reread the following text to view Marguerites response to this visit with Mrs. Flowers. I was liked, and what a difference it made. I was respected not as Mrs. Hendersons grandchild or Baileys sister but just for being Marguerite Johnson. What is the storys central idea? Question options: All people need mentorship in literature All people must look out for themselves first. All people long to feel respected and accepted No central idea is present. 2. When the author describes Momma's store, she says, "Until we became familiar enough to belong to the Store and it to us, we were locked up in a Fun House of Things where the attendant had gone home for life." What does the sentence mean? Question options: The children will inherit the store after Momma dies. The children are frightened of various items in their grandmothers store. Marguerite and Bailey are free to explore a place that is full of wonderful things. Nobody is available to baby-sit the children after school, so they are locked into the store after hours. 3. Which textual evidence from I Know Why the Caged Bird Sings best supports the inference that Marguerite takes pride in Mommas accomplishments? Question options: Momma hadnt thought that taking off my dress in front of Mrs. Flowers would kill me stone dead. Before she had quite arisen, she called our names and issued orders. Her crisp meat pies and cool lemonade, when joined to her miraculous ability to be in two places at one time, assured her business success. Thats a very good job, Mrs. Henderson. You should be proud. You can put your dress back on, Marguerite. 4. Which textual evidence from I Know Why the Caged Bird Sings best supports the stated idea that the towns cotton pickers were poor people? Question options: The sound of empty cotton sacks dragging over the floor and the murmurs of waking people were sliced by the cash register as we rang up five-cent sales. Brought back to the store, the pickers would step out of the backs of trucks and fold down, dirt disappointed, to the ground. Their wages wouldnt even get them out of debt to my grandmother, not to mention the staggering bill that waited on them at the white commissary downtown. One man was going to pick two hundred pounds of cotton, and another three hundred. 5. The memoir I Know Why the Caged Bird Sings reveals to the readers how the author's childhood perspective differs from her adult perspective. Which statement best describes the difference? Question options: Tension develops between Mrs. Flowers and Momma; Momma apologizes to Mrs. Flowers. The narrator does not speak much; Mrs. Flowers teaches that it is important to read literature aloud. The narrators brother begins to be ashamed of her; he leaves Stamps. The store begins to lose money; the cotton pickers work to save the store. Before a movie began, a theater had people waiting in the seats. During each of 4 movie trailers, 7 more people came into the theater. When the movie started 82 people were in the theater. Assume the relationship is linear. Determine and interpret the rate of change and the initial value.can someone help me ASAP!!!! A simple model of a hydrogen atom is a positive point charge +e (representing the proton) at the center of a ring of radius a with negative charge e distributed uniformly around the ring (representing the electron in orbit around the proton). Find the magnitude of the total electric field due to this charge distribution at a point a distance a from the proton and perpendicular to the plane of the ring. roald dahl landlady secret What war lasted the longest?