InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What repreasents x and y coordinates in small basic | 
                            
| 
                                   
Answer»  Answer: In Small Basic, x is the NUMBER of PIXELS from the left and y is the number of pixels from the top. Both x and y start at 0, for the left and top sides of the GraphicsWindow. The position of a shape is defined by a bounding box. The bounding box is a RECTANGLE that completely COVERS the shape when it was created Explanation: hope it helps you ❣️ follow me  | 
                            |