Question 1 Not yet answered Marked out of 4.00 Visual python display window coordinates are formed with (x,y,z) where y represents: Select one: horizontal axis O O in/out of the display window O None of the choices fits Ο Ο vertical axis
Question 2 Not yet answered Marked out of 4.00 In order to write a comment in Visual Python, the correct sign would be: Select one: O _# O # O *#* O Clear my choice
Question 3 Not yet answered Marked out of 4.00 To choose z-component of the velocity that is defined using Visual Python as v=vector(x,y,z), it is needed to be written: Select one: V.Z O V_Z v.vector.z ОО vector.z Clear my choice
Question 4 Not yet answered Marked out of 4.00 To define an angle of 25 degrees in radians using Visual Python, it is needed to be written: Select one: 25/pi*180 O 25/pi/180 O 25pi/180 O 25*pi/180 O Clear my choice
Not yet answered Question 5 Marked out of 4.00 Which attribute is used to change the arrow length in visual python? Select one: pos O radius O size Ο Ο axis Clear my choice
Not yet answered Question 6 Marked out of 4.00 Which attribute is used to change the size of a spherical object in visual python? Select one: pos O radius O size O axis O Clear my choice
Not yet answered Question 7 Marked out of 4.00 Visual python display window coordinates are formed with (x,y,z) where z represents: Select one: horizontal axis O in/out of the display window O None of the choices fits o Ο Ο vertical axis
Question 8 Not yet answered Marked out of 4.00 Which line of the code correctly defines red color for an object in visual python? Select one: color=color(red) O color.color=red color=color.red color.red О
Question 9 Not yet answered Marked out of 4.00 What is a correct code line which is used to leave a trail behind a moving object? Select one: maketrail=True O make_trail=True O make-trail=True O make.trail=true О Clear my choice
Question 10 Not yet answered Marked out of 4.00 In a following line of the code "box(pos=vector(0, 0, o), size=(1,2,3),color=color.green)" size values define following: Select one: length=2, height=1, width=3 o О length=0, height=0, width=0 O length=1, height=2, width=3 ОО length=3, height=2, width=1
Question 1 Not yet answered Marked out of 4.00 Visual python display window coordinates are formed with (x,y,z) where y
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am