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

Given the following while() loop, which statement is true assuming A,B,C,D are int variables and A > B? while ( ( A >= B)

|| ( (C - D) > 10)) { System.out.println(A + B + C + D); } Select one:
a. The logical expression is not valid
b. The System.out.println() statement cannot convert the integers to strings
c. The program will never enter the loop body
d. The program will never leave the loop body
Computers and Technology
1 answer:
maks197457 [2]3 years ago
4 0

Answer:

The answer is letter D.

Explanation:

The progam will never leave the loop body.  Because a loop consists of two parts, a body of a loop and a control statement. The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false.

The loop that does not stop executing and processes that statements number of times is called an infinite loop or endless loop.

You might be interested in
To create a nonlinear presentation that had external links the designer should
laila [671]

Answer:

To create a nonlinear presentation that had external links the designer should include “hyperlinks”

Explanation:

Let us understand what non-linear presentation is. It’s a reverse of linear presentation. A linear will go slide by slide, without any jump. A non-linear slide is a type of presentation prepared when the flow of slide is not much important, and the presenter can jump to any of the slide from any slide. This is done thorough two ways. 1. Hyperlink 2. Action button

We must include hyperlinks or action buttons where it allows us to toggle or navigate to any of the slide within the file. The hyperlink can also be added to move the control to a website.

6 0
3 years ago
In what way are networks different from other types of electrical wiring?
Irina-Kira [14]

Answer:

Combination of different electric elements or components which are connected in any way is called electric network

Complex Networks

A Circuit which contains on many electrical elements such as resistors, capacitors, inductors, current sources and Voltage source (both AC and DC) is called Complex network. These kinds of networks can’t be solved easily by simple ohm’s Law or Kirchhoff’s laws. I.e. we solve these circuits by specific technique i.e. Norton’s Theorem, Thevenin’s Theorem, Superposition theorem etc.  

What is a Circuit or Electric Circuit?

Circuit or electrical circuit is a close loop path giving a return path for the current. Or a close conducting path in which current can flow is called circuit.Explanation:

PLEASE GIVE ME BRAINLIEST!

7 0
3 years ago
A(n) ____ is an electronic device, operating under the control of instructions stored in its own memory, that can accept data, p
AveGali [126]
A computer. 
Core components of a computer
Processor (cpu): can compute instructions 
RAM (random access memory): Holds running processes. 
HDD( hard disk drive): Stores data, e.g. pictures, documents, games etc. 
Motherboard: Allows devices to communicate with each other via a "bus". 
Power Supply (PSU): converts AC current to DC, providing the computer with power. 
8 0
3 years ago
An auxiliary view is always projected from the view that shows the inclined surface as a(n) _____.
ValentinkaMS [17]
Auxiliary section i think
8 0
3 years ago
What do you call the processing of converting an image to binary?
frutty [35]

Question

What do you call the processing of converting an image to binary?

Answer:

Thresholding Is the Answer!

Explanation:

In thresholding, we convert an image from color or grayscale into a binary image, i.e., one that is simply black and white.

Hope this helps!

6 0
3 years ago
Read 2 more answers
Other questions:
  • A shuffle of two strings X and Y is formed by interspersing the characters into a new string, keeping the characters of X and Y
    12·1 answer
  • How do you ask brainy a question without it not liking the question and saying it hurts their feelings?
    14·1 answer
  • Which of the following commands should you use to determine whether there are any shared resources on a Windows computer with th
    15·2 answers
  • The interactive process through which people learn the basic skills, values, beliefs, and behavior patterns of a society.
    6·1 answer
  • The architecture in which the database resides on a back-end machine and users access data through their workstations is
    5·2 answers
  • Tom and his brother caught 100 finish on a weeklong fishing trip. The total way of the fish was 235 pounds. What is the weight o
    9·1 answer
  • Which of the following should you consider when choosing a file format?
    9·2 answers
  • The software that displays the resulting web pages is​
    9·1 answer
  • Math and science are the foundation from which drafters work<br><br> True<br> False
    8·1 answer
  • Which term refers to a cloud-native, streamlined technology for hosting cloud-based applications, where a server runs for short
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!