Gr 7 - QBASIC LOOPS

Gr 7 - QBASIC LOOPS

7th Grade

40 Qs

quiz-placeholder

Similar activities

Year 7CS_exam

Year 7CS_exam

4th - 8th Grade

37 Qs

Beginner Course 1 Final Quiz

Beginner Course 1 Final Quiz

6th - 12th Grade

38 Qs

Python Conditionals Worksheet

Python Conditionals Worksheet

7th Grade

41 Qs

Code.org  Review 5th Grade

Code.org Review 5th Grade

4th - 7th Grade

41 Qs

PAS PROGDAS TKJ 1 DAN TKJ 2

PAS PROGDAS TKJ 1 DAN TKJ 2

7th Grade

40 Qs

Python

Python

KG - Professional Development

35 Qs

Year 8 Term 2 EOT Quiz

Year 8 Term 2 EOT Quiz

7th Grade

40 Qs

Python Quiz

Python Quiz

5th - 12th Grade

40 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?