Python (Ai)

Python (Ai)

7th Grade

16 Qs

quiz-placeholder

Similar activities

Camp Silverlake - the story so far

Camp Silverlake - the story so far

7th Grade

20 Qs

Grade 9

Grade 9

7th Grade

11 Qs

Spreadsheets

Spreadsheets

7th Grade - Professional Development

20 Qs

Programming in JavaScript

Programming in JavaScript

3rd - 7th Grade

11 Qs

Adobe Photoshop Quiz

Adobe Photoshop Quiz

1st - 8th Grade

20 Qs

Importance of Corporate Finance - Topic 1

Importance of Corporate Finance - Topic 1

KG - University

13 Qs

Final Exam 7th health

Final Exam 7th health

7th Grade

16 Qs

SpaceCraft

SpaceCraft

7th Grade

15 Qs

Python (Ai)

Python (Ai)

Assessment

Quiz

Education

7th Grade

Medium

Created by

Rania Khaled

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