FP2: 07 - ARCHIVOS

FP2: 07 - ARCHIVOS

Professional Development

10 Qs

quiz-placeholder

Similar activities

SQL 3 LOWER()

SQL 3 LOWER()

Professional Development

10 Qs

Representación Digital en Radiología.

Representación Digital en Radiología.

Professional Development

10 Qs

Evaluación Formativa 1

Evaluación Formativa 1

Professional Development

12 Qs

AZ-900 MÓDULO 05 pt-br

AZ-900 MÓDULO 05 pt-br

Professional Development

14 Qs

Sistemas de archivos en Windows

Sistemas de archivos en Windows

Professional Development

10 Qs

UNIDAD 4_ COMPETENCIAS DIGITALES BÁSICAS

UNIDAD 4_ COMPETENCIAS DIGITALES BÁSICAS

Professional Development

10 Qs

Sesión 4-Avanzado

Sesión 4-Avanzado

Professional Development

11 Qs

Prueba Sumativa

Prueba Sumativa

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?