Year 11 D QBASIC

Year 11 D QBASIC

11th Grade

15 Qs

quiz-placeholder

Similar activities

AP CSP Mixed Review

AP CSP Mixed Review

9th - 12th Grade

20 Qs

Ch 4 Vocabulary

Ch 4 Vocabulary

9th - 12th Grade

12 Qs

CodeHS Python Unit 5 Review

CodeHS Python Unit 5 Review

9th - 12th Grade

15 Qs

APCSA Unit 4

APCSA Unit 4

9th - 12th Grade

10 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

Apple Swift Playgrounds: Learn to Code 1 Vocabulary (Lessons 0 - 6)

9th - 12th Grade

20 Qs

Quiz 2 Java

Quiz 2 Java

11th Grade

15 Qs

AP Computer Science Principles Unit 5 Review Lists

AP Computer Science Principles Unit 5 Review Lists

9th - 12th Grade

20 Qs

Year 11 D QBASIC

Year 11 D QBASIC

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Computing Room

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of variables in QBASIC?

The purpose of variables in QBASIC is to store and manipulate data during program execution.

Variables in QBASIC are meant to confuse the programmer.

Variables in QBASIC are used for decorative purposes only.

Variables in QBASIC are unnecessary and should be avoided.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the different data types supported in QBASIC?

Float

Integer, Single, Double, String, Boolean

Character

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you display output in QBASIC?

Use the PRINT statement in QBASIC.

Use the SING statement in QBASIC.

Implement the YELL statement in QBASIC.

Utilize the DANCE statement in QBASIC.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the INPUT statement in QBASIC.

The INPUT statement in QBASIC is used to create loops.

The INPUT statement in QBASIC is used to receive input from the user during program execution.

The INPUT statement in QBASIC is used to perform mathematical calculations.

The INPUT statement in QBASIC is used to display output on the screen.

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the syntax for IF-THEN-ELSE statement in QBASIC?

IF condition THEN statement2 ELSE statement1

IF condition THEN statement1 ELSE statement2

IF condition THEN statement1 ELSEIF statement2

IF condition THEN statement1 ELSE statement2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you use the SELECT CASE statement in QBASIC?

SELECT CASE expression, CASE value1: statements, CASE value2: statements, ..., CASE ELSE: statements, END SELECT

SELECT CASE expression, CASE value1: statements, CASE value2: statements, ..., CASE DEFAULT: statements, END SELECT

SELECT CASE expression, CASE value1: statements, CASE value2: statements, ..., CASE ELSE: statements, END IF

SELECT CASE expression, CASE value1: statements, CASE value2: statements, ..., CASE OTHERWISE: statements, END SELECT

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of loops in QBASIC?

Loops in QBASIC are used to create animations

Loops in QBASIC are designed to print text on the screen

Loops in QBASIC are meant to play sound effects

The purpose of loops in QBASIC is to repeat a block of code multiple times until a certain condition is met.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?