Small Basic Mid Point Review

Quiz
•
Computers
•
6th - 12th Grade
•
Hard
Nevin Morrison
Used 54+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you display text to the user?
TextWindow.Read()
TextWindow.Title = "Text"
TextWindow.WriteLine("Text")
TextShow = "Text"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you read input from the user and store it in a variable?
input = TextWindow.Read()
input = TextWindow.GetText()
TextWindow.Read()
input = TextWindow.WriteLine()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare string (text/words) variables as opposed to integer (number) variables?
Put strings in brackets.
Surround strings by quotation marks.
Put integers in brackets.
Surround integers by quotation marks.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you repeat tasks?
If statements
If else statements
For or while loops
branching
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What kind of statement would you use to make a decision that has two possible answers?
If else statement
While statement
For statement
Sub routine
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What kind of statement would you use to make a decision that has more than two possible answers?
If statement
For loop
While loop
If Elseif statement
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of statement would you use to return to the start of your program from different parts of your program?
Subroutine
Branching
For Loop
If Statement
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would you store a section of code in that you need to reuse several times in different places throughout your program?
Subroutine
While Loop
Branching
For Loop
Similar Resources on Wayground
10 questions
🔦 Formative Assessment 2: Flow Controls

Quiz
•
12th Grade
10 questions
VB Quiz

Quiz
•
5th Grade - University
13 questions
KS4 Python While Loops and For Loops

Quiz
•
9th - 11th Grade
10 questions
NHTW Programming

Quiz
•
9th Grade
11 questions
Control Structures - Selection in Python

Quiz
•
8th Grade - University
9 questions
Blockly Coding

Quiz
•
8th Grade
10 questions
AP CSP Vocabulary Quiz

Quiz
•
12th Grade
11 questions
Animation

Quiz
•
8th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd 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
25 questions
Exploring POV and Unreliable Narrators

Quiz
•
7th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)

Quiz
•
9th Grade
15 questions
MLA Formatting

Quiz
•
9th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade