20 Tech Google Questions Flashcards

1
Q

What are all the components in a PC or Server?

A

PC: chassi, system board, psu, cpu, ram, hdd, fans, cables, graphics card, dvd, monitor, keyboard/mouse Server: same with deduction of a extra graphics card (is one on the system board), and addition of hdd controller, possibly backplane, no cd/dvd, extra nic, double cpu, ram, psu, fans, remote monitoring/console.

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

What protocol is used by ping?

A

ICMP (this is a sneaky question - an obvious fault is to go for TCP or UDP)

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

How many IDE devices can you have in a PC?

A

two per channel (usually 4)

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

How many can you have on each channel? What are they called?

A

2 / master and slave

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

What is the resolution in Windows 2000 safe mode?

A

800x600 or 640x480?- see this link on mydigitallife or this post on tom’s hardware.

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

What is a MAC address?

A

Media Access Control - a unique identifier for network devices. Used by many protocols

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

What is the name of the Ethernet plug?

A

RJ45

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

How do you recognize a broken hard drive without software or removing it from the machine?

A

1) Noise (tick tack sound of the arm getting stuck/hitting something) 2) Any leds on the disk, system board, controller 3) Any vibration or anything from the disk

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

How do you find the first disk in a linux OS?

A

Look under /dev/ for a disk like /dev/sda(SATA) /dev/hda (PATA). Then /dev/sda1 is the first partition.

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

Name two devices needed to make a network

A

switch and router (well, network card (NIC) and router should do it, or a switch and network card.. depends how big you want to make it, really i guess you can have a network with a crossover cable and two nics

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

What is BIOS?

A

Basic input/output system. Responsible for initializing hardware, POST/startup diagnostics, boot the OS and varies hardware settings.

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

What is the bit rate of a serial interface of a network device?

A

the default apparently in hyperterminal - 9600 (this might be tricky, in my experience this varies between the devices - max is probably 115200bps). Maybe what they are asking for is what is the default speed of a Cisco switch’s aux or console port? If so, the answer is 9600.

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

What is the port used for HTTP?

A

80

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

What is the difference between PCIe and PCI?

A

PCI-e is newer than PCI and PCI-x. The slots look different and they are not compatible.

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

How many primary partitions can you have in DOS?

A

Four primary and maximum one active per disk

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

What does HTTP stand for?

A

Hypertext Transfer Protocol

17
Q

What controls GPU CPU Mem at boot up? What is ROM?

A

Read Only Memory - Used for storing data that you do not want somebody to write to.

18
Q

Length of cat5 transmission?

A

100m

19
Q

What does NIC stand for?

A

Network Interface Card

20
Q

What is the standard type of filesystems now?

A

disk filesystem and network filesystems

21
Q

How would you create an EXT4 filesystem on the first partition of the first SCSI drive?

A

mkfs.ext4 /dev/sda1

22
Q

How do you get IP info from Linux or Windows?

A

“ip addr” or “ifconfig” in Linux and “ipconfig” in Windows

23
Q

What is the subnet mask for a Class B Network?

A

255.255.0.0