Today, all competitive exams are Multiple Choice Questions(MCQ) based examination system and the main factor is to answer each question in a prescribed time. So, practice as much as possible before the original test you are going to face.
Total number of Multiple Choice Question (MCQ) is 15 and time allotted for each question is 30 seconds. After the allotted time, the question will be marked as un-attempt.
QUIZ
Test Conducted by: ObjectiveBooks.org
Next Mock Tests:
01. The regions in Hierarchical routing are grouped in to ________
(A) Clusters
(B) Zones
(C) Blocks
(D) Cells
Answer: Option A
02. The marketing mix does not include
(A) Place
(B) Product
(C) Persuasion
(D) Promotion
Answer: Option C
03. In SQL, which of the following is not a data definition language commands?
(A) RENAME
(B) REVOKE
(C) GRANT
(D) UPDATE
Answer: Option D
04. A variable's _______ indicates how long the variable remains in the computer's memory
(A) Area
(B) Extent
(C) Lifetime
(D) Scope
Answer: Option C
05. Which method is used to connect a remote computer?
(A) Device
(B) Dialup
(C) Diagnostic
(D) Logic circuit
Answer: Option B
06. In the _________ traversal we process all of a vertex’s descendants before we move to an adjacent vertex.
(A) Depth First
(B) Breadth First
(C) Width First
(D) Depth Limited
Answer: Option A
07. Parallel adders are
(A) Combinational logic circuits
(B) Sequential logic circuits
(C) Both of the above
(D) None of the above
Answer: Option A
08. For you to create a swap partition by using fdisk, what must the partition's system ID type be?
(A) 83
(B) 82
(C) 5
(D) 4
Answer: Option B
09. Which of the following control structures is used in every program?
(A) Repetition
(B) Selection
(C) Sequence
(D) Switching
Answer: Option C
10. In which of the following situations might a blind search be acceptable?
(A) Real-life situation
(B) Complex game
(C) Small search space
(D) All of the above
Answer: Option C
11. A Hall effect switch is usually used to:
(A) Measure voltage
(B) Measure temperature
(C) Sense a vacuum
(D) Sense the presence of a magnetic object
Answer: Option D
12. Data item characteristics that are important in data management include
(A) Punctuation
(B) Language
(C) Spelling
(D) Width
Answer: Option D
13. The rules to any programming language are its _______
(A) Syntax
(B) Interpretation
(C) Logic
(D) Customs
Answer: Option A
14. Which of the following is required to communicate between two computers?
(A) Communications software
(B) Protocol
(C) Communications hardware
(D) All of the above
Answer: Option D
15. A continue statement causes execution to skip to
(A) The return 0; statement
(B) The first statement after the loop
(C) The statement following the continue statement
(D) The next iteration of the loop
Answer: Option C