EUCE

Created Wednesday 26 April 2017

For the following 13 questions, please answer *Bash* or *PHP*.

1. Which converts integers to floats and vice versa "on the fly," without the use of an external program?

2. Which allows you to write directly to a file with ONE CHARACTER?

3. Facebook has its own internal "language" called "Hip-hop" which is based on ______

4. Which is widely considered as Linux's native language?

5. Which was invented for the purpose of making a blog on the web?

6. Which uses "fi" to indicate the end of a "if" block?

7. Which was recently made useable as an integrated part of Windows' file system?

8. Which is most often used as an interactive shell?

9. Wordpress is built with ______?

10. Which is most often associated with larger, complex programs?

11. Which is most often used through a browser?

12. You are a spy charged with sabotaging the computer that you just logged into as root. Which one will most quickly and efficiently allow you to engage in rapid data destruction?

13. Which usually requires lots of semicolons?


Multiple Choice


14. Many programming languages have complex data types, but it's fair to say that bash scripting fundamentally has one, which is ____

  1. Lists
  2. Integers
  3. Floats
  4. Text

15. Which of the following is (usually) not a singular or scalar data type?

  1. Boolean
  2. Tuple
  3. String
  4. Float

16. Bash is a scripting language, meaning that, with Bash _______

  1. Programs go through a speedy "on-the-fly" conversion process
  2. Programs must first go through a time-consuming conversion process
  3. Programs do not go a conversion process at all
  4. Programs are written such that conversion is impossible

17. Which of the following "redirects" will send data from standard output of one program into the standard input of another?

  1. >>
  2. >
  3. |
  4. &

18. The mv command performs what two functions (which are equivalent within the filesystem?)

  1. move and list
  2. delete and rename
  3. rename and move
  4. rename and remove

19. Which of the following is a Graphical User Interface program?

  1. nano
  2. vi
  3. jedit
  4. less

20. Regarding Javascript and PHP

  1. They are both client side and server side
  2. Javascript is only server side, PHP is only client side
  3. PHP can be both, but Javascript is only client side
  4. Javascript can be both, but PHP is only server side

21. Which of the following symbols is usually shorthand for "the users' home folder?"

  1. ~
  2. .
  3. ..
  4. |

22. if an array is populated as the following; $numbers = array(4, 3, 2, 1) then echo $numbers[3] will likely yield

  1. 1
  2. 2
  3. 3
  4. 4

23. Besides being a virtual private network (duh), a VPN frequently refers to a service that

  1. tracks the IP address of intruders
  2. provides the ability to log into sites without passwords
  3. installs a web server for development
  4. encrypts and anonymizes your internet connection

24. When you use public key encryption to allow you to log in to a server without using your password, the public key is most like a ______ and the private key is most like a ___________

  1. combination, keyhole
  2. lock, key
  3. key, hole
  4. bicycle, chain

25. Most any distribution from the "Ubuntu" family of distros, which includes Lubuntu..

  1. Is installable as a virtual machine under another operating system like Windows or OS X
  2. Is the basis of our virtual servers set up by FSU
  3. Is installable as a graphical primary operating system
  4. All of the above



Backlinks: FSU Courses:LIS5364