IT Trainer Questions


Q:

Which of the following statements are equal for a variable declared in the interface ?

1. int X=10
2. public int X=10
3. public static final int X=10

A) Only 1 and 2 are equal B) Only 2 and 3 are equal
C) All are unequal D) All are equal
 
Answer & Explanation Answer: D) All are equal

Explanation:

All the statements are equal because inside an interface a variable declared will be public static final by default 

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: IT Trainer

0 30036
Q:

 Which of the following is the original purpose of SQL?

A) To specify the syntax and semantics of SQL data definition language B) To specify the syntax and semantics of SQL manipulation language
C) To define the data structures D) All of the above.
 
Answer & Explanation Answer: D) All of the above.

Explanation:

SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.

 

Purpose of SQL are ::

* To define the data structures

* To specify the syntax and semantics of SQL manipulation language

* To specify the syntax and semantics of SQL data definition language

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Analyst , Database Administration , IT Trainer

30 29398
Q:

5 C in an OF?

A) 5 Cards in an Old Fan B) 5 Circles in an Olympic Flag
C) 5 Colors in an Old Football D) 5 Colors in an Old Flag
 
Answer & Explanation Answer: B) 5 Circles in an Olympic Flag

Explanation:

5 C in an OF denotes 5 Circles in an Olympic Flag.

These are riddles of type

12 S of the Z

52 W in a Y.

Report Error

View Answer Report Error Discuss

192 28931
Q:

Brightness of bulb depends on voltage or current?

A) Current B) Voltage
C) Both A & B D) None
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Brightness of bulb depends on both voltage and current. The brightness depends on power.

Since we know that  Power (P) = Voltage x Current = V I

So whether you increase the current or the voltage the brightness will increase.

 

Example Illustration:

 If you connect a long bulb and a round bulb in series, the long bulb glows but the round bulb does not. Both of them have the same current flowing through them (they are in series) but the long bulb has a greater voltage across it because it has more resistance (even though V= IR is not obeyed exactly, voltage drop does depend on the resistance). If you connect a round bulb and a long bulb in parallel, however, it is the round bulb that is brighter because now the voltage across both bulbs is the same but the current is larger through the round bulb (smaller resistance).

 

Hence, the brightness of a bulb depends on power i.e, both voltage and current.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

31 28848
Q:

The First Mechanical Computer Designed by Charles Babbage was called?

A) Super Computer B) Abacus
C) Calculator D) Analytical Engine
 
Answer & Explanation Answer: D) Analytical Engine

Explanation:

Computer was invented by Charles Babbage.

The First Mechanical Computer Designed by Charles Babbage, a British mathematician was called as Analytical Engine which resembles today's modern machines  between 1833 and 1871.

Report Error

View Answer Report Error Discuss

145 28332
Q:

Javascript is interpreted by

A) Server B) Object
C) Client D) None of the above
 
Answer & Explanation Answer: C) Client

Explanation:

JavaScript is an interpreted language, not a compiled language. A program such as C++ or Java needs to be compiled before it is run.

The source code is passed through a program called a compiler, which translates it into bytecode that the machine understands and can execute.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , IT Trainer

24 28232
Q:

Transmission data rate is decided by

A) Transport layer B) Network layer
C) Physical layer D) Data link layer
 
Answer & Explanation Answer: C) Physical layer

Explanation:

The speed of the transmission data is generally determined by the cables or connectors we use for data transmission. In networking, layer-1 the physical is which deals with the network cables like pins, usb, connectors, etc... we use for data transmission.

Report Error

View Answer Report Error Discuss

Filed Under: Networking
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , IT Trainer , Network Engineer

39 28076
Q:

52 C in a P?

Answer

52 C in a P represents 52 Cards in a Pack.


Similar to 


12 S of the Z 


5 C in an OF

Report Error

View answer Workspace Report Error Discuss

67 27082