prep3 _Second Term Revision 1

prep3 _Second Term Revision 1

9th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 1 Quiz Programming 23-24

Unit 1 Quiz Programming 23-24

9th Grade

17 Qs

Scratch Pre-Assessment

Scratch Pre-Assessment

5th - 9th Grade

20 Qs

Blender Homework 2

Blender Homework 2

9th Grade

15 Qs

LEGO Ev3 Robotics

LEGO Ev3 Robotics

5th - 12th Grade

15 Qs

Variables and Loops Review

Variables and Loops Review

9th - 12th Grade

20 Qs

Python 14/12/16

Python 14/12/16

9th - 11th Grade

20 Qs

for loop

for loop

9th Grade

22 Qs

Scratch Quiz 2

Scratch Quiz 2

7th - 9th Grade

20 Qs

prep3 _Second Term Revision 1

prep3 _Second Term Revision 1

Assessment

Quiz

Computers

9th Grade

Hard

Created by

manal abdelmawgoud

Used 38+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of possible branches when using ( If ... Then ... Else) statement is 2.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables are reserved memory locations that have names and data types, the stored value can't be changed during the execution of program

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you name variables or constants, it must begin with a letter or number.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can call the Procedures only once.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Dim statement is used for declaring (Variables).

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you know in advance the number of iterations in the loop (a specific number of times); so the appropriate loop statement is :

For ...Next

If ... End If

Do While ... Loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value displayed in the Label control (LblOut) when running the following code:

 

Dim I As Integer

       For I = 2 To 10 Step 2

LblOut . Text = LblOut . Text & I & " , "

Next

 2

2,3,4,5,6,7,8,9,10

2,4,6,8,10

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?