Hide My Object

Hide My Object

4th Grade

10 Qs

quiz-placeholder

Similar activities

Asas Pengatucaraan Komputer

Asas Pengatucaraan Komputer

4th - 7th Grade

15 Qs

Google Searching

Google Searching

4th - 5th Grade

10 Qs

IT Solutions

IT Solutions

1st - 10th Grade

10 Qs

Programming C++

Programming C++

3rd - 5th Grade

10 Qs

HARI 3 - KUIS CODING & PERKENALAN AI

HARI 3 - KUIS CODING & PERKENALAN AI

KG - Professional Development

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

KG - University

10 Qs

Hari 3 - Kuis Coding dan Perkenalan AI

Hari 3 - Kuis Coding dan Perkenalan AI

4th - 6th Grade

10 Qs

Hardest quiz

Hardest quiz

KG - Professional Development

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