1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
pickupchik [31]
3 years ago
12

Complete the paragraph to explain how Angelina can notify readers that her report is just a draft. Angelina has decided to add t

he word “DRAFT” to the of the pages of her report as a watermark. To do this, she needs to navigate to the tab and then to the command group to click the Watermark icon and then the DRAFT option. If she wanted to include additional text, such as her initials, she could create a watermark.
Computers and Technology
2 answers:
fomenos3 years ago
7 0

Answer:

3rd down

2nd down

3rd down

1st down

Explanation:

e2020

ddd [48]3 years ago
6 0

Answer:

BACKGROUND

DESIGN

PAGE BACKGROUND

CUSTOM

Explanation:

You might be interested in
What command prompts should be used to assign an IP address to:
S_A_V [24]

Answer:

...

Explanation:

A. Cisco Router

1. Enter global configuration mode using the next commands:

Router>enable

Router#configure terminal

2. enters the configuration mode for a Gigabit Ethernet interface on the router using this command:

interface gigabitethernet slot/port

Example:

Router(config)# interface gigabitethernet 0/1

3. Set the IP address and subnet mask for the specified GE interface using this command:

ip address x.x.x.x y.y.y.y

Example:

Router(config-if)# ip address 192.168.0.1 255.255.255.0

4. Finally, enable the GE interface, changing its state from administratively down to administratively up:

Router(config-if)# no shutdown

Exit configuration mode for the GE interface and returns to global configuration mode using this:

Router(config-if)# exit

B. Cisco Switch

Normally Cisco switches forward Ethernet frames without any configuration. so you don´t need to assign them an IP address, but to perform switch management over the network or use protocols such as SNMP, the switch will need to have an IP address. Here are the steps:

1. Enter global configuration mode using the next commands:

Switch>enable

Switch#configure terminal

2. Enter the VLAN 1 configuration mode:

Switch(config)#int vlan 1

3. Assign an IP address with the ip address IP ADDRESS SUBNET MASK interface subcommand.

Example:

Switch(config-if)#ip address 10.0.0.1 255.0.0.0

4. Enable the VLAN 1 interface with the no shutdown interface subcommand.

example:

SW1(config-if)#no shutdown

C. Local PC

1. Click Start Menu > Control Panel > Network and Sharing Center or Network and Internet > Network and Sharing Center.

2. Click Change adapter settings.

3. Right-click on Wi-Fi or Local Area Connection.

4. Click Properties.

5. Select Internet Protocol Version 4 (TCP/IPv4).

6. Click Properties.  

7. Select Use the following IP address.

8. Enter the IP address, Subnet mask, Default gateway, and DNS server.

9. Click OK.

7 0
3 years ago
Which of the following is not a danger of blogging
Ainat [17]
D. staying connected with an old friend.

4 0
3 years ago
Read 2 more answers
How to find the largest number in an array java?
melomori [17]

Answer:

<em>One of the ways is to sort the array, then print the last element of the sorted array.</em>

<em>In Java, you can make use of the following code</em>

import java.util.Scanner;

public class Assignment{

public static void main(String [] args)

{

int n;

Scanner input = new Scanner(System.in);

System.out.print("Array Length: ");

n = input.nextInt();

int [] myarray = new int[n];

System.out.print("Input Array: ");

for(int i=0;i<n;i++)

{

           myarray[i]=input.nextInt();

}

int temp;  

for (int i = 0; i < n; i++)  

       {  

           for (int j = i + 1; j < n; j++)  

           {  

               if (myarray[i] > myarray[j])  

               {  

                   temp = myarray[i];  

                   myarray[i] = myarray[j];  

                   myarray[j] = temp;  

               }  

           }  

       }  

           System.out.println(myarray[n - 1]);

       }

}

Explanation:

This line declares n as length of array

int n;

Scanner input = new Scanner(System.in);

This line prompts user length of array

System.out.print("Array Length: ");

This line gets the user input

n = input.nextInt();

An empty array pf length arrowed

int [] myarray = new int[n];

This line prompts user array elements

System.out.print("Input Array: ");

The following iteration gets array element from user

<em>for(int i=0;i<n;i++)</em>

<em>{</em>

<em>            myarray[i]=input.nextInt();</em>

<em>}</em>

This line declares a temporary variable temp

int temp;

<em>This iterations iterates through the elements of rge array</em>

<em>for (int i = 0; i < n; i++)   </em>

<em>        {  </em>

<em>            for (int j = i + 1; j < n; j++)   </em>

<em>            {  </em>

The following if condition checks for the larger of two variables and swap their position

<em>                if (myarray[i] > myarray[j])   </em>

<em>                {  </em>

<em>                    temp = myarray[i];  </em>

<em>                    myarray[i] = myarray[j];  </em>

<em>                    myarray[j] = temp;  </em>

<em>                }  </em>

           }  

       }  

This line prints the largest number of the array

           System.out.println(myarray[n - 1]);

5 0
3 years ago
How to add running head and page number in word?
yaroslaw [1]
If you go into word and click the insert table you will see a section that says header, footer and page number. That is where you add a head and page number. 
4 0
4 years ago
What is the purpose of the .NET Framework Class Library? a. it provides pre-written code that can be used by .NET applications b
Burka [1]

Answer:

d. it specifies the data types that can be used by .NET applications.

Explanation:

The .NET Framework Class Library (FCL) makes the system functionality of the .NET Framework available because it contains interfaces, data types, various classes and so on.

It is also important to note that the FCL is integrated to the CLR or Common Language Runtime of .NET Framework which is responsible for code execution.

The Framework Class Library or FCL can be categorized broadly into three:

1.  Frameworks

2. Utility features in .NET, and

3. Wrappers around the Operating System (OS) functionality.

1. Frameworks: The FCL contains many frameworks aimed at the development of some applications. For instance, WPF or Windows Presentation Foundation is used to carry out a number of functions but majorly to render user interfaces.

2. Utility features in .NET: This contains a number of classes for use in the .NET framework, examples of these classes include: dictionary, queue, stack, list and so on. Additionally, it contains classes for different manipulations, for example, for handling regular expressions the Regex class is available for use.

3. Wrappers around the Operating System (OS) functionality: Contained in the Framework Class Library are wrappers that are present at the root functionality of the Windows OS. For instance, classes to handle I/O, network features, file system as so on.

8 0
3 years ago
Other questions:
  • Waterpower was first harvested by ancient societies using
    5·1 answer
  • To create a document, you start by selecting the _____ button or option.
    7·1 answer
  • Use both if and else may contain only one statement, you would have to use a ______ if you want to use more than one instruction
    14·1 answer
  • A group of computers that are interconnected in order to share information or documents is called a _____
    9·1 answer
  • What are the basic steps in creating a new program
    5·1 answer
  • Physical activity such as sports or even a brisk walk can help reduce
    7·2 answers
  • How are desktop and mobile operating systems similar?
    5·1 answer
  • Which state legislation requires companies to report security breaches within 48 hours
    6·1 answer
  • For what purpose power point is used?​
    5·2 answers
  • Debug
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!