Q2 Flashcards

(96 cards)

1
Q

Which architecture had two data and program buses?

A

Harvard

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

T/F - Today modern computers follow the Modified Harvard Architecture

A

True

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

According to the lecture, the order of the booting process is:

A

Power button, POST, MBR, NTLD (Operating System)

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

Which cache’s sit on the CPU in modern computers?

A

L1, L2, and L3

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

According to the lecture, what sort of computer uses a terminal? (Keyboard and monitor?)

A

Mainframe

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

Which one of these components is not on the motherboard
Keyboard
Ram Slot
BIOS
Power Supply

A

Power Suppy

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

What is a core processor?

A

A physical processing unit that runs independently inside of a CPU

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

According to the lecture, which of the following key is used to get to the Phoenix BIOS?

A

F10

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

T/F - Both Optical Drives and DVD/CDs are considered secondary storage

A

True

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

What are the three parts of the CPU?

A

Arithmetic Logic Unit, Control, Store/Register

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

MBR Partition support up to____ TB or less

A

2

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

The first sector of a hard drive is

A

MBR (Master Boot Record)

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

T/F - These days some CPUs have up to 8 MB of Dynamic RAM

A

False

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

T/F - Virtual memory enhances performance by providing greater memory capacity, without the expense of adding main memory. Instead, a portion of a disk drive serves as an extension of the main memory

A

True

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

What is a thread?

A

The smallest instruction that a CPU executes

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

IDE hard drive has ___ pins and SATA hard drive has ___ pins

A

IDE 40, Sata 7

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

T/F - PROM -Programmable Read Only Memory can be altered

A

False

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

To alter the programming on an erasable or electronically erasable PROM chip you expose the chip to

A

ultraviolet rays

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

a SCSI hard drive has __ to __ pins

A

50 to 68

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

What is it called when the hard drive head touches the platter?

A

Head crash

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

On a hard drive the tracks are the _______ and the cylinders are the _______

A

concentric circles on the disk, the vertical platters from the side view

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

What is the seek time?

A

The time it takes for the disk arm to move into position over the desired cylinder

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

What is the rotational delay?

A

The time it takes for the desired sector to move into position under the head

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

What is Seektime + Rotational delay?

A

Access time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How many pins does a IDE floppy drive have? (note - different from IDE drive)
34
26
T/F - A CD ROM has a spiral track as opposed to a hard drive which has a circular track
True
27
Which RAID number covers disk mirroring?
RAID 1
28
What is RAID 0? What is it called
Disk Stripe set - Identical data in partitions, increases reading and writing performance.
29
What is RAID 5? What is it called?
Stripe with parity. Requires 3 or more drives, writes data to each drive horizontally
30
T/F - Virtual memory is typically implemented using a hard drive; it extends the address space from RAM to the hard drive
True
31
What type of memory is used for your computer BIOS?
EEPROM
32
Emulation,.. - Name 2 more virtualization techniques.
Full-virtualization, Para-virtualization
33
Name 2 types of Hypervisor
Host, Bare Metal
34
Which type of hypervisor software is slower in performance?
Hosted VMM
35
NTFS stands for
New Technology File System
36
After partitioning the drive, you must ______ the drive
Format
37
In windows, physical disk numbers begin from _, _, _
0, 2, 3
38
Name the 3 Windows partitioning methods
MBR, GPT, Windows dynamic storage
39
The first physical sector of every hard drive contains the
MBR
40
The MBR supports up to _ bootable partitions
4
41
_ primary parition(s) can be active
1
42
T/F - You can boot to an extended drive
False
43
You can have _ extended partitions
1
44
How many logical partitions can you have within an extended partition?
24
45
What naming pattern do partitions follow on Windows? What comes first?
Letters of the alphabet. First is C
46
What does "GUID" in the GUID Partition Table stand form?
Global unique identifier
47
How many partitions can a GPT handle?
128
48
What is the theoretical limit of space a GPT can handle?
9 Zettabytes
49
Unlike MBR/Partition tables, the GPT uses
a GPT header
50
Name the 2 main Disk partitioning software packages
DiskPart (Windows 2k an dup) and FDISK (Everything else)
51
What is an operating system?
An operating system is a large program that manages hardware and software resources
52
Java, .net, Aneroid ------------------ C, Shell, C++ Which set of languages is OS dependent? Which set is independent?
C, Shell, and C++ are dependent. Java, .net, and Aneroid are independent.
53
When it comes to program execution, what is the order from hard drive to execution?
Hard drive>Ram>Processor>Ram>execution
54
Machine language works with ___ and _____ numbers
Binary and hexadecimal
55
What is this an example of? MOV EAX,1 SHL EAX, 5 MOV ECX, 8 SUB EAX, EAX
Assembly language
56
Every operating system has 3 parts, what are they?
Kernel, UI, API layer
57
What does the Kernel do?
It manages memory, the processor, I/O, and File Management
58
What does the API layer do?
It allows devices to talk to the OS
59
What was the first operating system?
Unix
60
What is a file system?
A system to organize and store data
61
What does DLL stand for? What are they?
Dynamic Link Libraries. They're system files, usually system commands like save file, etc.
62
What is special about NTFS?
You can apply access permissions on the files
63
For partitions, all of Windows supports ___, but not all of Windows supports ___
MBR, GPT
64
You must have _ TB of space to have a GPT partition
2TB
65
The file structure in windows is a ________
Hierarchy
66
What are the illegal file name characters in Windows?
\/?:*><|
67
What is the sector size of an NTFS file system?
4KB
68
No clue what this means but remember NTFS and the number 11
NUMBER 11! NTFS!
69
CTRL+ESC
Displays the start menu
70
ALT+ESC
Cycles through items in the order that they have been opened
71
ALT+ENTER
Open the properties for the selected object
72
ALT+SPACE
Displays system menu for active window (Lets you minimize, maximize)
73
Windows explorer shorcuts: F2, F3, F4
F2 - Rename object F3 - Search F4 - Display address bar list
74
Windows explorer shortcuts: F6
F6 - Cycle through screen elements in a window (sort of like tab by itself)
75
Windows explorer shortcuts: Shift+F10, Shift + delete
Shift + F10 - Display shortcut menu for selected item Shift+Delete - Delete selection immediately, skipping recycle bin
76
Which of the following attempts to capture personal data including passwords, SIN numbers, and bank accounts through deception? Worm Trojan Virus Phishing
Phishing
77
which key combination do you use to get into the Windows settings Screen?
Windows key + I
78
Electronic Recycling is also known as
Urban mining
79
How many tons of E-waste is produced each year?
50 million
80
When was the WEEE (Waste electrical and Electronic Equipment) program established?
2009
81
When electronics are not recycled they are shipped to which countries? Options Japan China Haiti Honduras Kenya Ghana
China, Haiti, Ghana
82
Prompt: Control of Trans-Boundary movements of hazardous wastes
Basel Convention
83
When did Canada join the Basel Convention?
1989
84
__ tons of earth must be removed to recover 1 troy ounce of gold
6
85
Nigerian Widow Scam AKA
419 scam
86
Parallel ports can send _ bits at a time, serial ports can send _ bits at a time
8 bits, 1 bit
87
What is the key to access the BIOS/UEFI called?
Name key or Access key
88
Explain what abstraction means in reference to computer science
Abstraction means the simplification of information from a larger dataset.
89
"Full Speed Port". What colour?
USB 1.1, White
90
"SuperSpeed", What colour?
USB 3.0, Blue
91
"Hi-Speed port", What colour?
USB 2.1, Black
92
A Hypervisor is also known as a
Virtual Machine Manager (VMM)
93
Full Virtualization Examples
IBMs VM family, VMWare Workstation
94
in Full Virtualization the host OS _____ _______
Emulates hardware
95
OS-Level virtualization Examples
FreeBSD Jails, Solaris, Virtuzzo
96
OS-Level virtualization Examples
FreeBSD Jails, Solaris, Virtuzzo