IT Trainer Questions


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

'Barren Island' which is the only active volcano in India is situated in?

A) Rajasthan B) Andaman-Nicobar
C) Chattisgarh D) Lakshadweep
 
Answer & Explanation Answer: B) Andaman-Nicobar

Explanation:

The only active volcano in India is situated in Andaman-Nicobar islands.

Report Error

View Answer Report Error Discuss

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

Networking definition and examples?

Answer

In Computers ::


A network is a collection of computers, servers, mainframes, network devices, peripherals, or other devices connected to one another to allow the sharing of data.


An excellent example of a network is the Internet, which connects millions of people all over the world. Below is an example image of a home network with multiple computers and other network devices all connected to each other and the Internet.


Ex:: LAN, WAN, MAN, WLAN,...


In Business view::


 


Networking is defined as the act of making contact and exchanging information with other people, groups and institutions to develop mutually beneficial relationships.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: IT Trainer , Network Engineer

5 2470
Q:

What is String Args in Java?

Answer

String Args (String []) is an array of parameters of type String.


In Java, 'args' contains the supplied command-line arguments as an array of String objects. In other words, if you run your program as 'java MyProgram Hello World' then 'args' will contain ["Hello", "World"]. When a java class is executed from the console, the main method is what is called.

Report Error

View answer Workspace Report Error Discuss

9 2452
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 2447
Q:

Statement: A large number of students who have passed their XII Std. terminal examination in the country could not get admission to colleges as the number of seats available are grossly inadequate.
Courses of action:
a. The evaluation system of XII Std. terminal examination should be made more tough so that fewer students pass the examination.
b. The Government should encourage the private sector to open new colleges by providing them land at cheaper rate.
c. The rich people should be asked to send their wards to foreign countries for higher studies enabling the needy students to get admission in colleges within the country.

A) only a and b follows B) Only c follows
C) Only b follows D) All a, b & c follows
 
Answer & Explanation Answer: C) Only b follows

Explanation:

Clearly, reducing the number of aspirants for admission to colleges or sending the students of well-to-do families to foreign countries for higher studies, is no proper solution. So, both I and III do not follow. The right solution is to increase the number of colleges so as t accommodate the increasing number of admission-seekers. So, only II follows.

Report Error

View Answer Report Error Discuss

4 2440
Q:

Name one problem that led to the civil war.

A) Slavery B) Economic reasons
C) State's Rights D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:
Report Error

View Answer Report Error Discuss

0 2438