Computer 7 Final Test

Computer 7 Final Test

40 Qs

quiz-placeholder

Similar activities

yuuhtml

yuuhtml

12th Grade

40 Qs

ATS Semester Genap DPK (3)

ATS Semester Genap DPK (3)

9th - 12th Grade

35 Qs

Intro to Civics!

Intro to Civics!

6th Grade

36 Qs

Programming Concepts Quiz

Programming Concepts Quiz

6th Grade

38 Qs

LATIHAN SOAL INFORMATIKA

LATIHAN SOAL INFORMATIKA

KG - University

45 Qs

PENILAIAN SUMATIF TENGAH SEMESTER GANJIL TP. 2024-2025

PENILAIAN SUMATIF TENGAH SEMESTER GANJIL TP. 2024-2025

KG - University

37 Qs

Computer 7 Final Test

Computer 7 Final Test

Assessment

Quiz

others

Medium

Created by

Corey Kline

Used 5+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

1.) Which of the following is a valid function call (command)?
forward;
forward():
forward();
All answers are correct

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

2.) How would you move an object forward 3 times?
forward(); forward(); forward();
forward() *3
call forward three times
forward() {3};

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

3.) Which of the following is the correct way to start a multi-line comment (Javascript)?
/*
//
*/
\

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

4.) Which of these sites have we NOT used for coding?
Tynker.org
Code.org
Cobalt.org
Microsoft makecode.org

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

5.) Which one is NOT a coding language mentioned this far?
Bing
Blockly (blocks)
Python
Java Script

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

6.) Which "for" loop will move your character 5 times?
for i in range (1,5): forward()
for i in range (5): forward()
for i in range (1,3): forward()
for 5 times forward();

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

7.) What are you to think of when you hear Java or Javascript?
Snakes
Turtles
Coffee
Blocks

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?