CSI-P1

CSI-P1

University

15 Qs

quiz-placeholder

Similar activities

I Can Code!

I Can Code!

KG - University

10 Qs

Pygame

Pygame

University

20 Qs

Unity.Basics-2

Unity.Basics-2

6th Grade - University

15 Qs

Révision Intra

Révision Intra

University

20 Qs

Resistors

Resistors

KG - University

15 Qs

Lecture 03 - IT 1020SEF

Lecture 03 - IT 1020SEF

University

10 Qs

Note Taking Note Making

Note Taking Note Making

University

11 Qs

CSI-P1

CSI-P1

Assessment

Quiz

Computers, Education, Fun

University

Hard

Created by

Kirti Mankar

Used 10+ times

FREE Resource

15 questions

Show all answers

1.

DRAW QUESTION

45 sec • 1 pt

Shabnam Makes a Square Using the Following Code fill("green");

rect(150, 100, 20, 20);

Which Place Will the Square Drawn?

Media Image

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Joyee Wants To Draw an Ellipse Shape Exactly Shown In the Image. Which Coordinate will she Pick?

Media Image
Media Image
Media Image
Media Image

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Sherya Wants to Replace the Location Of light-blue Square to the Blue Square.

In Below Code What will she Change & to Which Parameters?

rect(50, 50, 100, 100);

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In JavaScript What are The Rules for naming variables??

Variable names can have spaces.

Variable names can't start with a number.

Variable names are case-sensitive.

Variable names can only contain letters.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Jenefa Wrote a Code to Make Pattern which is Shown In Image.

Code:-

var x = 50;

var y = 200;

fill("deeppink");

ellipse(x, 100);

ellipse(350, Y);

rect(x, y);

When she Hits on Run What will be the Output??

Media Image
Media Image
Media Image

No Output.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chaitanya writes the following code to draw a circle.

var xposition =300;

var yposition =300;

ellipse("xposition", "yposition");

In which corner of the screen will the circle be drawn?

Top Left

Bottom Right

Bottom Left

Top Right

Nothing

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What Should Be the Code Written to Create The Following Pattern?

Media Image
Media Image
Media Image
Media Image

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?