Graphics14

Graphics14

University

7 Qs

quiz-placeholder

Similar activities

Session 2 - Hardware and Peripherals

Session 2 - Hardware and Peripherals

10th Grade - University

12 Qs

Bitmap v Vector Images

Bitmap v Vector Images

KG - University

10 Qs

Parts of the Computer (Easy)

Parts of the Computer (Easy)

7th Grade - University

12 Qs

Quiz-1_Computer Graphics

Quiz-1_Computer Graphics

University

10 Qs

Acronyms for all

Acronyms for all

University

11 Qs

Chapter 3 : Computer Software Quiz

Chapter 3 : Computer Software Quiz

University

10 Qs

Functions Pt. 2 + Separate Compilation

Functions Pt. 2 + Separate Compilation

9th Grade - University

10 Qs

What is a computer

What is a computer

KG - University

11 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