Python (Ai)

Python (Ai)

7th Grade

16 Qs

quiz-placeholder

Similar activities

Road signs

Road signs

3rd - 12th Grade

20 Qs

Parts of a Camera 2

Parts of a Camera 2

7th Grade

11 Qs

ED 606 Ch 4 Martineau

ED 606 Ch 4 Martineau

KG - Professional Development

11 Qs

Let's see how much knowledge you have about Smartphones.

Let's see how much knowledge you have about Smartphones.

1st - 12th Grade

15 Qs

Understanding Computers - End of Unit Assessment

Understanding Computers - End of Unit Assessment

6th - 8th Grade

15 Qs

Stop motion animation(Y5 Unit1)

Stop motion animation(Y5 Unit1)

5th Grade - University

17 Qs

LES PARTIES DU CORPS

LES PARTIES DU CORPS

6th - 7th Grade

20 Qs

VEX PARTS ID

VEX PARTS ID

7th Grade

12 Qs

Python (Ai)

Python (Ai)

Assessment

Quiz

Education

7th Grade

Medium

Created by

Rania Khaled

Used 7+ 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?