Computer Concepts Flashcards

1
Q

Computer basic units

A
Input Devices
Output Devices
Main Memory
Secondary Memory
Central Processing Unit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Input Devices

A

Data Given for input into a computer. Such as mouse keyboard

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

Out Devices

A

External Devices to give output to the user. For example monitor printer etc

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

Main Memory

A

Is some time called volatile because it looses its information when power is removed.
Type RAM & ROM

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

RAM

A

Random Access Memory is the place in a computer where the operation system, application programs and the data in current use are kept temporarily so that they can be accessed by the computer processors.

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

ROM

A

Read Only memory is a special type of memory which can only be read and contents of which are not lost even when the computer is switched off. This is where the boot loader is stored.

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

Secondary memory:

A

is usually nonvolatile because it retains its information when power is removed. This would be slow memory access. There are two types of storage devices magnetic and
Magnetic examples are hard drives.

Optical examples are CD,DVD, Zip dives optical. 

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

CPU

A

Takes data and instructions from the storage unit and makes all sorts of calculations based on the instructions given. CPU has 2 component Arithmetic Logic Unit(ALU) and control Unit (CU)

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

ALU

A

All calculations and comparisons, based on the instructions provided, are carried out within the ALU. It performs arithmetic functions like addition, subtraction, multiplication, division and also logical operations like greater than, less than, and equal to etc.

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

CU

A

Control unit Controlling of all operations like input, processing and output are performed by the CU. It takes care of the step by step processing of all operations inside the computer.

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

Endianness

A

refers to the order of bytes within a binary representation of a number.

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

Little Endian:

A

Ordering places the least significant byte first in the memory address. Most processing architectures use little Endian

The first digit goes in the highest address

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

Big Endian

A

Ordering places the most significant byte first. Most protocols use big endian.

the first digit goes in the lowest address

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

Mix Endian or Middle Endian

A

Endian- Are non standard ways of storing bytes. They tend to be in the middle of the sequence.

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

RISC(Reduced instruction set computer)

Also provide samples.

A

Instruction set allows it to have few cycles per instructions.

Example MIPS, ARM,AVR, POWER PC

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

CISC

Also provide samples.

A

Complex instruction set computer): is a single instructions can execute several low-level operations such as load from memory, an arithmetic operation and memory store.

Example x86, AMD, AI-32, x86.64

17
Q

VLIW

A

(Very Long instruction word): VLIW processor allows programs to explicitly specify instruction to execute in parallel.