Sec. 8: Scripting Basics

Sec. 8: Scripting Basics

University

10 Qs

quiz-placeholder

Similar activities

Examen de Computación

Examen de Computación

University

10 Qs

A ver … ¿Cuánto saben de señales?

A ver … ¿Cuánto saben de señales?

1st Grade - University

11 Qs

Gestión de la innovación

Gestión de la innovación

University

10 Qs

MECANICA BASICA (alineamiento)

MECANICA BASICA (alineamiento)

University

13 Qs

Materiais de Construção - Agregados

Materiais de Construção - Agregados

University

10 Qs

Evaluacion Practica 8

Evaluacion Practica 8

University

10 Qs

Skil Mahasiswa Millenial

Skil Mahasiswa Millenial

University

10 Qs

Preguntas de JavaScript

Preguntas de JavaScript

University

15 Qs

Sec. 8: Scripting Basics

Sec. 8: Scripting Basics

Assessment

Quiz

Instructional Technology

University

Practice Problem

Medium

Created by

Renato Biz Martins

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ________ lets you edit documents that are stored in plain-text format.

File editor

Text Editor

File viewer

Answer explanation

A text editor allows a user to edit documents in plain text. In the course, you learned how to use vi and nano.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Text files can include graphics, use multiple fonts, emphasize words by italicization,and other special forms of representation.

True

False

Answer explanation

Text files can only contain plain text represented by ASCII characters. A more complicated file type can contain fonts, bold, and italics.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ______ is a program written in an interpreted language, typically associated with a shell or a compiled program.

Command

Textfile

Script

Answer explanation

A script is a simple text file that is executable. It contains a list of various commands that can be run within the shell.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of the most basic features of shell scripts is

the ability to compile programs

the ability to run commands

to ask for user input

Answer explanation

The most basic script is a file containing one or more commands.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ is a placeholder for a value that will be determined when the script runs.

Variable

Script

Pipeline command

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this script, the display should be:

"Pinging ipaddress..."

"Checking to see if ipaddress is up.."

"Checking ipaddress..."

Answer explanation

The command echo will display the text to the screen. Since “Checking to see if $ip is up…” is used, the ip variable will be calculated in the second line of the script, and then displayed in the echo command.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By convention, environment variable names are all uppercase.

True

False

Answer explanation

Environment variables should be written in all uppercase, like $CURRENT_PWD.

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?