General Awareness

Broadcasting and Television Media

1,065 Questions

Broadcasting and television media questions cover mass communication, signal transmission, and entertainment channels. These topics are frequently included in the general awareness sections of competitive exams. Answer these questions to stay updated on communication technologies.

AM broadcasting frequencyMass communication typesTelevision signal transmissionIndian television channelsDigital versus analog signals

Broadcasting and Television Media Questions

Multiple choice technology testing
  1. In-Territory

  2. Out-Territory

  3. Both the Territories

  4. None of the Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In-territory areas have existing physical cable infrastructure, while Out-territory areas lack cable connections. Since IBLc is a cable-based internet service, it can only be offered in In-territory areas where the physical cable network exists to deliver the service.

Multiple choice technology testing
  1. In-Territory

  2. Out-Territory

  3. Both the Territories

  4. None of the Above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In-territory areas have existing physical cable infrastructure. IBLc services are only offered in In-territory areas because the service requires the cable network to be present. Out-territory areas lack this infrastructure and cannot receive IBLc.

Multiple choice technology testing
  1. Voice Over IP telephony

  2. LandLine services

  3. Packet Cable Technology

  4. (a) & (b)

  5. (a) & ( c )

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Rogers Home Phone offers two main services: Voice Over IP telephony and traditional LandLine services. Packet Cable Technology is the underlying technology, not a service offering itself.

Multiple choice technology testing
  1. Rogers Wireless

  2. Rogers Media

  3. Rogers Cable

  4. Rogers Telecom

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Rogers Media operates as the media division of Rogers Communications, housing premier Canadian broadcasting assets across radio and television (such as Citytv and Sportsnet). Other divisions, like Rogers Wireless and Rogers Cable, focus on telecommunications connectivity, rather than broadcasting and media content production.

Multiple choice technology
  1. 30

  2. 24

  3. 23

  4. 32

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A T1 PRI (Primary Rate Interface) line has 24 total channels (time slots). One channel (channel 0) is used for synchronization and signaling (D-channel), leaving 23 bearer (B) channels for actual voice/data transmission. The 24 option refers to total channels, while 23 is the number of usable voice channels.

Multiple choice technology
  1. Movie Picture Experts Group

  2. Movie Photographic Experts Group

  3. Moving Picture Experts Group

  4. Moving photo Expertise Group

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

MPEG stands for Moving Picture Experts Group, a working group of ISO/IEC that develops standards for digital video and audio compression. Options with 'Movie' or 'Photographic' are incorrect.

Multiple choice technology testing
  1. Statement Coverage (SC) = 1 and Decesion Coverage (DC) = 1

  2. SC = 1 and DC = 2

  3. SC = 1 and DC = 3

  4. SC = 2 and DC = 3

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

To achieve full statement coverage, we need two test cases: one where you watch television (covering the IF block) and one where you continue reading and complete the crossword (covering the ELSE block and second IF). Achieving full decision coverage requires three test cases to evaluate all True/False outcomes of both decisions.

Multiple choice technology embedded technologies
  1. UNII

  2. GSM

  3. ISM

  4. VHF

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Bluetooth operates in the 2.4 GHz ISM (Industrial, Scientific, and Medical) band, which is globally available for unlicensed wireless communication. This band is used by WiFi, Zigbee, and other wireless technologies. UNII is used by WiFi at 5 GHz, GSM is a cellular standard, and VHF is for broadcast radio.

Multiple choice technology web technology
  1. Really Simple Syndication

  2. Realtime Simple Syndication

  3. Really Sample Syndication

  4. Remote Simple Syndication

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

RSS stands for Really Simple Syndication, a web feed format used to publish frequently updated content like blog entries and news headlines. It allows users to subscribe to websites and receive updates in a standardized format. The other options are incorrect variations that don't match the standard terminology.

Multiple choice technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Cable TV access networks (HFC - Hybrid Fiber-Coax networks) are fundamentally shared medium systems. Multiple subscribers in a neighborhood share the same coaxial cable segment and compete for upstream/downstream bandwidth, requiring protocols to manage contention.

Multiple choice technology testing
  1. SC = 1 and DC = 2

  2. SC = 1 and DC = 3

  3. SC = 2 and DC = 2

  4. SC = 2 and DC = 3

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Explanation: This scenario describes a simple decision-making process, where the person decides whether to watch TV or read the newspaper based on the availability of an interesting program and a crossword puzzle.

The steps in the process can be numbered as follows:

  1. Pick up and read the newspaper
  2. Look at what is on television
  3. If there is a program that you are interested in watching then switch the television on and watch the program
  4. Otherwise, continue reading the newspaper
  5. If there is a crossword in the newspaper then try and complete the crossword

The starting point is step 1, which is always executed. Then, depending on the situation, either step 3 or 4 is executed, but not both. Finally, step 5 is executed if there is a crossword puzzle in the newspaper.

Therefore, the structure chart for this scenario can be represented as follows:

            +-----------+
            | Start     |
            +-----------+
                   |
                   |
            +-----------+
            | Read news |
            +-----------+
                   |
                   |
            +-----------+
            | Look TV   |
            +-----------+
              /          \
             /            \
    +-----------+   +----------------+
    | Watch     |   | Continue       |
    | program   |   | reading        |
    +-----------+   | newspaper      |
                    +----------------+
                             |
                             |
                    +----------------+
                    | Try crossword  |
                    +----------------+

As seen from the structure chart, there are two selection criteria (SC) and three decision criteria (DC).

The selection criteria are:

  • SC1: Is there an interesting program on TV?
  • SC2: If there is no interesting program on TV, continue reading the newspaper.

The decision criteria are:

  • DC1: Watch the program.
  • DC2: Continue reading the newspaper.
  • DC3: Try to complete the crossword.

Therefore, the correct answer is D) SC = 2 and DC = 3.