Lecture 4 Flashcards

1
Q

Data format in a computer - Integer

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

Data format in a computer - Floating point numberq

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

Bits

A

Smallest units in binary - either 1 or 0

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

Nibbles

A

Collection of four bits eg. 1100 or 1001

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

Byte

A

Consists of 8 bits

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

Word

A

two bytes or 16 bits

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

Microprocessor

A

Central Process Units (CPU). Microprocessor is also used for an electronic chip which has an integrated CPU

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

Microcomputer and microcontroller

A

A microcontroller is a single chip, on which all fundamental components of a computer are integrated. It’s also known as single chip computer.

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

Embedded system/controller

A

An embedded controller is a microprocessor or microcontroller with its auxiliary components and circuit designed to be used dedicatedly to a particular device

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

Program counter (PC)

A

A PC is a register which contains the address of the next instruction in the memory to be executed.

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

Memory address register (MAR)

A

It contains the address of the current instruction being executed

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

Memory buffer register (MBR) or memory data register (MDR):

A

Stores the data or instruction fetched from MAR in a reading cycle, and the data to be transferred to MAR in a writing cycle.

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

Instruction register (IR):

A

Instruction register (IR): it stores the fetched instruction

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

Data registers or accumulator:

A

A data register D0 or a accumulator holds temporary or intermediate results during a calculation.

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