Question 1.7 Analyse the following C-code and give the content of the variable Result: unsigned char Result unsigned cha
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Question 1.7 Analyse the following C-code and give the content of the variable Result: unsigned char Result unsigned cha
Question 1.7 Analyse the following C-code and give the content of the variable Result: unsigned char Result unsigned char Var - Ox 3A; Result = Var*2; if(Result>0x73){ Result - Var 0x23; } else { Result-Var Ox23; Question 1.8 Assume the accumulator contains 29H. What is the content of the accumulator after the following instruction executes? ORL A,447H Question 1.9 If an 8051 is operating from a 4 MHz crystal, what is the duration of a machine cycle? Question 1.10 Analyse the following C-code and indicate the Hex value of Buffer after execution. unsigned char Buffer=137; unsigned char Bin Val=16; Bin Val - Buffer /BinVal; Buffer = Bin Val *3; Question 1.11 The maximum program memory that can be externally connected to an MCS 51 is (Specify address and data size) Question 1.12 With EA connected to +Vss, From which memory will the program be executed? (Indicate: Internal/External - FLASH/EEPROM/RAM)? Question 1.13 Consider the following RAM memory device: 32K x 8. How many data bits can be stored in
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!