G08 - ICT

G08 - ICT

8th Grade

20 Qs

quiz-placeholder

Similar activities

Flowchart and Scratch Programming Quiz

Flowchart and Scratch Programming Quiz

8th Grade

24 Qs

Chapter 8 Exam Review

Chapter 8 Exam Review

8th Grade

20 Qs

Semester 1 games Review

Semester 1 games Review

8th Grade

25 Qs

การออกแบบและเขียนโปรแกรมเบื้องต้น

การออกแบบและเขียนโปรแกรมเบื้องต้น

8th Grade

18 Qs

Quiz sobre el ornitorrinco y la programación

Quiz sobre el ornitorrinco y la programación

8th Grade - University

15 Qs

AR - 1.5 - Looping Shuffles

AR - 1.5 - Looping Shuffles

8th Grade - University

17 Qs

Python1

Python1

8th Grade

24 Qs

Ulangan Harian Kelas 4

Ulangan Harian Kelas 4

4th Grade - University

20 Qs

G08 - ICT

G08 - ICT

Assessment

Quiz

Information Technology (IT)

8th Grade

Medium

Created by

Sheryl Flores

Used 34+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write an If-Then-Else If-Else statement in VBA?

A)      If condition ElseIf condition Else End If

   If Then condition ElseIf Then Else End If

  If condition Then ... ElseIf condition Then ... Else ... End If

If condition Then ElseIf condition Then Else End If

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which operator is used for checking multiple conditions in an If statement?

AND

     ||

   XOR

&&

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which keyword is used to specify an alternative action if the condition is false?

Select

Else

End

   Next

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What will happen if you omit End If in a multi-line If-Then-Else block?

The code will execute but skip some lines

The code will display an error

  The code will run without issues

  The Else statement will be ignored

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for a simple If-Then statement in VBA?

If Then condition statement

  If condition statement Then

  If condition Then statement Else

If condition Then statement End If

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1.  In a Select... Case statement, is the "Case" sensitive to the letter casing?

Yes, it's case-sensitive

  It depends on the computer's settings

  It depends on the version of Excel

    No, it's case-insensitive

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. What is the purpose of the "Case Else" part in a Select... Case statement?

  It's used to create additional conditions

It's executed if none of the other cases match

It's used to indicate the end of the statement

   It's not used in Select... Case statements

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?