0% found this document useful (0 votes)
10 views4 pages

CC Test1 Solutions

Uploaded by

Anirban Dey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views4 pages

CC Test1 Solutions

Uploaded by

Anirban Dey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

CC test 1- Chapter 1 and 2

1. Answer the following questions, Write new position of Sprite

a) Sprite starts at x=0 y=0, does the following :-

What would be the values of x and y?

Answer X= 0

Y= 10

b) Sprite starts at x=0 y=0, does the following :-

Answer X=

Y=

X=210, Y=110
c) Create a script to make the sprite do following steps and write the
final output position

Start at ( 110, -100)

Move 50 steps

Turn 90 degrees

Move 100 steps

Turn 90 degrees

Point in -90

Move 50 steps

Write new position of Sprite

Answer X=

Y=

Ans. X= 110, Y=-200

d. The Sprite is at the starting position X = 0 Y = 0

After executing the following commands, what will be the new


position (X, y) of Sprite?

Answer
X=
Y=

Ans. X= 210 Y=110

2. Observe the script given on right


The commands to draw this figure are jumbled. Identify the
sequence and write the sequence number

Answer:
(Just write the alphabet in correct sequence)

Ans. e,c,b,d,a

3. What will be the shape seen on the stage after executing the
following commands?
Answer:

Ans.

4. Sprite starts moving towards horizontal right from left side of the x-
axis, how many steps it takes to reach the right side of the x-axis.
Ans. 480

5. By default, the sprite points to the direction


Ans. 90

You might also like