D. A window the rest are incorrect
        
             
        
        
        
The type of computer application which apple keynote is, is: c. presentation.
<h3>What is a 
presentation application?</h3>
A presentation application can be defined as a type of computer application which is designed and developed to avail its end users an ability to create various slides that comprises both textual and multimedia information, which are typically used during a presentation.
This ultimately implies that, apple keynote is an example of a presentation application which is used on computers.
Read more on presentation application here: brainly.com/question/26404012
#SPJ4
 
        
             
        
        
        
Answer:
where is the picture?????
 
        
                    
             
        
        
        
Answer:
Explanation:
1 : Ctrl + X
2 Ctrl + C
3 Ctrl + L
4 Ctrl + V
5 Ctrl + B
6 Ctrl + R
7 Ctrl + I
8 Ctrl + E
9 Ctrl + U
10 Ctrl + Z
11 Ctrl + Y
12 Ctrl + N
End
13 Ctrl + A
Home
14 Ctrl + J
15 Ctrl + 2
16 Ctrl + S
17 Ctrl + 1
18 F12
19 Ctrl + W
-----------
20 Ctrl + K
21 Ctrl + ]
22 Ctrl + (left arrow)
23 Ctrl + (right arrow)
24 Ctrl + [
25 Ctrl + Del
26 Ctrl + 5
27 F1                                                         pls mark me as brainliest and               
                                                                    check all the short cuts
 
        
             
        
        
        
Answer:
The code will be a java-script code
Explanation:
public abstract class Phone{
     private String phoneNumber ; 
     public Phone  (String thePhoneNumber) {
         phoneNumber = thePhoneNumber ; 
     }
     public  String getPhoneNumber ( ) {
         return phoneNumber ; 
     } 
public String toString (  ) {
     phoneNumber = "# (" + phoneNumber + ") " ; 
     return phoneNumber ; 
    }
public abstract boolean createConnection (Network status) ; 
public abstract void closeConnection(  ) ; 
}