Advanced Basics

Advanced Basics

8th Grade

9 Qs

quiz-placeholder

Similar activities

Coding Conditionals

Coding Conditionals

6th - 8th Grade

14 Qs

JavaScript Practice

JavaScript Practice

8th Grade

12 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

Small Basic Quiz

Small Basic Quiz

7th - 9th Grade

12 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Programming - Tour of IDE

Programming - Tour of IDE

3rd - 12th Grade

10 Qs

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

Advanced Basics

Advanced Basics

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Krishan Leong

Used 2+ times

FREE Resource

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