Python (Ai)

Python (Ai)

7th Grade

16 Qs

quiz-placeholder

Similar activities

Microsoft Server Admin 98-365 Part 6

Microsoft Server Admin 98-365 Part 6

KG - Professional Development

20 Qs

Social Media

Social Media

7th Grade

20 Qs

Mise-en-scene

Mise-en-scene

7th - 11th Grade

15 Qs

PLTW intro to Mechanical Engineering

PLTW intro to Mechanical Engineering

6th - 8th Grade

17 Qs

ICT 7A

ICT 7A

7th Grade

20 Qs

Notability Refresh

Notability Refresh

6th - 8th Grade

15 Qs

Multimedia Lesson 1

Multimedia Lesson 1

7th Grade

11 Qs

les saisons et les mois de l'année

les saisons et les mois de l'année

5th - 7th Grade

12 Qs

Python (Ai)

Python (Ai)

Assessment

Quiz

Education

7th Grade

Medium

Created by

Rania Khaled

Used 6+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables are like containers or boxes that hold data. They are used to store and represent different types of information

true

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Datatypes in Python used to store decimal numbers

integer

float

string

Boolean

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which data type stores values only “true” or “false”.

boolean
integer
string
float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Naming variables Rules is breaking in this code

my name= "rania khaled "

name cannot start with a number

variable name can only contain alphanumeric characters and underscore

The variable name cannot contain spaces

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Artificial intelligence is the intelligence of machines or software, as opposed to the intelligence of human beings or animals

true

false

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name="Ahmed Hossam"

to print letter d

print(name[0])

print(name[2])

print(name[4])

print(name[5])

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list=[1,2,3,4,5]

print(list[2])

what is output ?

1

2

3

4

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?