Graphics14

Graphics14

University

7 Qs

quiz-placeholder

Similar activities

Computer Programming Function

Computer Programming Function

University

10 Qs

1.1 - Internal components of a computer

1.1 - Internal components of a computer

KG - University

10 Qs

Teknologi Layanan Jaringan XII TKJ

Teknologi Layanan Jaringan XII TKJ

University

10 Qs

Notes on Blender 3D - Section 5/6

Notes on Blender 3D - Section 5/6

6th Grade - University

10 Qs

Grafika Komputer

Grafika Komputer

University

10 Qs

Application Software

Application Software

11th Grade - University

10 Qs

C++ Functions

C++ Functions

University

10 Qs

CMU CS1 Unit 2 review

CMU CS1 Unit 2 review

7th Grade - University

7 Qs

Graphics14

Graphics14

Assessment

Quiz

Computers

University

Easy

Created by

Abhishek Pandey

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file is required to use graphics functions in C?

stdio.h

conio.h

time.h

graphics.h

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function initializes the graphics mode in C using graphics.h?

  • initgraph()

  • startgraph()

  • beginGraphics()

closegraph()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the closegraph() function do?

Sets the background color

Closes the graphics mode and deallocates memory

Initializes the graphics mode

Draws a circle on the screen

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to draw a circle in graphics.h?

circle()

MAKECIRCLE()

getCircle()

createcircle()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to set the color of the drawing in graphics.h?

setcolor()

setfillstyle()

setbkcolor()

settextstyle()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the initgraph() function, which parameter specifies the graphics driver?

The first parameter

The second parameter

The Third parameter

The last parameter

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions draws a rectangle?

drawRect()

setrectangle()

rectangle()

ractBox