Lesson 2 Recap

Lesson 2 Recap

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a string?

Back

A data type containing alphanumeric values

2.

FLASHCARD QUESTION

Front

What is an integer?

Back

a data type containing numeric values

3.

FLASHCARD QUESTION

Front

What is a variable?

Back

A temporary store of information within a program

4.

FLASHCARD QUESTION

Front

what is the output of print("Hello world")?

Back

Hello world

5.

FLASHCARD QUESTION

Front

What is a IF - ELSE statement?

Back

When a condition is met the IF statement runs and otherwise the ELSE statement runs