IST AT4 Flashcards

(40 cards)

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
What is a proxy server
Computer used to block access to sites or cache (store) frequently used data.
26
Firewall
Hardware or software used to block access from attackers. They scan pockets of malicious code or attack vectors
27
Virus protection
They detect, quarantine and delete malicious code, preventing damage to your device
28
What is the difference between texts and hypertext
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
2 types of hardware on multimedia
Backup display - DVDs and CDs Display Hardware - Liquid Crystal display, Cathode Ray tube and plasma
30
What is analogue and digital data
Analogue- continuous data Digital - discrete or fixed quanities
31
Data handling conversion
8 bits = 1 byte 1024 bytes = 1 kilobyte 1024 kilobytes = 1 megabyte 1024 megabytes = 1 gigabyte 1024 gigabytes = 1 terebyte
32
What is IDE
Integrated Development Environement
33
3 types of software
System software (Operating systems) Application Software (apps) Utility software (optimised and maintain computer functioning)
34
Software licencing
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
3 types of tweening offered in Adobe animate
Classic tweening Shape tween Motion tween
36
What is the ISOC
The Internet Society created the transmission control protocol (TCP) wich are rules that allow for order and check transmission of data
37
What is htttp
Standard for hypertext transfer protocol allowed internet users to send and receive Web pages files
38
Image formats
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
Video and sound formats
Mp4 is lossy format MPG is lossy format WMV files are lossless WAV sound files are lossless MP3 is lossy
40
Common tags in html
defines hyperlink
    unordered bullet point list
      ordered numbered list
    1. defines list item Bold text Defines documents body
      single line break makes graphics
      section of a document italicised text