1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
worty [1.4K]
4 years ago
6

True or false? the digital millennium copyright act governs behavior of internet service providers but does not affect individua

ls on the internet. question 8 options:
Computers and Technology
2 answers:
Nat2105 [25]4 years ago
5 0

False, the digital millennium copyright act governs the behavior of internet service providers and does not affect individuals on the internet.

Further explanation:

The digital millennium copyright act is a copyright act which protects from illegal copy, distribution of software from the internet. This act was effective in United State of America only. All the websites that are hosted in US are bound to follow this act. This act is effective in services, production or technology that can be circulated. This is commonly known as digital right management (DRM).

Any type of infringement from the data, services or technology that violate copyright will lead to penalty.  

The main types of copyrighted material are as follows:

1. Artwork, photos, paintings, images etc.

2. Digital software

3. Videos

4. Written documents like article, poetry, books, blogs etc.

After several criticisms, DMCA made several revisions in the law to implement different exceptions. DMCA is the governing body for implementing copyright act in United State of America.

Learn more:

1. How does coding work on computers?  brainly.com/question/2257971  

2. Prediction accuracy of a neural network depends on _______________ and ______________. brainly.com/question/10599832

Answer details:

Grade: College Engineering

Subject: Computer Science

Chapter: Information Security

Keyword:

Copyright, act, digital, DMCA, penalty, USA, internet, service, copy, distribution, photos, videos, books, blogs, software

MA_775_DIABLO [31]4 years ago
3 0
The copyright law digital millennium copyright  was implemented in 1996 . This law<span> protects the rights of copyright holders and prevents </span><span>copying, redistribution or downloading of software, music, videos or games without the copyright holders expressed permission. So, digital millenium copyright act governs behavior of </span><span>internet service providers and affects individuals on the Internet. The statement is false.</span>
You might be interested in
One purpose of fairy tales is to help children master the problems associated with growing up. Please select the best answer fro
-Dominant- [34]

Answer:

The answer is TRUE

Explanation:

7 0
3 years ago
Read 2 more answers
Backordered Parts is a defense contractor that builds communications parts for the military. The employees use mostly Web-based
Nikolay [14]

Answer:

Secure Sockets Layer (SSL)            

Explanation:

  • SSL is a  standard security technology for setting up an encrypted link between a server and a client (in this case web browsers and web server).
  • SSL is a security protocol that transmits sensitive information securely.
  • As we know data transmitted between browsers and web servers is sent in the form of plain text.
  • If a hacker is able to seize data being transmitted between a browser and a web server, they can misuse that information.  
  • So SSL makes the web servers and web browsers to communicate with each other securely.
  • When transmitting confidential information, a web server and browser set up a secure connection using SSL certificate.
  • The link between web server and browser is encrypted by SSL which makes sure that all data transmitted between them remains private and protected.
  • Due to the sensitive nature of the business SSL is most suitable solution to keep sensitive information sent across internet encrypted making sure that only intended receiver can access it.
  • SSL certificate is used for authentication purpose.
  • For making sure that information is sent to right server, web browsers give indication of secured connection via a lock icon attached or uses https.
5 0
3 years ago
Which type of service offers a preconfigured testing environment for application developers to create new software applications
gtnhenbr [62]

The type of service offers a preconfigured testing environment for application developers to create new software applications is Software as a Service (SaaS).

<h3>What is software as a service SaaS?</h3>

Software as a service (SaaS) is known to be a type of service that gives its users the ability to be able to link to and also use cloud-based apps in course of the Internet.

Conclusively, The type of service offers a preconfigured testing environment for application developers to create new software applications is Software as a Service (SaaS) as it gives its best service.

Learn more about application developers  from

brainly.com/question/11352260

#SPJ1

5 0
3 years ago
A certain string-processing language offers a primitive operation which splits a string into two pieces. Since this operation in
Nostrana [21]

Answer:

Explanation:

First we define define cost(i,j) to be the cost of cutting the string from index i to j. Then,

cost(i,j) = min {length of substring + cost(i,k) + cost(k,j) where i < k < j}

void  s_cut()    

 {

   int l,p;

   int temp=0;

   //ArrayList<Integer> al = new ArrayList<Integer>();

   int al[];

   Scanner s=new Scanner(System.in);

   int table[][];

   ArrayList<Integer> values[][];

   int low=0,high=0;

   int min=0;

   l=s.nextInt();

   p=s.nextInt();

   System.out.println("The values are "+l+"  "+p);

   table= new int[l+1][l+1];

   values= new ArrayList[l+1][l+1];

   al= new int[p];

   for(int i=0;i<p;i++)

   {

       al[i]=s.nextInt();

   }

   for(int i=0;i<=l;i++)

   for(int j=0;j<=l;j++)

       values[i][j]=new ArrayList<Integer>();

   System.out.println();

   for(int i=1;i<=l;i++)

       table[i][i]=0;

   //Arrays.s

   Arrays.sort(al);

   for(int i=0;i<p;i++)

   {

       System.out.print(al[i]+ "  ");

   }

   for(int len=2;len<=l;len++)

   {

       //System.out.println("The length is  "+len);

       for(int i=1,j=i+len-1;j<=l;i++,j++)

       {

           high= min_index(al,j-1);

           low= max_index(al,i);

           System.out.println("Indices are "+low+"  "+high);

           if(low<=high && low!=-1 && high!=-1)

           {

           int cost=Integer.MAX_VALUE;;

           for(int k=low;k<=high;k++)

           {

               //if(al[k]!=j)

               temp=cost;

               cost=Math.min(cost, table[i][al[k]]+table[al[k]+1][j]);

               if(temp!=cost)

               {

                   min=k;  

                   //values[i][j].add(al[k]);

                   //values[i][j].addAll(values[i][al[k]]);

                   //values[i][j].addAll(values[al[k]+1][j]);

                   //values[i][j].addAll(values[i][al[k]]);

               }

               //else

               //cost=0;

           }

           table[i][j]= len+cost;

           values[i][j].add(al[min]);

           //values[i][j].addAll(values[i][al[min]]);

           values[i][j].addAll(values[al[min]+1][j]);

           values[i][j].addAll(values[i][al[min]]);

           }

           else

               table[i][j]=0;

           System.out.println(" values are "+i+"  "+j+"  "+table[i][j]);

       }

   }

   System.out.println(" The minimum cost is "+table[1][l]);

   //temp=values[1][l];

   for(int e: values[1][l])

   {

       System.out.print(e+"-->");

   }

8 0
4 years ago
Who else doin online school
ella [17]

I've been doing it for about.... 4 years now? Maybe 3.

7 0
3 years ago
Read 2 more answers
Other questions:
  • Code a Boolean expression that tests if a decimal variable named currentSales is greater than or equal to 1000 or a Boolean vari
    11·1 answer
  • Write an algorithm that receives 500 numbers from the user and prints out the maximum of the numbers.
    9·1 answer
  • When backing up a database server to LTO tape drives, the following schedule is used. Backups take one hour to complete.
    12·1 answer
  • What is interest? How does interest affect credit card purchases?
    11·1 answer
  • 9.2 code practice edhesive
    14·1 answer
  • Which of the following illustrates an example of a string data type?
    15·2 answers
  • What limited the possibilities of game development from a technical viewpoint?
    7·1 answer
  • Assume that two int constants,FIRST_YEAR and LAST_YEAR have already been declared and initialized with year values (like 2009, 2
    9·1 answer
  • A list contains the following items: Antelope, Baboon, Cheetah, Elephant, Giraffe, Hippo, Jackal, Lion, Okapi, Warthog. ​(a)​A b
    5·2 answers
  • When you type information into a document property field on the cover page, Word does not automatically add this information to
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!