2021 CDM EXAM Flashcards
(40 cards)
Which one of the following is a presentation technique for written copy?
A = bullet points
B = active voice
C = passive voice
D = first person
A = bullet points
Which typographical element has been used to position the word to the right?
A = balance
B = fonts
C = tracking
D = alignment
D = alignment
Which one of the following is a design principle?
A = line
B = harmony
C = colour
D = shape
B = harmony
Dimensions of 297 mm x 210 mm at 600 dpi.
If the final resolution is to be no less than 50 dpi, what is the maximum width of the billboard that this file can support?
A = 60.00 m
B = 2.52m
C = 35.00 m
D = 3.56 m
D = 3.56 m
A photorealistic animated header with a high colour depth needs to be published on a blog. Which one of the following file formats would be the most appropriate?
A = .mov
B = .gif
C = .mp4
D = .avi
C = .mp4
Alex posts an entry on his blog, which includes racist content that many people would find offensive.
This is
A = permitted under free speech.
B = permitted as it is a blog.
C = not permitted under defamation law.
D = not permitted under the Racial Discrimination Act.
D = not permitted under the Racial Discrimination Act.
h2{
colour: yellow;
background-color: black;
text-align: center;
}
What will be the result of applying the Cascading Style Sheet (CSS) code shown?
A = The H2 class will have a black background with yellow text.
B = Heading 2 text will have a black background and centred text.
C = The H2 class will have a yellow border colour and the text will be centred.
D = Heading 2 text will be yellow with a black outline.
B = Heading 2 text will have a black background and centred text.
“I imagined I climbed to the top of the hill. From there I could see the coastal road that followed the line of golden beach all the way to the town. This extract is an example of:
A = visualisation.
B = storytelling.
C = mind mapping.
D = trigger techniques.
A = visualisation.
<a>Link to My Website</a>
What does the value _blank indicated by the target attribute do in the HTML code above?
A = It opens the link in the same window or tab.
B = It opens the link in a new window or tab.
C = It opens the link in the parent frame.
D = It opens the link in the full body of the window.
B = It opens the link in a new window or tab.
You are a graphic designer. B&E Legal, a firm specialising in workplace injuries, has asked you to come up with a promotional slogan that will be used with its logo in online advertisements.
Which one of the following slogans is most appropriate for this purpose?
A = ‘Turn your pain into payday’
B = ‘Got a workplace injury? Come to B&E Legal and
we’ll help you get a payout that will change your
life forever!’
C = Workplace Legal Services’
D = ‘Representing Victorian workers for personal
injury claims and workplace compensation’
A = ‘Turn your pain into payday’
A soccer coach has created an animation to
demonstrate a move for their players. Which animation technique and principle has the coach used?
A = shape tween and point of view
B = easing and arc
C = motion path and arc
D = anticipation and rotation
C = motion path and arc
When writing content for a family adventure park webpage, which one of the following writing techniques is least appropriate?
A = the inverted pyramid structure
B = simple language that avoids jargon
C = use of bulleted or numbered lists
D = passive voice
D = passive voice
Which of the following image file formats are supported by websites?
A = JPEG, GIF, PNG and SVG
B = JPEG, GIF, CSS and HTML
C = JPEG, PSD, PDF and SVG
D = JPEG, WebP, PNG and HTML
A = JPEG, GIF, PNG and SVG
The ALT attribute is useful for accessibility purposes on a website because it will
A = make a displayed image clearer and add more contrast.
B = display text as a caption with a loaded image.
C = enable screen readers to read the ALT attribute for users with a visual impairment.
D = make search engines find the ALT attribute before a website is displayed in full.
C = enable screen readers to read the ALT attribute for users with a visual impairment.
The diagram starting from one point and continuing to further steps shown is an example of
A = SCAMPER.
B = brainstorming.
C = a mind map.
D = a flow chart.
D = a flow chart.
When producing marketing designs for the promotion of rooftop solar panels, the marketing team must first
A = develop concept sketches.
B = research similar designs and resources.
C = identify the target audience.
D = decide on the appropriate design elements and principles.
C = identify the target audience.
De Bono’s thinking hats is a creative thinking technique designed to help teams and individuals consider a range of perspectives. Each hat represents a different mindset. Which thinking hat should designers use at the beginning and at the end of a creative thinking session?
A = red hat (intuition and feeling)
B = blue hat (organisation and process)
C = green hat (creativity and new ideas)
D = black hat (cautious and looking for issues)
B = blue hat (organisation and process)
You are a graphic designer and you have been hired to create a logo for Z Tours Africa, a virtual reality (VR) video game. While surfing the internet, you find a photograph of a zebra on a blog. You create a vector outline of the zebra for the logo. Is this permissible?
A = yes, because you have changed a significant
part of the photograph
B = yes, under fair use provisions
C = no, unless you get permission from the
copyright holder of the photograph
D = no, because it is a violation of moral rights
A = yes, because you have changed a significant
part of the photograph
Bob has been a freelance graphic designer since 2005 and he has finally had the chance to organise his filing system. Bob will be deleting some files and transferring some files onto a hard drive for future use and record keeping. This process is best known as
A = archiving.
B = saving.
C = deleting.
D = moving.
A = archiving.
Jennifer is working from home and spending long periods on the computer. She has noticed that she has started to lean towards the computer screen and has headaches towards the end of the day. Which one of the following actions should Jennifer take to help reduce her headaches?
A = Return the screen as it is not right for her.
B = Make use of an adjustable headset with volume control.
C = Turn the screen brightness down.
D = Look away from the screen and into the distance to rest her eyes every 10-15 minutes.
D = Look away from the screen and into the distance to rest her eyes every 10-15 minutes.
Gemma is working on the development of a promotional website for the new Twiglies Gum called ‘Freshies’. The client will be meeting with Gemma and viewing her progress in a week. Gemma has added images from the internet to her website design rather then images that the client has provided.
a. Should Gemma have any concerns about using images from the internet? Explain your answer.
Yes, Gemma should have concerns about copyright infringement since most images sourced from the internet are not copyright-free at least she should check the copyright details before use.
Gemma is working on the development of a promotional website for the new Twiglies Gum called ‘Freshies’. The client will be meeting with Gemma and viewing her progress in a week. Gemma has added images from the internet to her website design rather then images that the client has provided.
b. What is one item that Gemma and the client might discuss in the meeting?
The designer (Gemma) and her client would need to discuss the images to be used on the website, particularly why she did not use the supplied images.
a. Complete the HTML code below to display an image with the filename myimage.png, which is located in the images folder.
<img width="600" height="400" alt= "my image"/>
<img src="images/myimage.png" width="600" height="400" alt="my image">
b. Describe the difference between an absolute link
and a relative link in HTML.
An absolute link refers to the full path destination of a link and generally refers to an external web page. A relative link refers to a file that is located in the same folder or a subfolder of the html site.