Productive Web Programming Flashcards

1
Q

What does OOP stand for?

A

Object Orientated Programing.

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

It is harder to write code then to read it, true or false?

A

false, writing code is easier then reading it.

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

In PHP how would you define a Super global variables.

A

Using $

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

You should have more then one file per functionality, true or false?

A

False.

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

Why use Version Control?

A
Industry standard
    Track progress, changes, bugs, ..
    Safety (backup)
    Collaborate working (team)
    Flexible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Are open source projects really that important?

A

Yes

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