Computer 7 Final Test

Computer 7 Final Test

40 Qs

quiz-placeholder

Similar activities

(A) Nature of Science Science Quiz

(A) Nature of Science Science Quiz

8th Grade

44 Qs

Programming Concepts Quiz

Programming Concepts Quiz

6th Grade

38 Qs

Assessment MID TERM EXAMINATION FOR CLASS X 2024

Assessment MID TERM EXAMINATION FOR CLASS X 2024

KG - University

37 Qs

Chapter 03 2021 UPC

Chapter 03 2021 UPC

KG - University

43 Qs

Exercise for coding stage 5 _ sem 1 _ 2024

Exercise for coding stage 5 _ sem 1 _ 2024

KG - University

36 Qs

10th Grade English Semester 2 Exam Review

10th Grade English Semester 2 Exam Review

12th Grade

42 Qs

Intro to Computer Science - Sem 1 - Final Exam - 24-25

Intro to Computer Science - Sem 1 - Final Exam - 24-25

KG - University

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