Computer Science, asked by mayabhai01294, 9 months ago

2.Fill in the blanks:
a. The__________command is used to change the screen mode from graphics to text mode and vice versa.
b. The__________statement is used to draw a figure or shape.
c. The___________"is used to draw a point on the screen.
d. The default colour in the graphics screen is________
e. The screen 12 supports ___________ colours.​

Answers

Answered by suskumari135
14

Answer:

1. #include<graphics.h>

2. drawpoly()

3. putpixel()

4. Black

5. 4096 colors

Explanation

All above terms are related to Graphical programming in C/C++.

When an object is represented in a Pictorial form then it is known as a graphics which is being used in every field of application nowadays.

There are 2 types of modes supported:-

1. Text Mode

In this, we do not use graphic library.

2. Graphics Mode

Graphic libraries are used in this mode.

Answered by tanmaykumar547
0

Answer:

Explanation:

Dash command change the screen back to text mode

Similar questions