QBASIC Programming Fundamentals
10 Questions
3 Views

QBASIC Programming Fundamentals

Created by
@FuturisticBasil

Questions and Answers

What is the purpose of the Color statement in QBASIC?

to display colors on the screen, taking two number values for foreground and background colors

What is the syntax of the PSET statement in QBASIC?

PSET [X-coordinate (column), Y-coordinate (row), (Color of Pixel)]

What is required to open a .wav file?

ATRAC3 (Adaptive Transform Acoustic Coding 3) should be installed into the system unit

What is the syntax of the PLAY statement in QBASIC?

<p>PLAY 'String' where String represents a series of alphabets, numbers, and symbols</p> Signup and view all the answers

What does the duration refer to in the SOUND command syntax?

<p>the number of system clock ticks for which the sound plays</p> Signup and view all the answers

Where does the word 'graphics' originate from?

<p>the word 'graphic' which means 'drawing'</p> Signup and view all the answers

What is the correct syntax of the LINE command?

<p>LINE (X1, Y1) - (X2, Y2), COLOR, (B, BF)</p> Signup and view all the answers

Which statement in QBASIC is used to produce a sound to draw attention to an error?

<p>BEEP Statement</p> Signup and view all the answers

What is the effect of reverberation known as?

<p>chorus</p> Signup and view all the answers

What device does the SOUND statement produce sound through?

<p>Internal Speakers</p> Signup and view all the answers

Study Notes

QBASIC Statements

  • The COLOR statement is used to display colors on the screen, taking two number values, where the first number sets the foreground color and the second number sets the background color.
  • The PSET statement has the syntax PSET [X-coordinate (column), Y-coordinate (row), (Color of Pixel)].
  • ATRAC3 should be installed into the system unit to open a .wav file.

Sound and Music

  • The PLAY statement has the syntax PLAY 'String', where the string represents a series of alphabets, numbers, and symbols that collectively produce a musical string in terms of octaves, notes, and duration.
  • In the SOUND command syntax, duration refers to the number of system clock ticks for which the sound plays.

Graphics and Display

  • The word "graphics" is derived from the Greek word "graphikos", meaning "drawn" or "written".
  • The LINE command has the syntax LINE (X1, Y1) - (X2, Y2), COLOR, (B, BF).

Error Handling and Sound

  • The SOUND statement is used to produce a sound to draw the attention of the user to an error.
  • The BEEP statement is used to play the system beep sound.

Audio Effects

  • The effect of reverberation is known as chorus.

Computer Hardware

  • The SOUND statement is used to produce a sound through the computer's Internal Speakers.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

Test your understanding of QBASIC statements, including COLOR, PSET, and PLAY, as well as audio file handling. Learn how to use these statements to create visual and audio effects in your QBASIC programs.

More Quizzes Like This

QBASIC Quiz
6 questions

QBASIC Quiz

UnbeatableSphene avatar
UnbeatableSphene
QBasic Quiz
5 questions

QBasic Quiz

ImprovedChaparral209 avatar
ImprovedChaparral209
QBASIC and Audio File Formats
8 questions
Use Quizgecko on...
Browser
Browser