Techsmart Unit 1.3

Techsmart Unit 1.3

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Python_基礎觀念

Python_基礎觀念

9th Grade

12 Qs

Arrays

Arrays

10th - 12th Grade

10 Qs

Java Methods

Java Methods

12th Grade

10 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Variables and Data Types Knowledge Check

Variables and Data Types Knowledge Check

9th - 12th Grade

16 Qs

operators(part-1)

operators(part-1)

9th Grade

10 Qs

C# alapok

C# alapok

11th Grade

15 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Techsmart Unit 1.3

Techsmart Unit 1.3

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

David Platt

Used 32+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a statement in Python?

Anything that performs an action

It ends with a period

It has a # in front

Whatever it wants to be

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an expression in Python?

Anything that does an action.

A piece of code that produces a value.

It starts with a #

It ends with a period

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an example of an expression?

100 * 59

input("What's your name? ")

int(variable)

print()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an operator?

A widget.

The person who answers when you dial 0

A symbol that affects neighboring values

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an example of an operator?

The * / + - symbols

The " "

The ( )

A #

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you think this operator does? >=

greater than or equal to

addition

less than or equal to

divide

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this operator do? value += 1

subtracts a 1 from value

increments a 1 to value

divides a 1 from value

multiplies a value by 1

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?