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

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

8th Grade

35 Qs

quiz-placeholder

Similar activities

Intro to Python

Intro to Python

8th Grade

30 Qs

Python Basics

Python Basics

8th Grade

31 Qs

Year 7CS_exam

Year 7CS_exam

4th - 8th Grade

37 Qs

Python Test

Python Test

8th - 12th Grade

40 Qs

CS Python Fundamentals

CS Python Fundamentals

7th - 11th Grade

30 Qs

Python Unit 6 - Data and Sorting

Python Unit 6 - Data and Sorting

6th - 9th Grade

33 Qs

Python Unit 01 - Introduction to Python

Python Unit 01 - Introduction to Python

7th - 9th Grade

40 Qs

2 Python (переменные, типы данных)

2 Python (переменные, типы данных)

5th - 12th Grade

33 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?