Recordar_Semana3

Recordar_Semana3

University

30 Qs

quiz-placeholder

Similar activities

TEK WAR FINAL

TEK WAR FINAL

University

25 Qs

AptOut (She Codes)

AptOut (She Codes)

University

30 Qs

OCS752 Introduction to C Programming

OCS752 Introduction to C Programming

University

25 Qs

Тестілеу 50-80

Тестілеу 50-80

University

30 Qs

C Loops

C Loops

University

25 Qs

INTEGRATION PENGAMIRAN 2021

INTEGRATION PENGAMIRAN 2021

4th Grade - University

30 Qs

Teknik Pemrograman Mikrokontroler Mikroprosesor Elektronika

Teknik Pemrograman Mikrokontroler Mikroprosesor Elektronika

10th Grade - University

35 Qs

Quiz Básico de Java

Quiz Básico de Java

7th Grade - Professional Development

25 Qs

Recordar_Semana3

Recordar_Semana3

Assessment

Quiz

Education

University

Hard

Created by

DAVID VENCES

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a = int('34') ¿qué valor tiene la variable a?

34

'34'

34.0

'34.0'

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a = float('34') ¿qué valor tiene la variable a?

34

'34'

34.0

'34.0'

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

b = int(12.5) ¿Qué valor tendrá b?

12.5

12

error

12.0

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

b = float(12.5) ¿Qué valor tendrá b?

12.5

12

Error

12.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

c = int('99.9') ¿Qué valor tendrá c?

99

99.0

ValueError: invalid literal for int( ) with base 10: '99.9'

'99'

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

d = float('9. 9') ¿Qué valor tendrá d ?

99

99.0

'99'

ValueError: could not convert string to float: '9. 9'

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

c = float('99.9') ¿Qué valor tendrá c ?

99

99.9

Error

'99'

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?