Overview Flashcards

1
Q

What is concurrency in computer systems?

A

When a computer executes more than one task at the same time in a time-shared manner.

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

What is the order of abstraction in computer systems?

A
  1. Problems
  2. Algorithms
  3. Programs
  4. Machine (ISA) Architecture
  5. Micro Architecture
  6. Circuits
  7. Devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is an algorithm translated to a high level language (HLL)?

A

By hand (programmed by programmer)

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

How is a high level language translated to a low level language (LLL) like assembly language?

A

By a compiler

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

How is a low level language translated to machine language?

A

With an assembler

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

Which levels of abstraction are programmable?

A

Problems, algorithms, and programs

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

What are four reasons high level languages are useful?

A
  1. Machine independent
  2. Easier to write
  3. Higher programmer productivity
  4. Higher levels of abstraction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What was C developed for?

A

To work with the Unix operating system

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

Why are low level languages useful?

A
  1. They are machine specific
  2. You have higher performing code (assembly programming)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does ISA stand for?

A

Instruction set architecture

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

Why is Isa important?

A

It defines the set of instructions a processor can execute, dictating how software interacts with underlying hardware.

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