Please note that you only have 5 attempts to pass this Quiz.
0 of 12 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 12 Questions answered correctly
Your time:
Time has elapsed
Unfortunately, you did not pass the quiz.
Don't be discouraged - Go through the course material including the lecture videos, handout slides, and simulation examples to prepare and try again.
Congratulations, you have passed the quiz!
You still have room for improvement - Review the slides and simulation examples again to identify the concepts that you may have missed.
Congratulations, you have passed the quiz!
You scored better than average, but if you are still unsure about a particular topic, try starting a discussion on the Ansys Learning Forum to discuss your questions with peers around the world.
Congratulations, you have passed the quiz!
You did great - Check out other courses to further your knowledge. Also, visit the Ansys Learning Forum and participate in discussions on this subject to help your peers and deepen your own knowledge.
Congratulations you have passed the quiz!
You have excelled on this topic - Check out other courses and see if you can ace them too. Also, visit the Ansys Learning Forum to help your peers on this topic. With your knowledge, you can make a real difference.
Why you might need to use variables in a script?
What is the script command that removes all the variables from the workspace?
The variable names and the constant names are case-sensitive.
We create an array of 112 linearly spaced values from -5 to 22. What are the values of the 10th and 23rd elements?
The code below creates a new string variable, 'str3', by combining two strings, 'str1' and 'str2.' What is the required string operator in the blank to set the 'str3' value to 'Lumerical_Scripting'?
Enter the text without any spaces.
str1 = 'Lumerical_';
str2 = 'Scripting';
str3 = str1 str2;
Maxtix 'A' has a dimension of '10x1x1x5'. Which of the following result in a matrix dimension of 10x5?
Select all the statements that are true:
What function(s) allow(s) you to initialize an array with all elements set to '0'?
What data type can be added to a structure or cell array?
You can use mathematical functions on:
Download and open the script file that will set up a simulation region with a silicon slab on glass. Set the silicon slab thickness to 60nm and run the script.
What is the maximum transmission? Insert your answer as a number with three decimal places precision. For example, if the answer is 0.254912, type in 0.254.
What is the position of the maximum transmission (wavelength in nm)?
Insert your answer as a number with three decimal places precision.
For example, if the answer is 0.254912, type in 0.254.