VEX Global Variables and Channels 1

VEX Global Variables and Channels 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

3.5 Quiz on Canvas Apps and Model-Driven Apps

3.5 Quiz on Canvas Apps and Model-Driven Apps

Professional Development

15 Qs

Atividade 1

Atividade 1

Professional Development

5 Qs

Repaso_LaMadrid

Repaso_LaMadrid

Professional Development

12 Qs

VEX Data Types 1

VEX Data Types 1

Professional Development

10 Qs

Web Development Mastery

Web Development Mastery

Professional Development

10 Qs

Preguntas sobre POO

Preguntas sobre POO

Professional Development

15 Qs

QUIZ PIMS COP 2024

QUIZ PIMS COP 2024

Professional Development

10 Qs

JavaScript Conditional Logic Quiz

JavaScript Conditional Logic Quiz

Professional Development

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