Python Basics

Python Basics

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz Matemática ll

Quiz Matemática ll

9th - 12th Grade

10 Qs

Intro to Python Unit 6 Vocabulary Quizs

Intro to Python Unit 6 Vocabulary Quizs

9th - 12th Grade

9 Qs

Teknik Otomasi Industri

Teknik Otomasi Industri

11th Grade

10 Qs

Yellow Belt Level 4

Yellow Belt Level 4

9th - 12th Grade

10 Qs

CR Los materiales y sus propiedades

CR Los materiales y sus propiedades

11th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

11th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI (IMANUEL DRADJAT)

Hari 3 - Kuis Coding & Perkenalan AI (IMANUEL DRADJAT)

12th Grade

10 Qs

Kuis tentang Artificial Inteligence (AI) / Coding

Kuis tentang Artificial Inteligence (AI) / Coding

7th - 9th Grade

10 Qs

Python Basics

Python Basics

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Practice Problem

Hard

Created by

Grace Mutinda

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which of the the following is a correct list of data types

Integer, float, boolean, list

Integer, float, string, list

Integer, float, boolean, tuple, dictionary

Integer, float, boolean, set, tuple

All of the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 4 pts

What are operators

Special symbols that represent computation like ; (+, -,* , /, //, %, *)

They are types of data

They are used to create addition bot

They are used to create multiplication table

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

Which of the following OPERATORS are matched correctly.

Addition ( + )

Division ( / )

Remainder/Modulo ( / )

Multiplication ( * )

Exponentiation /Raise to power of somthing ( ** )

Addition ( + )

Division ( % )

Remainder/Modulo ( / )

Multiplication ( * )

Exponentiation /Raise to power of somthing ( ** )

Addition ( + )

Division ( / )

Remainder/Modulo ( % )

Multiplication ( * )

Exponentiation /Raise to power of somthing ( ** )

Addition ( + )

Division ( / )

Remainder/Modulo ( % )

Multiplication ( ** )

Exponentiation /Raise to power of somthing ( * )

Addition ( + )

Division ( // )

Remainder/Modulo ( % )

Multiplication ( ** )

Exponentiation /Raise to power of somthing ( * )

4.

FILL IN THE BLANK QUESTION

1 min • 5 pts

What is a loop in python

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a type of loop

While loop

For loop

Nested loop

Creative loop