Very Basic Programming

Very Basic Programming

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

Java OOP Examples and Definitions

Java OOP Examples and Definitions

12th Grade

17 Qs

UJIAN PTS KELAS XI MM2 PKK TAHUN 2020 - 2021

UJIAN PTS KELAS XI MM2 PKK TAHUN 2020 - 2021

11th Grade

20 Qs

Java, part I

Java, part I

11th Grade - University

20 Qs

Visual Basic Assessment

Visual Basic Assessment

11th - 12th Grade

21 Qs

Python File Handling

Python File Handling

12th Grade

15 Qs

C# программирование

C# программирование

11th Grade

15 Qs

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

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