Answer:
D. Business strategy
Explanation:
Kono Dio Da!!
Explain in detail how we could collect solar energy from space and get it to earth
Answer: Reflectors or inflatable mirrors spread over a vast swath of space, directing solar radiation onto solar panels. These panels convert solar power into either a microwave or a laser, and beam uninterrupted power down to Earth. On Earth, power-receiving stations collect the beam and add it to the electric grid.
Hoped This Helped!!!!
Answer: Reflectors or inflatable mirrors spread over a vast swath of space, directing solar radiation onto solar panels. These panels convert solar power into either a microwave or a laser, and beam uninterrupted power down to Earth. On Earth, power-receiving stations collect the beam and add it to the electric grid.
Explanation:
These statements describe a network server.
assigns MACs
manages network resources
provides network security
translates data sent between networks
Answer:
The statement that describes a network server is:
manages network resources
Explanation:
A server is a computer built and programmed to fulfill network needs. They might be able to perform regular computer tasks, but they are designed specially to connect several computers, create a space those computers can share, provide connectivity management to them and be able to receive, send, create, and copy data inside that network. In other words, it creates a space of interaction, allows interaction, and transfer data from this network to other networks and from other networks for its managed network.
What does a photovoltaic cell do
Answer: Photovoltaic simply means they convert sunlight into electricity.
Explanation:
Answer:
Photovoltaic cells have the basic commitment to convert the sun’s energy into usable electricity.
Explanation:
Trust me it’s right
A customer seeks to buy a new computer for a private use at home.The customer primarily needs the computer to use the Microsoft PowerPoint application for the purpose of practice presentation skills.As a sales person what size hard disc would you recommend and why?
Answer:
The most common size for desktop hard drives is 3.5 inches, they tend to be faster and more reliable, and have more capacity. But they also make more noise.
Explanation:
If you are continually deleting and installing programs or creating content, the disc must have good reliability.
Keep in mind that larger hard drives are also a little slower, so it is preferable to opt for two smaller ones. Large hard drives are partitioned so there is no problem gettin
chbdg good performance, but if you put everything on one big disk and it breaks, you will lose everything.
If you buy 2 small disks, check that the motherboard does not limit the speed of a second hard disk.
Fill in each blank with the correct answer/output.
int[] vals = {7,5,3,9,0,37,93,16,68,6,99};
System.out.println(vals[vals[1]+vals[4]]);
Answer:
37
Explanation:
Given int[] vals = {7,5,3,9,0,37,93,16,68,6,99};
In programming, the position of each value in the list are known as index. The first value is always assigned index of 0 not 1, the second value is assigned index of 1 and so on. For example;
val[0] = 7 i.e value with index 0
val[1] = 5
val[4] = 0
In order to print out this value
System.out.println(vals[vals[1]+vals[4]]);
Substituting the index value val[1] and val[4] into the argument given
vals[vals[1]+vals[4]]
= vals[5+0]
= vals[5]
= 37 (value at the 5th index)
System.out.println(vals[vals[1]+vals[4]]);
= 37
This means that the system will print out 37 to the console
The different between a compiler and a translaror
Answer:
Compiler converts the program from one computer language to another computer language that is translating from a higher level language to a lower level language. A translator usually has a fixed body of code that is required to translate the program.
Answer:
Answer: Compiler converts the program from one computer language to another computer language that is translating from a higher level language to a lower level language. ... A translator usually has a fixed body of code that is required to translate the program.
Explanation:
Describing How to Change the Order of Slides
Isabela realizes her presentation is not flowing well. She decides to sort the slides in a new way. Which view would
be most helpful to complete this task?
Answer:
the answer is B. Outline view
Answer:
b
Explanation:
Have you ever seen a Magic 8 ball? You ask it a yes-no question and then shake it to get a random response like “Signs point to yes!”, “Very doubtful”, etc. If you’ve never seen a Magic 8 ball, check out this video.
We encourage you to work in pairs for this challenge. Come up with 8 responses to yes-no questions. Write a program below that chooses a random number from 1 to 8 and then uses if statements to test the number and print out the associated random response from 1-8. If you need help with random numbers, see lesson 2.9.
public class Magic8Ball
{
public static void main(String[] args)
{
// Get a random number from 1 to 8
// Use if statements to print out 1 of 8 responses
}
}
1
public class Magic8Ball
2
{
3
public static void main(String[] args)
4
{
5
// Get a random number from 1 to 8
6
7
// Use if statements to print out 1 of 8 responses
8
9
10
}
11
}
Answer:
ok ok ok
]ok
ok
okm
ok
Explanation:
Def sum_divisors(n): sum =1 # Return the sum of all divisors of n, not including n x=int(n**0.5) for i in range(2,(x//1)+1): if n%i==0: sum=sum+i if n%i==0 and n/i!=i: sum=sum+(n/i) return sum print(sum_divisors(0)) # 0 print(sum_divisors(3)) # Should sum of 1 # 1 print(sum_divisors(36)) # Should sum of 1+2+3+4+6+9+12+18 # 55 print(sum_divisors(102)) # Should be sum of 2+3+6+17+34+51 # 114
Answer:
This is a python program that counts the number of divisors of a given number and calculates the sum of the divisors.
Explanation:
The first line defines a function "sum_divisors" with an argument "n". The square root of the argument is converted to integer and assigned to the variable "x", then a for loop is used to iterate through the range 2 to the calculated nth number of divisors in the argument.The return keyword returns the sum value.
The function is called with several arguments and printed with the print function.
The Principal of a school requires to store the information about the students of his school.
Which application software should he use to create a database? (Do it as homework)
Answer:
Microsoft office access would be a good application to create a database......it has various advantages such as storage and retrival of data, etc.
Explanation:
By Ms Excel the school principle write everything and to create students profile principle sir or headmaster use Microsoft so that students id cards will be created.