Exam - Answers: Define The Terminus "Computer Science"!
Exam - Answers: Define The Terminus "Computer Science"!
What is a Computer?
A general purpose device that can be programmed to carry out a
set of arithmetic or logical operations.
Appliances
Communications gear
weapon systems
Computer peripherals
devices
Entertainment devices
Imaging devices
Medical devices
Military
-
Shopping
Toys
RISC
Emphasis on software
Single-clock,
reduced instruction only
Register to register:
"LOAD" and "STORE"
are independent instructions
Low cycles per second,
large code sizes
Spends more transistors
on memory registers
Instruction registers
Program counter
Memory address register
Memory data register
Advantages of SSD:
-
External busses examples (Serial) USB, RS-232, RS485, eSATA, IEEE 1394 interface, ExpressCard, Fieldbus.
reminders
(always divide by 2)
746
373
186
93
46
23
11
5
2
1
0
0
0
1
0
1
0
1
1
1
0
1
1 0
1 11
0 =
149210
= BB7
23 + 22 + 21 + 20 |23 + 22 + 21 + 20|23 + 22 + 21 + 20
x
x
x
x |x
x
x
x |x
x
x
x
1
0
1
1 |1
0
1
1 |0
1
1
1
8+0+2+1
11 = B
8+0+2+1
11 = B
0+4+2+1
7= 7
When converting from binary into hexadecimal, from right side to the
left, combine all the numbers in groups of 4. After that, the binary number
from each group, convert in decimal numbers. At the end, find the equivalent
of each decimal result to hexadecimal (Mr. Willimowskis table).
P.s. Decimal from 0 9 have the same equivalent in hexadecimal.
10 = A
11 = B
12 = C
13 = D
14 = E
15 = F
11110010
11110011
+1
11110010
In the 2s complement converting, we follow exactly the same
steps as in the 1s complement, but at the end we add 1. (to understand
better, for all other digits remaining, simply add 0. So in our case of 8 bits,
add seven zeroes and at the end an 1, maybe is easier to understand. So it
would be 1 1 1 1 0 0 1 0 + 0 0 0 0 0 0 0 1 = 1 1 1 1 0 0 1 0)
11
+10
or as negative
+(-10)
21
11
1
(carry 1)
What is a Latch?
A flip-flop or latch is a circuit that has two stable states and
can be used to store state information.
What is a Flip-Flop?
A process by which the current bus master accesses the bus and
then leaves the control of bus and passes it to another busrequesting processor unit.
Abstraction of hardware
Multitasking
Having standard interface
Security
Performance
What is an Interrupt?
Is a signal to the processor emitted by hardware or software
indicating an event that needs immediate attention.
What is a Shell?