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
Mumz [18]
3 years ago
8

The class attribute

Computers and Technology
1 answer:
Elodia [21]3 years ago
6 0

the answer is d plz let me know if i got it right

You might be interested in
6. 6. While printing a document, what are the options available in the Settings section?
elixir [45]

Answer:

The answers to questions is given below in explanation section

Explanation:

6.6:

While printing a document, the following options are available in setting sections.

Document

In this section the following setting options are available:

  • Print All Pages: This option is selected if you want to print all pages in document
  • Print Selection: This option is printing a section in a document
  • Custom Print: Allow custom print
  • Document Info: print document information
  • List of Markup: print all the listed markups
  • Print Markup: print mark up in your document
  • Only print odd pages: Print odd pages in document
  • Only print even pages: Print even pages in document
  • Pages: In this option, you can provide custom pages to print i.e. combination of both odds and evens. e.g. 1-5,7,9,10-12. This will print page 1 to 5, the print page 7 and 9, and then print page 10 to 12.
  • Print one sided: if you want to print on one side of paper
  • Manually print on both sided: if you want to print both sides of the paper
  • Collated: If you want to print more than one copy, then this option will print all document and then start printing from first page to last page and continue to your number of print copies.
  • Uncollated: If you print 3 copy of document, this option will start printing first page 3 times, then second page 3 times and so on.

<em>Orientation</em>

  • Portait Orientation: this option is used for printing portrait page
  • Landscape orientation: this option is used to print on landscape of page

  • Page size: in this option, you can select different page sizes for printing.
  • Margins: This option allow you to set the margin of your printing page
  • Pages per sheet: This option allow you to print multiple page per sheet.

Answer (7)

A cell is an intersection between row and column in Excel on a spreadsheet. A cell in Excel starts from A1. A cell can contain different types of values for example string values, date values, text values, and numerical values, etc.

Cell also contains a reference to other cells in a spreadsheet.

To insert the value into a cell, first you have to select the particular cell, then click on it, and then enter a value in it. If you want to modify the cell value. for example, you may wrongly enter the number, 23456 instead of 24456. Then you may edit it in the formula bar because if you directly selected the cell, and start inserting value, you cant and you may lost the cell values.

Answer (8)

The following options are available in the Insert Cells Dialog Box.

To appear the insert cells dialog box, click any particular cell, where you want to insert the cell. Then click right-click, a window will open, in it, you can select the insert cell option. As you click on this option, a dialog box will appear with the following option.

  • Shift Cell Right: It will shift the selected cell to the right
  • Shift Cell Down: It will shift the selected cell to left
  • Entire Row: It will insert row below the selected cell
  • Entire Column: It will insert the column to the right of the selected cell

Answer (9)

Border and Shading dialog box appears after inserting a table. Insert table in a document, then select the table and right-click on it, then click on the table properties. A new dialog box will appear, in under table tab at the bottom, border and shading button is shown. Click on this button, as you click this button, Border and Shading dialog box will appear. In this option, you have different settings for the border.

Border: under this option, you can select different border style, color, and width for table, text, paragraph, and cell.

Page Border: In this option, you can select different border styles, border sizes, border arts and apply these to all documents or sections of the document. In this option, you have different settings for the border.

Shading: In this option, you can fill the table with color and also you can apply different patterns with color.

Answer (10):

The default orientation in MS word is portrait. Using this layout, the width of the document is smaller than the height of the document.

Answer (11)

The difference between the print layout and outline is given below:

  • The print layout shows the document in a way that how it would look like after printing, while outlook layout doesn't show how your document looks like on the page
  • In print layout, you can easily customize and modify your document, while in the layout you need to adjust the layout of the document and it is hard to do that
  • In print layout, you can easily adjust while inserting a new line while in layout it is quite difficult and each line is inserted with a bullet.
  • The print layout shows how the final print of the document looks like while the outline layout only shows the outlines of the document. Outline layout makes possible to collapse and expand different sections of the document to easily move blocks of text around the document. It is useful when you are looking at a document that has a large number of pages and sections.

Please find the rest of the solution is in attached word document.

Download docx
5 0
4 years ago
Which is true about POP3 and IMAP for incoming email?
Novay_Z [31]

Answer:

Both keep email on an email server by default

Explanation:

IMAP synchronises emails, while POP3 downloads them for offline use.

7 0
3 years ago
So, I am homeschooled, and I want to watch videos on my school account because I might be waiting for like emails from my teache
Jobisdone [24]

what web browser

if firefox go to addons and see if you can turn off mkaffee or something like that

or go incogneto

plese give me branliest good luck

3 0
3 years ago
Read 2 more answers
WHO WANTS TO PLAY AMONG US
Elza [17]

Answer:

Explanation:

ME

8 0
3 years ago
Read 2 more answers
Implement the RC4 stream cipher in C++. User should be able to enter any key that is 5 bytes to 32 bytes long. Be sure to discar
gladu [14]

Answer:

Explanation:

#include <iostream>

#include <string>

#include<vector>

using namespace std;  

vector<int> permute(vector<int>, vector<int>);

string encrypt(vector<int>s1 , vector<int> t1, string p);

string decrypt(vector<int>s1, vector<int> t1, string p);

int main() {

  string plaintext = "cryptology";

  string plaintext2 = "RC4";

  vector<int> S(256);

  vector<int> T(256);

  int key[] = { 1,2,3,6 };

  int key2[] = { 5,7,8,9 };

  int tmp = 0;

  for (int i = 0; i < 256;i++) {

      S[i] = i;

      T[i] = key[( i % (sizeof(key)/sizeof(*key)) )];

  }

  S = permute(S, T);

  for (int i = 0; i < 256 ;i++) {

      cout << S[i] << " ";

      if ((i + 1) % 16 == 0)

          cout << endl;

  }

  cout << endl;

  string p = encrypt(S, T, plaintext);

  cout << "Message: " << plaintext << endl;

  cout << "Encrypted Message: " << " " << p << endl;

  cout << "Decrypted Message: " << decrypt(S, T, p) << endl << endl;

  tmp = 0;

  for (int i = 0; i < 256;i++) {

      S[i] = i;

      T[i] = key2[(i % (sizeof(key) / sizeof(*key)))];

  }

  S = permute(S, T);

  for (int i = 0; i < 256;i++) {

      cout << S[i] << " ";

      if ((i + 1) % 16 == 0)

          cout << endl;

  }  

  cout << endl;

  p = encrypt(S, T, plaintext2);

  cout << "Message: " << plaintext2 << endl;

  cout << "Encrypted Msg: " << p << endl;

  cout << "Decrypted Msg: "<<decrypt(S, T, p) << endl << endl;

  return 0;

}

string decrypt(vector<int>s1, vector<int> t1, string p) {

  int i = 0;

  int j = 0;

  int tmp = 0;

  int k = 0;

  int b;

  int c;

  int * plain = new int[p.length()];

  string plainT;

  for (int r = 0; r < p.length(); r++) {

      i = (i + 1) % 256;

      j = (j + s1[i]) % 256;

      b = s1[i];

      s1[i] = s1[j];

      s1[j] = b;

      tmp = (s1[i] + s1[j]) % 256;

      k = s1[tmp];

      c = ((int)p[r] ^ k);

      plain[r] = c;

      plainT += (char)plain[r];

  }

  return plainT;

}  

string encrypt(vector<int>s1, vector<int> t1, string p) {

  int i = 0;

  int j = 0;

  int tmp = 0;

  int k = 0;

  int b;

  int c;

  int * cipher = new int [p.length()];

  string cipherT;

  cout << "Keys Generated for plaintext: ";

  for (int r = 0; r < p.length(); r++) {

      i = (i + 1) % 256;

      j = (j + s1[i]) % 256;

      b = s1[i];

      s1[i] = s1[j];

      s1[j] = b;

      tmp = (s1[i] + s1[j]) % 256;

      k = s1[tmp];

      cout << k << " ";

      c = ((int)p[r] ^ k);

      cipher[r] = c;  

      cipherT += (char)cipher[r];

  }

  cout << endl;

  return cipherT;

}

vector<int> permute(vector<int> s1, vector<int> t1) {

  int j = 0;

  int tmp;

  for (int i = 0; i< 256; i++) {

      j = (j + s1[i] + t1[i]) % 256;

      tmp = s1[i];

      s1[i] = s1[j];

      s1[j] = tmp;

  }

  return s1;

}

6 0
3 years ago
Other questions:
  • What possible reason would explain why you are unable to connect to the intranet site on your computer’s web server, using a bro
    13·1 answer
  • Which of the following is a goal of paraphrasing and summarizing?
    14·2 answers
  • True or False
    13·1 answer
  • Should you configure if you want to limit access to files with certain classifications within a folder to a specific security gr
    13·1 answer
  • You are an ISP. For the Address Block 195.200.0.0/16 a. If you have 320 Customers that need 128 addresses/customer - will there
    6·1 answer
  • write a script that creates and calls a stored procedure named insert_category. first, code a statement that creates a procedure
    10·1 answer
  • Write a program that computes how much each person in a group needs to pay (after tax and tip) when splitting the bill equally.
    5·1 answer
  • What is the function of ROM?
    10·1 answer
  • I hs no life hahahaha
    8·2 answers
  • you are working in the headquarters of an organization and you're asked to deal with the interruption in services due to network
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!