CSC 360 Oral Exam Flashcards
T/F When a media player initially loads a video file, the player shows the last video frame as a preview of the video’s content.
False, It loads the first video frame of the file. poster=”url” can also set the thumbnail of a video when it is loaded.
T/F A transition must start immediately after an event that triggers it.
True
T/F Header cells and data cells are types of table cells supported by web tables.
True.
T/F The post method is the default method that tells the browser to append the form data to the end of the URL specified in the action attribute.
False, the get method appends form data to a URL whereas the post method appends to a data server
T/F When using Bootstrap’s grid system, you can mix and match classes for each tier. For example, you can use the following:
< section class=”container” >
< div class=”row” >
< div class=”col-md-4 col-sm-6” >< /div >
< div class=”col-md-8 col-sm-6” >< /div >
< /div >
< /section >
True
T/F Preload and defer attributes can be added to the < script > element to modify its sequence of processing.
True
Which of the following is true of animating objects in CSS?
1. Animations can only be run when a CSS property is being changed.
2. Animation creates an illusion of movement by displaying key frames in rapid succession.
3. Animations can be run only once as multiple images in rapid motion to a page object.
4. Animation is limited to two style rules defined at the initial and end states.
- Animation creates an illusion of movement by displaying key frames in rapid succession.
Which of the following browsers doesn’t support all audio formats such as MP3, Advanced Audio Coding (AAC), Ogg, and WebM?
1. Google Chrome
2. Microsoft Edge
3. Opera
4. Safari
- Safari
Every fieldset must contain the _____ element, which should have only text and no nested elements for describing its content.
1. Legend
2. Enctype
3. Script
4. form
- Legend
In Bootstrap 5.3, if you want to hide an element from all devices except assistive technologies (such as screen readers), you would use the class __________.
1. D-none
2. Visually-hidden
3. clearfix
4. text-hide
- Visually-hidden
The _____ attribute tells a browser to parse the HTML and JavaScript code together, only pausing to process the script before returning to the HTML file.
1. Async
2. Defer
3. Src
4. type
- Async
Identify the three table row groups supported by HTML.
1. thead, tfoot, and tborder
2. thead, tbody, and tfoot
3. thead, tborder, and tbody
4. thead, tfoot, and tcell
- thead, tbody, and tfoot
To compress and de-compress video frames, you would use a _________. This can help reduce the size of your video substantially.
codec
The advantage of the ___________ approach is that a wide variety of timings can be defined, including timings in which a transition can stop, reverse itself, and then go forward again to its end state.
Cubic Bezier Curves
A(n) ________ tag is displayed as a separate box or window within a Web page. These are used often when embedding code from websites such as YouTube.
iframe