weaknesses/general Flashcards

1
Q

List three key features of Von Neumann archicture.

A
  • Memory is organized into addressable read/write storage locations.
  • Memory contains both data and instructions
  • Programs are executed sequentially using the Fetch-Execute cycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is “computer architecture”?

A

The conceptual design and functional behavior of a computer system.

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

What two key points best characterize an operating system?

A
  • Manages hardware resources and provides an interface for applications.
  • Achieves resource sharing through time and space multiplexing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which approach polling or interrupts, is more efficents for real-time systems and high I/O devices?

A

Interrupts are more efficient for real-time systems and high-speed I/O devices because they allow the CPU to perform other tasks and respond to events only when an I/O device requires attention, minimizing wasted CPU cycles and enabling better multitasking

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

What is the range of digits in a base 14 number system?

A

0, 1, 2, . . . , 9, A, B, C, D

we will always have one less than our base (which is why E is not included)

note: for any base above 10, we use the convention: A = 10, B = 11, C = 12, …

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

What is the usage of Base 2 (binary) numbers?

A

Core of computing (bits, logic circuits)

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

What is the usage of Base 8 (octal)

A

Older computing systems, shorthand for binary

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

what is the usage of Base 10 (Decimal)

A

Human everyday use

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

What is the usage of Base 16 (Hexadecimal)

A

Memory addresses, colors, networking

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