10th Computer Science MCQS Chapter 6

Google Ads1

10th Computer Science MCQS


In BaSIC, normally, there are ___________ screen graphics modes.
5
9
15
13

We can draw an ellipse on the screen by using the statement.
PSET
ELLIPSE
DRAW
CIRCLE

The syntax of PSET statement is:
PSET [attribute, color switch]
PSET (x,y) [,color]
PSET [attribute, color]
PSET [color switch]

The syntax of screen statement is:
Screen [mode] [, [attribute, color switch]]
Screen [mode] [, [color, switch]]
Screen [mode] [, [attribute, color]]

The statement used to display a point or pixel at specified place on the screen is:
COLOR
PSET
SET
PIXEL

The tex mode the whole screen is divided into:
80 columns & 25 rows.
50 columns & 30 rows.
20 columns & 25 rows.
128 columns & 50 rows.

The prefix “B” in DRAW statement is used for.
Draw a block
Move with blue mark
Both a and b
Move with black mark

The statement used to select a screen mode is.
SCREEN MOOD
SCREEN
COLOR
MODE

In BASIC mode a border color cannot be specified?
Screen mode 2
Screen mode 1
Screen mode 0
Screen mode 3

Which statement is used for high resolution graphics mode.
None of these
SCREEN 2
SCREEN 0
SCREEN 1

Continue Reading Go to Next Page

Google Ads