IST AT4 Flashcards

1
Q

What are the 3 main control structures?

A

Selection (basic) - one directed path
Selections (complex) - more than one path,2 or more choices
Repetitions(repeats) - loops algorithm specific number of times.includes processes, inputs outpus and decisions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to write an if statement

A

IF ____ THEN

ENDIF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 3 types of repeating processes

A

REPEAT UNTIL loop (known as POST TEST, or unguarded test)

WHILE loop (known as PRE TEST , or guarded loop)

FOR NEXT loop (counting loop, repeated certain number of times)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you write a post test or unguarded loop

A

REPEAT
Process
UNTIL __ = TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you write a pre text or guarded loop

A

WHILE ____ = FALSE
Process
ENDWHILE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you write a counting loop

A

FOR I = 1 to 5 STEP 1
Display I
NEXT i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is animation

A

Animation is the result of a series if graphics or frames presented in rapid succession

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is tweening?

A

Tweening is short for in-betweening, and when the program automatically generates the intermediate frames between 2 objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is path based animaiton

A

Animation that displays the movement of an animated object in a particular sequence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Cell based animation

A

Animation that involves drawing and displaying each frame or cell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the difference between morphing and warping

A

Warping - Transform or distorts a portion of an image
Morphing - Changes shape, size and dimension of an image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is path based animation

A

Displaying the movement of an animated object onto a fixed background in a particular sequence or path, shape remains the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the key frame?

A

The opening image if a compressed video sequence which contains all the data relating to the image. To compress, frames only contain data or what has changed from the key frame, reducing file size. Also show important moments and change in animation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is selected data

A

The new changes of the keyframe that contain data of only the new old and old position

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Two types of audio files in multimedia

A

Two main types of digital sound - digitalised sound files and musical instrument digital interface (MIDI) filed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why is MIDI so small

A

MIDI does not store real world sounds. Instead, MIDI files contain digital descriptions of sounds produced by the musical instruments in the software or hardware and are predefined in form

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are the 5 elements of multimedia in increasing size?

A

Video, graphics, animation, audio and text

18
Q

What are the 3 types of multimedia display devices

A

Liquid crystal displays - place liquid crystal between two polarising sheets. Current applies are various points, changing light transmission of specific crystal at that point

Cathode Ray tubes or visual display units control 3 electron focused beams one for RGB - striking tiny phosphor dots of pixel on monitor and causing them to glow

Plasma displays - use tiny fluroscent Rgb lights that are illuminated to create an image at different intensities

19
Q

2 types of touchscreen

A

Infra red beams locates finger position and nowadays touch is monitored by electrical currents in screen layers

20
Q

What are URL

A

Web pages are sent as Uniform resource locators which define the place of a Web pages on a specific server

21
Q

Difference between internet and intranet

A

Internet is a public network while Intranet is a private network for showing specific

22
Q

What is the difference between the World wide Web and the internet

A

The world wide Web are the pages that are on the network called the internet

23
Q

Who developed the internet

A

Tim Berners-Lee

24
Q

How do you comment in HTML, css and java

A

HTML- <!------>
CSS - /* */
JavaScript- //
Python - #

25
Q

What is a proxy server

A

Computer used to block access to sites or cache (store) frequently used data.

26
Q

Firewall

A

Hardware or software used to block access from attackers. They scan pockets of malicious code or attack vectors

27
Q

Virus protection

A

They detect, quarantine and delete malicious code, preventing damage to your device

28
Q

What is the difference between texts and hypertext

A

Text is data that consists of strings of printable characters separated by white space and other non-printing characters. Hypertext is simply text that acts as a link to another document or place on document.

29
Q

2 types of hardware on multimedia

A

Backup display - DVDs and CDs

Display Hardware - Liquid Crystal display, Cathode Ray tube and plasma

30
Q

What is analogue and digital data

A

Analogue- continuous data
Digital - discrete or fixed quanities

31
Q

Data handling conversion

A

8 bits = 1 byte
1024 bytes = 1 kilobyte
1024 kilobytes = 1 megabyte
1024 megabytes = 1 gigabyte
1024 gigabytes = 1 terebyte

32
Q

What is IDE

A

Integrated Development Environement

33
Q

3 types of software

A

System software (Operating systems)
Application Software (apps)
Utility software (optimised and maintain computer functioning)

34
Q

Software licencing

A

Retail: off thr shelf
ORM : Original Equipment Manufacturer, same as retail no nice box
Single licence : one device
Open source: free, changes shared
Concurrent source: Multiple licences rotated
Network licence: permission to install
SaaS: allowing people in organisation to access licence
Shareware: free trial software
Freeware: free, copyright still applies

35
Q

3 types of tweening offered in Adobe animate

A

Classic tweening
Shape tween
Motion tween

36
Q

What is the ISOC

A

The Internet Society created the transmission control protocol (TCP) wich are rules that allow for order and check transmission of data

37
Q

What is htttp

A

Standard for hypertext transfer protocol allowed internet users to send and receive Web pages files

38
Q

Image formats

A

TIFF- lossless image files do not lose quality when compressed big
Bitmap- exclusive to Windows, high quality no compression
Jpeg - Lossy format meaning that the image is compressed to make a smaller file popular on Web
Gif - lossless only limited to 256 colours can be animated small
Png - lossless images same as gif but 16million colours

39
Q

Video and sound formats

A

Mp4 is lossy format
MPG is lossy format
WMV files are lossless
WAV sound files are lossless
MP3 is lossy

40
Q

Common tags in html

A

<a> defines hyperlink</a>

<ul> unordered bullet point list
<ol> ordered numbered list
<li> defines list item
<b> Bold text
<body> Defines documents body
<br></br> single line break
<canvas> makes graphics
<div> section of a document
<em> italicised text
<footer> defines footer of a doc
<head> contains information about document between <html> and body
<img></img> inserts image
<link></link> used to link style sheets
<mark> highlights
<nav> navigational links
<p> paragraph
<style>

 style info for document
</style></p></nav></mark></html></head></footer></em></div></canvas></body></b></li></ol></ul>