coding advanced

coding advanced

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

42 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Pick A

Back

a

2.

FLASHCARD QUESTION

Front

What is the purpose of a variable?

Back

To store data, and give it a name for later use

3.

FLASHCARD QUESTION

Front

The operator to assign values?

Back

=

4.

FLASHCARD QUESTION

Front

______ is a type of data that represents text

Back

String

5.

FLASHCARD QUESTION

Front

var s = "1";
var i = "3";
var t = s + i;
// what is stored in variable t?

Back

"13", 13, '13', '

6.

FLASHCARD QUESTION

Front

// what describes the + operator?

Back

concatentation

7.

FLASHCARD QUESTION

Front

dot.draw() // what is .draw() most like? Options: noun, verb, adjective, doing nothing

Back

verb

Answer explanation

A method .draw()

causes action on screen

Verbs cause action in a sentence

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?