FP2: 07 - ARCHIVOS

FP2: 07 - ARCHIVOS

Professional Development

10 Qs

quiz-placeholder

Similar activities

FinTech 10-1 Time Series

FinTech 10-1 Time Series

Professional Development

10 Qs

Tecnología

Tecnología

Professional Development

10 Qs

Códigos QR

Códigos QR

Professional Development

13 Qs

Google docs final

Google docs final

3rd Grade - Professional Development

15 Qs

GOOGLE DRIVE

GOOGLE DRIVE

Professional Development

13 Qs

Manejo de una Base de Datos

Manejo de una Base de Datos

Professional Development

11 Qs

Form - Input

Form - Input

Professional Development

10 Qs

CAOT

CAOT

Professional Development

14 Qs

FP2: 07 - ARCHIVOS

FP2: 07 - ARCHIVOS

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Paul Beltrand

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función utilizada para abrir un archivo de texto en Python?

read()

close()

open()

write()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función utilizada para cerrar un archivo de texto en Python?

open()

close()

write()

read()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función utilizada para obtener el nombre del directorio actual en Python utilizando el módulo os?

os.getcwd()

os.getdir()

os.currentdir()

os.getcurrentdir()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función utilizada para obtener el mes actual en Python utilizando el módulo datetime?

date.now().month()

datetime.now().month

datetime.month.now()

datetime.datetime.now().month

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función utilizada para crear un nuevo directorio en Python utilizando el módulo os?

os.make_dir()

os.new_dir()

os.mkdir()

os.create_dir()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la función utilizada para obtener el día actual en Python utilizando el módulo datetime?

datetime.date.today()

datetime.date.day()

datetime.date.current()

datetime.date.now()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Necesito abrir un archivo en modo solo lectura. Que modificador utilizo?

w

a

r

r+

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?