ICS Y1 Final Exam

ICS Y1 Final Exam

10th Grade

50 Qs

quiz-placeholder

Similar activities

Programming with Karel Review

Programming with Karel Review

9th - 12th Grade

50 Qs

Karel CodeHS Function

Karel CodeHS Function

9th - 12th Grade

48 Qs

Looping in Python

Looping in Python

9th - 12th Grade

55 Qs

Tryout Bag. 3.1

Tryout Bag. 3.1

9th - 12th Grade

50 Qs

CSEC IT - 04 Loops & Trace Tables

CSEC IT - 04 Loops & Trace Tables

10th - 12th Grade

50 Qs

COMPUTER 10 -QUIZ REVIEW (FIRST TERM)2025-2026

COMPUTER 10 -QUIZ REVIEW (FIRST TERM)2025-2026

10th Grade

45 Qs

CS 241 Practice Test Week 3

CS 241 Practice Test Week 3

9th Grade - University

54 Qs

CS1 Final

CS1 Final

9th - 12th Grade

50 Qs

ICS Y1 Final Exam

ICS Y1 Final Exam

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Milan Bozic

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes what a function is used for?
they create new variable commands
they are used for difficult math formulas
they are reusable pieces of code that can be called any time in the program
they allow for the use of mathematical operators

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the following function?

function turnRight(){

turnLeft();

turnLeft();

turnLeft();

}

turnRight

turnLeft

Function

Right Turn

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the following command an invalid Karel command?

turnleft();

It should end in a colon rather than a semicolon

The l should be a capital L

It should start with a capital T

This command is correct

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is written incorrectly?

putBall();

putball();

turnLeft();

takeBall();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function will allow Karel to spin in circle?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Which code below will put Karel in the position shown in picture?

move(); Move(); turnLeft(); move();

move; move(); turnLeft; move();

move(); move(); TurnLeft(); Move();

move(); move(); turnLeft(); move();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which is the correct way to write the turnRight function?

function turnRight( ){

turnLeft( );

turnLeft( );

}

function turnRight( ){

turnLeft( );

turnLeft( );

turnLeft( );

}

function turnRight( )

turnLeft( )

turnLeft( )

function turnright( ){

turnLeft( );

turnLeft( );

turnLeft( );

}

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?