• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back
What are the CS lab operating systems?
Windows and Linux
What operating system must you be in to change your CS password?
Windows
What room is the CS computer lab?
TBE B361
What are the 3 servers for CS students?
bobby.cs.unlv.edu
cardiac.cs.unlv.edu
java.cs.unlv.edu
What is the default compiler for CS programs?
g++
What is the default name of executable files?
a.out
(To run program, command is: ./a.out)
What extension must be on all C++ programs?
.cpp
What editor is used to edit source codes of programs?
emacs
What is the linux command "cp"?
It is the copy command:
cp sourcefile destinationfile
What is the linux command "more"?
Displays the contents of a text file one screen at a time:
more filename
What is the linux command "cat"?
concatenate.
It displays the entire contents of a text file on the screen:
cat filename
What is the linus command "ls"?
It is the list command.
It displays an alphabetical list of all the files in your current directory:
ls
What is the linux command "lpr"?
It is the line print command.
It sends a file to a printer to print:
lpr filename
What is the program that allows remote access to the computer science systems?
SSH