The Wrap Text menu.
The positioning of text in Word is sometimes not lined up with the inserted picture. By default, when you insert an image or a picture, its layout is set to inline with text. To change that, double click on the picture and then click the Wrap Text option. A number of options will pop up with text graphics.
Answer:
int switch_1,switch_2;
int get_first_switch_state()
{
return switch_1;
}
int get_second_switch_state()
{
return switch_1;
}
int get_lamp_state()
{
if((get_first_switch_state())
if(get_second_switch_state()) return 1;
else
if(!get_second_switch_state()) return 1;
return 0;
}
void toggle_first_switch()
{
if(get_first_switch_state()) switch_1=0;
else switch_1=1;
}
void toggle_second_switch()
{
if(get_second_switch_state()) switch_2=0;
else switch_2=1;
}
Explanation:
Correct question.
Which role is delegated to personnel of the IT department and how is responsible for maintaining the integrity and security of the data?
Answer:
<u>data custodian</u>
<u>Explanation:</u>
Remember, every organization generates data, and large organizations generate even larger data.
Hence, the role of a data custodian in an organization requires He implements measures to protect the organization's data, store and backup the data, as well as granting access to the data to authorized persons when needed.
Answer:
A. Firewall
Explanation:
A firewall is a network security device that monitors incoming and outgoing network traffic and decides whether to allow or block specific traffic based on a defined set of security rules.
Firewalls have been a first line of defense in network security for over 25 years. They establish a barrier between secured and controlled internal networks that can be trusted and untrusted outside networks, such as the Internet.
A firewall can be hardware, software, or both.
-Cisco
Answer:
The correct commands are:
- <em>Click two times when the arrow cursor is at the selection bar.</em>
- <em>Drag the cursor from the start to the end point of the paragraph.</em>
- <em>Put the cursor in front of the first word in the paragraph, then click three times.</em>
Explanation:
<em>Press the Ctrl key while clicking on a word.</em>
- Incorrect. This highligths the sentence but not the whole paragraph.
<em>Click two times when the arrow cursor is at the selection bar.</em>
The selection bar is on the left side of the window and is invisible. When you put the cursor on this area, to the left of a line of a paragraph, one click selects the line and two clicks select the whole paragraph.
<em>Drag the cursor from the start to the end point of the paragraph.</em>
- Correct: this is the most classical. By dragging the cursor you select everything that is between the starting point and the end point.
<em>Place the cursor on the paragraph, then use the Ctrl+A keys.</em>
- Incorrect: if you do not click nothing happens.
<em></em>
<em>Put the cursor in front of the first word in the paragraph, then click three times.</em>
<em></em>
- Correct: It is very easy. Just click before the first word, to put the cursor in front of it, and then click three times.