Python_Recap_GGITSummerCamp25

Python_Recap_GGITSummerCamp25

9th Grade

11 Qs

quiz-placeholder

Similar activities

Primer periodo Décimo

Primer periodo Décimo

9th - 12th Grade

10 Qs

AI in educatie

AI in educatie

9th - 12th Grade

9 Qs

Elementele ale programului în C++, operatori și expresii

Elementele ale programului în C++, operatori și expresii

9th - 12th Grade

12 Qs

BASE DE DATOS 2

BASE DE DATOS 2

9th - 12th Grade

10 Qs

Quiz de Informática 9º - Profe Audrey Natalia

Quiz de Informática 9º - Profe Audrey Natalia

9th Grade

10 Qs

RECUPERAÇÃO AV2 9° B PC

RECUPERAÇÃO AV2 9° B PC

9th Grade

15 Qs

Tecnologias Emergentes

Tecnologias Emergentes

9th Grade

10 Qs

Python_Recap_GGITSummerCamp25

Python_Recap_GGITSummerCamp25

Assessment

Quiz

Information Technology (IT)

9th Grade

Medium

Created by

Alexandra Țaranu

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Care este modul corect de a crea o variabilă cu valoarea 5?

int x = 5

x == 5

x = 5

var x = 5

x = int(5)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Care dintre următoarele este o listă în Python?

{1, 2, 3}

[1, 2, 3]

(1, 2, 3)

<1, 2, 3>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce se afișează: print(3 * 'Salut')?

SalutSalutSalut

3Salut

Salut*3

Eroare

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce face funcția len()?

Returnează ultimul element

Convertește în litere mici

Returnează lungimea

Nimic

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce cuvânt cheie se folosește pentru a defini o funcție în Python?

func

define

def

function

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Cum începe un comentariu în Python?

// This is a comment

#This is also a comment

<!-- Also this is a comment

''' Maybe this one is a comment? '''

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Care este sintaxa corectă pentru a parcurge o listă?

for i to list

for item in list:

foreach item list

loop list

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?