Batch Programming Quiz

Batch Programming Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

Sistemas Operativos y Ofimatica

Sistemas Operativos y Ofimatica

Professional Development

10 Qs

Tout savoir sur Windows Quiz 2

Tout savoir sur Windows Quiz 2

Professional Development

20 Qs

PRÁCTICA  N° S-01 -5MFT52-18 (2024A05)

PRÁCTICA N° S-01 -5MFT52-18 (2024A05)

Professional Development

10 Qs

Què en saps de GSuite?

Què en saps de GSuite?

University - Professional Development

10 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

DÖGM ''eSafety Label Webinarı''

DÖGM ''eSafety Label Webinarı''

Professional Development

10 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Nuevas tecnologías

Nuevas tecnologías

6th Grade - Professional Development

20 Qs

Batch Programming Quiz

Batch Programming Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Sergio Mauricio Alcocer Valenzuela

Used 9+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando se utiliza para mostrar un mensaje en pantalla en batch?

show

print

echo

display

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se declara una variable en batch?

set variable=valor

declare variable=valor

int var=valor

variable=valor

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis de un condicional 'if' en batch?

if (condition) then (command)

if (condition) do (command)

if condition (command)

if (condition) execute (command)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué comando se utiliza para realizar un bucle 'for' numérico en batch?

for /l %%variable in (inicio, incremento, fin) do (

comando

)

for /l %%variable execute (inicio, incremento, fin) do (

comando

)

for /l %%variable in (inicio, incremento, fin) in (

comando

)

for /l variable in (inicio, incremento, fin) do (

comando

)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la forma correcta de añadir comentarios en un archivo batch?

Usar el signo de exclamación (!)

Agregar un hashtag (#)

Utilizar el símbolo de interrogación (?)

Utilizar el símbolo de doble dos puntos (::)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué se debe incluir al inicio de un archivo batch para indicar que se trata de un script de batch?

@echo off

echo on

start

pause

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el comando utilizado para asignar un valor a una variable en batch?

ASSIGN

DECLARE

DEFINE

SET

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?