Algorithms and data structures Flashcards

University

1
Q

ENIAC

A

one of the first general-purpose digital computer (built in 1946)

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

algorithm

A

a finite sequence of unambiguous instructions that accomplishes a well-defined task in a finite amount of time

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

Von Neumann architecture

A

Most general-purpose computers draw inspiration from the classical architecture proposed by John von Neumann that consists of the following:
1. RAM (Random Access Memory)
2. CPU (Central Processing Unit)
3. Secondary Storage Unit
4. Input/Output

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

Assembly languages

A

Languages that use mnemonics that are translated to machine language by assemblers. Assembly languages are still difficult to work with and are machine dependent.

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

Little endian and big endian

A

Little endian and big endian are two ways of storing and reading multibyte data types, such as integers, floats, and pointers, in computer memory. They differ in the order of the bytes that make up the data type.

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