Very Basic Programming

Very Basic Programming

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python

Python

6th - 10th Grade

17 Qs

SIOT - Komunikasi Data Serial UART

SIOT - Komunikasi Data Serial UART

11th - 12th Grade

15 Qs

3.3.1/3.3.2 Levels of Programming Languages & Translators

3.3.1/3.3.2 Levels of Programming Languages & Translators

10th Grade

19 Qs

QUIZ Pemrograman Dasar

QUIZ Pemrograman Dasar

10th Grade

20 Qs

Functions

Functions

9th - 12th Grade

20 Qs

ARRAY C++

ARRAY C++

11th Grade

20 Qs

Computing Concepts

Computing Concepts

10th Grade

17 Qs

BJC AP CSP T1 Final Exam Pt2

BJC AP CSP T1 Final Exam Pt2

8th - 12th Grade

20 Qs

Very Basic Programming

Very Basic Programming

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?