Quiz despre Tipuri de Date și Funcții

Quiz despre Tipuri de Date și Funcții

10th Grade

25 Qs

quiz-placeholder

Similar activities

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade

22 Qs

Unit 10 Recursion Review

Unit 10 Recursion Review

9th - 12th Grade

20 Qs

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

Язык программирования Python

Язык программирования Python

1st - 10th Grade

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

10 54 55 Введение в Python

10 54 55 Введение в Python

10th Grade

20 Qs

AP CSA Unit 1 Review

AP CSA Unit 1 Review

10th - 12th Grade

20 Qs

Quiz despre Tipuri de Date și Funcții

Quiz despre Tipuri de Date și Funcții

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Andreea Preda

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce tip de date este '42'?

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Care dintre urmatoarele este o lista valida?

{1,2,3}

[1, 'a', 3.5]

(1,2)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce valoare are type(True)?

bool

str

int

list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce se va afisa: type(3.14)?

float

int

str

double

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce tip de date are variabila x dupa x = input()?

int

float

str

bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce face functia input()?

Afiseaza un mesaj

Primeste date de la utilizator

Termina programul

Creeaza o variabila

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce tip returneaza input()?

str

int

bool

float

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?