Search Header Logo

Very Basic Programming

Authored by Ralph Ellis

Computers

10th - 12th Grade

Used 24+ times

Very Basic Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?