Questions

Q:

What are 10Base2, 10Base5 and 10BaseT Ethernet LANs

Answer

10Base2—An Ethernet term meaning a maximum transfer rate of 10 Megabits per second that uses baseband


signaling, with a contiguous cable segment length of 100


meters and a maximum of 2 segments.


 


10Base5—An Ethernet term meaning a maximum transfer rate of 10 Megabits per second that uses baseband


signaling, with 5 continuous segments not exceeding 100


meters per segment.


 


10BaseT—An Ethernet term meaning a maximum transfer rate of 10 Megabits per second that uses baseband


signaling and twisted pair cabling.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

12 19397
Q:

An email account includes a storage area, often called ________

A) mailbox B) hyperlink
C) IP address D) None of these
 
Answer & Explanation Answer: A) mailbox

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

83 19380
Q:

Who of the following is NOT related to ghazal singing?

 

A) Begum Akhtar   B) Malika Pukhraj  
C) Penaz Masani   D) Haribhai Varadkar  
 
Answer & Explanation Answer: D) Haribhai Varadkar  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 19363
Q:

Which of the following National Parks of India are declared as World Heritage by UNESCO?

1. Keoladeo National Park

2. Sundarbans National Park

3. Kaziranga National Park

4. Ranthambore National Park

Select the correct answer using the code given below.

A) 1 and 2 only B) 1, 2 and 3 only
C) 3 and 4 only D) 1, 2, 3 and 4
 
Answer & Explanation Answer: D) 1, 2, 3 and 4

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations
Exam Prep: Bank Exams

7 19347
Q:

Name the Brand that advertises itself with the slogan 'The Vision Of Sound'?

A) Samsung TVs B) Thomson TVs
C) Sansui TVs D) BPL TVs
 
Answer & Explanation Answer: A) Samsung TVs

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

81 19345
Q:

Which of the statements given below are correct?

 

A) In 2017, Lewis Hamilton raced in Formula One for Mercedes.

B) In 2018 IPL auctions, Mumbai Indians retained Hardik Pandya.

C) Chen Meng won the Table Tennis 2017 ITTF World Tour Grand Finals Women's Singles.

 

A) Only A B) Only B
C) Both B and C D) A, B and C
 
Answer & Explanation Answer: D) A, B and C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

2 19335
Q:

In India national, National Income is calculated by the method which is known as

A) the combined method B) the income method
C) the product method D) the expenditure method
 
Answer & Explanation Answer: A) the combined method

Explanation:

In India, National Income is calculated by the combined method. It combines two methods i.e product or output method and the income method. This is done to overcome the problem of deficiency of statistics. The product method endeavours to find out the net contribution to national income of all producing units. The income method adds up income and payments accruing of factors of production. This method is used in the tertiary  sector like government services banking etc and also in the commoity sector if output data is not available.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

30 19334
Q:

What is the output of this C code?

        #include <stdio.h>
        void main()
        {
            int y = 3;
            int x = 5 % 2 * 3 / 2;
            printf("Value of x is %d", x);
        }

A) Value of x is 1 B) Value of x is 2
C) Value of x is 3 D) Compile time error
 
Answer & Explanation Answer: A) Value of x is 1

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

2 19326