CSE105

Quiz
•
Computers
•
University
•
Hard
Pushpendra Pateriya
Used 4+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following commands is implemented as an internal command in bash?
cat
echo
tee
sed
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the pwd command accomplish?
It prints the name of the working directory.
It changes the current working directory.
It prints wide displays on narrow paper.
It parses Web page URLs for display.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the surest way to run a program (say, myprog) that’s located in the current working
directory?
Type ./ followed by the program name: ./myprog.
Type the program name alone: myprog.
Type run followed by the program name: run myprog.
Type /. followed by the program name: /.myprog.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You want to store the standard output of the ifconfig command in a text file (file.txt) for
future reference, and you want to wipe out any existing data in the file. How can you do so?
ifconfig < file.txt
ifconfig >> file.txt
ifconfig > file.txt
ifconfig | file.txt
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the effect of the following command?
$ ./myprog &> input.txt
Standard error to myprog is taken from input.txt.
Standard input to myprog is taken from input.txt.
Standard output and standard error from myprog are written to input.txt.
All of the above.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many commands can you pipe together at once?
2
3
4
An arbitrary number
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A text-mode program, verbose, prints a lot of spurious “error” messages to standard error.
How might you get rid of those messages while still interacting with the program?
verbose | quiet
verbose &> /dev/null
verbose 2> /dev/null
verbose > junk.txt
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
File Type Extensions

Quiz
•
8th Grade - University
12 questions
Linux Commands Review Week 6

Quiz
•
University
12 questions
C++ Faili (1)

Quiz
•
University
10 questions
PYTHON PROGRAMMING

Quiz
•
University
20 questions
File i/o

Quiz
•
10th Grade - University
20 questions
Python Files

Quiz
•
University
15 questions
Quiz_03

Quiz
•
University
15 questions
SOM - Comandos LINUX

Quiz
•
9th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade