SOLVED QUESTIONS GRADED A+
● You have two user defined expressions: Width=12 and
Length=Width*2, what happens if you select Width in the Expressions
dialog box and click the Delete key?
-Length becomes equal to a constant, 24
-Both expressions are deleted
-Length will have a null value
-Width cannot be deleted. Answer: -Width cannot be deleted
● A conditional expression is created using what kind of statement?
-Do-Until
-If-Else
-Do-While
-Else-If. Answer: -If-Else
● Which command could you use to control the display or a specific
feature based on the value of an expression?
,-Suppress by Expression
-Hide
-Variable Hide
-Expression Display. Answer: -Suppress by Expression
● When are expressions automatically created?
-When features are created
-When getting information on an object
-When deleting a feature
-When selecting an object. Answer: -When features are created
● What type of expressions can be deleted using the Expression dialog
box?
-Any expression
-feature expressions
-Expressions that are not used
-Locked expressions. Answer: -Expressions that are not used
● if(Length==5)(150)else if(Length==4)(195)else(25) is an example of
what type of expression.
,-Parameter
-conditional
-what/then
-and/or. Answer: -conditional
● Which of the following statements about the Lock Formula option in
the Expressions dialog box are true?
-A locked expression cannot be unlocked
-has no indicator that it is locked
-Is particularly useful for protecting important expressions from being
modified
-you can only lock five expressions. Answer: -Is particularly useful for
protecting important expressions from being modified
● Design intent will determine which one of the following tasks.
-The modeling strategy
-If a drawing is required
-The color to make the model
-The material density. Answer: -The modeling strategy
● Can design intent be incorporated after the initial model construction?
, -No, the design intent is locked in from the start
-Only if the part started as an imported model
-Only if the model is not used in an assembly
-Yes, but may be more difficult. Answer: -Yes, but may be more difficult
● Which one of these following operations does not automatically create
expressions?
-When a sketch is dimensionally constrained
-When a part is opened
-When a feature is created
-When a feature is positioned. Answer: -When a part is opened
● What type of expressions cannot be deleted?
-Feature Expressions
-System Expressions
-User Defined Expressions
-Unused Expressions. Answer: -System Expressions
● Which is the correct format when creating a conditional expression?