The more spread out a light is, the softer the light will become.True



False

Answers

Answer 1
Answer: The answer is true because it won't be in a direct place and it will be easier to look thorugh
Answer 2
Answer:

Answer:

A: True

Explanation:

EDG2020


Related Questions

Advantages and disadvantages of technology
Dot Notation can be used with lower(), upper() or str() string methods. true or false
Which is the standard font and size for most professional papers?a. 18 pt Helveticac. 10 pt Comic Sansb. 12 pt Times New Romand. Any of these
What is the speed of sound?
Which of the following is not a technology that can be used to conserve resources?a. hydropowerb. volcanic powerc. natural gasd. geothermal

What is the output of the following program?#include using namespace std;void doSomething(∫);int main(){int x = 2;cout << x << endl;doSomething(x);cout << x << endl;return 0;}void doSomething(int &num){num = 0;cout << num << endl;}

Answers

Answer:

The outputs of the code is

2

0

2

Explanation:

First, I'll arrange the code line by line. While arranging the code, I'll make some corrections

#include <iostream>

using namespace std;

void doSomething();

int main(){

int x = 2;

cout << x <<endl;

doSomething(x);

cout << x << endl;

return 0;

}

void doSomething(int &num)

{

num = 0;

cout << num << endl;

}

At line 6, the value of x which is 2 is printed and the line is terminated to prevent printing of value on the same line. So, the next print statement will start on the next line.

At line 7, the function doSomething () is called.

This statement will execute the instructions in the doSomething () function and print value 0. This line is also terminated.

At line 8, the value of x is printed which is also 2

The Internet has slowed small business participation in international markets true or false

Answers

The internet didn't slow down small business participation in international markets. In fact the internet showed an new path for businesses, which is online marketing. Online marketing offers less capital and lets you advertise in a huge count. So the statement above is FALSE.

MTTF is a file format developed by Microsoft commonly used on Windows systems; it offers file security, large volume size, large file size, and alternate data streams (ADS).a. True
b. False

Answers

The correct answer is False

Explanation:

MTTF stands for Mean Time to Failure and it refers to the average time of a system or equipment before the first failure occurs. Moreover, this term is mainly used for systems that cannot be repaired, this means, the MTTF refers to the specific time a system will work properly before it fails and its useful life ends. In this context, MTTF is not a file format or a term related to files but this is related to the failure rate of computer systems and its useful life, which makes the statement False.

The National Broadcasting System is used to locate objects on Earth. true or false

Answers

The answer would be false.

Keeping in mind the role the order of precedence plays in equations, what would Excel display as the result of the following equation? =(24+75)/(6*3)

Answers

The correct answer for the question that is being presented above is this one: "5.5" Keeping in mind the role the order of precedence plays in equations, Excel would display as the result of the following equation? =(24+75)/(6*3): 5.5.

The is a blinking vertical line that indicates where the next typed character will appear

Answers

it is called the Iinsertion point