G08 - ICT

G08 - ICT

8th Grade

20 Qs

quiz-placeholder

Similar activities

 BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

BAB 4 | 4.1 KOD ARAHAN | SUBTOPIK 4.1.2

2nd Grade - University

15 Qs

Python Syntax and Logic Quiz

Python Syntax and Logic Quiz

8th Grade

24 Qs

HTML Level 1

HTML Level 1

8th Grade - University

16 Qs

PTS TIK

PTS TIK

8th Grade

25 Qs

Digital Technology

Digital Technology

8th Grade

15 Qs

Scratch

Scratch

8th Grade - University

15 Qs

Danger online

Danger online

7th Grade - University

25 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 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?