IT Trainer Questions


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
Q:

A source program is

A) a program to be translated into machine language B) a program written in a machine language
C) a machine language translation of a program D) All of the above
 
Answer & Explanation Answer: A) a program to be translated into machine language

Explanation:

A_source_program_is1563521242.png image

A source program is is a text file that contains instructions or a program written in a language other than machine code, typically a high-level language.

Report Error

View Answer Report Error Discuss

9 2250
Q:

You can drop me from the longest building & I will be LIVE, but if you drop me in the water I DIE.

WHO AM I?

Answer

A Paper.

Report Error

View answer Workspace Report Error Discuss

6 2247
Q:

What are intents, shared preference in android ?

Answer

An Android Intent is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any interested BroadcastReceiver components, and startService(Intent) or bindService(Intent, ServiceConnection, int) to communicate with a background Service.The intent itself, an Intent object, is a passive data structure holding an abstract description of an operation to be performed.
Android provides many ways of storing data of an application. One of this way is called Shared Preferences. Shared Preferences allow you to save and retrieve data in the form of key,value pair.


In order to use shared preferences, you have to call a method getSharedPreferences() that returns a SharedPreference instance pointing to the file that contains the values of preferences.

Report Error

View answer Workspace Report Error Discuss

3 2246
Q:

Another word for 'special friend'

Answer

Special Friend - Stone.


 


Example ::


He is my special friend - He is my stone.

Report Error

View answer Workspace Report Error Discuss

Subject: English Exam Prep: Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

1 2239
Q:

An increase in the quantity demanded means that

A) The demand curve shifted to right B) Price of the product has declined
C) Increase in consumer income D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:
Report Error

View Answer Report Error Discuss

1 2234
Q:

What is Primary Key in DBMS?

Answer

A primary key is a special relational database table column or combination of columns designated to uniquely identify all table records. That is, A primary key is a column or set of columns in a table that uniquely identifies tuples (rows) in that table.


A primary key, also called a Primary Keyword.



Main Features Primary key are ::


It must contain a unique value for each row of data.


It cannot contain null values.

Report Error

View answer Workspace Report Error Discuss

10 2231