FP2: 07 - ARCHIVOS

FP2: 07 - ARCHIVOS

Professional Development

10 Qs

quiz-placeholder

Similar activities

Repaso Clase de Servidores

Repaso Clase de Servidores

Professional Development

10 Qs

Form - Input

Form - Input

Professional Development

10 Qs

tipos y gestores de archivos Eric y Ibrahima

tipos y gestores de archivos Eric y Ibrahima

Professional Development

10 Qs

Sistemas de archivos en Windows

Sistemas de archivos en Windows

Professional Development

10 Qs

Evaluacion de Diagnostico 2024

Evaluacion de Diagnostico 2024

Professional Development

15 Qs

UT7_Cuestionario Tema 1_Insersion de imágenes y objetos

UT7_Cuestionario Tema 1_Insersion de imágenes y objetos

Professional Development

15 Qs

Docs of Google!

Docs of Google!

Professional Development

10 Qs

Formação Programação

Formação Programação

Professional Development

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