Janeen is concerned because the computer system did not upload the entries made the previous day.

Answers

Answer 1
Answer: there are various possible reasons why the file that she is trying to upload is not uploading in her computer. FIrst maybe the internet connection is too slow or disconnected. Second, maybe the file is too big and lastly, the computer needs a restart 

Related Questions

Completed the given flowchart using the algorithm steps which is given in wrong order. 1.Input time 2.Stop 3.Print "Good morning" 4.Start 5.IF time<12.00 pm
What technique creates different hashes for the same password? ccna routing protocols final answers?
A computer with a domain name is called a
Lonni drops a carton of eggs while helping her father unload groceries. She decides to make anew type of carton that would protect the eggs better. What is the first step Lonni should take inthe design process?
In the context of information privacy, which of the following is true of cookies? A. They record users' actions on a Web site. B. They get saved on a computers' primary memory. C. They provide information about users' location. D. They make it impossible for Web sites to customize pages for users.

If you want to stop the current flow through Device 3 in the circuit shown above, which one of the following single switches should you open

Answers

If you want to stop the current flow through Device 3 in the circuit shown above you should open the switch that does not affect the other parts of the circuit.

Firefox, Chrome, Opera, and Safari are examples ofa. malware.
b. plug-ins.
c. applets.
d. browsers.

Answers

D. Browsers

You're on one right now! :)

The common programming structure that implements "conditional statements" is called an____ statement.

Answers

Answer:

An if statement

Explanation:

Conditional statements are important aspects of programming where decisions are made depending on the outcome of one or more conditions.

Generally, the conditional statements are called selection control structure but because of the general syntax which it operates on, they are regarded as if statement.

There's no limit to the number of if statement a program can have.

The syntax of an if statement goes thus:

if(condition 1) {

statements

}

else if(condition 2)

{

statements

}

.....

.....

....

else

{

statement

}

An example is a c++ program segment that compares and prints the larger number between two variables

if(x > y)

{

cout<<x<<" is greater than "<<y;

}

else if (y>x)

{

cout<<y<<" is greater than "<<x;

}

else

{

cout<<"Both numbers are equal";

}

What type of memory or storage device is prone to losing data if the power goes out?a. A USB stick
b. An External Drive
c. A DDR SDRAM module
d. A SATA drive

Answers

The answer is (c.) a DDR SDRAM module.

DDR SDRAM stands for Double data rate synchronous dynamic random-access memory. It is a form of temporary data storage in a computer. So when it comes to power down, the data stored in this RAM is most likely to lose.

Explain how this transfer observes the conservation of change

Answers

Answer:

The law of conservation of charge states that charge is always conserved. ... Charge is neither created nor destroyed; it is simply transferred from one object to another object in the form of electrons.

Explanation:

Which of the following is a form of mediated communication?a. CBS Evening News
b. Facebook
c. NPR Broadcast
d. Time Magazine

Answers

typically mediated communication is the use of any technical medium for transmission across time and space, or that is how Thus Davis defines it. i would say b, but it depends what sort of mediated communication you are referring to. but facebook is computer-mediated communication.