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
brilliants [131]
3 years ago
13

Write a line of code to output the following message: Welcome to Computer Science

Computers and Technology
2 answers:
kodGreya [7K]3 years ago
5 0

Answer:

<u><em>Using python </em></u>

print("Welcome to computer Science")

<u><em /></u>

<u><em>Using JavaScript,</em></u>

console.log("Welcome to computer science")

document.write("Welcome to computer science")

Explanation:

There are various kind of coding language use to output a string. The text "Welcome to computer science" can be outputted using different backend languages .Example of this languages includes Python, JavaScript, Kotlin, Java, R, Php etc.  But I will write the code using JavaScript and Python.

<u><em>Using python </em></u>

print("Welcome to computer Science") .

This will output Welcome to computer science

<u><em>Using JavaScript,</em></u>

console.log("Welcome to computer science") on your browser console but on your Html document it is written as

document.write("Welcome to computer science")

Bingel [31]3 years ago
4 0
OK I need more info it is not anfo imfo for me to answer the question so I guess good bye
You might be interested in
Assuming that data mining approaches are to be used in the following cases, identify whether the task required is supervised or
Yuliya22 [10]

Answer:

A - supervised

B- supervised

C- unsupervised

Explanation:

A supervised learning algorithms analyses to infer a function from it which can be used for mapping new replicas that is each example is a pair which consists of input object and a desired output value .

Unsupervised learning is that process that true to find a hidden structure in the unlabeled data.

7 0
3 years ago
Which network component connects a device with the transmission media?
zaharov [31]
The network interface card (NIC) is a component of the network that connects a device with the transmission media. NIC is a<span> computer hardware component that </span>allows a device to send and receive messages over the transmission media.This network adapter can be built in the computer, or later added to the computer.

3 0
3 years ago
The class attribute
Elodia [21]

the answer is d plz let me know if i got it right

6 0
3 years ago
Assume the existence of a Building class with a constructor that accepts two parameters:_________ a reference to an Address obje
Maksim231197 [3]

Answer:

class Building { int toatalUnit; Building(Building add, int x) { } } public class ApartmentBuilding extends Building { int toatalUnit; ApartmentBuilding(ApartmentBuilding add, int a, int b) { super(add, b); this.toatalUnit = b; } }

Explanation:

Assume the existence of a Building class with a constructor that accepts two parameters:_________ a reference to an Address object representing the building's address, and an integer for the square footage of the building. Assume a subclass ApartmentBuilding has been defined with a single integer instance variable, totalUnits. Write a constructor for ApartmentBuilding that accepts three parameters: an Address and an integer to be passed up to the Building constructor, and an integer used to initialize the totalUnits instance variable.

class Building { int toatalUnit; Building(Building add, int x) { } } public class ApartmentBuilding extends Building { int toatalUnit; ApartmentBuilding(ApartmentBuilding add, int a, int b) { super(add, b); this.toatalUnit = b; } }

5 0
4 years ago
What does this comparison block indicate?
natima [27]

Answer:

This comparison block indicates that the comparison is true if the left side is equal to the right side.

Explanation:

The comparison uses the = operator, which is the assignment operator in most programming languages. This operator is used to assign a value to a variable. In this case, the comparison is checking whether the value of the getItem variable is equal to 5. If the value of getItem is equal to 5, then the comparison will evaluate to true. If the value of getItem is not equal to 5, then the comparison will evaluate to false.

5 0
1 year ago
Other questions:
  • What Windows Server 2016 feature implements software defined storage and is intended to make storage more versatile by making it
    13·1 answer
  • DG Loans, a mortgage lender, was charged with a discrimination lawsuit. It alleged that the company was offering loans at higher
    13·1 answer
  • Once i have internet connection do i need anything else to surf the web
    6·1 answer
  • To move one screen to the left press ____.
    9·1 answer
  • You can install several printers on your machine, but at least one must be the _______ printer.
    6·1 answer
  • Which term describes the degree to which a network can continue to function despite one or more of its processes or components b
    8·1 answer
  • Once you have a listing of every unique combination of salesperson, product and location, what Excel function would you use to c
    14·1 answer
  • I have no idea what I’m doing and this is due in 45 minutes
    7·1 answer
  • Most presentations use text:
    5·1 answer
  • What principle of animation helps facial features to be noticed?
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!