Q3-1 Quiz Review

Q3-1 Quiz Review

11th Grade

20 Qs

quiz-placeholder

Similar activities

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Micro:bit Python #1

Micro:bit Python #1

9th - 12th Grade

17 Qs

Python Drill 1

Python Drill 1

7th - 12th Grade

20 Qs

Carnegie CMU Graphics in Python Explore Programming

Carnegie CMU Graphics in Python Explore Programming

9th - 12th Grade

19 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python Cert Prep Session 1

Python Cert Prep Session 1

9th - 12th Grade

20 Qs

6 Arduino: Potentiometers

6 Arduino: Potentiometers

11th Grade

15 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Q3-1 Quiz Review

Q3-1 Quiz Review

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Natalia McDade

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following code do?

var scienceGrade;

Declares the variable scienceGrade
Initializes the variable scienceGrade
Assigns value to the scienceGrade
None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the data type for the value:

true?

String
Integer
Boolean
Float

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following code do?

scienceGrade = 91;

Declares the variable scienceGrade
Initializes the variable scienceGrade
Assigns value to the scienceGrade
None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What keyword declare a variable in JavaScript?

variable
var
const
myX

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following code do?

var mySum;

Declares the variable mySum
Initializes the variable mySum
Assigns value to mySum
None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable assignment is correct?

myStreet= Chestnut;
myStreet= "Chestnut";
my Street = Chestnut St;
All incorrect

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the data type for:

"Student full name is"?

String
Integer
Boolean
Float

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?