Graphics in Qbasic

Graphics in Qbasic

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

MOAC Word 2016 Lesson 2

MOAC Word 2016 Lesson 2

8th - 12th Grade

10 Qs

Identifying and Understanding the Microsoft Word Interface

Identifying and Understanding the Microsoft Word Interface

8th - 12th Grade

14 Qs

Word Pretest

Word Pretest

4th - 12th Grade

10 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Python Intro

Python Intro

7th - 8th Grade

12 Qs

Organizing Objects in Corel Draw

Organizing Objects in Corel Draw

8th Grade

10 Qs

Programming in QBasic

Programming in QBasic

6th Grade

10 Qs

Graphics in Qbasic

Graphics in Qbasic

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Intelligent Ishan

Used 21+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Qbasic is a ____________ level programming language

Low

High

Medium

Other

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The default mode in qbasic is

Text mode

Graphic mode

High mode

Blank

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In graphic mode 1, the resolution of the screen is

320 columns and 100 rows

100 columns and 320 rows

320 columns and 200 rows

1 column and 1 row

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which command is used for converting the text mode to graphic mode?

ALT

CLS

SCREEN

DELETE

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

L command is used to draw a line from the pointer to the _________ direction

Right

Up

Left

Down

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is PSET command used for?

To clear the output screen

To add color to the screen

To start drawing from anywhere on the screen

None of these

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

What is the syntax for the circle command

8.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the use of line command?

For deleting

For drawing a circle

For drawing a straight line

For choosing screen resolution

9.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Syntax for drawing a box

Line (x1,y1) - (x2,y2), COLOR, B

Line (x1,y1) - (x2,y2), COLOR,

Line (x1,y1) - (x2,y2), COLOR, BP

Line (x1,y1) - (x2,y2),