Advanced Basics

Advanced Basics

8th Grade

9 Qs

Similar activities

Code Combat Review (Python)

Code Combat Review (Python)

8th Grade

10 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

Gaming Lesson 3

Gaming Lesson 3

6th - 8th Grade

14 Qs

Programming - High Level Code & Machine Code

Programming - High Level Code & Machine Code

2nd - 11th Grade

10 Qs

Year 7 Python Lesson 1 Recap

Year 7 Python Lesson 1 Recap

8th Grade

10 Qs

Week 7 Quiz

Week 7 Quiz

7th - 8th Grade

10 Qs

Code.org Unit 6 Review conditionals and Variables

Code.org Unit 6 Review conditionals and Variables

8th Grade

12 Qs

Advanced Basics

Advanced Basics

Assessment

Quiz

Created by

Krishan Leong

Computers

8th Grade

2 plays

Hard

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do we declare a string variable called dog?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the if statement condition to check to see if the dice is 3 or 5

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write an if statement condition that checks to see if a variable named number is between 5 and 15.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Declare an Integer variable called sum

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the code to add 1 to a sum variable.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the code to add a variable called i to a variable called sum

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the code to set a variable age to 27

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the code to generate a random number between 1-9

9.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write the code to create a random number between 15 and 18