الصف الثامن للشعب ( أ+ ب )

الصف الثامن للشعب ( أ+ ب )

8th Grade

35 Qs

quiz-placeholder

Similar activities

Python Easy

Python Easy

6th - 12th Grade

30 Qs

Python for grade 5

Python for grade 5

1st - 11th Grade

30 Qs

Python Assessment 1

Python Assessment 1

7th - 9th Grade

40 Qs

Python L1 Programming Challenge

Python L1 Programming Challenge

1st - 12th Grade

30 Qs

Year9_Exam  Preparation Quiz1

Year9_Exam Preparation Quiz1

4th - 8th Grade

38 Qs

Computer Pretest2(Python Grade7_t1)

Computer Pretest2(Python Grade7_t1)

2nd Grade - University

30 Qs

Python

Python

5th - 9th Grade

32 Qs

Basic Python

Basic Python

6th - 12th Grade

30 Qs

الصف الثامن للشعب ( أ+ ب )

الصف الثامن للشعب ( أ+ ب )

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Awni Mylove

Used 18+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What data type should you use to describe one of two values, like True or False?

integer

Boolean

float

string

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which python operator means ‘less than or equal to?

>=

+=

==

<=

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a main programming construct?

function

selection

tuple

dictionary

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a type of array?

library

file

index

tuple

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the Artificial Intelligence big ideas uses sensors?

representation and reasoning

machine learning

perception

societal impact

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command should you use to repeat something 5 times?

for A in range(1,6):

for A in range(0,5,2):

for A in range(1,11):

for A in range(5,11):

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command will correctly create a list?

UAE = [“AUH”, “AJM”, “DXB”, “FUJ”, “RAK”, “SHJ”, “UAQ”]

UAE = {“AUH”, “AJM”, “DXB”, “FUJ”, “RAK”, “SHJ”, “UAQ”}

UAE = (“AUH”, “AJM”, “DXB”, “FUJ”, “RAK”, “SHJ”, “UAQ”)

UAE = [“AUH”: “AJM”: “DXB”: “FUJ”: “RAK”: “SHJ”: “UAQ”]

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?