Answer:
it will not be a good impression and it will be hard to look for a job
Explanation:
it´s like google sheets, you can organize your school attendance and other stuff
What Etna is trying to do by going to the file tab and the general section is to Create a new file with a set of parameters.
<h3>Steps to creating a new file.</h3>
In order to create a new file you have to do the following:
- You have to go to the file tab.
- Then you go to click options
- The next is the advanced category
- the checkbox is located in the general section.
Following all of the steps that are listed above would help Etna as she works on her project.
Read more on ways to create files here:
brainly.com/question/25554117
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The given options to this question are:
-
resolution.
- magnification.
- orientation.
- colors.
The correct option to this question is 1. i.e.
Resolution.
The resolution of an image determines how many pixels per inch an image contains. Image having a higher resolution takes long page load times for a page and lower resolution takes less page load time. So, to prevent long page load times for pages containing images, it is best to use compressed file formation as well as appropriate image dimension and resolution.
While other options are not correct because:
Magnification, orientation, and color does not affect the page load time. Page load time for images only affected by the dimension and resolution of the images.
Answer:
1. Python Script:
Python script is a text file that contains statement comprising a Python program. Python script file is saved with an extension of '.py'. Once you created a python script, it can be used as many times as required.
2. How a Python program executes:
Python program executes in following steps:
1. At first step python program is written in text editor or IDE (integrated development environment). Then programmer saved this source code to a file with .py extension. This file is called script file.
2. After writing source code, programmer uses compiler to interpret the source code to byte code
3. Python virtual machine then translate this byte code into instructions that can interact with operating system of computer.
4. Operating system then execute these instructions.