VEX Global Variables and Channels 2

VEX Global Variables and Channels 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

Microsoft IT Pro Meetup - October

Microsoft IT Pro Meetup - October

Professional Development

10 Qs

1.2 Microsoft Power Platform Quiz

1.2 Microsoft Power Platform Quiz

Professional Development

15 Qs

Exploring AI in Education

Exploring AI in Education

Professional Development

10 Qs

VEX Data Types 2

VEX Data Types 2

Professional Development

10 Qs

VEX vs VOPS 2

VEX vs VOPS 2

Professional Development

10 Qs

Online Communication and Media Literacy Quiz

Online Communication and Media Literacy Quiz

Professional Development

10 Qs

Understanding SPO Library and List

Understanding SPO Library and List

Professional Development

6 Qs

1.11 Quiz on Power Platform and Azure Services

1.11 Quiz on Power Platform and Azure Services

Professional Development

14 Qs

VEX Global Variables and Channels 2

VEX Global Variables and Channels 2

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Davide Bestetti

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a channel in VEX?
A global variable
A reference to a parameter
A function
A rendering attribute

Answer explanation

A channel in VEX refers to a parameter, often accessed using functions like ch().

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create an integer custom parameter in VEX?
Using ch()
Using chi()
Using chf()
Using chp()

Answer explanation

The chi() function is used to access integer custom parameters in VEX.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which global variable provides the total number of primitives?
P
@primnum
numprim
@numprim

Answer explanation

@numprim is a global variable representing the total number of primitives.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct syntax to create a slider parameter in VEX?
Using the slider() function
Creating a channel reference in ch()
Defining a custom UI
Linking a global variable

Answer explanation

Slider parameters can be created using a channel reference with ch().

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the difference between a custom parameter and a global variable?
Custom parameters are predefined
Global variables are user-defined
Custom parameters are user-defined, global variables are predefined
Both are the same

Answer explanation

Custom parameters are user-defined, while global variables are predefined.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you modify the value of a custom parameter in VEX?
By redefining it
By using the ch() function
By using a Python script
By accessing it in a SOP

Answer explanation

Custom parameters are modified using the ch() function in VEX.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a global variable for velocity?
@P
@Cd
@v
@N

Answer explanation

@v is the global variable for velocity in VEX.

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?