Prework module 1 Flashcards

1
Q

how many phases in bootcamp? and what are they called?

A

3 - foundation, technical, performance

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

what is HTML?

A

Hypertext Markup Language

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

what is CSS?

A

Cascading Style Sheets

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

what is javascript?

A

lightweight programming language

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

what is command line?

A

also called terminal: is a text interface for running programs etc

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

what is markdown?

A

simple markup language to create text

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

what is GIT?

A

free open source version control system that allows dev to colab

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

What is Git Hub?

A

largest provider of internet hosting for software and web dev code: repo

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

what is deployment?

A

process that makes website etc available to users

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

what is build from scratch?

A

creating new code or adding code to existing codebase

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

what is reverse engineering ?

A

working backwards, deconstructing code to understand what is does?

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

what is debug?

A

find broken code:bug, and fix it

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

what is user story?

A

description of user you are creating 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 to be done!

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

what are 3 aspects of writing code?

A

create content
style content
create logic

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