True or False: You cannot flip the alignment of a mate while editing a mate.

Answers

Answer 1
It will be False because it can’t flip

Related Questions

This provides an easy method for workers to use their computers.
FAT
DOS
GUI
RAM

Answers

Answer:

The GUI.

Explanation:

Answer:

The GUI

Explanation:

GUI stands for Graphical User Interface

Behind the scenes, your computer is just working with a lot of 1s and 0s, and that wouldn't be very easy for us to operate.

The GUI means we can interact with our computer in a way that is easy for us to understand as humans. With the GUI every move of the mouse, click, key press (and so on) sends a command to the machine in a language that it understands, and shows us the result on screen in a way that we can understand. :) This cuts out a lot of work and means more people can use the technology we've developed without having to learn complicated commands to use our computers.

Rita works on a computer most of the day entering data. She also uses a special camera and prints. In three to five sentences, describe equipment maintenance procedures she should perform.

Answers

Answer:

Equipment maintenance is an important thing for smooth running of the equipment without any fault.

Explanation:

In the context, Rita works on the computer all day long and she also uses the camera and the printer. In order for smooth performance of the equipment that she worked on, she should do well maintenance of them on a regular basis and check its performance.

Rita can maintain these equipment by :

1. She should ensure that her computer system has an updated antivirus to check the any viruses in the system.

2. She should also perform regular  update on the software that she works on.

3. She should clean the system and keep in free from dust and vent.

4. She should run computer maintenance on regular basis and delete all the temporary and unwanted files from the computer system.

5. While using the printer, she should never use damaged paper or pulp.

6. Keep the printer clean and tidy.

7. She should take proper care while feeding paper in the printer.

Blair is the director of information systems at a marketing firm. She creates a set of guidelines that dictate everything an employee must do on his or her computer before leaving for the evening. This situation relates to which of the following components of information system security?

A. Software
B. Data
C. People
D. Procedures

Answers

Answer:

data

Explanation:

Because i said so

Mario was surprised that the box that was supposed to tell him how many words he used in his document did not appear after the spelling and grammar check of his document was complete.

Which step did Mario forget to do in Word’s Options dialog box?

Click the Display tab.
Click the Custom Dictionaries button.
Click the Grammar checking option.
Click the Show the readability statistics option.

Answers

Answer:The Answer is d Click the Show the readability statistics option

Explanation:

Answer:

D. Click the Show the readability statistics option.

Explanation:

correct on edge

Create two sample HTML pages that include a DOCTYPE statement and a title. Include at least one example of each of the following:

a standard paragraph of text
a left-justified headline (like a title)
a centered headline (like a title)
a sub headline (like a subtitle)
a section of colored text (not all text, just a segment or headline)
an image (from a URL)
an image (from a local source)
an image with a size adjustment (maintaining the aspect ratio)
hyperlinks
a hyperlinked image
a split line (empty element)
one page that has a background color

Extra Credit:
Include a sample of Italic text.
Include an email address link that does not spell out the address on the web page (HINT: mailto).
Create a hyperlink to a local page on your computer.

Answers

Answer:

<!DOCTYPE html>

 <html>

   <head>

     <title>Hello</title>

   </head>

     <body style="background-color:pink;">

<h1 style="text-align:center">The Centered Headline</h1>

<h1 style="text-align:left">Left</h1>

         <h2>Sub headline</h2>

 <p>This is the paragraph.</p>

<h1 style="color:purple;">colored word</h1>

<img src="flower.jpeg" alt="Flower" width="460" height="345">

htmlimg2.jpeg

     </body>

 </html>

Explanation:

What is the primary function of NCEES? A. administering engineering examinations B. creating and amending ethical standards for engineers C. accrediting educational programs in the United States D. certifying engineering technologists and engineering technicians
RIGHT ANSWER ONLY

Answers

Answer:

NCEES is a national nonprofit organization dedicated to advancing professional licensure for engineers and surveyors. Learn more.

Explanation:

Answer:

A.  

administering engineering examinations

Explanation:

Why do the spelling and grammar checkers in Word miss some errors?
Answer must include 3-5 sentences

Answers

Answer:

Word dose not always catch misspellings why? Its because its a computer program. the program has to run through algorithms (millions a second) and that makes a large margin for error. it  could also be the fact that the misspelling is very uncommon so it dose not recognize it.  

Explanation:

Easy coding question, please help.

Answers

Answers:

What is the index of the last element in the array? stArr1.length()-1

This prints the names in order. How would I print every other value? Change line 4 to: index = index +2

Change line 7 to: i < names.length

Carbohydrates are a huge source of

Answers

Answer:

Energy

Explanation:

Carbohydrates come from fruits, and grains which contain sugars, fibers, and starches which gives us energy

if a friend asked you to help her decide what internal sabling system to install in her new house, what kinds of questions wouls you ask her to do? why would you ask those questions?​

Answers

Answer:

Assuming you mean *cabling system*

you could ask:

- The architectural structure of the building, which houses for the cabling installation.

- The function of the cabling installation.

- The configuration of an already installed system (upgrades and retrofits).

others

- The cable and connection products.

- The types of equipment the cabling installation will support -- present and future.

- Customer requirement.

What tools you would recommend for monitoring ports and network traffic, according to your own research. You must go beyond simply listing tools and defend your choices.

Answers

i would say solarwinds network performance moniter.

Use a for loop to print all of the numbers from 23 to 89, with 10 numbers on each line (the last line will have less than 10 numbers). Print one space between each number.
Hint - think about what values would be at the end of each line and what they have in common (think about modular division). You can then add an if block inside your loop which prints a new line when one of these numbers is encountered
Programming language: Java

Answers

public class MyClass {

   public static void main(String args[]) {

       int count = 0;

     for (int i = 29; i < 90; i++){

         if (count == 9){

             System.out.println(i);

             count = 0;

         }

         else{

             System.out.print(i + " ");

             count++;

         }

         

     }

   }

}

I hope this helps!

Loops are used for operations that are to be performed repeatedly.

The for loop in Java is as follows:

for(int i = 23; i<=89; i++){

     System.out.print(i+" ");

     if(i%10==2){

         System.out.println();

     }

 }

The flow of the program segment is as follows:

//This iterates from 23 to 89

for(int i = 23; i<=89; i++){

//This prints all numbers from 23 to 29

     System.out.print(i+" ");

//The following if condition prints a line, after 10 numbers have been printed

     if(i%10==2){

         System.out.println();

     }

 }

See attachment for complete program and the sample run

Read more about similar programs at:

https://brainly.com/question/19309140

Coding question. Please help me?

Answers

Answer:

a  for a loop

Explanation:

You are on vacation with your family and have been nominated to be the family photographer. You have a 13.1-megapixel camera. What image file format should you use to save your photos to maximize image quality and minimize file space?

Answers

Answer:

Jpeg

Explanation:

Unscramble thr words
1.Nsieg Wiev
2.Seeathdat ievw​

Answers

Answer: genis view       headset view

Explanation:

Answer

1. Singe View

Explanation:

HELP ASAP PLEASE!

What is the output?
if (x == 1):
print ("ONE")
else:
print ("TWO")

Answers

Answer:

50

Explanation:

the auxiliary device used to store large volume of data and program for future is called​

Answers

Answer:

Auxiliary memory units are among computer peripheral equipment. They trade slower access rates for greater storage capacity and data stability. Auxiliary memory holds programs and data for future use, and, because it is nonvolatile (like ROM), it is used to store inactive programs and to archive data.

Explanation:

hope the answer was helpful...

Which of the following URL extensions indicate the website is used by the United States government? .org .gov .col .edu

Answers

Answer:

gov

Explanation:

i think?? lol

Answer:

.gov

Explanation:

it is necessary to separate page numbers with a _____ when printing multiple pages of a document

A. Comma
B. Space
C. Period​

Answers

Answer:

A. Comma

Explanation:

In computer technology, a printer is an electronic output device (peripheral) that is used for the printing of paper documents (texts and images).

Generally, the standard text procedure for printing is to use sans-serif fonts for headlines and serif fonts for body text. This ultimately implies that, for any printed work such as novels, books, newspapers etc, it is a general rule for a printer to use sans-serif fonts for headlines and serif fonts for body text in order to enhance readability.

Also, it can be reversed in some instances by using a serif font for headlines and a sans-serif font for the body of a text.

Sometimes, when printing a document, an end user may wish to print multiple pages at a goal without any break. In order to achieve this, the user should enter the number of the pages while separating them with a comma in the print dialog box such as 1, 3, 15, 20.

Hence, it is necessary to separate page numbers with a comma when printing multiple pages of a document.

Additionally, you should use a comma for a non-sequential page (1, 3, 7, 15) and a dash for a sequential page (1-9) when printing multiple pages of a document.

what are the steps in creating a simple mail merge​

Answers

Answer:

........ ...........

Choose the word that matches each definition. : processed facts, how the output is used for making decisions : action performed by CPU to convert input into output : raw facts, input

Answers

Input devices accept data in a form that the computer can use; they then send the data to the processing unit. The processor, more formally known as the central processing unit (CPU), has the electronic circuitry that manipulates input data into the information people want.

I hope this helps you:)

The processing of the output units is explained below.

What is a processing of output?

The input device is used to give information to the computer. And these pieces of information are set to the CPU (Central Processing Unit) which analyses the information and send this to the storage devices.

After some time, from the storage, the desired information is sent to the output unit through the CPU.

More about the processing of the output link is given below.

https://brainly.com/question/25265909

#SPJ2

when you put points on a question does it take away from your own?

Answers

Answer:

Yup

Explanation:

Just answer questions for more points

Answer:

ya

Explanation:

you cant give the points if you dont have them

Is the flow of power reversible in a leadscrew?

Answers

Explanation:

The flow of power is not reversible. The lead screw's force is increased. It's direction of travel is reversible. ... Increases force, not torque, because the output is in a linear direction.

Which operating system function has a steeper learning curve and can potentially break the system without careful use of its operations?

1. Graphical user interface (GUI)
2. Service management
3. Application management
4. Command line interface (CLI)

Answers

Answer:

4. Command line interface (CLI)

Explanation:

An operating system is a system software pre-installed on a computing device to manage or control software application, computer hardware and user processes.

This ultimately implies that, an operating system acts as an interface or intermediary between the computer end user and the hardware portion of the computer system (computer hardware) in the processing and execution of instructions.

Some examples of an operating system on computers are QNX, Linux, OpenVMS, MacOS, Microsoft windows, IBM, Solaris, VM etc.

A Command line interface (CLI) refers to a text-based user interface that allow users to operate a software application or program, as well as manage and execute operating system functions by typing standard line of commands into the text-based user interface with a real-time response.

Basically, the CLI is solely text-based and as such requires a thorough knowledge and understanding of global commands, as well as administrative privileges in some cases.

Hence, the operating system function which has a steeper learning curve (more difficult to learn) and can potentially break the system without careful use of its operations is the Command line interface (CLI).

Create a function that takes a list of numbers between 1 and 10 (excluding one number)

and returns the missing number.

● Step 1:​ Create a function ​missing_num() and pass ​lst as a parameter inside this

function, where ​lst is the list of numbers from ​1 - 10 with one missing number.

● Step 2​: Run a ​for loop in range ​1 - 11 i.e. from 1 to 10. Inside the ​for loop, check

whether the number ​n is present in the list using an ​if condition.

● Step 3​: Inside the ​for loop, check whether each number is present in the list ​lst

using an ​if condition and ​in and ​not in operator. If the number is not present in the

list ​lst[], then print that number in the output.​

Answers

def missing_num(lst):

   for n in range(1,11):

       if n not in lst:

           print(n)

lst = (1,3,4,5,6,7,8,9,10)

missing_num(lst)

I hope this helps!

Will mark brain list
Question #2
Multiple Choice
Use the factorial operation to evaluate 4!.
0 4
0 24
0 1
0 10

Answers

Answer:

the answer to this question is twenty four

Answer:

4! = 24

In other words, 4 factorial is 24.

Because there are 24 ways to arrange 4 objects.

Explanation:

A factorial of a positive integer can be given by

n! = n × (n-1)! = n × (n-1) × (n-2) × ... × 1.

Which is the product of all positive integers less than or equal to n.

Or for any integer, the consecutive product of integers approaching 1.

4! = 4 × (4-1) × (4-2) × (4-3) = 4 × 3 × 2 × 1 = 12 × 2 × 1 = 24 × 1 = 24

What additional uses of technology can you see in the workplace? List ways technology impacts
other careers not discussed in this module, such as finance, government, non-profits, and
agriculture.

Answers

People can be making the technology, technology can be used to help solve problems and help further educate people with what they are working on. Technology impacts agriculture because their are certain technology to help farmers farm fast and help water the land without needing a human to do it. Technology can help finance by helping people add and subtract rather than doing in their hand.



Place the steps in order for creating a Custom Search Folder in Outlook 2016.

Open the Custom Search
Choose your criteria and
Select folder in pane to
Click the Folder tab
Click the New Search
Folder
Folder button.
click OK
execute the search.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct order for creating Custom Search Folder in Outlook 2016 is given below:

Click the Folder tabClick the New Search  FolderOpen the Custom SearchChoose your criteria and  Select folder in pane toClick ok to execute the search.

Answer:

Step #1: Click the Folder tab.

Step #2: Click the New Search Folder button.

Step #3: Open the Custom Search Folder.

Step #4: Choose your criteria and click OK.

Step #5: Select folder in pane to execute the search.

See the attached image if you still don't believe me.

Explanation:

MEOWWWWWRARRARARARARRA

Answers

Answer:

Yes.

Explanation:

MEOWWWWWRARRARARARARRA

plez answer this
how to divide this binary number
step by step
the best answer will get brainliest ​

Answers

The dividend is divided by the divisor, and the answer is the quotient.
Compare the divisor to the first digit in the dividend. ...
Write the first digit of the quotient above the last dividend digit you were using in the comparison. ...
Multiply and subtract to find the remainder. ...
Repeat.
Other Questions
Find the area of the triangle.The area of the triangle is square units. a sample of a gas has a volume kf 640 cm^{3} at 100c and 1490 mmhg,what would be its volume at stp? Find the percent of increase from 2005 to 2010. HELP PLEASE WILL GIVE BRAINLIEST!!!! Make 20 of your own personal cliches and write their meaning. From the quotation above, what can you infer about the structure of Egyptian society? A person is reading a horror novel. Which reaction on the reader's part wouldshow that the suspension of disbelief has been maintained?A. Interpreting the themesB. Closing the book out of fearC. Imagining a better endingD. Criticizing the writer's style Please help me out, I dont usually ask for answers but this will mean the world too me Erganzen Sie; Wo (arbeiten) du? Bei Siemens?Ja,ich How many animals do I have? 1 or 2How many siblings do I have? 3 or 6How many aunts do I have? 10 or 13How many grandparents do I have now? 4 or 6Hint: Most of them passed away! :(Good Luck! If u get most of them correct u will be Brainliest!TRY UR BEST!! Help please i need help When Mei was born, her parents gave her 6 dollsto start her collection. Each year, she receives4 new dolls as gifts. What function, f(x), modelsthe total number of dolls in her collection after xnumber of years?f(x) = Plz help I will mark brainliest The ratio of the number of girls to the number of boys in choir is 4 to 5. There are 32 girls in the choir. How many boys are in the choir? Is it important to consider specific components of the health care plan when appying for insurance? Why? HELPPPP HURY ILL MARK YOU AS BRAINLIEST 2(3x+10)=6x+20 does this equation have one solution or many ? Explain why Emma was about to finish grocery shopping when she noticed that cans of soup were on sale. Her total bill for groceries would be $89.61 if she purchased two cans of soup and $94.98 if she bought five cans. Which equation could be used to describe Emma's grocery bill, B, in dollars as a function of the number of cans, C, purchased?B(C)=2.69C+84.23B(C)=1.99C+85.63B(C)=1.79C+86.03B(C)=1.07C+87.47 Does log1 have an answer? true/false + reasoning Which of these forms should you use to file your tax return? A. W2 form B. 1040EZ form C. 1041ES form Explain what the title of this article and video, "The Albatross, Harbinger of Human Migrations" means. In what ways should humans and their governments act like the scientists working with albatrosses Ten percent of the engines manufactured on an assembly line are defective. If engines are randomly selected one at a time and tested, what is the probability the fourth defective engine will be found on the second trial?