Search Header Logo

RPA Day 03 Sesi 05 Closing

Authored by ALI GUNAWAN

Computers, Science

KG - 12th Grade

Used 1+ times

RPA Day 03 Sesi 05 Closing
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Consider the list of strings ListOfContinents = {"Africa", "Antarctica", "Asia", "Australia", "Europe", "North America", "South America"}. 

What value will the expression ListOfContinents(2) return?

Antarctica

Australia

None, objects are not identified by their index in lists

Australia

Asia

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which activity can be used to write the content of a DataTable into a String?

Clear Data Table

Output Data Table

Generate Data Table

Write Data Table

Insert Data Table

3.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

Which of the following methods can be used to populate a list of strings type variable with the values John, Paul, George and Ringo? (Multiple Answer)

Leave the Default value blank and use Add To Collection activities to populate the list.

Set the Default value in the Variables panel to New List(of String) from {"John", "Paul", "George", "Ringo"}

Set the Default value in the Variables panel to {"John", "Paul", "George", "Ringo"}

Initiate the variable with New List(of String) and use Add To Collection activities to populate the list.

Set the Default value in the Variables panel to List(of String) from {"John", "Paul", "George", "Ringo"}

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Searches an input string for all occurrences and returns all the successful matches.

IsMatch

Replace

Macthes

Index

Find

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Indicates if the specified regular expression finds a match in the specified input string.

IsMatch

Replace

Macthes

Index

Find

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Replaces strings that match a Regex pattern with a specified replacement string.

IsMatch

Replace

Macthes

Index

Find

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Consider a dictionary variable (BirthDates), of type String, String, that contains name and birth date pairs. They key values are the names. You want to add a new key / value pair using an Assign Activity (John Doe, Apr/20/1980). 

What expressions would you enter in the To and Value fields of the Assign activity?

To: BirthDates(John Doe) Value: "Apr/20/1980"

To: BirthDates("John Doe") Value: "Apr/20/1980"

To: BirthDates("Apr/20/1980") Value: "John Doe"

To: "John Doe" Value: "Birth Dates"

To: BirthDates("John Doe") Value: "Apr/02/1980"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers