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
tester [92]
3 years ago
8

Websites whose URL’s contain tildes (~) are usually published by the government. TRUE or FALSE.

Computers and Technology
2 answers:
ludmilkaskok [199]3 years ago
8 0
False, anyone who makes a website could use a tilde to signify a file name.
Oksana_A [137]3 years ago
7 0

Answer:

False

Explanation:

The use of tildes( ~ ) generally dates back to the early days of the web-development, when most web servers ran on Unix.

A user's home directory on Unix-like operating systems traditionally has been represented by a tilde. A home directory, also called a login directory, is the directory that serves as the repository for a user's personal files, directories and programs, and it is the directory a user is first in after logging into the system.

In the early days of the web most websites used the (~) it wasn't exclusive to governments, it was used by Universities, Private Organisations, NGOs, Governments and Normal Individuals.

In the Unix world, systems supported multiple users, with each user having their own unique home directory. If you need to go to your own home directory, you input [cd ~]. If you want to go to some other user's home for example KittmarisLorrox's home directory, that would be cd~KittmarisLorrox

So when people started putting up web servers, they would generally let every user in the system have their own web space, which was accessible from the root of the web-server by using " ~username ".

If a user wants to change its current directory (i.e., the directory in which it is currently working) from any location on the system to its home directory, it can do so by using the cd (i.e., change directory) command with a tilde as an argument (i.e., input), i.e.,  cd ~

For example, the tilde in the URL http://www.blueswiift.com/~iehonor/lady/ means that the directory iehonor is an individual account on the website-hosting server that has a domain name of blueswiift.com.

You might be interested in
The processor of a computer communicates to the other parts of the computer through a code that consists of what?
aleksklad [387]

1's and 0's


1's are On and 0's are off

6 0
4 years ago
Can some one please help The term career is usually applied to a what PLEASEEEEEEEEEEEE HEEEEELLLLLPPPPP MEEEEEE
Sati [7]

Answer:

Position that allows for professional growth and advancement

Explanation:

Career is referring to better pay than a job because it allows the person to grow professionally and that knowledge the person can show anywhere. For example, the teacher matches this term, because the teacher will always look forward to the advancement and things that would help others.

This kind of personal and professional growth is considering a journey because the person that is growing has to learn each day about different and helpful things.

7 0
4 years ago
Dr. Joon asks her students how to insert a table in an Excel workbook. The students record the steps a chart. Which students lis
Leona [35]

Answer:

C

Explanation:

Both Table and Format as Table can be used to create a table

4 0
4 years ago
In this assignment you'll write a program that encrypts the alphabetic letters in a file using the Vigenère cipher. Your program
solniwko [45]

Answer:

C code is given below

Explanation:

// Vigenere cipher

#include <ctype.h>

#include <stdio.h>

#include <stdlib.h>

#include <string.h>

/**

* Reading key file.

*/

char *readFile(char *fileName) {

   FILE *file = fopen(fileName, "r");

   char *code;

   size_t n = 0;

   int c;

   if (file == NULL) return NULL; //could not open file

   code = (char *)malloc(513);

   while ((c = fgetc(file)) != EOF) {

      if( !isalpha(c) )

          continue;

      if( isupper(c) )

          c = tolower(c);

      code[n++] = (char)c;

   }

   code[n] = '\0';

  fclose(file);

   return code;

}

int main(int argc, char ** argv){  

   // Check if correct # of arguments given

   if (argc != 3) {

       printf("Wrong number of arguments. Please try again.\n");

       return 1;

   }

 

  // try to read the key file

  char *key = readFile(argv[1]);

  if( !key ) {

      printf( "Invalid file %s\n", argv[1] );

      return 1;

  }

 

  char *data = readFile(argv[2]);

  if( !data ) {

      printf("Invalid file %s\n", argv[2] );

      return 1;

  }

 

   // Store key as string and get length

   int kLen = strlen(key);

  int dataLen = strlen( data );

 

  printf("%s\n", key );

  printf("%s\n", data );

 

  int paddingLength = dataLen % kLen;

  if( kLen > dataLen ) {

      paddingLength = kLen - dataLen;

  }

  for( int i = 0; i < paddingLength && dataLen + paddingLength <= 512; i++ ) {

      data[ dataLen + i ] = 'x';

  }

 

  dataLen += paddingLength;

 

   // Loop through text

   for (int i = 0, j = 0, n = dataLen; i < n; i++) {          

       // Get key for this letter

       int letterKey = tolower(key[j % kLen]) - 'a';

     

       // Keep case of letter

       if (isupper(data[i])) {

           // Get modulo number and add to appropriate case

           printf("%c", 'A' + (data[i] - 'A' + letterKey) % 26);

         

           // Only increment j when used

           j++;

       }

       else if (islower(data[i])) {

           printf("%c", 'a' + (data[i] - 'a' + letterKey) % 26);

           j++;

       }

       else {

           // return unchanged

           printf("%c", data[i]);

       }

      if( (i+1) % 80 == 0 ) {

          printf("\n");

      }

   }

 

   printf("\n");

 

   return 0;

}

4 0
3 years ago
Read 2 more answers
Computer-aided design software is used by ________.
koban [17]

Answer:

by Architects?

Explanation:

not sure

6 0
3 years ago
Other questions:
  • Click _______ to view each individual record of a mail merge document.
    5·2 answers
  • What is an image that you can apply to another image to add detail and texture?
    6·1 answer
  • HURRY
    5·1 answer
  • How does machine learning help to make modern Web Application Firewalls more effective? (Choose two.)
    5·1 answer
  • Which magazine loved their alienware test pc so much they didn't want to send it back?
    11·1 answer
  • Word processing software allows users to do which of the following:
    10·1 answer
  • If a database was being used to track sales, a customer who buys a lot of items would be a good example of how two tables could
    14·1 answer
  • Change the shape fill color to Dark Red. It is the first option in the Standard Colors section of the color palette.
    13·1 answer
  • An outline is most like which of the following?
    6·2 answers
  • How communication skills are different from self management skills
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!