Micro-program consists of a set of microinstructions which are strings of 0s and 1s. a) True b) False

1 Answer

Answer :

Answer: a Explanation: The computer understands only binary language. So, the microprogram should have instructions which are in the form of 0s and 1s. Each output line of the micro-program corresponds to one control signal

Related questions

Description : A set of microinstructions for a single machine instruction is called ___________ a) Program b) Command c) Micro program d) Micro command

Last Answer : Answer: c Explanation: For every micro-operation, a set of microinstructions are written which indicate the control signals to be activated. A set of microinstructions is a micro program. The address of the next microinstruction is given by a Microprogram counter

Description : A computer system recognizes only: a) Software b) 0s and 1s c) Modem Signals d) ASCII e) None of These

Last Answer : b) 0s and 1s

Description : Sequence of microinstructions is termed as micro program or a. Hardware b. Software c. Firmware d. None of these

Last Answer : c. Firmware

Description : When did Alan Turing prove that a machine capable of processing a stream 1s and 0s of would be capable of solving any problem.?

Last Answer : 1942

Description : Computers normally solve problem by breaking them down into a series of yes-or-no decisions represented by 1s and 0s. What is the name of the logic that allows computers to assign numerical values that fail ... 0 and 1? a) Human logic b) Fuzzy logic c) Boolean logic d) Operational logic

Last Answer : b) Fuzzy logic

Description : Complement the subtrahend by converting all annddall a. 1’s to 0’s b. 0’s to 1’s ce. Both d. None of these

Last Answer : ce. Both

Description : A microprogram written as string of 0's and 1's is a a. symbolic microinstruction b. binary microinstruction c. symbolic microprogram d. binary microprogram

Last Answer : b. binary microinstruction

Description : The dual of a Boolean expression is obtained by interchanging (A) Boolean sums and Boolean products (B) Boolean sums and Boolean products or interchanging 0's and 1's (C) Boolean sums and Boolean products and interchanging 0's & 1's (D) Interchanging 0's and 1's

Last Answer : (C) Boolean sums and Boolean products and interchanging 0's & 1's

Description : A context free grammar for L={w|n0(w)>n1(w)} is given by: (A) S→0|0S|1SS (B) S→0S|1S|0SS|1SS|0|1 (C) S→0|0S|1SS|S1S|SS1 (D) S→0S|1S|0|1

Last Answer : (C) S→0|0S|1SS|S1S|SS1 

Description : The function of these microinstructions is to issue the micro orders to_ _ a. CPU b. Memory c. Register d. Accumulator

Last Answer : a. CPU

Description : A decoder is required in case of a ______________ a) Vertical Microinstruction b) Horizontal Microinstruction c) Multilevel Microinstruction d) All types of microinstructions

Last Answer : Answer: a Explanation: There are two types of microinstructions: Horizontal and Vertical. In a horizontal microinstruction, each bit represents a signal to be activated whereas, in case ... of Computer Fundamentals Interview Questions and Answers for freshers focuses on The Decimal Number System

Description : A) Knowledge base (KB) is consists of set of statements. B) Inference is deriving a new sentence from the KB. Choose the correct option. a) A is true, B is true b) A is false, B is false c) A is true, B is false d) A is false, B is true

Last Answer : a) A is true, B is true

Description : How well do you know your Nike 6.0's?

Last Answer : Here’s a link to the pictures since it didnt work the way I wanted it to. http://img80.imageshack.us/img80/1021/p1010264j.jpg http://img686.imageshack.us/img686/5636/p1010269n.jpg

Description : Python: Replace all NaN elements in a Pandas DataFrame with 0s. -Web-Development

Last Answer : answer:

Description : How many 0s are there in 1 googol?

Last Answer : A googol = 10¹⁰⁰ so there are 100 zeros.

Description : The inverse Square Law is concerned with intensity of radiation using type D film of 200mm target to film distance, the exposure time was 0.25s. What would be the exposure for the same situation with 400mm target to film distance? M07********** A. 0.5s B. 1.0s C. 2.0s D. 0.25s E. 0.125s

Last Answer : B. 1.0s

Description : What is used to identify whether a data word has an odd or even number of 1’s ? (1) Carry bit (2) Sign bit (3) Zero bit (4) Parity bit

Last Answer : Parity bit

Description : Write a program to initialize large number of strings?

Last Answer : Strings are used as a constant and it helps in creation of the procedure and for the initialization process. - Find the strings and assign it to the variable string. Then create a special string type that will help in ... for i := 1 to cstlen do s[i] := c[i] { place string } end;

Description : Write a C++ program to overload binary operator ‘+’ to concatenate two strings.

Last Answer : #include<iostream.h> #include<conio.h> #include<string.h> class opov  { char str1[10]; public: void getdata() { cout<<"\nEnter a strings"; cin>>str1; } ... ,o2; clrscr(); o1.getdata(); o2.getdata();  o1+o2; getch();  }

Description : Write a program to read two strings and find whether they are equal or not.

Last Answer : #include<stdio.h> #include<conio.h> #include<string.h> void main() { char st1[20],st2[20]; printf( enter string 1 ); scanf( %s ,st1); printf( enter second string ); ... 0) printf( \nboth strings are equal ); else printf( \nstrings are not equal ); }

Description : Write a program to overload ‘+’ operator to concatenate two strings.

Last Answer : #include #include #include class string1 { char str[20]; public: void getdata() { coutstr; } void display() { cout

Description : Write a C++ program to overload = = operator to check equality of two strings.

Last Answer : #include<iostream.h> #include<conio.h> #include<string.h> class string { char str1[20]; public: void get() { cout<<"Enter string:"; cin>>str1; } void operator = =( ... ; string s,s1; s.get(); s1.get(); s==s1; getch(); }

Description : What is defined by a set of strings? a) Signs b) Formal language c) Communication

Last Answer : b) Formal language

Description : Which of the following are not regular? (A) Strings of even number of a's. (B) Strings of a's, whose length is a prime number. (C) Set of all palindromes made up of a's and b's. (D) Strings of a's whose length is a ... ) (A), (B) and (C) only (3) (B), (C) and (D) only (4) (B) and (D) only

Last Answer : (B), (C) and (D) only

Description : A term used to describe interconnected computer configuration is A) Multiprogramming B) Modulation C) Multiprocessing D) Micro program sequence

Last Answer : Answer : A

Description : Which one of the following is a stored program machine? 1) Micro-processor 2) Calculator 3) Analog-computer 4) Micro-computer

Last Answer : 4) Micro-computer

Description : The process of combining strings is known as (1) compiling (2) Combining (3) Attaching (4) Concatenation

Last Answer : Concatenation

Description : Micro environment consists of ? A. suppliers B. marketing C. competitors D. all of the above

Last Answer : D. all of the above

Description : The micro environment consists ______. A. Technological Environment. B. Political Environment. C. Economic Environment. D. Public, middlemen, consumers & competitors.

Last Answer : D. Public, middlemen, consumers & competitors.

Description : ………..defines the structure of a relation which consists of a fixed set of attribute-domain pairs. A) Instance B) Schema c) Program D) Super Key

Last Answer : B) Schema

Description : Which is a full service credit rating agency exclusively set up for micro, small and medium enterprises? A. CRISIL B. ICRA C. CARE D. ONICRA E. SMERA

Last Answer : E. SMERA Explanation: SMERA Ratings Limited (formerly SME Rating Agency of India Ltd.) is a full service credit rating agency exclusively set up for micro, small and medium enterprises.

Description : Does micro SD card present in all modules? A. True B. False

Last Answer : A. True 

Description : Assertion (A): Conserving our soil resources is critical to human survival. Reason (R): Soil is home to many micro-organisms and contains minerals. Choose the correct code: (A) Both (A) and (R) are correct and (R) is the ... (C) (A) is true and (R) is false. (D) (A) is false and (R) is true.

Last Answer : (A) Both (A) and (R) are correct and (R) is the correct explanation of (A).

Description : A computer program consists of: a) System Flowchart b) Program Flowchart c) Algorithm's written in any computer language d) None of The Above

Last Answer : c) Algorithm's written in any computer language

Description : Any algorithm is a program. a) True b) False

Last Answer : Answer: b Explanation: The statement is false. An algorithm when represented in the form of a programming language is called a program. Any program is an algorithm but the reverse is not true

Description : Set of programs which consists of full documentation. a) Software Package b) System Software c) Utility Software d) File package

Last Answer : Answer: a Explanation: It is called a software package. A software is nothing but a collection of programs. A software package can solve a specific problem or perform a specific type of job

Description : A production rule consists of (A) A set of Rule (B) A sequence of steps (C) Both (a) and (b) (D) Arbitrary representation to problem

Last Answer : (C) Both (a) and (b)

Description : Is it true or false that a relational database typically consists of related two dimensional tables?

Last Answer : Need answer

Description : Circumscribed lesion that is raised and consists of edema is urticaria A. True B. False

Last Answer : Ans: A

Description : Themit consists of a finely divided mixture of iron oxide and copper. a) True b) False

Last Answer : b) False

Description : A rule-based system consists of a bunch of IF-THEN rules. a) True b) False

Last Answer : a) True

Description : The following questions consists of 2 statements - Assertion (A) and Reason (R). Answer these questions selecting the appropriate option given below: (a) Both A and R are true and R is the correct explanation for A (b) ... explanation for A (c) A is true but R is false (d) A is false but R is true

Last Answer : (b) Both A and R are true and R is not the correct explanation for A

Description : State weather the following statement is true or false for IPV6 Addressing 1). IPV6 is a routable protocol that addresses, routes, fragments, and reassembles packets 2).IPV6 is a connectionless, unreliable datagram protocol. 3). ... C. 1. false, 2. false, 3. false D. 1.false, 2. true, 3. true

Last Answer : A. 1. True, 2. true, 3. true

Description : The PEA is the first step in implementing an energy conversation programme, and consists of essentially collecting and analyzing data. a)True b) False.

Last Answer : True

Description : State True or False. i) Master Development Plan basically is a schedule of various applications to be comprised. ii) It consists of start and finish dates of a system analysis, design implementation and maintenance activities. ... B) i-False, ii-True C) i-True, ii-False D) i-False, ii-False

Last Answer : A) i-True, ii-True

Description : Software quality assurance consists of the auditing and reporting functions of management. a) True b) False

Last Answer : Ans : a

Description : Which of the following is true? 1) Plotters are not available for microcomputer systems 2) Micro-computer are not programmed like conventional computers 3) Mini-computers are task-oriented 4) The contents of ROM are easily changed

Last Answer : 3) Mini-computers are task-oriented

Description : Express 100 with 5 1s. Express 100 three ways with five 5s. You can use brackets, parentheses and these signs +,-,X, / -Riddles

Last Answer : 111-11=100 (5 x 5 x 5)-(5 x 5)=100; (5+5+5+5)x 5=100;(5 x 5)(5-(5/5)=100.

Description : How to connect Xiaomi Redmi 1S to TV -Web-Development

Last Answer : answer: