you cannot create a folder within a folder true or false ​

Answers

Answer 1
HI THERE !!

the answer is false :))

correct me if I'm wrong

Answer 2

Answer:

true

Explanation:


Related Questions

How often do domain controllers download Group Policy settings?

Answers

Answer:

Domain controllers download Group Policy settings -every five minutes-

Explanation:

hope I helped

) Give the assembly language instruction sequence to enable external interrupt 0 (INT0) as an interrupt source and to make it falling-edge triggered. What signal (port and port pin) must be low to trigger a falling-edge trigger event for INT0

Answers

Your solution is attached with the picture below

The problem below uses the function get_numbers() to read a number of integers from the user. Three unfinished functions are defined, which should print only certain types of numbers that the user entered. Complete the unfinished functions, adding loops and branches where necessary. Match the output with the below sample:


Enter 5 integers:

0 5

1 99

2 -44

3 0

4 12

Numbers: 5 99 -44 0 12

Odd numbers: 5 99

Negative numbers: -44

Answers

size=6

def get_numbers(num):
numbers = []
print('Enter %s integers:' % num)

for i in range(0,num):
print(i,end=' ')
user_input = int(input())
numbers.append(user_input) # Add to numbers list
return numbers

def print_all_numbers(numbers):
# Print numbers
print('\nNumbers:',end=' ')
for i in range(0,len(numbers)):
print(numbers[i],end=' ')

def print_odd_numbers(numbers):
# Print all odd numbers
print('\nOdd numbers:',end=' ')
for i in range(0, len(numbers)):
if numbers[i]%2!=0:
print(numbers[i], end=' ')


def print_negative_numbers(numbers):
# Print all negative numbers
print('\nNegative numbers:',end=' ')
for i in range(0, len(numbers)):
if numbers[i] <0:
print(numbers[i], end=' ')

nums = get_numbers(size)
print_all_numbers(nums)
print_odd_numbers(nums)
print_negative_numbers(nums)

Briefly the conceptual model of effective computer based instruction for adults outlining three units (output, Process and input )

Answers

but I think it’s output

There are two kinds of emotions: positive and negative. True False

Answers

Answer:

False

Explanation:

There are many emotions the human brain can experience

False is the answer to the question

How often do you trade cowoncy? If so, for what and how much?​

Answers

There are different ways to trade cowoncy. There are some legitimate site to buy and sell it. In trade cowoncy, about 100000 Cowoncy is bought for $17.89USD.

Cowoncy is commonly described as the OwO bot's form of currency. It is known as a currency used worldwide in hunting.

Its role is mainly for for hunting and in the activation of one's huntbot and it is often used in other form of purchases such as cosmetics, etc.

Learn more about trade from

https://brainly.com/question/17727564

"Automated Deployment" is one of the prerequisite for DevOps implementation.
A) True
B) False

Answers

Answer:

"Automated Deployment" is one of the prerequisite for DevOps implementation.

Answer: True

True. "Automated Deployment" is one of the prerequisite for DevOps implementation.

What is Automated Deployment

Automated Deployment is indeed considered one of the prerequisites for implementing DevOps practices effectively. DevOps is a set of principles and practices aimed at improving collaboration between software development (Dev) and IT operations (Ops) teams.

The goal of DevOps is to streamline and automate the software delivery process to achieve faster and more reliable releases while maintaining quality and stability.

Automated Deployment refers to the process of automatically deploying and configuring software applications across various environments, such as development, testing, staging, and production. This automation eliminates the need for manual intervention and reduces the chances of human error during the deployment process.

Learn more about DevOps implementation

https://brainly.com/question/28135867

#SPJ2

In PowerPoint, a picture might be a photograph, a shape you draw, a piece of clip art, or an illustration created using a graphics app
O True
O False​

Answers

Answer:

True

Explanation:

In PowerPoint, you can insert pictures/images that include photographs, shapes, and illustrations.

Answer:

True

Explanation:

All Office programs have similar commands on the tab for changing the document view a. File b. View c. Locate d. display ​

Answers

Answer:

B. View

Explanation:

So you can eliminate "Locate" and "Display", since those do not exist on the Microsoft Word task bar.

Now you're left with File and View. File has everything to do with sharing and exporting your file, such as printing or saving it to your computer as a specific file.

With that being said, we're left with "B. View", which as you can see when you click it, presents many us with ways to view our document.

Good luck on your Microsoft Office/Word Certification!

5. What is intellectual property? (1 point)
Brainliest if correct

Answers

Answer:

intangible property that is the result of creativity, such as patents, copyrights, etc.

Please mark as brainliest

Answer:

A creative work of an invention, designs or names and images used in commerce.

Consider a system which has a memory access time of 300 nsec. An average page fault takes around 10 millisecond to get serviced. If the page fault occurs with a probability of 4% in the system, then find out the effective memory access time of that system. If somehow, you manage to reduce the probability of page fault to 2%, then by how much the system performance improves as compared to the previous case?

Answers

Answer 72 ncs is the answer im pretty sure

You can find the answer in the attached photo

Zach has invented a device, which when plugged to household appliances, such as televisions, vacuum cleaners

Answers

Zach's decision is supported by the argument that less mature enabling technologies may be conducive to waiting for enabling technologies to develop further.

Enabling technologies are a set of technological tools that allow companies to start and develop the digital transformation process, to adapt to new technological and digital trends such as:

1- Industry 4.0
2- The smart factory model

According to the above, appliance companies must adapt to new trends in technological design thought about the environment based on renewable energies (such as solar energy) and adapt their products to it.


According to the above, the correct answer is “Less mature enabling technologies may favor waiting for enabling technologies to be further developed”.

because it mentions the best alternative for Zach

Read the problem listed below. Formulate a Decomposition or Outline of the problem. Determine if you have seen this problem before and how it was solved. Start to write your Algorithm, making note of the inputs and outputs that will be required. Write your code, test and debug.

Problem:
Create a program in Python that will draw a series of triangles. The program needs to ask the user for the number of triangles to draw and the size of the triangle.

The inputs for this program need to look like the following:

Enter the number of triangles:
Enter the size of the triangles:
Using these two inputs, your program will then draw a series of triangles in the size the user wishes.

For example if the user enters 3 triangles with a size of 5, the following will be the output:

*
**
***
****

*
**
***
****

*
**
***
****
The easiest way to solve this problem is with two loops. One loop draws the triangles and the other repeats the drawing.

When testing your program make sure you test with different sizes and different numbers of triangles as this will be how your code will be run by Codio.

Answers

URL where the media can be found;

the description of the type of media used in the example;

an analysis of the media piece in relation to the best practices discussed in this lesson, which answers these questions:

Does the piece illustrate best practices?

Which are best represented?

What point do you feel the company

Define the term loop rule.
The loop rule tells us that if we sum the blank
across all the components in a single closed path of an electrical network, the result is 0.

Answers

Answer:

voltage differences

Explanation:

business cards can be send to other outlook users as email attachments or........

Answers

Answer:

Hey man, here is the answer

Explanation:

The easiest route is Forwarding the existing conversation to another person. The previous thread will be quoted in the new message.

The method in the question appears to be for preserving the top-down reading structure of the existing thread, of which there is no way I'm aware of. Often times, the aforementioned method of simply forwarding an email is enough to impart some context to the person.

Alternatively, one might view the entire thread, and create a PDF of it (possible from the Print dialog box on a Mac, or to save as a PDF in the File/Edit menus in certain windows applications), which they could then send in an email.

Type the correct answer in each box. Spell all words correctly, and use numerals instead of words for numbers. If necessary, use / for the fraction bar(s). What is the hexadecimal equivalent of the decimal number 125.28? The hexadecimal equivalent of the decimal number 125.28 is

Answers

Answer:

125.28₁₀ in hexadecimal = 7D.47AE147AE1₁₆

Step-by-Step Explanation:

To convert decimal number 125.28, we convert its integer and fraction part individually and then add them to get the equivalent hexadecimal number, as below:

To convert integer 125 to hexadecimal, follow these steps:

Divide 125 by 16 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero.

Then just write out the remainders in the reverse order to get the equivalent hexadecimal number.

125 / 16 = 7 with remainder 13 (D)

7 / 16 = 0 with remainder 7

Here is the answer to 125 decimal to hexadecimal number:

7D

For converting decimal fraction 0.28 to hexadecimal number, follow these steps:

Multiply 0.28 by 16 keeping notice of the resulting integer and fractional part. Continue multiplying by 16 until you get a resulting fractional part equal to zero (we calcuclate upto ten digits).

Then just write out the integer parts from the results of each multiplication to get equivalent hexadecimal number.

0.28 × 16 = 4 + 0.48

0.48 × 16 = 7 + 0.68000000000001

0.68000000000001 × 16 = 10 (A) + 0.88000000000011

0.88000000000011 × 16 = 14 (E) + 0.080000000001746

0.080000000001746 × 16 = 1 + 0.28000000002794

0.28000000002794 × 16 = 4 + 0.48000000044703

0.48000000044703 × 16 = 7 + 0.68000000715256

0.68000000715256 × 16 = 10 (A) + 0.88000011444092

0.88000011444092 × 16 = 14 (E) + 0.080001831054688

0.080001831054688 × 16 = 1 + 0.280029296875

Here is the answer to 0.28 decimal to hexadecimal number:

0.47AE147AE1

Therefore, decimal number 125.28 converted to hexadecimal is equal:

7D.47AE147AE1

Which bits of the address would be used in the tag, index and offset in a two-way set associative cache with 1-word blocks and a total capacity of 512 words

Answers

size of block = 1 word = 8 bytes

number of blocks = size of cache / size of word

= 512 word /1 word = 512 blocks

In a two-way set associative cache, 2 blocks will form 1 set. So number of index = 512/2=256=2^8

Size of offset = 3 bits

size of index = 8 bits

Size of tag = 64-11=53 bits

Capstone Project part 11 quiz

What is the following code snippet checking? (1 point)
while response != "yes":

Othat response variable is not yet yes

O that response variable is yes

O if "yes" is indexed in an array for the variable "response"

O if the response variable is "no"



If you give all answers you will have an amazing Christmas!

Answers

It is checking if the response is not yet yes

What sound customization option would you use in Scratch to simulate a sound happening in a large, empty room (like a theater)?
louder
reverse
echo
slower

Answers

C. Echo ( I May Be Wrong )

Answer:

Louder

Explanation:

Can anyone provide a good java program that shows how to implement a button?

Answers

no thanks, good luck though! <3

Answer:

Hello, this is Kyle Risso and I wrote a program for school not too long a go that can probably answer your question. This code creates two buttons that cycle through different colors.

Explanation:

The most important parts of the code are the ArrayList which implements the arrays for the different colors, but to answer your question the buttons are created using Action Listener as you'll see in the code. Hope this helps.

What term would be a catch-all that would cover both visual novels and text adventures?
virtual reality games
interactive fiction
simulation
puzzle

Answers

I think the answer to this is interactive fiction

__________ can collect information about credit card numbers.
a) Spyware
b) Virus
c)Trojan Horse
d) Worm​

Answers

Answer:

Spyware

Spyware collects your personal information and passes it on to interested third parties without your knowledge or consent. Spyware is also known for installing Trojan viruses. Adware displays pop-up advertisements when you are online.

Explanation:

Hope this helps !!

8. Assuming str(rate) is "7.25," what output would be produced by the following snippet:
print("The hourly parking rate is $." + str(rate))


O "The hourly parking rate is $7.25"

O "The hourly parking rate is $ 7.25"

O "The hourly parking rate is $." "7.25"

O The print comfwand would fail because the rate is an integer, not a string,

Answers

The output would be "The hourly parking rate is $7.25"

The question is an example of concatenation.

Concatenation is an operation in computer programming in which a string is added to another string with the binary operation, '+' or '*'.

So, 'Frank' + 'Peter' concatenates as 'FrankPeter' and 'a' *3 concatenates as 'aaa'.

Since str(rate) is "7.25," which is a string, and the snippet is print("The hourly parking rate is $." + str(rate)), str(rate) will concatenate and be added to the expression "The hourly parking rate is $."

So, the output would be "The hourly parking rate is $7.25"

Note that since there is no space at the end of the first string, the second string is added to the first string directly without any spacing between the '$' sign and the '7'.

So, the output would be "The hourly parking rate is $7.25"

Learn more about concatenation here:

https://brainly.com/question/17031234

A certain microprocessor requires either 2, 4, 8, 12, or 16 machine cycles to perform various operations. Seventeen and one-half (17.5) percent of its instructions require 2 machine cycles, 12.5% require 4 machine cycles, 35% require 8 machine cycles, 20% require 12 machine cycles, and 15% require 16 machine cycles. What is the average number of machine cycles per instruction for this microprocessor

Answers

The answer is 8.45

since (17.5*2+12.5*4+35*8+20*12+15*16)/100 = 8.45

Shell Scripting:

In the following statement, X is the initial value:

for (( X = N; X <= Y; X++ ))
True or False

Answers

True because if x sucks x then Y will spill juice cream team juice what how ….its true.

Shell scripts are most useful for repetitive tasks that would take a long time to accomplish if entered one line at a time. A few examples of uses for shell scripts are as follows: automating the process of code compilation. Programming or setting up a programming environment. Thus, it is true.

What role of Shell Scripting in programming?

You can access the Unix system through a Shell. It leverages the input you provide to execute programs. Once a program has finished running, its output is shown. In the shell environment, we may run our commands, applications, and shell scripts.

Programmers do not need to switch to a completely other syntax because the command and syntax are precisely the same as those placed directly on the command line.

Therefore, it is true that Shell scripts may be created considerably more quickly. Rapid start interactive bug-fixing.

Learn more about Shell Scripting here:

https://brainly.com/question/29625476

#SPJ2

What free website can you record videos on, and edit them without money?

Answers

Answer:

You can edit videos on Capcut for free and I think you can also use Alightmoon

Answer:

You can edit videos using this application called Kinemaster.

Explanation:

After recording the video download Kinemaster available on Playstore and App store

(Find the number of uppercase letters in a string) Write a recursive function to return the number of uppercase letters in a string using the following function headers: def countUppercase(s): def countUppercaseHelper(s, high): Write a test program that prompts the user to enter a string and displays the number of uppercase letters in the string.

Answers

def countUppercase(s):
count=0
for i in s:
if i.isupper():
count+=1
s=s.replace(i, "")
else:
s=s.replace(i, "")
countUppercase(s)
return count

element=input("Enter the string: ")
string=countUppercase(element)
print("\nNumber of upper letter in the string: ",string)

The hardware and software that must be implemented to support the applications that the primary activities use are a part of the ________ activities.\

Answers

The answer is infrastructure

True or False. The 'C' programming language guarantees that R0 will always contain a zero value on the ATmega328P

Answers

Oh I had this question once and I think it was true!! Hope this helps! Merry Christmas!!

Which item would a small business most likely used to meet its daily operational needs ?

Answers

They could use a Budget software

Answer:

Commercial, ready-to-use software

Explanation:

Other Questions
Spanish American war1.Why does the US get involved in the problem in Cuba? Is this grammatically correct?"I'm deleting my account tomorrow" The simplified equation after clearing the decimals is -12.2 + 2.8w - 8.8 = 1.05w In which of the following aspects of life did Ancient Greek women have the most influence?public lifereligious lifehome lifeeducation of children 4. The kids are in the living room, and theya lot of noise. What- with their father?Your answer:a. are making / are they playingb. made / do they playc. make / did they play A Math book is 6. 15 centimeters. How thick will 21 Math books on a shelf be? A. 130.15 cm B. 129.16 cm. C. 129. 15 cm. D. 128. 16 cm Hep Ill choose brainliest!! Which of the following groups cannot represent the side lengths of a triangle.A.49,20,17B.7,11,16C.9,13,21D.30,9,27 What is the purpose of an indicator in a titration. Jordan bikes at a speed of 8 2/3 mph. How many miles will he bike in 2/3 of an hour? legendary music producer quincy jones composed what shows theme? a.F. The spindle isthe DNA found in the nucleolus.b. a circular shaped bacterial chromosome.joined strands of duplicated genetic material.d. the centrioles and the microtubules they secrete.C. Solve for x: x /6y/3= 1SHOW WORK 26 kg of potatoes cost $210.60. How much would 6 kg cost? 50 POINTS!!!!!! Read the poem. The Village Blacksmithby Henry Wadsworth LongfellowUnder a spreading chestnut-tree The village smithy stands;The smith, a mighty man is he, With large and sinewy hands;And the muscles of his brawny arms Are strong as iron bands.His hair is crisp, and black, and long, His face is like the tan;His brow is wet with honest sweat, He earns whateer he can,And looks the whole world in the face, For he owes not any man.Week in, week out, from morn till night, You can hear his bellows blow;You can hear him swing his heavy sledge, With measured beat and slow,Like a sexton ringing the village bell, When the evening sun is low.And children coming home from school Look in at the open door;They love to see the flaming forge, And hear the bellows roar,And catch the burning sparks that fly Like chaff from a threshing-floor.He goes on Sunday to the church, And sits among his boys;He hears the parson pray and preach, He hears his daughters voice,Singing in the village choir, And it makes his heart rejoice.It sounds to him like her mothers voice, Singing in Paradise!He needs must think of her once more, How in the grave she lies;And with his hard, rough hand he wipes A tear out of his eyes.Toiling,rejoicing,sorrowing, Onward through life he goes;Each morning sees some task begin, Each evening sees it close;Something attempted, something done, Has earned a nights repose.Thanks, thanks to thee, my worthy friend, For the lesson thou hast taught!Thus at the flaming forge of life Our fortunes must be wrought;Thus on its sounding anvil shaped Each burning deed and thought.A theme of The Village Blacksmith is people can take charge of their fate.Which lines from the poem best develop this theme?Thanks, thanks to thee, my worthy friend, / For the lesson thou hast taught!Thus at the flaming forge of life / Our fortunes must be wroughtToiling,rejoicing,sorrowing, / Onward through life he goesThus on its sounding anvil shaped / Each burning deed and thought. Four tour buses depart the terminal on the same day. The itinerary of the first bus takes 6 days, for the second bus it takes 8 days, for the third bus it takes 10 days, and the fourth bus takes 15 days. Assuming that another tour begins the same day that the bus returns to the terminal, how many days will it take until all four buses return to the terminal on the same day? A Coke can has a radius of 4 cm and a height of 11 cm. What is the volume of the can? bekele dislikes sitting on the beach; he always gets nasty sunburn. choose the correct option that describes that sentencea. simple sentence b. compound sentencec. complex sentenced. compound-complex sentence From which group did most military, church, and government leaders come? What are three basic tasks of the federal bureaucracy