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
ivanzaharov [21]
3 years ago
7

In the following code: function drawCircle(radius, x, y, color) { var circle = new Circle(radius); circle.setPosition(x, y); cir

cle.setColor(color); add(circle); } What is the minimum number of parameters that must be given when calling the ‘drawCircle’ function?
Computers and Technology
1 answer:
Evgesh-ka [11]3 years ago
6 0

Answer:

I don't work with C but I work with C++, from what I can understand it would be 4. All parameters need to be there for this function to work properly. I apologize if this is wrong, but I've never worked with C before.

Explanation:

You might be interested in
A culture that emphasizes verbal communication skills is ____________.
grandymaker [24]
The correct answer for the question that is being presented above is this one: "c. neither high-context nor low-context." A culture that emphasizes verbal communication skills is neither high-context nor low-context.

Here are the following choices:
<span>a. high-context
b. low-context
c. neither high-context nor low-context
d. both high-context and low-context</span>

8 0
3 years ago
Read 2 more answers
4.8 code practice question 2
Anna35 [415]

Answer:

Written in Python

for count in range(88, 42,-2):

    print(count,end=' ')

Explanation:

The programming language is not stated.

However, I used python to answer the question.

First, we need to loop from 88 to 44 with a difference of -2 in each term.

This is implemented as

for count in range(88, 42,-2):

Which means to start at 88 and ends at 42 - (-2) which is 44 with an increment of -2

Next, is to print the current iterating value;

This is implemented using print(count)

However, since all values are to be printed on a line, there's a need t modify the statement as: print(count,end=' ')

4 0
3 years ago
The information computers give to users or other computers are called
AfilCa [17]

Answer:

the output processed data

7 0
2 years ago
Someone please help me ASAP!
alexandr402 [8]

A usb cord or something

not sure

7 0
3 years ago
Use the arr field and mystery () method below.
kolezko [41]

Answer:

The sum of all positive even values in arr

Explanation:

We have an array named arr holding int values

Inside the method mystery:

Two variables s1 and s2 are initialized as 0

A for loop is created iterating through the arr array. Inside the loop:

num is set to the ith position of the arr (num will hold the each value in arr)

Then, we have an if statement that checks if num is greater than 0 (if it is positive number) and if num mod 2 is equal to 0 (if it is an even number). If these conditions are satisfied, num will be added to the s1 (cumulative sum). If num is less than 0 (if it is a negative number), num will be added to the s2 (cumulative sum).

When the loop is done, the value of s1 and s2 is printed.

As you can see, s1 holds the sum of positive even values in the arr

7 0
3 years ago
Other questions:
  • Which type of operation writes the file system structure to the disk?
    5·1 answer
  • 1. A formula =A1+B2 is in cell D8. If you copy that formula to cell D9, what is the new formula in cell D9?
    7·1 answer
  • You have three users who travel to four branch offices often and need to log on to the RODCs at these offices. The branch office
    12·1 answer
  • An ellipse (three dots) following a menu item indicates that
    7·2 answers
  • A Unit of information containing the objects position, rotation, and scale values is called:
    13·1 answer
  • Destinguish between qualitative data and quantitave
    12·1 answer
  • The processor of a computer communicates to the other parts of the computer through a code that consists of what?
    9·1 answer
  • Write a program that will sort an array of data using the following guidelines - DO NOT USE VECTORS, COLLECTIONS, SETS or any ot
    10·1 answer
  • Which of the following best describes the impact of Creative Commons?
    7·1 answer
  • What's good computing?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!