Snake Game

Snake Game

3rd - 8th Grade

15 Qs

quiz-placeholder

Similar activities

Intro to Scratch

Intro to Scratch

6th - 8th Grade

15 Qs

Serif Draw Plus

Serif Draw Plus

4th - 9th Grade

15 Qs

Створення анімації

Створення анімації

1st - 12th Grade

11 Qs

JavaScript quiz for beginners

JavaScript quiz for beginners

7th Grade

10 Qs

Check-up Exercise: Wick Editor Interface

Check-up Exercise: Wick Editor Interface

7th Grade

10 Qs

HTML5 TAGS

HTML5 TAGS

7th - 10th Grade

10 Qs

Photoshop tools

Photoshop tools

6th Grade - Professional Development

16 Qs

Gmetrix HTML/CSS Session 3 Test

Gmetrix HTML/CSS Session 3 Test

7th - 12th Grade

15 Qs

Snake Game

Snake Game

Assessment

Quiz

Computers

3rd - 8th Grade

Hard

Created by

NotchUp .co

Used 73+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the correct JavaScript syntax to change the content of the following HTML code.

<p id="geek">GeeksforGeeks</p>

document.getElementById(“geek”).innerHTML=”I am a Geek”;

document.getElement(“geek”).innerHTML=”I am a Geek”;

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct syntax to display “GeeksforGeeks” in an alert box using JavaScript?

alert(“GeeksforGeeks”);;

alert(“GeeksforGeeks”);

None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The latest versions of Firefox, Safari, Chrome and Opera all do not support HTML5 Canvas.

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The fillRect() method of the HTML canvas is used to create a filled rectangle on the _____.

msg(“Hello world”)

Target=”new”

web page

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How to Write JS Comments?

// this is a comment //

<-- this is a comment -->

<!--this is a comment -->.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The stroke() method actually draws the path you have defined with all those moveTo() and lineTo() methods..

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which function is used to draw the arc on canvas?

fun function

<th>

Stroke()

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?