General Awareness

Film and Media Production

2,704 Questions

Film and media production encompass the technical and creative processes of filmmaking. This includes editing techniques, production design, sound design, and digital storytelling formats. Such topics occasionally appear in general knowledge and mass communication recruitment exams.

Editing techniquesDigital storytellingSound designFilm preservationProduction design

Film and Media Production Questions

Multiple choice general knowledge
  1. Rehearsal

  2. Custom Slide show

  3. Slide Show Setup

  4. Slide Show View

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

Custom Slide show in PowerPoint lets you create variations of your presentation using existing slides in a different order without modifying the original. Rehearsal is for timing, Slide Show Setup is for configuration, and Slide Show View is for presenting.

Multiple choice technology
  1. onEvent()

  2. clipEvent()

  3. onClipEvent()

  4. movieClipEvent()

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

onClipEvent() is the correct ActionScript handler for events specific to movie clip instances, such as load, enterFrame, mouseDown, etc. It's placed directly on the movie clip instance. The other options (onEvent, clipEvent, movieClipEvent) are not valid ActionScript event handlers.

Multiple choice technology web technology
  1. Load swf and Images files

  2. Load Images and Audio files

  3. Load swf, Images and Audio files

  4. Load Audio and Swf files

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

The Load Movie action in Flash is specifically designed to load external SWF files and image files (like JPEG, PNG) into the current movie. While Flash can work with audio, the Load Movie command itself does not load audio files - those are loaded using different actions like Load Sound. Option A correctly identifies the supported file types.

Multiple choice technology web technology
  1. A Movie Clip class

  2. A instance of a Movie Clip class

  3. Sub class of the Movie Clip class

  4. A instance of the swf class

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

A movie clip is an instance of the MovieClip class in Flash. While MovieClip is the class itself, the actual movie clips you use on stage are instances created from that class. Options A and C describe class relationships incorrectly, and option D references a non-existent swf class.

Multiple choice technology web technology
  1. for making actions in grphics

  2. For writing actions in Movie clips-frames-buttons

  3. making actions in stage

  4. making actions in TV

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

In Adobe Flash, ActionScript is an object-oriented scripting language used to control playback, add interactivity, and program behaviors specifically inside Movie Clips, timeline frames, and button components, rather than for general TV production or static stage graphics.

Multiple choice technology
  1. Graphics

  2. Animation

  3. Audio

  4. Voice Script

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

Graphics, Animation, and Audio are all multimedia file formats that can be embedded and played within digital content. Voice Script is a textual document containing spoken dialogue or narration instructions; it's a planning tool, not a multimedia element itself. The script guides voice recording but isn't a playable media format.

Multiple choice
  1. effects

  2. custom animations

  3. transitions

  4. present animations

  5. None of these

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

Transitions are the special effects that control how slides appear and disappear when moving from one slide to the next during a presentation. They create visual continuity between slides.