Answers

Answer 1

Answer:

A computer monitor is an output device that displays information in pictorial form. A monitor usually comprises the visual display, circuitry, casing, and power supply. .


Related Questions

what is the difference between cd-r, cd-rw and cd-rom​

Answers

Answer:

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

Explanation:

          "difference between cd-r, cd-rw and cd-rom​"

CDs are also known as WORM discs,for "write once Read many".A re writable version based on excitable crystals and known as CD-RW was introduced in the mid 1990s because both CD-R and CD-RW recorders originally required a computer to operate  they had limited acceptance of use as computer software.

  A compact Disc Read only memory (CD-ROM) is a read only disc.A compact disc Re-writable (CD-RW) is an erasable disc that can be reused.The data  on a CD-RW disc can be erased and recorded over numerous times.CD-RW may not be readable outside of the drive it was created in.

cd-r :

          CD-R is a digital optical disc storage format.A CD-R disc is compact disc that can be written once and read arbitrarily many times.

          CD-R stand for" compact disc" Record-able .CD-R disc are blank CDs that can record data written by a CD burner.The word "record-able" is used because CD-R are often used to record audio,Which can be play back by most CD players.

cd-rw:

           CD-RW compact disc re-writable is a digital optical disc,storage format introduced in 1997.A CD-RW compact disc can be written read erased and re-written.

in this case of CD-RW the writing laser makes permanent marks in a layers of dye polymer in the disc.CD rewrite-able discs in a similar fashion,except that the change to the recording surface is revers able.

cd-rom:

         CD-Rom observation of compact disc read only memory type of computer memory in the form of compact disc that is read by optical means.A CD-ROM drive uses a low power laser been encoded in the form of tiny pits on a optical disk.The "ROM" part of the term means the data on the disc "read only memory" or cannot be altered or erased.

Please Help ASAP. Marking Brainliest For Correct Answer.

Explore the program below, referring to the task description to know what task the chunk of code is supposed to execute. Explain why the program is not working as intended, then rewrite/rework the program so that it performs the intended task as stated in the description.

The following situation uses a robot in a grid of squares. The robot is represented by a triangle which is initially in the top left square and facing right. The robot may not travel through the black squares. The program below is intended to move the robot from its starting position to the gray square, but it is not currently working. The program segment uses the procedure called GoalReached , which evaluates to true if the robot is in the gray square and evaluates to false otherwise.

In complete sentences, explain why the program is not working as intended, and also provide a solution that allows the program to perform its intended task.

Answers

Answer: It is not working because it is missing the code needed to turn right.

Sentence :The robot would move forward two squares and would stay stuck there because it can not move forward nor turn left. You would need to add code for the robot to be able to turn right so that the robot can reach the goal

There are several reasons that could make a code segment not to work.

The attached code is not working because, the method ROTATE_RIGHT() is missing

From the given code segment, we have the following observations

The robot can turn left using ROTATE_LEFT()The robot can move forward using MOVE_FORWARD()

However, when there is a need for the robot to turn right, the code segment does not have a provision for that.

Hence, the reason the code is not working is because:

The method ROTATE_RIGHT() is missing

The solution to this is to provide a ROTATE_RIGHT() method in the code segment

Read more about debugging at:

https://brainly.com/question/23527739

what is intellectual property rights law ?​

Answers

Intellectual property law deals with the rules for securing and enforcing legal rights to inventions, designs, and artistic works. Just as the law protects ownership of personal property and real estate, so too does it protect the exclusive control of intangible assets.

the volume of two similar solids are 1080cm and 1715cm .if the curved surface area of the smaller cone is 840cm .fond the curved surface area of the larger cone​

Answers

Answer:

[tex]A_{big} = 1143.33cm^2[/tex]

Explanation:

The given parameters are:

[tex]V_{small} = 1080[/tex]

[tex]V_{big} = 1715[/tex]

[tex]C_{small} = 840[/tex]

Required

Determine the curved surface area of the big cone

The volume of a cone is:

[tex]V = \frac{1}{3}\pi r^2h[/tex]

For the big cone:

[tex]V_{big} = \frac{1}{3}\pi R^2H[/tex]

Where

R = radius of the big cone and H = height of the big cone

For the small cone:

[tex]V_{small} = \frac{1}{3}\pi r^2h[/tex]

Where

r = radius of the small cone and H = height of the small cone

Because both cones are similar, then:

[tex]\frac{H}{h} = \frac{R}{r}[/tex]

and

[tex]\frac{V_{big}}{V_{small}} = \frac{\frac{1}{3}\pi R^2H}{\frac{1}{3}\pi r^2h}[/tex]

[tex]\frac{V_{big}}{V_{small}} = \frac{R^2H}{r^2h}[/tex]

Substitute values for Vbig and  Vsmall

[tex]\frac{1715}{1080} = \frac{R^2H}{r^2h}[/tex]

Recall that:[tex]\frac{H}{h} = \frac{R}{r}[/tex]

So, we have:

[tex]\frac{1715}{1080} = \frac{R^2*R}{r^2*r}[/tex]

[tex]\frac{1715}{1080} = \frac{R^3}{r^3}[/tex]

Take cube roots of both sides

[tex]\sqrt[3]{\frac{1715}{1080}} = \frac{R}{r}[/tex]

Factorize

[tex]\sqrt[3]{\frac{343*5}{216*5}} = \frac{R}{r}[/tex]

[tex]\sqrt[3]{\frac{343}{216}} = \frac{R}{r}[/tex]

[tex]\frac{7}{6} = \frac{R}{r}[/tex]

The curved surface area is calculated as:

[tex]Area = \pi rl[/tex]

Where

[tex]l = slant\ height[/tex]

For the big cone:

[tex]A_{big} = \pi RL[/tex]

For the small cone

[tex]A_{small} = \pi rl[/tex]

Because both cones are similar, then:

[tex]\frac{L}{l} = \frac{R}{r}[/tex]

and

[tex]\frac{A_{big}}{A_{small}} = \frac{\pi RL}{\pi rl}[/tex]

[tex]\frac{A_{big}}{A_{small}} = \frac{RL}{rl}[/tex]

This gives:

[tex]\frac{A_{big}}{A_{small}} = \frac{R}{r} * \frac{L}{l}[/tex]

Recall that:

[tex]\frac{L}{l} = \frac{R}{r}[/tex]

So, we have:

[tex]\frac{A_{big}}{A_{small}} = \frac{R}{r} * \frac{R}{r}[/tex]

[tex]\frac{A_{big}}{A_{small}} = (\frac{R}{r})^2[/tex]

Make [tex]A_{big}[/tex] the subject

[tex]A_{big} = (\frac{R}{r})^2 * A_{small}[/tex]

Substitute values for [tex]\frac{R}{r}[/tex] and [tex]A_{small}[/tex]

[tex]A_{big} = (\frac{7}{6})^2 * 840[/tex]

[tex]A_{big} = \frac{49}{36} * 840[/tex]

[tex]A_{big} = \frac{49* 840}{36}[/tex]

[tex]A_{big} = 1143.33cm^2[/tex]

Hence, the curved surface area of the big cone is 1143.33cm^2

identify the type of error described

Answers

Answer:

ZeroDivisionError

ValueError

Explanation:

ZeroDivisionError occurs when you attempt to divide a number by [tex]0[/tex].

ValueError occurs when the argument passed into a function holds the wrong value. In this case, the string is not numeric which cannot be passed into the float() function.

Hope this helps :)

JAVA

Write a program to display the given pattern:
3
5 6
8 9 10
12 13 14 15​

Answers

Answer:

class Main {  

 public static void main(String args[]) {

   int nr = 1;

   int value = 3;

   while(value < 16) {

      for(int i=0; i<nr; i++) {

          System.out.printf("%d ",value++);

      }

      System.out.println();

      value++;

      nr++;

   }

 }

}

Explanation:

This is one of the many approaches...

"Abusing information technology is punishable by the law." Justify this statement with suitable reason. ​

Answers

Answer: See explanation

Explanation:

Information technology is simply defined as the application of technology so as to solve certain issues and achieve a particular goal.

Information Technology abuse is the willful unauthorized activity which impacts on the integrity or the confidentiality of information technology resources.

Examples of information technology abuse include damaging of state records, falsification of records etc. These offences are punishable by law and anyone caught could end up serving some time on jail.

The culture of the Internet is interlinked in dependence between technological advances and the way in which ____.


humans increased personal capacity by using these advances

humans have become entirely dependent on digital technology

humans increased their processing knowledge with technology

humans have become interdependent on various technologies

Answers

Answer: humans increased personal capacity by using these advances.

Explanation:

The culture of the Internet is interlinked in dependence between technological advances and the way in which humans increased personal capacity by using these advances.

Technological advancement has to do with how information is being generated which brings about the improvement and inventions regarding technology.

Answer:

C) humans increased personal capacity by using these advances

To transfer files to your company's internal network from home, you use FTP. The administrator has recently implemented a firewall at the network perimeter and disabled as many ports as possible. Now you can no longer make the FTP connection. You suspect the firewall is causing the issue. Which ports need to remain open so you can still transfer the files? (Select TWO

Answers

Answer:

Ports 20 and 21

Explanation:

For the FTP to work, there are two parts that are required; the command and the data.  These two parts are sent on the two ports 21 and 20 respectively.  If the firewall is indeed blocking connections on ports 21 and 20, then your FTP will not work.

Hence, you need to open ports 20 and 21 to allow FTP to remain functional.

Cheers.

Why do attackers tend to target public or private Wi-fi networks?


I’ll mark as brainiest

Answers

Probably because there easier to hack or something idrk much about that stuff

What two choices do you have when you open the Remote tab of the System Settings?

Answers

Answer:

remote assistance and remote desktop

Explanation:

^

In his paper, Mario rephrases his description of food deserts. Read his description below. Food deserts are places that lack access to healthy, fresh food. He wants to use another word for "access” in his description. How can Mario complete his task without leaving the Word application? Use a browser to find a synonym of the word. Use the Tell me bar to find a synonym of the word. Use the Thesaurus feature to find a synonym of the word. Use the Smart Lookup feature to find a synonym for the word.

Answers

Answer:

C.

Explanation:

Answer:

C.

Explanation:

I just took it

Nadia has inserted an image into a Word document and now would like to resize the image to fit the document befter. What is the quickest way to do this? keyboard shortcut sizing handles context menu sizing dialog box ​

Answers

Answer:

To resize the document, Nadia needs to press

Command +>/ Ctrl+> to increase the size of the frame and its contents by 1%.

Or press Command +</ Ctrl+< to decrease the size of the frame and its contents by 1%

Who is responsible for making adjustments to the shots taken in a two-camera situation?
camera person
audio technician
technical director
A/V tech

Answers

Answer:

The correct option is;

Technical director

Explanation:

A scene in a movie is made up of several shots and the idea portrayed by a scene is determined by the technical director or the director of photography who has the responsibility of making the film appear as intended by working with the different film production departments including the editing department at various film editing phases

The list shows the steps in developing a research plan.
Which two steps are out of order?
1. Select the topic.
2. Create a schedule.
3. Set goals.
4. Write down research questions.
5. Identify research method(s).
6. Find and evaluate sources.
O 5 and 6
O4 and 5
O 3 and 4
O 2 and 3

Answers

Answer:

4 and 5 are out of order

Explanation:

Answer:

Do u still need help?

Explanation:

which of the following is a likely problem for a driver in an urban area? A. fame animals on the roads B.not finding a gas station

Answers

Answer:

D. Line of sight restrictions

Explanation:

The urban area is denser when it comes to the population of people compared to the rural area. This means that the traffic is heavy and there are many people crossing the streets. The buildings are also tall. These things block the person's view upon driving to his target destination. Therefore, he has many line-of-sight restrictions when driving in the city. He needs to be more careful in driving by using his mirrors in order to prevent accidents. Unlike in the countryside, the target area is usually visible to the sight of the driver.

Answer:

D. line of sight restrictions

Explanation:

What can make an online interface difficult to use?​

Answers

Answer:

their is a lot miscomsuptions

Explanation:

The difficulty experienced by online interface users simply arises from the design principles associated with the structure of the interface.

The design of an online interface is best kept as simple as possible rather than a complicated user interface which becomes very difficult to navigate.

Another problem associated with design the use of overlapping textures or structures which often makes the user interface a whole lot more complicated.

Hence, the difficulty arising from using an online interface stems from the design.

Learn more : https://brainly.com/question/19117781

what is the missing term in the code that handles that error??

Answers

Answer:

try typing that into gooy gle im sorry if i didnt help

if tickets >400 What is the missing term in the code that handles that error??wat over400error

Explanation:


Where might you find recommendation engines at work?
Suggesting a new song you might
enjoy on a streaming music site.
Providing new movies you might
enjoy based on titles you liked.
An online advertisement for a video
game you recently read about in a
blog post.
All of the above

Answers

Answer:

All of the above.

Explanation:

All scenarios show signs of a recommendation engine at work since they are providing recommendations and suggestions of things that you would potentially like based on the analysis of data from your search history or likes from songs, movies, etc.

Hope this helps :)

The letters after the name of a file indicate who created the file.
O True
O False

Answers

False gagajajdjakakaianjss
I guess it’s false ........

Determining Correct Date Function What function text would you use to put today's date and time in a cell? 0 =TODAYO =NOWO O NOWO) O TODAYO​

Answers

The function text that would you use to put today's date and time in a cell is B. =NOW()

What is a Time and Date Function?

This refers to the command that is given to a computer in order for it to render the correct time and date in a given cell.

Hence, we can see that from the answer choices, the best one that factors in both TIME AND DATE is =NOW() which is option B while option A is for the function that shows only the current date.

Read more about date functions here:

https://brainly.com/question/19416819

#SPJ1

What is lossless compression

Answers

Answer:

Lossless compression means that as the file size is compressed, the picture quality remains the same - it does not get worse. Also, the file can be decompressed to its original quality.

Explanation:

hope this helps

please brainliest

Answer:

a class of data compression algorithms that allows the original data to be perfectly reconstructed from the compressed data.

Explanation:

Other Questions
AN MP3 PLAYER IS ABOUT 1 3 / 4 inches long which statement best describes the length of the MP3 PLAYER? Mountains in a range are __A.standing aloneB.clustered in circlesC.in a chain or a series in a lineD.far apart from each other Major difference between an open seam and a plain seam There's a baked potato on a chairMy mother was just sitting thereI thought I heard in this roomTheres only one thing to assumeMy mom has turned into a baked potato I'm pretty sure potato transformations are fatal The potato expert will be here soonBut he's just some scrawny Irish dude My mom has turned into a baked potato This saucer is wearing a wizard hatOh my God she's been cursed by a saucer-er Hold on a minute is that my dadMy dad has been turned into a mashed potato and I think this one is medically worseHe was my favorite patriarch but now he's just a patri-staaaaaaarch What is the bet between the lawyer and the baker ?The banker will pay the lawyer two million dollars to spend fifteen years in solitary confinement.The lawyer will pay the banker two million dollars if he cant stay in solitary confinement for five years.The lawyer must spend anywhere between five and fifteen years in solitary confinement.The banker and the lawyer will attempt to see who can last the longest in solitary confinement. Two white keys on a music keyboard with a black key between them form a ______ second Minor Major Why did the British ban the colonies from using Boston Harbor in 1774?To develop economy within the colonyTo keep out diseases from EuropeTo limit immigration from FranceTo make colonists pay for destroying shipments of tea Which best expresses Henry Clays opinion of the American System?Henry Clay believed that the American System would mostly benefit the manufacturing industries of the North.Henry Clay believed that the American System would mostly benefit the grain-growing Midwest.Henry Clay believed that the American System would mostly benefit the cotton and tobacco plantations in the South.Henry Clay believed that the American System would benefit the entire nation and impact all regions. Please I really need help HELP DUE IN 10 MINS WILL GIVE BRAINLIEST!!! THANKS10 grams of calcium-37 remain after 700 milliseconds (0.700 seconds).How much calcium was in the original sample? What differences can you see when you compare the nucleus of a dividing cell with that of a non-dividing cell? The ratio of Val's savings to Dan is 2:3 at first. After Dan spent P3000.00, Val's saving became 11/3 more of that Dan's remaining savings. What is the total amount of saving the two had at first The game of roulette involves spinning a wheel with 38 slots: 18 red, 18 black, and 2 green. A ball is spun onto the wheel and will eventually land in a slot, where each slot has an equal chance of capturing the ball. a) You watch a roulette wheel spin 7 consecutive times and the ball lands on a red slot each time. What is the probability that the ball will land on a red slot on the next spin Sabrina has 54 ballon to arrange in bunches. She want to put the same numberof ballon on each bunch .list all the different ways can sabrina arrange the ballon (6-8)(9-10)-(4+2)(6+3) Witch philosopher founded taoism? What is the main organ of the circulatory system?veinsarteriesheartcapillaries 4 SENTENCE SUMMARYHow is Buddhism and Hinduism different and similar? I had to do a project about emailing the governer about an important topic going on Could someone proof read this and edit it and make changesDear Governor Dewine, I'm an 8th grade student at Ontario Middle School in Richland County. A couple years ago I emailed Governor John R. Kasich about Ohio's opioid epidemic. and how I found his information very useful. I would also like to hear the facts you have and how it is affecting Ohio. In 5th grade where I first started the opioid epidemic project And learned that drug overdose deaths involving opioids dropped from 4293 + 2017 (a rate of 39.2) to 3237 in 2018( which is a rate of 29.6) the opioid deaths involving prescription opioids declined to 571 in 2018. But Ohio is more likely to be known as an addiction epidemic and I did and I think if we don't address this overall addiction it may reduce the impact of opioids.And I would also like to know as you governor what you plan to do to help the opioid epidemic in Ohio. Diane is a self-employed graphic designer with a qualified in-home office. Which of the following is not a business expense for Diane?A. 80% of expenses attributable to business lunches.B. Tax preparation fees relating to the consulting business.C. Direct and indirect expenses of using the home for business purposes.D. Legal expenses attributable to her business.