336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

http://www.picmicrolab.com/7x5-dot-matrix-character-generator/





Consider the following definitions in an assembly program

d1: .byte 0, 1, 2, 3

and assume that the following instructions are used to add the content of the last two numbers and leave the result in R12

1 ?

2. LDD R12, Y + 2

3 LDD R13, Y + 3

4 ADD R12, R13

R12에 Load하고 R13에 Load하고 R12+R13 이렇게 ADD연산

What instruction would you add at the first position of this block to perform the correct operation ?

Two instructions LDI R29, lo8(d1) and LD R28, hi8(d1)






if we use sequences of 8 bits, how many unique binary sequences can we encode?

만약 사용하면 시퀀스를 of 8bit, 얼마나많은 유니크 2진수 시퀀스를 can 우리가 만들수 있는가?

2^8 = 256


which of the following nunbers cannot be a number in base 6 ?

어느것... of 따라오는 숫자들의 ...이 cannot be a 숫자가될수없는가 in base 6 ? (6진수)

1701 <<< 6이상의 숫자가 들어가면 안됨 (6포함)


Study the folowing 9 bit integer encoded using sign-magnitude:

알아봐라 the 따라오는 9bit 정수 인코드된 사용하여 sign-mangnitude(=부호있는)

011000110

Convert this to decimal

2^7+2^6+2^2+2^1 = 128+64+4+2 = 198


Study the following 9 bit number 011010001

The number format is fixed-point with 4 bit integer,

5-bit fraction, unsigned.

Convert this to decimal. Use as many decimal places as necessary

알아봐라. the 따라오는 9bit number 011010001

the 숫자 포멧은 fixed-point이다. with 4bit 정수로된,

5-bit는 fraction(=분수), unsigned(=부호없음).

변형시켜라. 이걸 to 10진수로. 사용해라. as many 10진수 자리들을 as 필요하다면


0110 = 2^2+2^1 = 6

1001 = 2^-1 + 2^-4 = 0.5625

=6.5625


Study the following 7 bit number:

0001100

The number format is floating-point with 1 sign bit, 2 exponent bits, 4 mantissa bits.

The exponent is signed with a bias of -1.

There is no implicit one for the mantissa in the encoding (0,mantissa)

Convert this to decimal, use as many decimal places as necessary.

알아봐라 the 따라오는 7bit 숫자를

0001100

the숫자포멧은 floating point with 1 sign bit,

2 exponent bits, (=지수부)

4 mantissa bits. (=소수점아래)

the exponent는 부호가붙었다. with a bias of -1.

there is No 절대적인 one은 없다. for the mantissa를 위한 in the 인코딩에서

바꿔라 이걸 to 10진수로.




Posted by ElectricShock
:
BLOG main image
잡동사니들(지극히 개인취향인...) (다른글에도 댓글 부탁해요♥) You May Leave English Messages on GuestBook. by ElectricShock

공지사항

카테고리

분류 전체보기 (782)
Programming(=프로그래밍) (3)
MiDi (2)
Animation (4)
Blender (3D Graphic Program.. (10)
Blendtuts.com (Series) (1)
Blender 기초 팁들 (2)
Processing (디지털미디어과) (2)
Music (1)
Books in the world (0)
Communication(CAN, UART, et.. (12)
MCU Examples (PIC 기반) (7)
Transistor (1)
Mikro C Pro (11)
Mikro Pascal (1)
Proton IDE (0)
Robot (0)
Swift 3D (1)
Dummies Series (1)
All about Hacking (0)
제2 외국어 (1)
PIC 해외서적들 (3)
AVR (25)
PIC (MikroC) (MPLAB) (4)
Assembly (2)
ARM (3)
Arduino (26)
PSpice (1)
Proteus ISIS (14)
CodeVision (2)
FPGA (15)
MPLAB (24)
PCB (the Procedure) (15)
3D Printer (5)
PICKIT3 (6)
Matlab (11)
RaspBerry PI (15)
BeagleBone (1)
Android Studio (17)
졸업작품 (172)
Korea History (0)
Issue(사회) (73)
Multimeter 리뷰 (1)
Oscilloscope (1)
A (34)
B (19)
J (6)
C (32)
P (12)
T (37)
H (12)
I (12)
M (44)
R (5)
E (5)
F (2)
D (9)
O (2)
L (7)
S (9)
W (2)
V (6)
G (14)
Visual C++ or Visual Studio (2)
Android App Development (0)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백