Python 1

Python 1

KG - Professional Development

6 Qs

quiz-placeholder

Similar activities

print(), int and input() - Python

print(), int and input() - Python

6th - 8th Grade

11 Qs

Programming Basics Quiz

Programming Basics Quiz

9th Grade

10 Qs

Basics of JAVA

Basics of JAVA

University

11 Qs

TECHFEST 2K21 (DEBUGGING)

TECHFEST 2K21 (DEBUGGING)

1st Grade

10 Qs

ECE-C Quiz _3

ECE-C Quiz _3

University

10 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

10 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Variables in Python

Variables in Python

8th Grade

8 Qs

Python 1

Python 1

Assessment

Quiz

Computers

KG - Professional Development

Hard

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you output a statement to the console window?

Debug.log()

console.log()

print()

System.out.println()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an int?

a number with a decimal

anything in quotes

a whole number

True or False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a float?

a number with a decimal

anything in quotes

a whole number

True or False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a string?

a number with a decimal

anything in quotes

a whole number

True or False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a boolean?

a number with a decimal

anything in quotes

a whole number

True or False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what are the four main data types in Python?

double, int, char, boolean

float, char, str, int

bool, float, int, str