Prework Mod 1 Flashcards

1
Q

how many phases is the bootcamp?

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are the phases of the bootcamp?

A

foundation - technical - performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what does HTML mean?

A

HyperText Markup language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is CSS?

A

Cascading Style Sheets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Javascript?

A

lightwieght programing language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the command line?

A

also called terminal: text interface for programs, files, folders etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is markdown?

A

simple markup language to create formatted text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is GIT?

A

a free open source version control system: allows DEV’s to collaborate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is Git Hub?

A

internet hosting of software and web dev code: central repository

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is build from scratch?

A

complete a task in linear fashin; creating or adding code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is reverse engineering ?

A

work backwards with code: deconstruct for meaning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Debug?

A

find the broken code, and fix it, so code is functional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a user story?

A

description of the user you are creating the app for

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is acceptance criteria ?

A

list of things your app must achieve in order to be DONE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what are the 3 things we do to write code?

A

create content
style content
create logic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly