Searching for "CH"

Q:

How many pairs of letters are there in the word " CASTRAPHONE" which have as many letters between them in the word as in the alphabet?

A) 3 B) 4
C) 5 D) 6
 
Answer & Explanation Answer: D) 6

Explanation:

Looking into the alphabets there are six such pairs namely ON, HONE, ST, TRAPHO, TRAPHON, RAP.

1. ON  - NO

2. HONE - EFGH

3. ST - ST

4. TRAPHO - OPQRST

5. TRAPHON - NOPQRST

6. RAP - PQR

Report Error

View Answer Report Error Discuss

Filed Under: Alphabet Test

Q:

In a certain code language, "Tom Kun Sud" means "Dogs are barking" , "Kun Jo Mop" means "Dogs and horse" and "Mut Tom Ko" means "Donkeys are mad". Which word in that language means "barking"?

A) Sud B) kun
C) Jo D) Mop
 
Answer & Explanation Answer: A) Sud

Explanation:

In the first and second sentences common word is Dogs and common code is Kun. In the first and third sentences common word is are and common code is Tom. Therefore Sud = baking

Report Error

View Answer Report Error Discuss

Filed Under: Coding and Decoding

Q:

In a certain code language "nce po tam" means "boys are studying", "me tam sam" means "grapes are sour" and "tam po me" means "boys are grapes". which of the following represents "sour" in that code language?

A) tam B) me
C) sam D) cannot be determined
 
Answer & Explanation Answer: C) sam

Explanation:

nec po tam => boys are studying

 

me tam sam => grapes are sour

 

tam po me => boys are grapes 

 

It is clear that "sam" represents "sour" in that code language.

Report Error

View Answer Report Error Discuss

Filed Under: Coding and Decoding
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk , Bank PO

Q:

What is Wi-Fi technology and over which frequency band it operates?

Answer

Wi-Fi technology is a technology used for transmitting a signal using the 802.11 specifications works a lot like it does with a basic Ethernet hub: They’re both two-way forms of communication, and they both use the same frequency to both transmit and receive, often referred to a half-duplex. WLANs used radio frequencies (RFs) that are radiated into the air from an antenna that creates radio waves. These waves can be absorbed, refracted, or reflected by walls, water, and metal surfaces, resulting in low signal strength. So because of this vulnerability to surrounding environmental factors, it’s pretty apparent that wire-less will never offer us the same robustness as a wired network can, but that still doesn’t mean we’re not going to use or run the wireless or Wi-Fi.

Report Error

View answer Workspace Report Error Discuss

Q:

Explain how synchronization takes place with Blackberry Technology .

Answer

The handheld device is used as a network device, which always connected to the data account of the user via redirector software. The software is installed on the BlackBerry Enterprise Server. The communication between the software, BE Server and the hand held device’s software is always a two-way street. BES immediately updates the mobile device or the email or the calendar account, whenever a change in email account occurs.

The push technology of BlackBerry keeps the device instantly in “synch” without any effort by the user. 

Report Error

View answer Workspace Report Error Discuss

Q:

What is Blackberry technology?

Answer

BlackBerry is nothing but a handheld wireless device that is just like a two way pager.


It supports the features like mobile telephone, push e-mail, text messaging, web browsing, internet faxing.


In addition to these, all types of wireless information services and multi-touch interfaces are also included. 

Report Error

View answer Workspace Report Error Discuss

Q:

What is iphone architecture?

Answer

It is similar to MacOS X architecture


It acts as an intermediary between the iPhone and iPod hardware an the appearing applications on the screen


The user created applications never interact directly with the appropriate drivers, which protects the user applications from changes to the hardware. 

Report Error

View answer Workspace Report Error Discuss

Q:

What is the procedure to check status of an activity in Android?

Answer

The status of an activity can be start and stop only. The start means the activity is up and running. It is in execution state and performing some actions. Whereas the stop state defines that the activity is being stopped and performing no action on the system. To see or check the status of an activity there is a command that has to be used like NEW_TASK_LAUNCH flag that keeps the track of all the activities that are running and the main command under which the flag resides is given as startActivity() call. To bring the activity stack in front of the process that is already running require the command mentioned above to be used. The activity can be started remotely by using the remote services. These services allow easy interaction with the client and provide the sample to show it on the local server.

Report Error

View answer Workspace Report Error Discuss