placeholder image to represent content

CODE M4 Review Quiz PART 1

Quiz by Katrina Knoedl

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
16 questions
Show answers
  • Q1

    Match the term to the correct match:

    Users link answers
    Linking
    30s
  • Q2

    When you declare a variable you are: 

    deleting a variable

    creating a new variable

    locating a variable

    assigning a value to a variable

    30s
  • Q3

    Variable Type and Variable Name both must be included when declaring a variable in most languages. 

    true
    false
    True or False
    30s
  • Q4

    When defining a variable in most languages you must provide four things Drag the correct 4 to the MUST PROVIDE Lable and drag the left over chooses to the DO NOT NEED: 

    Users sort answers between categories
    Sorting
    30s
  • Q5

    You must always define and declare a variable in the same step. 

    false
    true
    True or False
    30s
  • Q6

    Match/Link the term with it's match

    Users link answers
    Linking
    30s
  • Q7

    After running this code: var x = 15; What is the value of x?

    5

    27

    12

    15

    30s
  • Q8

    In the example below, the variable yPos is being defined but not declared.

    yPos = 2;

    true
    false
    True or False
    30s
  • Q9

    Variable names CAN BE the same as existing variable names.

    false
    true
    True or False
    30s
  • Q10

    The variable names you pick for your code must begin with a capital letter.

    false
    true
    True or False
    30s
  • Q11

    In the example below, the variable xPos is being defined. var xPos;

    false
    true
    True or False
    30s
  • Q12

    In the example below, the variable xPos is being both declared AND defined.

    var xPos = 42;

    true
    false
    True or False
    30s
  • Q13

    Match these to the correct match:

    Users link answers
    Linking
    30s
  • Q14

    Match up with the correct match:

    Users link answers
    Linking
    30s
  • Q15

    To create a char or a string, you surround text in __________.

    parentheses

    semicolons

    quotation marks

    brackets

    30s

Teachers give this quiz to your class