VB 1

VB 1

6th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

ICT 9 Quiz 1

ICT 9 Quiz 1

9th Grade

10 Qs

Ulangan harian 1 Algoritma dan Pemrograman

Ulangan harian 1 Algoritma dan Pemrograman

12th Grade - University

13 Qs

Kiểm tra 15' tin 8 lần 2

Kiểm tra 15' tin 8 lần 2

8th Grade

10 Qs

hardware and software(g3)

hardware and software(g3)

2nd - 10th Grade

10 Qs

Microcontroller

Microcontroller

11th Grade - University

10 Qs

Parcial 2 - Robótica

Parcial 2 - Robótica

11th Grade

10 Qs

Python lesson 3

Python lesson 3

8th Grade

11 Qs

Tin 8/1

Tin 8/1

KG - University

10 Qs

VB 1

VB 1

Assessment

Quiz

Computers

6th - 12th Grade

Practice Problem

Easy

Created by

C Payne

Used 13+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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