Very Basic Programming

Very Basic Programming

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 1 - Introduction to Kotlin (L2)[ID]

Unit 1 - Introduction to Kotlin (L2)[ID]

12th Grade

20 Qs

C# Handling Events

C# Handling Events

10th - 12th Grade

20 Qs

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

Data Types- Python

Data Types- Python

7th - 11th Grade

25 Qs

S4 Programming Recap

S4 Programming Recap

11th Grade

17 Qs

Python Basics 2

Python Basics 2

9th - 12th Grade

20 Qs

2.2 Programming Techniques

2.2 Programming Techniques

10th - 11th Grade

22 Qs

Intro to Python Vocabulary

Intro to Python Vocabulary

7th - 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?