Skip to content

Instantly share code, notes, and snippets.

@adambray
Created February 19, 2014 16:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adambray/9095532 to your computer and use it in GitHub Desktop.
Save adambray/9095532 to your computer and use it in GitHub Desktop.
Pre-work Self-Assesment

Web Development Immersive :: Pre-Work Self-Assessment

INSTRUCTIONS

Please spend around 45 minutes to complete this self-assesment - you may record your answers in this form.

We understand that you may not feel 100% comfortable with all of the topics covered in the pre-work, as many of them are new and challenging. We will cover many of these topics in class during the first two weeks. This will give you a chance to continue learning and apply these concepts & tools to your practice.

Q1

How comfortable are you using keyboard shortcuts on your computer? Do you feel your usage of them has increased?

Q2

How comfortable do you feel with the command line? For example, can you explain why developers often prefer the command line?

Using the command line, what sequence of commands would you issue to navigate from the home directory (~) to your 'Downloads' directory, then from there to the Documents directory?

Q3

What are the roles of HTML and CSS, and how are they different?

Q4

How comfortable do you feel using Ruby? For example, which of the following can you define and use?
  • variables
  • if statements
  • loops (while / each)
  • arrays
  • methods

Q5

Explain what Git and Github are (and how they are different). Also, why would you use version control in software development?

Q6

Describe the GitHub workflow for creating a brand new project called 'AwesomeProject'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment