CSI-P1

CSI-P1

University

15 Qs

quiz-placeholder

Similar activities

PyGame

PyGame

University

20 Qs

FGCT4023 Topic 2 - Data

FGCT4023 Topic 2 - Data

University

10 Qs

Video Game Design - Aesprite -Quiz 3

Video Game Design - Aesprite -Quiz 3

9th Grade - University

10 Qs

LA6.C6: Graphics Window

LA6.C6: Graphics Window

9th Grade - University

14 Qs

SVG Quiz

SVG Quiz

University

10 Qs

Unit 3: Interactive Animations and Games - Lessons 3-6

Unit 3: Interactive Animations and Games - Lessons 3-6

6th Grade - University

15 Qs

AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

AVALIAÇÃO DE PENSAMENTO COMPUTACIONAL VALOR 40

10th Grade - University

20 Qs

Rettangoli ed ellissi con Processing

Rettangoli ed ellissi con Processing

10th Grade - Professional Development

15 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?