-
Notifications
You must be signed in to change notification settings - Fork 0
/
ideas.txt
63 lines (43 loc) · 811 Bytes
/
ideas.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
What Pattern is used as a surrogate to another object?
Factory
Proxy - A
Adapter
Facade
Which Design Pattern fucntions like a callback
Flyweight
Facade
Command - A
Visitor
Gang of four prefers Object Composition over:
Subsitution
Inheritance
Abstraction
Polymorphism
CS Culture Trivia
Dennis Richie developed what computer operating system at Bell labs with Ken Thompson and Douglas Mcllroy?
Unix
OSX
DOS
BSD
Who single handedly built the first Apple computer that launched the personal computing era?
Steve Wozniak
Steve Jobs
Bill Gates
Linux Torvaldes
What is the day and time of the Unix epoch?
Midnight, January 1, 1970
2AM, January 1, 1979
2AM, January 5, 1974
Midnight, January 1, 1979
What is the name of Linux’s Mascot?
Tux
Bacon
Francis
Tom
A nibble is how many bits?
4
3
2
5
}