wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

KKEM Session 04

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Where can we initialise a default value in variables

a)

default in variable panel

b)

using Assign Activity

c)

using WriteLine activity

d)

None of the mentioned

2.

Which control flow statement perform series of activities in the body section and then check the expression

a)

While

b)

Do while

c)

For Each

d)

Switch

3.

Consider an Int32 variable (Counter), initially assigned with the value 10. The value decreases by 1 every time a sequence is executed in a Do While activity. 

How many times will the sequence be executed if the expression in the Condition field of the Do While activity is V > 0? 

a)

9

b)

10

c)

11

d)

1

4.

Which one of the following activities enables your project to take multiple different courses of action, depending on whether a series of specified conditions are met?

a)

If

b)

Else if

c)

Switch

d)

For Each

5.

Which one of the following activities consists of a conditional expression and a collection of cases, with a corresponding set of activities?

a)

While

b)

Else if

c)

Switch

d)

None of the mentioned

6.

Flowchart is opted for creating a process with multiple nested decisions, you'd opt for the Flowchart layout?

a)

True

b)

False

7.

In Input Dialog activity how can we give values for menu option

a)

{{option1;option2}}

b)

"option1;option2"

c)

"option1; option 2"

d)

None of the mentioned

8.

Which if activity is used at flowchart level?

a)

If

b)

flow decision

c)

else if

d)

All the above mentioned

9.

Which activity in uipath helps to run various acitivities parallely asynchronously

a)

For Each

b)

While

c)

Do While

d)

Parallel

10.

A Break Activity is used to stop the segment of automation that's repetitive at a chosen point, and then continue with the next activity. Which of the following three (3) activities enables you to insert Break Activity within them?

a)

For Each

b)

Switch

c)

Input Dialog

d)

All the above