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
Bogdan [553]
3 years ago
9

Write a program to output the following quote by Edsger W. Dijkstra: "Computer Science is no more about computers than astronomy

is about telescopes" - Edsger W. Dijkstra
Computers and Technology
2 answers:
VladimirAG [237]3 years ago
8 0

depends which programming language you want to use.

If it's python then a simple print function would work.

print("Computer science is no more about computers than astronomy is about telescopes")

Artyom0805 [142]3 years ago
6 0

Answer:

Python

Print("Computer Science is no more about computers than astronomy is about telescopes")

Javascript

<em><u>On your browser console</u></em>

console.log("Computer Science is no more about computers than astronomy is about telescopes")

<u>On your Html script</u>

document.write("Computer Science is no more about computers than astronomy is about telescopes"<u>)</u>

Explanation:

The quote by Edsger W. Dijkstra "Computer Science is no more about computers than astronomy is about telescopes" can be outputted with various programming languages. Programming language like python, JavaScript, Kotlin, Java, Swift, Flutter and R can be use for this purpose.

I will output the statement with two programming language namely python and JavaScript.

Python

Print("Computer Science is no more about computers than astronomy is about telescopes")

Javascript

<em><u>On your browser console</u></em>

console.log("Computer Science is no more about computers than astronomy is about telescopes")

<u>On your Html script</u>

document.write("Computer Science is no more about computers than astronomy is about telescopes"<u>)</u>

<u />

You might be interested in
#Write a function called hide_and_seek. The function should #have no parameters and return no value; instead, when #called, it s
Arlecino [84]

Answer:

# hide_and_seek function is defined

def hide_and_seek():

# for loop from 1 to 10

# and print each number

for number in range(1, 11):

print(number)

# the last message is displayed on its own line

print("Ready or not, here I come!")

# the function is called

hide_and_seek()

Explanation:

The code is well commented. A sample image of the output when the code is executed is attached.

7 0
3 years ago
You have configured your organization's dhcp server to dynamically assign ip addresses to ghcp clients using a lease duration of
Nikitich [7]

When a user's workstation power is turned on and receives addressing information from this DHCP (Dynamic Host Configuration Protocol) server Monday morning at 8 am, the client will contact the DHCP server to renew the lease on Wednesday morning.

7 0
3 years ago
Features present in most GUIs include _____.
atroni [7]
Forms, Icons, Menus, Windows
3 0
4 years ago
Read 2 more answers
Match each role to the corresponding web development task.
trapecia [35]

Answer:

1. Art director: selecting color palettes.

2. Web project manager: creating budget spreadsheets.

3. Usability lead: researching target audiences.

4. Developer: coding.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.

The various role performed during the web development process (task) includes;

1. Art director: selecting color palettes. This individual is saddled with the responsibility of choosing the color that best fits a website.

2. Web project manager: creating budget spreadsheets. He or she is responsible for performing tasks such as creating a financial (budget) plan, start and finish date (timing), procurement, etc.

3. Usability lead: researching target audiences. This individual is saddled with the responsibility of surveying and collecting data from the demography for which the website is designed.

4. Developer: coding. This is the technical expert referred to as a web developer and is responsible for writing the set of instructions (codes) that enables the website to work properly and serve a purpose.

5 0
3 years ago
Consider the following method: public double doubleVal(double x) { return x *2; } The following code segment calls the method do
VashaNatasha [74]

Answer:

13.0

Explanation:

The method doubleVal() is created to accept a single parameter of type double.

It multiplies what ever the value of the parameter is and returns the resulting value.

In this question The method is called within this output statement System.out.println(doubleVal(val)); (Note that val had already been declared and assigned the value of 6.5)

The value 6.5 is doubled and outputed to the screen

8 0
3 years ago
Other questions:
  • ____ refers to the ability of one computing device (a desktop computer, portable computer, or smartphone, for example) on a netw
    12·1 answer
  • Identify the false statement.
    8·1 answer
  • Drag the tiles to the correct boxes to complete the pairs.
    13·1 answer
  • Toshiba Corporation makes computer chips. Toshiba Corporation would be classified as a A. merchandising company. B. manufacturin
    15·1 answer
  • Assume there is a variable , h already associated with a positive integer value. Write the code necessary to count the number of
    13·1 answer
  • Early in the history of technology, the development of tools and machines was based on _____ versus scientific knowledge as is d
    14·1 answer
  • What is the name used for the camera’s view from a single position?
    9·1 answer
  • A showChar Method
    10·1 answer
  • A sequential algorithm is broken into three stages
    14·2 answers
  • What is the point of comments in code? Discuss at least two possible uses of code, including specific examples of what a comment
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!