Grade 7 - QBASIC Quiz

Grade 7 - QBASIC Quiz

7th Grade

15 Qs

quiz-placeholder

Similar activities

Scratch Basics

Scratch Basics

1st - 8th Grade

15 Qs

Scratch Year 7 End of Unit Quiz

Scratch Year 7 End of Unit Quiz

7th - 8th Grade

20 Qs

Computer Science

Computer Science

3rd - 12th Grade

12 Qs

Sphero

Sphero

6th - 8th Grade

20 Qs

Edison robot

Edison robot

6th - 7th Grade

15 Qs

Looping / Conditionals

Looping / Conditionals

6th - 8th Grade

12 Qs

Scratch Pre-Assessment

Scratch Pre-Assessment

5th - 9th Grade

20 Qs

Scratch

Scratch

7th - 9th Grade

19 Qs

Grade 7 - QBASIC Quiz

Grade 7 - QBASIC Quiz

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Pauline Selvarathi

Used 99+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

F3 key is pressed to execute or run the program to get the result.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

QBASIC is the most widely used version of _______.

PASCAL

JAVA

C

BASIC

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _______ loop executes a set of instructions as long as a given condition is true.

For...Next Loop

While .... Wend Loop

Do.....Loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ________ loop is used to repeatedly execute a statement or a block of statements for the specified number of times.

FOR...NEXT loop

Do......Loop

While.....Wend Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If no STEP is used with the FOR statement, the control variable is incremented by the default value, which is ___.

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following program?

CLS

FOR number = 1 TO 5

PRINT number

NEXT number

END

1

2

3

1

2

3

4

5

0

1

2

3

4

5

1

2

3

4

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

_______________ is the value by which control_variable is incremented each time through the loop.

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?