Post-Midterm Material Flashcards

Number Systems, Network/Linux, Markup Language, Databases

1
Q

128+64?

A

192

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

128+64+32?

A

224

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

Private Address: Class A

A

10.0.0.0 - 10.255.255.255

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

Private Address: Class B

A

172.16.0.0 - 172.31.255.255

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

Private Address Class C

A

192.168.0.0 - 192.168.255.255

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

IP Address: Class A

A

0 - 127.255.255.255

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

IP Address: Class B

A

128.0.0.0 - 191.255.255.255

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

IP Address: Class C

A

192.0.0.0 - 223.255.255.255

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

IP Address: Class D

A

224.0.0.0 - 239.255.255.255

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

IP Address: Class E

A

240.0.0.0 +

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

Special Addresses (2)

A

Loopback: 127.0.0.0

Link Local: 169.254.0.0

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

Ports (SSH, HTTP, HTTPS)

A

22, 80, 443 (SSH, HTTP, HTTPS)

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

Linux command to look up local port assignments?

A

grep

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

Command to display gateway information?

A

route

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

Two commands for Windows and Linux, to look up DNS?

A

nslookup (Windows) and whois (Linux)

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

Command to return complete host name?

A

hostname

17
Q

Linux Drive Naming: Hdxn

What does each letter position represent?

A

H/S - IDE/SATA drive
X - first/second.. drive by letter
n - number of partitions

18
Q

Command to edit permissions in Linux?

A

chmod rwx directory/file name

19
Q

Linux command: list segments?

A

Ls l

20
Q

Linux command: remove file?

A

rm

21
Q

Linux command: move file?

A

mv

22
Q

Linux command: copy file?

A

cp

23
Q

Linux command: create a directory?

A

Mkdir

24
Q

Linux command: remove empty directory?

A

rmdir

25
Q

How many ways can we apply CSS to our documents?

A

3

26
Q

Linux command: enable/disable network adapter?

A

ifup, ifdown