VB 1

VB 1

6th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

EXS4_4to_parcial2

EXS4_4to_parcial2

12th Grade

10 Qs

L1 Console, Variables and Creating a Program

L1 Console, Variables and Creating a Program

8th Grade

10 Qs

PlayStation Quiz

PlayStation Quiz

12th Grade

10 Qs

C# 101 Mid-Semester Review

C# 101 Mid-Semester Review

9th - 12th Grade

12 Qs

Unit 4 Quiz

Unit 4 Quiz

12th Grade

10 Qs

C# 12

C# 12

10th Grade

10 Qs

JRDL - JS Arrays and Objects

JRDL - JS Arrays and Objects

6th Grade - Professional Development

12 Qs

المتغيرات و انواعها

المتغيرات و انواعها

10th Grade

11 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