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
aleksandr82 [10.1K]
3 years ago
12

When the code tells a program to repeat the same action 10 times, the code is using

Computers and Technology
2 answers:
nikdorinn [45]3 years ago
5 0

Answer:

A) a loop

Explanation:

This block tells the program to repeat some action for 10 counts and then stop.

Ray Of Light [21]3 years ago
3 0

Answer:

# Assign some Boolean variables

a = True

b = False

print('a =', a, ' b =', b)

# Reassign a

a = False

print('a =', a, ' b =', b)

Explanation:

You might be interested in
Which is not a key factor a programmer uses in selecting the language for a project?
BigorU [14]

Answer:

Number of Inputs needed by a project

Explanation:

There are various factors to be kept in mind while choosing a language to code a project like -

  • The resources available are compatible with the language or not.
  • Lines of code
  • Response time requirement of project
  • Portability of language
  • Web integration of project ,etc.

But the thing which does not affect the selection of a language is how many inputs are needed by the project as almost every language can accept numerous inputs where type of input can affect selection but the number cannot.

7 0
4 years ago
Lucy is completing a project as part of a science class using materials she found online. Which of the following is MOST LIKELY
const2013 [10]

Answer:

D.

Explanation:

Most students would fail to realize that the pictures they use also need citations so that would be the MOST LIKELY to lead to legal consequence.

7 0
3 years ago
Which of the following is NOT one of the responsibilities of the Federal Reserve?
wolverine [178]
Administering the Federal Tax Code
4 0
4 years ago
the corrective actions you need to perform on a computer in case it functions in an unexpected manner is called what
Vadim26 [7]
These actions are called troubleshooting. One of the first ones would be to save your work, if you can, close all open programs and then shut down your computer (not restart). Wait a couple if minutes, start and see if the problem has been alleviated.
5 0
4 years ago
The programmer must initialize variables when they are declared
lorasvet [3.4K]

Answer: When you declare a variable, you should also initialize it. Two types of variable initialization exist: explicit and implicit. Variables are explicitly initialized if they are assigned a value in the declaration statement. Implicit initialization occurs when variables are assigned a value during processing.

Explanation:

For example, in JavaScript

var PaintAmount = 50; -declare and initialize  

function setup() {

   creatCanvas(200, 200);

}  

function draw() {

   ellipse(PaintAmount, PaintAmount) -use the variable PaintAmount

}

or rather in Java,

package random;

public class something() {

Public static void Main(String []args) {

        string name;  // this is declaring the variable with the example type  

     

       string name = new string; //this initializes the declared variable

}

}

6 0
3 years ago
Other questions:
  • What is the name of Louis and Auguste Lumiere's invention that incorporated a camera, a printer, and a project all in one machin
    8·1 answer
  • When a process becomes digital, it often becomes cheaper and the workflow becomes simpler. True False
    5·2 answers
  • If you're able to understand directions more easily when you hear them instead of reading them you are most likely
    12·1 answer
  • (TCO 1) You want to find the IP address of an interface. How can you quickly do this?
    7·1 answer
  • Write an if statement that that decreases the variable shelfLife by 4 if the variable outsideTemperature is greater than 90. Ass
    5·1 answer
  • Mr. Ray is looking for a platform to launch his product. His marketing team advises him to launch the product via as it is free
    15·2 answers
  • to _________________________ is a mouse operation in which you move the mouse until the pointer on the desktop is positioned on
    7·1 answer
  • 1. How do you identify the location of components and replacement procedures for notebook systems?
    6·1 answer
  • Discuss the term business information SYSTEMS ​
    15·1 answer
  • If you’d like to have multiple italicized words in your document, how would you change the font of each of these words
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!