Very Basic Programming

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Ralph Ellis
Used 24+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In VB.NET, which of these is a way to declare a variable?
Dim name as String
Make name a String
name = String
String(name)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In VB.NET this is an example of a definite iteration:
For i = 0 to 9 .... Next
While count <= 10 ... Loop
If x = 10 then ... Else ... End If
name = "Bob"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In VB.NET this is an example of an indefinite iteration:
For i = 0 to 9 .... Next
While count <= 10 ... Loop
If x = 10 then ... Else ... End If
name = "Bob"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In VB.NET this is an example of a selection statement
For i = 0 to 9 .... Next
While count <= 10 ... Loop
If x = 10 then ... Else ... End If
name = "Bob"
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In VB.NET a Structure can be created to store related data together. What is this a type of?
Record
Array
List
Dictionary
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is used to store values within a fixed length data structure?
Array
List
Structure
File
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Procedures and functions are types of what?
Subroutines
Files
Arrays
Variables
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Basics Python

Quiz
•
8th - 10th Grade
20 questions
Evaluación intermedia once

Quiz
•
1st - 11th Grade
25 questions
arrays and strings in java

Quiz
•
12th Grade
21 questions
SAINS KOMPUTER TINGKATAN 4 (BAB1)

Quiz
•
KG - University
20 questions
Java Kena Mental

Quiz
•
12th Grade
20 questions
Java, part I

Quiz
•
11th Grade - University
21 questions
Visual Basic Assessment

Quiz
•
11th - 12th Grade
25 questions
Visual Basic Programming

Quiz
•
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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade