
Mastering Small Basic Drawing and Math

Quiz
•
Computers
•
7th Grade
•
Hard
Hezron Kiongo
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you use the Drawline method to create a triangle?
Draw a circle around three points to create a triangle.
Connect two points with a line to form a triangle.
Draw a single line to represent the triangle's base.
Draw three lines connecting three points to form a triangle.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the coordinates needed to draw a rectangle using Drawline?
Coordinates: (0, 0), (1, 1)
Coordinates: (x1, y1), (x2, y1)
Coordinates: (x1, y1), (x1, y2)
Coordinates: (x1, y1), (x2, y2)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write a Small Basic code snippet to find the sum of three numbers.
num1 = 5; num2 = 10; num3 = 15; sum = num1 - num2 - num3; TextWindow.WriteLine(sum);
num1 = 5; num2 = 10; num3 = 15; sum = num1 * num2 * num3; TextWindow.WriteLine(sum);
num1 = 5; num2 = 10; num3 = 15; sum = num1 + num2 + num3; TextWindow.WriteLine(sum);
num1 = 5; num2 = 10; sum = num1 + num2; TextWindow.WriteLine(sum);
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you calculate the average of three input values in Small Basic?
average = (value1 + value2 + value3) / 3
average = (value1 + value2 + value3) * 3
average = (value1 - value2 - value3) / 3
average = (value1 + value2) / 2
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is input validation and why is it important when taking user input?
Input validation slows down the user input process.
Input validation is crucial for ensuring data integrity and security when taking user input.
Input validation is irrelevant for secure applications.
Input validation is only necessary for numeric data.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe how to draw a triangle using three Drawline commands.
Drawline(A, B), Drawline(A, C), Drawline(B, C) will create a triangle.
Use Drawline(A, C), Drawline(C, B), Drawline(B, A) to draw a triangle.
Drawline(A, B), Drawline(A, A), Drawline(B, C) to form a triangle.
Use Drawline(A, B), Drawline(B, C), Drawline(C, A) to draw a triangle.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you combine shapes using the Drawline method?
Use the DrawLine method to connect the vertices of the shapes.
Use the DrawLine method to fill the shapes with color.
You cannot combine shapes using the DrawLine method.
DrawLine can only be used for straight lines, not shapes.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Y8 Quiz Questions

Quiz
•
7th Grade
14 questions
Computing Revision JCG

Quiz
•
KG - University
19 questions
ProA Desarrollo de Software 3° año

Quiz
•
1st - 12th Grade
10 questions
PYTHON-CLASS1-QUIZ

Quiz
•
6th - 8th Grade
20 questions
Input devices and Word processing Software

Quiz
•
7th - 9th Grade
10 questions
Input Process Output

Quiz
•
7th - 8th Grade
10 questions
Y8 - Python - Quiz 2

Quiz
•
7th Grade
12 questions
Python Programming Basics

Quiz
•
7th - 11th 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