Hide My Object

Hide My Object

4th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Course E: Sprites

Code.org Course E: Sprites

3rd - 5th Grade

10 Qs

VexCode Vr - Pen Tool Quiz

VexCode Vr - Pen Tool Quiz

1st - 5th Grade

10 Qs

flowcharts

flowcharts

1st - 12th Grade

10 Qs

IT Solutions

IT Solutions

1st - 10th Grade

10 Qs

Coding Vocabulary

Coding Vocabulary

4th - 5th Grade

10 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

SD 4 Q2 Scratch quiz

SD 4 Q2 Scratch quiz

4th Grade

15 Qs

Bimonthly exam

Bimonthly exam

4th Grade

11 Qs

Hide My Object

Hide My Object

Assessment

Quiz

Instructional Technology

4th Grade

Medium

Created by

Soha Soha

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following codes will hide an ellipse called "sun"?

ellipse.hide(sun)

sun.hide()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

box.hide()
This code hides all rectangle shapes from your program.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hide() command is used to hide an object.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Show() command is used to show an object.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following codes shows a hidden square after 1 second from running the program?

square is rectangle(with:100, height:100)
square.hide()
program.waitHere(time:1)
square.show()

Square is rectangle(with: 100, height:100)
square.show()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ball.show()
This code adds a new ellipse shape called "ball".

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To make the program wait 3 seconds, you should write:

program(waitHere:time:3)

program.waitHere(time:3)

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?