Computer 7 Final Test

Computer 7 Final Test

40 Qs

quiz-placeholder

Similar activities

Year 2: Mid Term Exam Questions

Year 2: Mid Term Exam Questions

KG - University

37 Qs

Year 2: Mid Term Exam Questions

Year 2: Mid Term Exam Questions

KG - University

37 Qs

Programming Concepts Quiz

Programming Concepts Quiz

6th Grade

38 Qs

Unit 5 Vocabulary Practice Homework

Unit 5 Vocabulary Practice Homework

KG - University

45 Qs

MonoGame Chapter 2 Test

MonoGame Chapter 2 Test

KG - University

39 Qs

Scratch (CA2)

Scratch (CA2)

KG - University

35 Qs

4th Grade Science: Part 1 Lessons 3-4

4th Grade Science: Part 1 Lessons 3-4

KG - University

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