Gr 7 - QBASIC LOOPS

Quiz
•
Computers
•
7th Grade
•
Medium
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
Similar Resources on Wayground
40 questions
24-25 G8 2nd assessment review

Quiz
•
7th Grade
35 questions
Quizizz: Lesson 3.4 Dance Battle - Student Activity Guide

Quiz
•
6th - 8th Grade
37 questions
Python class 7 operators

Quiz
•
7th Grade
35 questions
Programming/Coding Basics - PreAssessment

Quiz
•
7th - 10th Grade
39 questions
Coding e pensiero computazionale - Test d'ingresso

Quiz
•
6th - 8th Grade
39 questions
HN Python Y8

Quiz
•
6th - 9th Grade
40 questions
For Loop and Dry Run Revision Quiz

Quiz
•
7th Grade - Professio...
35 questions
CS Basics

Quiz
•
4th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade