VEX Global Variables and Channels 1

VEX Global Variables and Channels 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

3.8 Model-Driven App Quiz

3.8 Model-Driven App Quiz

Professional Development

14 Qs

แบบทดสอบ CSS สัปดาห์ที่ 14-15

แบบทดสอบ CSS สัปดาห์ที่ 14-15

Professional Development

10 Qs

1.2 Microsoft Power Platform Quiz

1.2 Microsoft Power Platform Quiz

Professional Development

15 Qs

Mastering React and Form Validation

Mastering React and Form Validation

Professional Development

10 Qs

Compreensão de Código React Native

Compreensão de Código React Native

Professional Development

15 Qs

Understanding Increment Operators

Understanding Increment Operators

Professional Development

10 Qs

DADT03 Exception Handling

DADT03 Exception Handling

Professional Development

11 Qs

Scratch Programming Post Test

Scratch Programming Post Test

Professional Development

12 Qs

VEX Global Variables and Channels 1

VEX Global Variables and Channels 1

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Davide Bestetti

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are global variables in VEX?
Variables defined in functions
Predefined variables available in any context
User-defined variables
Variables that control rendering

Answer explanation

Global variables in VEX are predefined and available in any context.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a global variable in VEX?
@P
N
Cd
@N

Answer explanation

'N' is a global variable representing the surface normal.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you create a custom parameter in VEX?
By declaring a global variable
By using ch() function
By creating a new node
By writing a Python script

Answer explanation

The ch() function is used to reference custom parameters in VEX.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the ch() function do in VEX?
Changes a variable
Creates a channel reference
Modifies global variables
Accesses shader settings

Answer explanation

The ch() function creates a channel reference for custom parameters.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which global variable holds point positions?
@Cd
P
N
@ptnum

Answer explanation

'P' is a global variable that holds point positions.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you access a custom float parameter in VEX?
chf()
ch()
chv()
chp()

Answer explanation

The ch() function is used for accessing custom parameters, including floats.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is @ptnum in VEX?
A predefined variable for the total number of points
A global variable for the current point number
A custom parameter
A local variable for geometry attributes

Answer explanation

@ptnum is a global variable representing the current point number.

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?