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
Ucertify Programming and Logic Review

Quiz
•
7th - 8th Grade
40 questions
FBLA Exploring Computer Science

Quiz
•
6th - 12th Grade
41 questions
Python Final Review

Quiz
•
6th Grade - University
42 questions
Ôn tập hk2 7

Quiz
•
7th Grade
45 questions
EV3 SLT Pretest Quiz

Quiz
•
6th - 8th Grade
40 questions
Introduction to Python Programming

Quiz
•
7th Grade
40 questions
year 3 QUIZ 3 2nd term

Quiz
•
3rd Grade - University
40 questions
Python Assessment 1

Quiz
•
7th - 9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade