Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in aptitude-area
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in aptitude-compound-interest
Multiple Choice Question in engineering-mechanics-kinetics-of-a-particle-impulse-and-momentum
Multiple Choice Question in electronic-devices-bipolar-junction-transistors
Multiple Choice Question in 035/2016
Multiple Choice Question in database-database-redesign
Question Answer in malayalam-kerala-psc-questions
Multiple Choice Question in malayalam-kerala-psc-questions
Multiple Choice Question in current-affairs-2017-03-05
Question Answer in KERALA PSC
Multiple Choice Question in KERALA PSC
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
digital electronics the 8051 microcontroller
1. The number of data registers is:
(A): 16
(B): 32
(C): 64
(D): 8
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->What function displays row data in a column or column data in a row?....
QA->What is the number of electrons in an atom of atomic number Z and mass number A?....
QA->Which nuclides having the same number of neutrons but different number of protons or mass number?....
QA->The three-fifth of a number is 40 more than the 40 percent of the same number. The number is :....
QA->A number consists of two digits.The digits in the ten’s place is 2 times of the digit in the unit’s place.If 36 is substracted from the number,the digits are reversed.The number is....
MCQ->Consider the following registers: A accumulator and B registerB and C registersD and E registersH and L registers Which of these 8-bit registers of 8085 μP can be paired together to make a 16-bit register?....
MCQ->Consider the following statements regarding registers and latches: Registers are made of edge-triggered FFs, whereas latches are made from level-triggered FFs. Registers are temporary storage devices whereas latches are not. A latch employs cross-coupled feedback connections. A register stores a binary word whereas a latch does not. Which of the above statements is/are correct?....
MCQ->Pick out thể one word for - a secret arrangement....
MCQ->A typical microcomputer may have up to 65,536 registers in its memory. Each of these registers, usually called a _____....
MCQ->What will be the output of the program? public class SyncTest { public static void main (String [] args) { Thread t = new Thread() { Foo f = new Foo(); public void run() { f.increase(20); } }; t.start(); } } class Foo { private int data = 23; public void increase(int amt) { int x = data; data = x + amt; } } and assuming that data must be protected from corruption, what—if anything—can you add to the preceding code to ensure the integrity of data?....
×
×
Type The Issue
×
Your Marks
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...
Privacy
|
Terms And Conditions
Question ANSWER With Solution