Question
QUESTION 1 To what named server/service are you required to submit your programs (one word, not the URL)? QUESTION 2 Programmer's editors provide special features
QUESTION 1 To what named server/service are you required to submit your programs (one word, not the URL)? QUESTION 2 Programmer's editors provide special features for improved efficiency for developers, while also embedding hidden characters that make it impossible to read the resulting source code by a simple text editor. True False
QUESTION 3 Linux is an open source alternative to the Windows operating system. Developers often use it because it is cheap, even though it provides less power and less security than Windows. True False
QUESTION 4 Which of the following is not considered programmer's editor? Emacs Vim Wordpad Nano 1 points Saved QUESTION 5 Typing cd at the command line will return the path of the current directory.
QUESTION 6 Provide the precise command for listing out the contents of the current directory, in detailed form, without showing the hidden files. [x1] ls -o
QUESTION 7 Which tool listed below provides a GUI interface for secure file transfer? puTTY- FileZilla -bash ssh
QUESTION 8 What will be the effect of the following command line statement: rm *.o 1. All executable files will be removed. 2. All object files will be removed from the user's complete file space. 3. All object files (ending in .o) will be removed from the current directory. 4. The file with the name "*.o" will be removed.
QUESTION 9 Which of the following is not an operating system? Microsoft Windows bash Ubuntu macOS
QUESTION 10 Which tool listed below provides a simple yet secure client for remote login and command line processing? FileZilla nano puTTY WinSCP
QUESTION 11 Which *NIX command can be used to simply create and name an empty file, at the command line? touch more makefile nano
QUESTION 12 Typing cd .. on the command line will always have the effect of changing our current working directory to: no effect; remains at current directory will return an error; .. is not a valid option to the cd command Home directory the directory below the current directory (child directory) the directory above the current directory (parent directory)
QUESTION 13 Which of the following programs is used to create a remote login session? sftp login ssh bash
QUESTION 14 What is the name of the command line interpreter we are using in class?
QUESTION 15 To create a new directory on the command line, we use the newdir command. True False Answer
QUESTION 16 Which of the following commands will rename the file "test.cpp" to "lab1.cpp" $ mv test.cpp lab1.cpp rename test.cpp lab1.cpp rename lab1.cpp test.cpp $ rm test.cpp lab1.cpp $ cd test.cpp lab1.cpp
QUESTION 18 The bash shell is a customizable program that executes statements entered at the *NIX command line. True False 1 points Save Answer
QUESTION 19 In the programming world, GUI stands for :
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started