Database Administration Questions


Q:

Processing speed of computer is measured in MIPS.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Million Instructions Per Second is a method of measuring the raw speed of a computer's processor. MIPS measures roughly the number of machine instructions that a computer can execute in one second.

Report Error

View Answer Workspace Report Error Discuss

2 2286
Q:

3 x 3 + 3 - 3 + 3 = ?

A) 9 B) 12
C) -3 D) 3
 
Answer & Explanation Answer: B) 12

Explanation:

Using BODMAS law,

3 x 3 + 3 - 3 + 3 =

3 x 3 = 12

= 12 + 3 - 3 + 3

=  9 + 3

= 12

 

Hence, 3 x 3 + 3 - 3 + 3 = 12.

Report Error

View Answer Report Error Discuss

19 2282
Q:

What areas would you like to further develop professionally?

Answer

Why they ask this and what they are looking for:


 


This question "What areas would you like to further develop professionally?" will uncover whether you are interested and knowledgeable about your own development and as such will can be a cloaked attempt to discover your weaknesses.


A common target of the question is to discover how motivated you are to extend yourself. If you are motivated to learn, then you are probably more motivated to do the job well.


 


How to answer this:


First show that you are concerned and active about your own development. You can indicate how development has worked for your in the past.


You're right, continued learning and development is important and I continue to work to improve key skills.


Do answer the question, of course, but do not show gaping holes in your skill set and especially those in key areas required in the job. A good trick is to talk about developing your skills in new areas that will be of future benefit to the company.


 


For example : I am in programming now and love the work, but one day I would like to develop into a management role.


 


Hope this helps you..!

Report Error

View answer Workspace Report Error Discuss

1 2278
Q:

Which memory needs refresh?

A) DRAM B) SRAM
C) ROM D) All of the above
 
Answer & Explanation Answer: A) DRAM

Explanation:

Memory refresh is the process of periodically reading information from an area of computer memory and immediately rewriting the read information to the same area without modification, for the purpose of preserving the information.

DRAM1532669979.png image

Memory refresh is a background maintenance process required during the operation of semiconductor dynamic random-access memory (DRAM), the most widely used type of computer memory.

Report Error

View Answer Report Error Discuss

2 2275
Q:

What does microprocessor speed of a computer depends on?

A) bandwidth B) clock speed
C) number of instructions D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The computers microprocessor speed depends on all the factors like clock speed, bandwidth and the number of instructions it processes.

Report Error

View Answer Report Error Discuss

2 2269
Q:

Which datatype in c language has least storage?

A) char B) double
C) int D) float
 
Answer & Explanation Answer: A) char

Explanation:

Data types are used for declaration of variables in computer programming languages. These determine the type and size of data associated with variables.

Data types examples - int, char, float, etc...

 

char datatype is the least storage data type with 1 byte.

int with 2 or 4 bytes.

float with 4 bytes

double with 8 bytes.

datatype_in_c_language_has_least_storage1562156854.png image

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Database Administration , IT Trainer

2 2263
Q:

Translator program used in assembly language

A) Assembler B) Interpreter
C) Compiler D) Operating system
 
Answer & Explanation Answer: A) Assembler

Explanation:

Assemblers are used to translate a program written in a low-level assembly language into a machine code (object code) file so it can be used and executed by the computer.

 

Hence, Assembler is the translator program used in assembly language.

Report Error

View Answer Report Error Discuss

0 2255
Q:

Rearrange the following sentences (A), (B), (C), (D), (E) and (F) in the proper sequence to form a meaningful paragraph, then answer the questions given below them.

 

(A) But those apps are just a hint of what this Internet behemoth offers

(B) Gmail, Google maps, and Blogger are used widely.

(C) By now, most know that Google is about far more than search.

(D) Under the hood of its famous search engine. (F) You may not know about, but probably should

(E) Here’s a rundown of some useful Google gems that

A) DECBFA B) EDCFBA
C) BCDAEF D) DCEBFA
 
Answer & Explanation Answer: B) EDCFBA

Explanation:

The rearranged sentences are ::

(D) By now, most know that Google is about far more than search.(C) Gmail, Google maps, and Blogger are used widely.(B) But those apps are just a hint of what this Internet behemoth offers (E) under the hood of its famous search engine.(A) Here’s a rundown of some useful Google gems that (F) you may not know about, but probably should.

Report Error

View Answer Report Error Discuss

11 2254