Programming Quiz questions
|
Q51- A program written in high level language is referred to as: |
A) Assembly Code | B) Object Code |
C) Source Code | D) Machine Code |
Ans:- Source Code |
|
Q52- In computers, subtraction is generally carried out by |
A) 9's complement | B) 10's complement |
C) 1's complement | D) 2's complement |
Ans:- 2's complement |
|
Q53- The circuit used to store one bit of data is known as |
A) Register | B) Encoder |
C) Decoder | D) Flip Flop |
Ans:- Flip Flop |
|
Q54- When an input electric signal A=10100 is applied to a NOT gate its output signal is |
A) 01011 | B) 11000 |
C) 00010 | D) 0010 |
Ans:- 01011 |
|
Q55- A software package to perform calculations on data arranged in an array is |
A) System software | B) Utility programs |
C) Electronic spread sheet | D) None of the above |
Ans:- Electronic spread sheet |
|
Q56- A computer program is consist of _________________. |
A) System flowchart | B) Discrete logical steps |
C) Algorithms written in computer's language | D) Program |
Ans:- Program |
|
Q57- If program can cope data errors, such program can be termed as __________ |
A) reliable | B) scalable |
C) robust | D) stable |
Ans:- robust |
|
Q58- Which of the following is not a fundamental process state |
A) Ready | B) Terminated |
C) Executing | D) Blocked |
Ans:- Blocked |
|
Q59- COBOL is widely used in ____________ application. |
A) Scientific | B) Commercial |
C) Space | D) Mathematical |
Ans:- Commercial |
|
Q60- What is the Gray Code for decimal 7? |
A) 0100 | B) 101 |
C) 0010 | D) 1110 |
Ans:- 0100 |
|