Gr 7 - QBASIC LOOPS

Gr 7 - QBASIC LOOPS

7th Grade

40 Qs

quiz-placeholder

Similar activities

LOOPING STATEMENTS

LOOPING STATEMENTS

7th Grade

35 Qs

Python class 7 operators

Python class 7 operators

7th Grade

37 Qs

Programming/Coding Basics - PreAssessment

Programming/Coding Basics - PreAssessment

7th - 10th Grade

35 Qs

Tynker Assesment

Tynker Assesment

4th - 10th Grade

40 Qs

Word Processing Skills

Word Processing Skills

7th - 8th Grade

40 Qs

Coding e pensiero computazionale - Test d'ingresso

Coding e pensiero computazionale - Test d'ingresso

6th - 8th Grade

39 Qs

Quizizz: Lesson 3.4 Dance Battle - Student Activity Guide

Quizizz: Lesson 3.4 Dance Battle - Student Activity Guide

6th - 8th Grade

35 Qs

KO6 Year 8

KO6 Year 8

7th Grade

39 Qs

Gr 7 - QBASIC LOOPS

Gr 7 - QBASIC LOOPS

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Aryo Tridhika

Used 14+ times

FREE Resource

40 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Identify the counter variable in the given program

FOR i = 1 TO 4

PRINT “computer”

NEXT

2.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Identify the Initial value in the given program

FOR i = 1 TO 11

PRINT “5”

NEXT i

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

1. A repeated execution of statements for a fixed number of times is known as________

Loop

Repeat

Again

execution

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

2. The number of times the for next loop gets executed is based on the difference between ______________ value.

n value

start value and end value

maximum value

x and y value

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

3. To execute a group of statements for a specific number of times ___________ loop is used.

for next

while

do while

do until

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What will be the output of the following code?
FOR i = 1 TO 5

PRINT i

NEXT

1 2 3 4 5 6

1 2 3 4 5

5 4 3 2 1

1 2 3 4

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

i = 5

DO UNTIL i > 7

PRINT i;

i = i + 1

LOOP

5 6 7

5 6

5 6 7 8

5

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?