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
ivolga24 [154]
3 years ago
15

You want to create a directory called ~/Documents/papers, but you’re not sure that the ~/Documents directory exists. What comman

d can you type to create the desired directory and its parent directory if it doesn’t already exist?
a) mkdir -a ~/Documents/papers
c) mkdir --recursive ~/Documents/papers
c) mkdir -R ~/Documents/papers
d) mkdir -r ~/Documents/papers
e) mkdir -p ~/Documents/papers
Computers and Technology
1 answer:
SCORPION-xisa [38]3 years ago
5 0

Answer: e) mkdir -p ~/Documents/papers

Explanation:

As the question says we want to create a directory called ~/Documents/papers, but we are not sure whether it exist or not so we would type the command for making directory starting with mkdir.

Here mkdir means make directory. Followed by mkdir we will use -p. Here p is used to create all the directories for getting us the directory we want and its advantage is that it would ignore all the errors if the directory already exist.

Followed by the name of the directory that we want to create.

So the desired answer for the given condition would be mkdir -p ~/Documents/papers

You might be interested in
Explain ONE negative outcomes of not matching an ICT product to the correct audience:
Xelga [282]
Can't read fonts:
- If your audience is older and have poor eyesight, standard size fonts and poor colour schemes can make it difficult to read
No Attraction:
- If you had a website for a child and it had lots of text and not a lot of colour or pictures
Not interesting enough:
- The content of the product is not interesting
Can't use product:
- If it is complex and requires alot of typing or uses a lot of buttons, it would be too difficult for a child to use
4 0
3 years ago
Choose the 3 correct statements for the code below
tiny-mole [99]

The correct statements are:

  • An object of the ActivationLayer class has a name attribute.
  • print(FCLayer(42)) prints FullyConnectedLayer.
  • When creating an object of the BaseLayer class, the name argument must be given.
<h3>What is Coding?</h3>

The term Computer coding is known to be seen as a kind of a tool that is often use in computer programming languages and it helps to give computers and machines a number of instructions on the things that need to be done or performed.

Note that in the code, the The correct statements are:

  • An object of the ActivationLayer class has a name attribute.
  • print(FCLayer(42)) prints FullyConnectedLayer.
  • When creating an object of the BaseLayer class, the name argument must be given.

See full question below

Choose the 3 correct statements for the code below.

An object of the ActivationLayer class has a name attribute.

An object of the BaseLayer class has a size attribute.

print(FCLayer(42)) prints FullyConnectedLayer.

When creating an object of the ActivationLayer class, the size argument must be given.

When creating an object of the BaseLayer class, the name argument must be given.

Learn more about Coding from

brainly.com/question/22654163

#SPJ1

3 0
2 years ago
. A register in a computer has a of bits. How many unique combinations can be stored in the register?
pishuonlain [190]

Answer:

The number of unique combinations stored in the register totally dependent upon the number of bits the register can hold.

Explanation:

Suppose if the register is 2-bit.Then it can have (2²) 4 unique combinations of the bits and those combinations are 00,01,10,11.For a 3 bit register there are (2³) or 8 unique combinations those are 000,001,010,011,100,101,110,111.So for a n-bit register there can be 2ⁿ unique combinations there.

3 0
4 years ago
Which word describes an important characteristic of good computer
erma4kov [3.2K]

Answer:

D. Numerical

Explanation:

Computers software are made up of numbers and calculations making this the most likely answer for you're question.

6 0
2 years ago
What should you look out for when choosing snacks that seem healthy? How can you make sure that the snacks you are choosing are
vivado [14]

Answer:

You can make sure that the snack is healthy by looking at the ingreadents. A healthy snack should not have alot of persavatives and sugars. A good golden rule is if you can't pronaunce the word then its not good for you.

Explanation:

4 0
2 years ago
Other questions:
  • john wants to view sarah's assignment files on his computer. but he cannot open them because of version problems. which upgrade
    14·2 answers
  • Introduction to numbering system
    9·1 answer
  • A disadvantage of creating a website with tables, without CSS is
    15·2 answers
  • The moon is almost directly between the sun and earth
    5·2 answers
  • Antifreeze is not considered a hazardous waste by the EPA unless it is used or otherwise becomes contaminated.
    13·2 answers
  • Describe how you would define the relation Brother-in-Law whose tuples have the form (x, y) with x being the brother-in-law of y
    9·1 answer
  • Hadoop is : open source software framework designed for distributing data-processing over inexpensive computers. data mining pla
    12·1 answer
  • Sarah is starting her job at the local ice cream shop. What can Sarah do to make a good impression on her first day of work?
    8·2 answers
  • Why does atmospheric pressure does not effect on planes,jet planes and rocket?​
    9·1 answer
  • Elan inserted shapes into a slide in his presentation. What is the quickest way to format those shapes?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!