Very Basic Programming

Very Basic Programming

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

2.2 Programming techniques

2.2 Programming techniques

10th - 11th Grade

24 Qs

Visual Basic Assessment

Visual Basic Assessment

11th - 12th Grade

21 Qs

Типове данни. Операции. Оператори.

Типове данни. Операции. Оператори.

11th - 12th Grade

16 Qs

AQA GCSE Computer Science Paper 1

AQA GCSE Computer Science Paper 1

9th - 11th Grade

20 Qs

Programming

Programming

9th - 11th Grade

20 Qs

Programming Recap

Programming Recap

9th - 10th Grade

19 Qs

Java, part I

Java, part I

11th Grade - University

20 Qs

Quiz Visual Studio

Quiz Visual Studio

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?