Answer:
A sub folder is a folder within a folder.
Explanation:
A subfolder on a computer is a folder inside of another folder. For example, someone may create a main folder for their music and then create subfolders to separate the genres of music. 
Additionally, "sub" prefix means "under" or within.
Hope this helps.
 
        
                    
             
        
        
        
Answer:
Find the features and differences below.
Explanation:
Five key features of the 2012 version of the Windows Server include;
1. Metro-style start button which disables the old start button.
2. Hyper V which enables the creation and use of a virtual machine.
3. Resilient file system (ReFS file system), aimed at managing large data and maintaining their integrity.
4. New Windows Task management, and
5. Internet protocol address management
Key features of the 2016 Windows Server include;
1. Nested virtualization
2. Secure boot
3. Nano server
4. Windows container, and
5.  Docker support.
The differences between the two versions are;
1. While the 2016 version would need a hard and software upgrade, the 2012 version would not need an upgrade.
2. The 2016 version is more expensive than the 2012 version.
3. The 2016 version also incorporates the features of the 2012 version, while the 2012 version only has its unique features.
 
        
             
        
        
        
Up to 6 months and a $500-$2000 fine
        
             
        
        
        
Answer:
speed(0)
secret_number = 9
pensize(10)
def green_check():
    color("green")
    penup()
    backward(25)
    right(45)
    pendown()
    forward(35)
    left(90)
    forward(75)
    
def draw_arrow():
    color("red")
    left(90)
    forward(50)
    left(45)
    backward(25)
    forward(25)
    right(90)
    backward(25)
    forward(25)
    left(45)
    backward(100)
    forward(50)
    right(90)
    
user_number = int(input("Guess a number between 1 and 10: "))
while user_number != secret_number:
    if user_number < secret_number:
        draw_arrow()
    else:
        left(180)
        draw_arrow()
        right(180)
    user_number = int(input("Guess a number between 1 and 10: "))
    clear()
    
green_check()speed(0)
secret_number = 9
pensize(10)
def green_check():
    color("green")
    penup()
    backward(25)
    right(45)
    pendown()
    forward(35)
    left(90)
    forward(75)
    
def draw_arrow():
    color("red")
    left(90)
    forward(50)
    left(45)
    backward(25)
    forward(25)
    right(90)
    backward(25)
    forward(25)
    left(45)
    backward(100)
    forward(50)
    right(90)
    
user_number = int(input("Guess a number between 1 and 10: "))
while user_number != secret_number:
    if user_number < secret_number:
        draw_arrow()
    else:
        left(180)
        draw_arrow()
        right(180)
    user_number = int(input("Guess a number between 1 and 10: "))
    clear()
    
green_check()
Explanation:
 It's right 
 
        
             
        
        
        
Answer:
<u>All of the given options</u>
Explanation:
Great question, it is always good to ask away and get rid of any doubts that you may be having.
Communication is an insanely important and useful, but there are a lot of misconceptions about communication. Based on the answers given in the question, the correct answer would be <u>"All of the Given Options"</u>
Communication can solve many problems but the statement that it can solve all problems is not completely accurate. Whether communication can solve a specific problem depends varies from person to person.
Communication can physically break down since not everyone speaks the same language not everyone can understand each other. Also another physical way is that certain dialogue choices can lead to physical confrontation.
Lastly, the meaning of a word can mean different things to different people. For example, "Happiness" every single person has a unique definition of happiness while others simply say it doesn't exist.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.