Daily IT Quiz Mcq – 12

information technology

Dear Aspirants,

Daily IT Quiz is the basic part of the Himachal GK. It is helpful to increase your knowledge based on information technology. It is a series of Himachal Gk MCQs. You can also play our weekly quiz and download all quizzes PDF as well.

1. In the instruction MULTIPLY A and B, which of the following options specifies the opcode?
(A) Multiply
(B) Mul A
(C) AND
(D) Mul B

2. Which of the following flowchart constructs has three flow lines?
(A) Start
(B) Stop
(C) Decision
(D) Input

3. A procedure uses ________ mechanism to operate?
(A) Call – pass mechanism
(B) Call – return mechanism
(C) Return – pass mechanism
(D) Procedure call mechanism

4. Which of the following loop construct operates the statements conditionally or unconditionally?
(A) For loop
(B) While loop
(C) Repeat ….until loop
(D) Goto statement

5. Which of the following loop construct operates the loop at least once?
(A) For loop
(B) Repeat ….until loop
(C) While loop
(D) Goto statement

6. Consider the following statement:
Statement A: a loop is a construct that repeats a section of a program.
Statement B: The goto construct is an unconditional jump statement.
Which of the following options is true with respect to the above statement?

(A) Both statement A and statement B, are false
(B) Statement A is true and Statement B is false
(C) Both, statement A and statement B, are true
(D) Statement A is false and Statement B is true

7. Which of the following types of variables are declared within the begin….end block of the function?
(A) Local variables
(B) Global variables
(C) Static variables
(D) external variables

8. A________________identifies the position in an algorithm where the control of execution can reach using a goto statement?
(A) Begin
(B) End
(C) return
(D) Label

9. Consider the following statements:
Statement A: parameters are like a bridge between the procedure and the calling code.
Statement B: functions accept values in the form of parameters
Which of the following option is true with respect to the above statements?

(A) Both statement A and statement B, are false
(B) Statement A is true and Statement B is false
(C) Both, statement A and statement B, are true
(D) Statement A is false and Statement B is true

10. Consider the following statements:
Statement A: global variables are declared to begin … end block of the procedure or function.
Statement B: local variables are declared outside begin…end block of the procedure or function.
Which of the following option is true?

(A) Both statement A and statement B, are false
(B) Statement A is true and Statement B is false
(C) Both, statement A and statement B, are true
(D) Statement A is false and Statement B is true

 

Be the first to comment

Leave a Reply

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.