Computer language

Published on 12/06/2015 by admin

Filed under Radiology

Last modified 12/06/2015

Print this page

rate 1 star rate 2 star rate 3 star rate 4 star rate 5 star
Your rating: none, Average: 0 (0 votes)

This article have been viewed 1017 times

1 Computer Language

How Computers Work

  Keyboard
Each key represents a number of electrical signals (a stream of electrons and spaces)
To input data
A key is depressed
For each key depressed
A number of electrical impulses (signals and non-signals) are sent to the computer
Silicon chip
The circuits on the silicon chips are activated
Signal
A corresponding signal is sent to the screen (composed of signals and non-signals)
Image formation
When an electron interacts with the screen the screen fluoresces
When there are no electrons it does not fluoresce
Example image of a letter T
111111
001100
  001100 Where 0 = no electron and 1 = electron
  001100
Decimal System
Binary
A 64 32 16 8 4 2 1 = Decimal numbers
B 1 1 1 0 1 1 0 = Binary number
C 0 1 0 1 0 0 1 = Binary number
To Change Binary to Decimal
(This can be done automatically by using a computer’s Scientific Calculator)
Example 1
Example 2
To Change Decimal to Binary
(This can be done automatically by using a computer’s Scientific Calculator)
128 64 32 16 8 4 2 1
Example
Bit
(BInary digiT)
Byte
Example
[Decimal] [Character] [Character]
115 01110011 s
34 00100010 ″
68 01000100 D
Hexadecimal System

Table 1.1 Comparison of decimal, hexadecimal and binary number systems 0–20

Buy Membership for Radiology Category to continue reading. Learn more here
Decimal Hexadecimal Binary
0 0 0
1 1 1
2 2 10
3 3 11
4 4 100
5 5 101
6 6 110
7 7 111
8 8 1000
9 9 1001
10 A 1010
11