NEW
Font size
WorksheetsRIA revision quiz
Total questions: 60
Worksheet time: 30mins
Which one of the following is NOT a benefit of a good interactive application?
Increased expenses
Boosted Conversions
Backlink and Social Citations
Expanded Audience
Which one of the following audio formats CANNOT be imported into Adobe Animate?
.MP3.
.AIFF
.ASND
.M4A
Which one of the following options is most suitable to work with video files in your own folder if you want a smaller source file size and no limit to the duration of the video?
embedded video in timeline.
link content path in video component.
upload video to online storage and embed video link.
provide hyperlink to video file.
Which one of the following is TRUE about publishing an interactive game?
Publishing to HTML format allows it to be played only on a WINDOWS computer.
Publishing to EXE format allows it to be played across all Operating System.
Publishing to MOV format makes it unclickable and not functioning correctly.
Publishing to MP3 format allows it to be played even on mobile devices.
Which one of the following statements is TRUE about publishing and exporting in Adobe Animate?
Publish settings need to be re-entered every time but not export settings.
Export settings are saved in Adobe Animate CC source file but publish settings are not.
Export allows creation of other file types such as sound and video while publish does not.
Publish allows creation of other file types such as sound and video while export does not.
Which one of the following is NOT a basic media element?
Image
Audio
Video
Game
Which one of the following is NOT a characteristic of a good folder structure?
Intuitive.
Scalable.
Inclusive of the Basics.
Small file size.
Which one of the following options is NOT a step in creating a good folder structure?
Brainstorm.
Create.
Share.
Duplicate.
Project based folder structure is suggested for teams whose work
centers around internal or external projects.
centers only around external client's projects.
centers only around the department's team.
centers around clients.
In-browser JavaScript ia ABLE to
read / write arbitrary files on the hard disk, copy them or execute programs.
allow different tabs / windows from different sites to access each other.
receive data from other sites / domains.
add new HTML to the page, change the existing content, modify styles.
Which one of the following is NOT a primitive datatype?
Numbers.
Text.
Boolean.
Strings.
Which one of the following statements BEST describe a boolean?
It contains a value that is either true or false.
It contains a value of 1 to 4 to represent how true an event is.
It is used when a value might switch between yes, no or maybe.
It is used when a variable has no value.
Which one of the following statements is FALSE about conditional statement?
Conditional statements are use to decide the flow of execution based on different conditions.
If a condition in a conditional statement is true, one set of action will be performed and if condition is false, another set of action will be triggered.
There are basically 3 different types of conditional statements.
Conditional statements are used to repeat a specific set of instructions for a number of times.
Which one of the following statements BEST describe a while loop?
This loop will execute the code block once, before checking if the condition is true, then it will repeat the loop as long as the condition is true.
Loops through the properties of an object.
Loops through a block of code for a number of times.
Loops through a block of codes while a specified condition is true.
Which one of the following is NOT a type of loop?
for loop.
while loop.
if-else loop.
do / while loop.
Which one of the following statements is TRUE about events?
An event can only be triggered by mouse clicks or keyboard inputs.
Event can be used to handle and verify user input, user actions and browser actions.
An event can be something the browser does, or something a user does.
Only one event can happen in a single interactive application.
Which one of the following statements BEST describe a function?
It can only be called by mouse clicks or keyboard inputs.
It is a block of code designed to perform a particular task.
Each function can only be used once in an application.
Each function can be something the browser does, or something a user does.
Which one of the following is NOT a principle of user interface design?
Feedback.
Visibility.
Affordability.
Constraint.
Which one of the following design principles is about designing interfaces to have similar operations and use similar elements for achieving similar tasks?
Visibility.
Feedback.
Mapping.
Consistency.
Which one of the following design principles is about getting information on the state of a device or what action has been performed by the device after a user interacts with it.
Visibility.
Feedback.
Mapping.
Consistency.
Which one of the following design principles is about seeing the state of the object and the possible actions.
Visibility.
Feedback.
Mapping.
Consistency.
Which one of the following design principles is about the relationship of the controls of an object or its functions and their effect on that object.
Visibility.
Feedback.
Mapping.
Consistency.
Which one of the following options is a part of the design process?
Designs Gathering.
Ideas Gathering.
Resource Gathering.
Project Team Gathering.
Which one of the following is NOT a commonly used navigational component?
Breadcrumb.
Slider.
Pagination.
Toggles.
Which one of the following is NOT a commonly used input control component?
Checkbox.
List box.
Date field.
Search field.
Which one of the following is NOT a commonly used informational component?
Notifications.
Tools tip.
Message boxes.
Download bar.
With respect to user interface component, accordion is one of the commonly used
informational component.
navigation component.
input control component.
container.
Which one of the following is NOT a basic step in the development process of an interactive application?
Planning and Analysing.
Designing and Developing.
Testing and Evaluation.
Delivering and Managing.
Which one of the following statements does NOT describe the designing and developing stage of the application development process?
Layout and plan each task needed for the project.
Refine each task with feedback cycles.
Perform each planned tasks to create a finished product.
Ensure application work properly on intended delivery platforms.
Which one of the following statements about storyboards is FALSE?
It help to visualise how content is organised.
It is organised screen by screen, sketched out with design notes and specifications.
It describes animation, content and active buttons for users to move directly to that content.
It is used to replace navigation maps during planning.
Which one of the following is NOT a basic organizing structure used in interactive application projects?
Linear.
Hierarchical.
Combination.
Composite.
Which one of the following roles creates and handles video content according to the requirements of the project?
Video specialist.
Interface designer.
Instructional designer.
Graphics artist.
Which one of the following roles devise the navigation pathways and content maps?
Video specialist.
Interface designer.
Instructional designer.
Graphics artist.
Which one of the following roles makes sure that the subject matter is clear and properly presented for the intended audience?
Video specialist.
Interface designer.
Instructional designer.
Graphics artist.
Which one of the following roles creates and manipulates graphic images concerning the look and feel of a project?
Video specialist.
Interface designer.
Instructional designer.
Graphics artist.
With regards to an application deployment platform, which one of the following is an environment that applications reply on for standard operations?
Application delivery-only environment.
Stand-out environment.
Multiple OS environment.
Cloud storage environment.
Which one of the following options is NOT a good practise for Digital Asset Management?
Self-service files location.
Version control.
Permission-based access to files.
Time management.
Which one of the following statement is FALSE about the need to optimise media content?
It allows the application to provide response in a short amount of time.
It allows the application to function at it’s fastest possible speed.
It allows the reduction of unwanted and unnecessary data in the application.
It allows one single image format to be used across all purposes.
Which one of the following statements is FALSE about errors?
Errors are flaws or mistakes that prevents an application from functioning correctly.
Errors are also called bugs in the programming environment.
Errors can be categorised into main 4 different types.
Errors must be fixed before an application can be launched.
Which one of the following errors produces unintended or undesired output or other behaviour but doesn't crash the application?
Compile-time error.
Syntax error.
Run-time error.
Logic error.
Which one of the following statements is TRUE about run-time errors?
It is also known as exceptions.
It occurs at interpret time in JavaScript.
It is easily detected by using a debugging tool.
It produces unintended or undesired output or other behavior.
Debugging is a methodical process of searching for errors in programming code.
TRUE.
FALSE.
Which one of the following is NOT a debugging method?
Using the console.log() method.
Using major browsers' debugging tools.
Using the keyword "debugger".
Using the keyword "debugging".
Which one of the following testings bases it’s test cases on the specifications of the software component under test?
Functional testing.
Usability testing.
Interface testing.
Security testing.
Which one of the following testings can be done internally or externally by testers that fit your potential user base?
Functional testing.
Usability testing.
Interface testing.
Security testing.
Which one of the following testings ensures all interactions between the web server and application server interfaces are running smoothly?
Functional testing.
Usability testing.
Interface testing.
Security testing.
Which one of the following testings ensures that your application is protected against any unauthorised access and harmful actions through viruses or other malicious software?
Functional testing.
Usability testing.
Interface testing.
Security testing.
What is the correct output when a user clicks on the button?
xy is the sum of x and y!
8 is the sum of x and y!
35 is the sum of x and y!
Error in code.
What is the correct output when a user clicks on the button?
1
2
3
4
What is the correct output when a user clicks on the button?
0, 0, 1, 1,
0, 1, 1, 2,
0, 1, 2, 2,
0, 1, 2, 3,
Which one of the following is FALSE about formatting text in Adobe Animate?
can be loaded externally from data file
can be obtained from user as input
can be copied & formatted in project by designer
can be loaded with any text file formats
Which one of the following errors is NOT an example of mistakes in syntax?
missing parentheses
wrong type of brackets
buttons not working as intended
miss spelling a code
Which one of the following is NOT a step in debugging?
Correct all Syntax errors
Correct all Logic errors
Correct all comments
Improve existing codes
Which one of the following is LEAST likely to affect debugging outcome?
Debugging skill of programmer
Processor of computer
The complexity of the system
Programming language(s) used
Which one of the following is NOT a method to optimising content?
Increase all images resolution
Use the right image format
Convert graphic text into styled text
Maximize cropping and minimize dimensions
Which one of the following is NOT a commonly used input control?
Checkboxes
Scrollbar
Date Field
Dropdown list
A progress bar indicates where a user is as they advance through a series of steps in a process.
True
False
Which one of the following is NOT 1 of the 4 basic stages of an Interactive Project?
Planning and Analysing
Testing and Evaluation
Refining and Developing
Delivering and Maintenance
Which one of the following does NOT take place in the Designing and Producing process?
Perform each planned tasks to create a finished product
Layout and plan each task needed for the project
Refine each task with feedback cycles
Test application and all sub-parts to ensure error-free
Which one of the following is FALSE about storyboarding?
It helps to visualise info, i.e. how content is organised
It provides a table of contents as well as a logical flow of the interactive interface.
It works hand-in-hand with the navigation maps
It is organised screen by screen, sketched out with design notes and specifications
