Web developers design laser and fiber optic technology.
a. True
b. False

Answers

Answer 1
Answer: Web developers design Web Pages, not others. So False.

Related Questions

Enumeration can be used to discover all but which of the following types of information? A. Smartcard PINs B. Ports C. Services D. Shares
A trusted system is a system that can be expected to meet user requirements for reliability, security, and effectiveness because of what? a) Frequent updates b) Regular maintenance c) Built-in redundancies d) Vendor support
1. Explain how using assistive technology can promote healthy emotional and social development. Discuss how you think young children and teens may be affected and how the affects may extend into adult life
A photograph that is taken without posing the person is called which of the following?Abstract Candid Representational None of the above
What are two great ways to find clues to locate commands on the ribbon?

Which one of the following security controls is built into Microsoft Windows? Option 1: Antivirus software Option 2: Intrusion Detection System (IDS) Option 3: Host firewall Option 4: Network encryption

Answers

Answer:

Option 2

Explanation:

when you look it up on your little search bar in the bottom left ( on windows)

It will not show up

Transitions are added from the _____.

Answers

Well, if you're talking about the Microsoft program, "PowerPoint", there is a button at da top dat says, "Transitions".
I hope I helped! =D
                                                                            -Brainiac01
One way to effectively organize your argument would be to present the conventional view and then to provide the reader with your critical response to this view. So, in Paragraph A you would enumerate all the reasons that someone might consider El Pais highly democratic, while in Paragraph B you would refute these points. The transition that would establish the logical connection between these two key elements of your argument would indicate to the reader that the information in paragraph B contradicts the information in paragraph A. As a result, you might organize your argument, including the transition that links paragraph A with paragraph B, in the following manne

There is only one safe solution that can be used to clean photostimulable phosphor plates. Which one is it?

Answers

Answer:

The answer is "Anhydrous ethyl alcohol".

Explanation:

To clean photostimulable phosphor plates we use "Anhydrous ethyl alcohol". It is a chemical, that is an additive to automotive petroleum. It is a mixture of gasohol, ethanol is a synthesis of other organic chemicals.  

  • It is used as an ingredient in many alcoholic drinks, such as beer, wine, and spirits that are distilled.
  • It is very light weighted content, that's why it is used to clean phosphor plates.

Computer trespass can be harmless.
a. True
b. False

Answers

I think The answer is true
They can be harmless sometimes

Write a program that asks the user to enter a number within the range of 1 through 10. Use a switch statement to display the Roman numeral version of that number. Input Validation: Do not accept a number less than 1 or greater than 10.

Answers

Answer:

// program in C++.

// headers

#include <bits/stdc++.h>

using namespace std;

// main function

int main()

{

// Variable

   int num;

   cout << "Enter a number between 1 and 10: ";

   // read input

   cin >> num;

   // validate input number

   while(num<1||num>10)

   {

   // if input is wrong then print error message

       cout<<"Wrong input!!Enter again:";

       // read again

       cin>>num;

   }

   // print output

   cout << "The Roman numeral for "<<num<<" is:";

   // switch

   switch (num)

   {

       case 1:

       // if input is 1

           cout<<"I"<<endl;

           // exit the switch

           break;

       case 2:

       // if input is 2

           cout<<"II"<<endl;

           // exit the switch

           break;

       case 3:

       // if input is 3

           cout<<"III"<<endl;

           // exit the switch

           break;

       case 4:

       // if input is 4

           cout<<"IV"<<endl;

           // exit the switch

           break;

       case 5:

       // if input is 5

           cout<<"V"<<endl;

           // exit the switch

           break;

       case 6:

       // if input is 6

           cout<<"VI"<<endl;

           // exit the switch

           break;

       case 7:

       // if input is 7

           cout<<"VII"<<endl;

           // exit the switch

           break;

       case 8:

       // if input is 8

           cout<<"VIII"<<endl;

           // exit the switch

           break;

       case 9:

       // if input is 9

           cout<<"IX"<<endl;

           // exit the switch

           break;

       case 10:

       // if input is 10

           cout<<"X"<<endl;

           // exit the switch

           break;

         // default

       default:

           break;

   }

return 0;

}

Explanation:

Read a number from usr and assign it to variable "num". If the input number is less than 1 or greater than 10 then ask again to enter a number until user  enter a number between 1-10 only.Then with the help of switch() function print  the equivalent Roman number.

Output:

Enter a number between 1 and 10: -5                                                                                        

Wrong input!!Enter again:12                                                                                                

Wrong input!!Enter again:6                                                                                                

The Roman numeral for 6 is:VI

What is information technology?

Answers

Information technology is the application of computers to store, retrieve, transmit and manipulate data, often in the context of a business or other enterprise. 

Information technology is a subject that is the use of computers to store, retrieve, transmit and manipulate data, or information, often in the context of business or other enterpise.