VB 1

VB 1

6th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Robotics Quiz

Robotics Quiz

1st - 12th Grade

8 Qs

C# Programming Basics Quiz

C# Programming Basics Quiz

10th Grade

10 Qs

Basic C# .NET Course

Basic C# .NET Course

5th - 10th Grade

10 Qs

Java  Quiz (Who knows java best?)

Java Quiz (Who knows java best?)

7th - 10th Grade

10 Qs

Python

Python

10th - 11th Grade

10 Qs

C# - test

C# - test

10th - 11th Grade

11 Qs

Python Final Assessment

Python Final Assessment

4th - 12th Grade

10 Qs

Python Recap

Python Recap

10th Grade

7 Qs

VB 1

VB 1

Assessment

Quiz

Computers

6th - 12th Grade

Easy

Created by

C Payne

Used 13+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which message will OUTPUT a phrase to my screen?
Console.Writeline()
Console.Readline()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An Integer will store..
Numbers
Characters

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

DIM is used to.....
Declare a variable
Output a message

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Console.Readline will..
Make the program wait
Save a number 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The programming language we use is called..
Visual Basic
Javascript

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Everything i write in my program goes inbetween...
Sub Main() and End Sub
Module1 and End Module

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I can output variables in my Console.Writeline
True 
False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which piece of code is telling the program what is stored in the variable
DIm Number1 As Integer 
Dim
Integer