Fundamentos de Shell Script

Quiz
•
Computers
•
11th Grade
•
Medium
CARLOS CHELONI
Used 5+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué es un Shell Script?
Un Shell Script es un archivo que contiene comandos para ser ejecutados por un intérprete de comandos.
Un Shell Script es un lenguaje de programación orientado a objetos.
Un Shell Script es un tipo de virus informático.
Un Shell Script es un programa de diseño gráfico.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se define una variable en Bash?
Una variable en Bash se define como 'nombre=valor'.
nombre=valor;
nombre:valor
valor:nombre
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué comando se usa para dar permisos de ejecución a un script?
chmod +x nombre_del_script
exec nombre_del_script
chmod 777 nombre_del_script
setperm nombre_del_script
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se ejecuta un script en Bash?
Utiliza 'sh script.sh' sin ruta
Usa './nombre_del_script.sh' o 'bash nombre_del_script.sh'.
Ejecuta 'script.sh' sin permisos
Usa 'run script.sh'
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se imprime el valor de una variable en Bash?
display $nombre_variable
echo $nombre_variable
write $nombre_variable
print $nombre_variable
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué símbolo se usa para comentar una línea en un script de Bash?
//
#
;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Qué comando permite leer una entrada del usuario?
readInput()
fetchInput()
input()
getUserInput()
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
MySQL y cmd de Windows 2

Quiz
•
12th Grade
10 questions
Funciones básicas de Microsoft Word: Dominando las herramientas

Quiz
•
University
15 questions
Parcial N° 2 - DBA

Quiz
•
University
10 questions
Quiz de Programação em JavaScript

Quiz
•
12th Grade
10 questions
Comandos básicos do Linux (gerência de arquivos)

Quiz
•
University
10 questions
Taller SO C2 - Usuarios y SSH

Quiz
•
University
15 questions
Cuestionario de Software

Quiz
•
11th Grade
12 questions
Comandos básicos de Linux

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade