Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(Attempt All Questions) (10 Points) 1. Which of the following microcontrollers we are using in the Lab? (a) PIC24H1364GP502 (b) PIC24HJ 128GP502 (C) PIC24MC128GP502 (d)

image text in transcribed
(Attempt All Questions) (10 Points) 1. Which of the following microcontrollers we are using in the Lab? (a) PIC24H1364GP502 (b) PIC24HJ 128GP502 (C) PIC24MC128GP502 (d) PIC24H332GP502 2. static uint16_t u16_a Ox49BA: How memory is assigned to it? (a) 16 space 1 (b) u16_a: space 4 (C) ul6_a: space 2 (d) u16_a: space 3 3. When a breakpoint is added in the code, which of the following statement is correct? (a) Previous instruction is executed. (Instruction before the breakpoint) (b) Current instruction is executed. (Where breakpoint is added) (c) None of the above 4. Information about the instruction pointer can be obtained from? (a) Program Memory (b) File Register (C) None of the above 5. When a breakpoint is added in a loop and step over is perfomed, which statement is correct? (a) The loop instruction will be evaluated step by step (b) The loop instruction will be evaluated completely. (C) None of the above 6. How many working registers are available in PIC24H? (a) 14 (b) 18 (c) 16 (d) 15 7 Ian 8 bit unsigned number is converted to 16 bit uns and number, which of the following statement is correct? (a) Signed Extension will be performed (b) Zero Extension will be performed (c) Number will remain as it is (d) None of the above 8. Which statement is correct regarding PIC24 microcontroller? (a) It is a 24 bit microcontroller (b) It is a 16 bit microcontroller (c) It is 32 bit microcontroller (d) It is an 8 bit microcontroller 9. Which compiler is used for MPLAB IDE? (a) XC 32 C Compiler (b) XC 16 C Compiler (c) XC 24 C Compiler (d) None of the above 10. Which of the following Source File type is to be created for Assembly code in PIC24H Project (a) Assemblyfilem (b) Assemblyfiles (c) Assemblyfile.inc (d) Assemblyfile. (Attempt All Questions) (10 Points) 1. Which of the following microcontrollers we are using in the Lab? (a) PIC24H1364GP502 (b) PIC24HJ 128GP502 (C) PIC24MC128GP502 (d) PIC24H332GP502 2. static uint16_t u16_a Ox49BA: How memory is assigned to it? (a) 16 space 1 (b) u16_a: space 4 (C) ul6_a: space 2 (d) u16_a: space 3 3. When a breakpoint is added in the code, which of the following statement is correct? (a) Previous instruction is executed. (Instruction before the breakpoint) (b) Current instruction is executed. (Where breakpoint is added) (c) None of the above 4. Information about the instruction pointer can be obtained from? (a) Program Memory (b) File Register (C) None of the above 5. When a breakpoint is added in a loop and step over is perfomed, which statement is correct? (a) The loop instruction will be evaluated step by step (b) The loop instruction will be evaluated completely. (C) None of the above 6. How many working registers are available in PIC24H? (a) 14 (b) 18 (c) 16 (d) 15 7 Ian 8 bit unsigned number is converted to 16 bit uns and number, which of the following statement is correct? (a) Signed Extension will be performed (b) Zero Extension will be performed (c) Number will remain as it is (d) None of the above 8. Which statement is correct regarding PIC24 microcontroller? (a) It is a 24 bit microcontroller (b) It is a 16 bit microcontroller (c) It is 32 bit microcontroller (d) It is an 8 bit microcontroller 9. Which compiler is used for MPLAB IDE? (a) XC 32 C Compiler (b) XC 16 C Compiler (c) XC 24 C Compiler (d) None of the above 10. Which of the following Source File type is to be created for Assembly code in PIC24H Project (a) Assemblyfilem (b) Assemblyfiles (c) Assemblyfile.inc (d) Assemblyfile

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions