0% found this document useful (0 votes)
112 views4 pages

Ete (22636) Answer Key

This document is an answer key for a unit test on emerging trends in electronics, consisting of 30 multiple-choice questions. The questions cover various topics including processor types, ARM architecture, and programming concepts related to Arduino. Each question has four answer options, with the correct answers indicated for the test takers.

Uploaded by

sudam rathod
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views4 pages

Ete (22636) Answer Key

This document is an answer key for a unit test on emerging trends in electronics, consisting of 30 multiple-choice questions. The questions cover various topics including processor types, ARM architecture, and programming concepts related to Arduino. Each question has four answer options, with the correct answers indicated for the test takers.

Uploaded by

sudam rathod
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

UNIT TEST - 1

EMERGING TRENDS IN ELECTRONICS (22636)


ANSWER KEY

Instructions :
 All questions are compulsory (1*30 = 30 Marks)
1. Main processor chip in computers is
A. ASIC
B. ASSP
C. CPU
D. CPLD
2.ARM stands for _____________
A. Advanced Rate Machines
B. Advanced RISC Machines
C. Artificial Running Machines
D. Aviary Running Machines
3.The CISC stands for ___________.
A. Computer Instruction Set Compliment
B. Complete Instruction Set Compliment
C. Computer Indexed Set Components
D. Complex Instruction set computer
4.The GPIO stand for__________________.
A. General Purpose Inner Outer Propeller
B. General Purpose Input Output Pins
C. General Purpose Interested Old People
D. General Purpose Input Output Processor
5.The IDE stand for________________.
A. In Deep Environment
B. Integrated Development Environment
C. Internal Deep Escape
D. IDE
6.A program written with the IDE for Arduino is called _______.
A. IDE source
B. Sketch
C. Cryptography
D. Source code
7.Arduino IDE consists of 2 functions. What are they?
A. Build() and loop()
B. Setup() and build()
C. Setup() and loop()
D. Loop() and build and setup()
8.ALU of ARM7 TDMI is_____bit.
A. 8
B. 32
C. 64
D. 10
9.How many digital pins are there on the UNO board?
A. 14
B. 12
C. 16
D. 20
10.Most of processors designed by ARM are
A. 16 bit
B. 32 bit
C. 64 bit
D. 8 bit
11.The function of link register in ARM7TDMI is__________
A. To store return address whenever subroutine is called
B. To store address of I/O device
C. Multiplex the address and data lines
D. Perform addition
12.The function of register r15 in ARM7TDMI is as
A. Program Counter
B. CPSR
C. SPSR
D. ALU
13. In the ARM Nomenclature ARMxTDMI, D and M stand for
A. Debug and Fast Multiplier units are present
B. Division and Multiplier units are present
C. Debugger and Multiplier units are not present
D. Division and Multiplier units are not present
14.The computer architecture aimed at reducing the time of execution of instructions is
________
A. CISC
B. RISC
C. ISA
D. ANNA
15.In CISC processor the nature of instruction size is
A. Fixed
B. Variable
C. Both A and B
D. None of the above
16.If the three stages of execution in pipelining are overlapped, how would be the speed of
execution?
A. Higher
B. Moderate
C. Lower
D. Unpredictable
17.In RISC Processors configuration status of control unit is_______.
A. Hardwired
B. Micro programmed
C. Both A and B
D. None of the above
18.A function is a series of programming statements that can be called by name. Which
command is called once when the program starts:
A. loop()
B. setup()
C. (output)
D. (input)
19.In ATmega328p ‗p‘ refers to?
A. Production
B. Pico-Power
C. Peripheral
D. Programmable on chip
20.The throughput of a super scalar processor is _______
A. less than 1
B. 1
C. More than 1
D. Not Known

You might also like