Learn to Code Quiz

Learn to Code Quiz

9th Grade

45 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

8th - 10th Grade

49 Qs

Computer Science Pre-Assessment Quiz

Computer Science Pre-Assessment Quiz

9th - 12th Grade

40 Qs

Basic Java with CodeHS

Basic Java with CodeHS

9th - 12th Grade

50 Qs

Block Coding Check

Block Coding Check

9th - 10th Grade

41 Qs

Python Test

Python Test

8th - 12th Grade

40 Qs

Ap1 2021 year 9

Ap1 2021 year 9

9th Grade

46 Qs

CLASS IX PYTHON  REVISION

CLASS IX PYTHON REVISION

9th Grade

48 Qs

AP CSP Programming Test

AP CSP Programming Test

9th - 12th Grade

40 Qs

Learn to Code Quiz

Learn to Code Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Edwin Charikinya

Used 1+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Swift?

A tool used to write a pseudo code for any program

Powerful programming language created by Apple

Advanced tool to create applications

An algorithmic designer tools

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a sequence ?

is the repeated actions

is the algorithmic thinking skills

specific actions for the computer to perform

Is the order in which the commands are given

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You identified a repeating pattern in this puzzle and created a function that solves one instance of the pattern. Which of the following options could be used to run the function until the puzzle is solved?

for i in 1...4

for i in 1...12

for i in 1...6

for i in 1...5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following options should be deleted from the sequence to solve the puzzle?

for i in 1...4 {

turnRight()

toggleSwitch()

moveForward()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Base on the image, what type of code is NOT used?

A while loop nested in a while loop

Logical OR operator

Logical NOT operator

Logical AND operator

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would a coder "call" the function defined the in example below?

They would type: turnLeft()

They would type: pickPlace()

They would type: func pickPlace() {

There is no way to call a function in this example.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A code structure used to run code based on the value of one or more conditions.

for loop

logical operator

while loop

if statement

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?