Coding definitions Flashcards

1
Q

What is an antecedent?

A

The first part of a statement

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

What is a consequent?

A

The conclusion of a statement

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

What does WYSIWYG mean?

A

What you see is what you get

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

What is User Experience or UX?

A

UX is the job of making a website more user friendly and making sure the visitor has a good experience. UX can affect SEO.

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

What is UI?

A

UI stands for user interface and goes alongside UX and involves the interactivity of a user with a website.

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

What is an Alt tag?

A

An alt tag is the alternative text on an image that can help someone to understand what it is if they are unable to see it. Alt tags affect SEO.

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

What is a JPEG?

A

A high resolution image with more than 256 colours

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

What is a gif?

A

A gif has less than 256 colours and is used for transparent backgrounds

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

What is .WAV?

A

Is a high quality audio file used on Windows

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

What is MP3?

A

PEG (Moving Pictures Experts Group) Layer 3
It is a compatible audio file but is lower quality, compressed and requires a licence.

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

What is .MOV?

A

Apple QuickTime Movie
It is a video file for apple only and it is high quality large file,

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

What is MP4?

A

Moving Pictures Expert Group 4
MP4 is a video file that is cross platform

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

What is DNS?

A

It stands for Domain Name Signal and it changes the domain name into an IP address.

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

What is a Browser?

A

A platform to use to access the internet

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

What is HTML?

A

The code used to create the building blocks for a website

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

What is a server?

A

A serve receives a request from a browser and serves the correct information to it to show to the user.

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

What is an application server?

A

An application server handles the more complicated tasks such as pulling information from databases.

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

What is hosting?

A

renting space form the internet

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

What is a client?

A

An end piece of equipment like a phone

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

What is an application?

A

A piece of software on a client that performs a specific task.

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

What is a web server?

A

is computer software and underlying hardware that accepts HTTP and HTTP requests

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

What is a rendering engine?

A

It takes HTML and converts it into what you can see

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

What is a search engine crawler?

A

search engine crawlers - they crawl the internet, read pages one by one and look at the data and uses an algorithm to show relevant websites to the user,

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

What is HTTP?

A

A site where the content isn’t encrypted

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

What is HTTPS?

A

A website where the content is encrypted

26
Q

What is an SSL certificate?

A

Secure Sockets Layer and it is the s in HTTPS - a cryptographic protocol that provides secure communication over a computer network. It works by encrypting data transmitted between a client and a server.

27
Q

What is TLS?

A

Transport Layer Security - a cryptographic protocol that ensures privacy and data integrity between two communicating applications and it is the successor of SSL

28
Q

What is IETF?

A

Internet Engineering Task Force a large international community of designers, operators, vendors and researchers concerned with evolution and smooth operation of the internet

29
Q

What are cookies?

A

A piece of code that identifies as user and tracks their behaviour to use for marketing purposes.

30
Q

What is a flat file database?

A

A database where all the information is in one place and sometimes repeated.

31
Q

What is a relational database?

A

Where information is separated into different tables and these tables pull information for each other.

32
Q

What is the NOT logic gate?

A

an inverter. Whatever goes in will come out as the opposite.

33
Q

What is the AND logic gate?

A

both of the inputs need to be positive for the output to be positive.

34
Q

What is the OR logic gate?

A

only one input has to be positive for the output to be positive.

35
Q

What is the XOR logic gate?

A

if both the inputs are positive then the outcome is negative, otherwise it is the same as OR.

36
Q

What is a server stack?

A

Enables a computer to function and is made up of an operating system, web server software, database management and a scripting language.

37
Q

What is the LAMP server stack?

A

L – Linux OS
A – Apache – Web server
M – MySQL – database
P – PHP – programming language

38
Q

What is the XAMPP server stack?

A

X – Cross platform (OS)
A – Apache – Web server
M – MySQL – database
P – PHP – programming language
P – Perl - programming language.
This stack is simple and opensource and allow people to test website locally.

39
Q

What is the WAMP server stack?

A

W – Windows (OS)
A – Apache – Web server
M – MySQL – Database
P – PHP – programming language

40
Q

What is the MAMP Server stack?

A

M – Mac (OS)
A – Apache – Web server
M- MySQL – database
P – PHP – programming language.
On WAMP and MAMP web developers can test the pages without publishing them live.

41
Q

What is HTML, CSS and JavaScript in relation to each other?

A

HTML – The builder
CSS – The stylist
JavaScript – The Wizard.

42
Q

What is JavaScript vs Java?

A

JavaScript vs Java – Java is for applications and JavaScript is for website functionality and needs HTML and CSS to function.

43
Q

What does the terms static and dynamic mean?

A

Static sites use HTML CSS and JS. Dynamic sites use HTML, CSS and a dynamic programming language such as PHP and a database such a MySQL.

44
Q

What are the disadvantages of a dynamic site?

A

More complicated, can take longer to load and more can go wrong with the site.

45
Q

What is w3c?

A

The World Wide Web Consortium is an international community where member organisations, a full-time staff and the public work together to develop web standards.

46
Q

What is a raster image

A

In a nutshell, a raster image is a photograph. Any photo in print or on the internet is a raster image and is
constructed using pixels, which are tiny blocks of colour. e.g. JPEG PNG AND GIF

47
Q

What is a vector image

A

Vector images are a lot more flexible and are always images that have been created using the software. Vectors can be resized as large as needed, and the quality will be exactly the same E.G. PDF AI

48
Q

What are videos made up of?

A

1) The container (this is how the file is contained, such as MOV or MP4) 2) The signal (this is the video and audio data that makes up the file 3) The codec (this is software that encodes and decodes the signal to allow filming and
playback)

49
Q

What is a WMV?

A
  • Windows Media Video
  • Very common with Microsoft users
  • WMV files are the smallest video files online
  • Quality is significantly reduced when compressed
  • Mainly played through Windows Media Player
50
Q

What is an AAC?

A
  • Advanced Audio Coding
  • Well known with Apple iTunes
  • It is a compressed and lossy audio format (the more compressed it becomes the lower the quality)
  • Gives the same audio quality as MP3 but uses less space
  • Widely used with mobile devices
51
Q

What is a WMA?

A
  • Windows Media Audio
  • Made by Microsoft to compete with MP3
  • It is a compressed and lossy audio format (the more compressed it becomes the lower the quality)
  • Most PCs, laptops, in-car stereos and home entertainment centres support WMA * Few mobile devices support it
52
Q

What is ALAC?

A
  • Apple Lossless Audio Codec
  • Compressed and lossless audio format (one of the few compressed and lossless file types)
    Supported by iOS and iTunes
  • Primarily used by Apple users
53
Q

What is AIFF?

A

AIFF
* Audio Interchange File Format
* Developed by Apple
* Files are uncompressed and lossless
* Ideal for audio editing on Apple devices

54
Q

What is a DOC/DOCX

A
  • One of the most popular text document file types that exist
  • Designed by Microsoft and is the default file format with Microsoft Word. * Contains
    both text and rich formatting (which allows images, tables, graphs, headers) * Most
    programs can open .doc files but formatting may display differently
55
Q

What is an ODT?

A
  • OpenDocument Text
  • Many ‘open source’ word processors save files as ODT, along with other file formats. *
    Contains both text and rich formatting.
  • Can open in Microsoft Word but formatting may not look like the original formatting
56
Q

What is an RTF?

A
  • Rich Text Format
  • Designed by Microsoft
  • Can be used in most free word processing programs, such as Microsoft WordPad *
    Will open in Microsoft Word
  • Contains text but no rich formatting (no images, tables etc)
57
Q

What is a PDF?

A
  • Portable Document Format * Developed by Adobe
  • Contain text and rich formatting * PDFs always look the same, no matter what program they are opened in * Can be viewed for free
    in Adobe Reader
  • Can only be edited in certain programs, such as Adobe Acrobat Pro.
  • Perfect for sharing documents with anyone
58
Q

What is a TXT?

A
  • Plain text
  • Contains the bare basic text, with no rich formatting at all * Can be created and viewed in all word
    processing programs
  • Tiny files mean they are very good for storing data.
59
Q

What is a ZIP?

A
  • The most commonly used archive format (even when not ‘zipping’ the process is referred to as this)
  • Multiple files can be compressed at once
  • Used with most operating systems
  • Has the highest compression speed but a very slow compression rate (folders may still be quite big)
  • Built into Window
60
Q

What is a 7Z?

A
  • Very versatile – can split already archived folders into even smaller pieces *
    Multiple files can be compressed at once
  • Has the highest compression rate but the slowest compression speed
  • Used with most operating systems
  • Not built into any operating system – need to download a third-party program
61
Q

What is a RAR?

A
  • Built as a competitor to 7Z
  • Medium compression rate (better than ZIP) but a faster compression speed than 7Z * Used with most operating systems
    Not built into any operating system – need to download a third-party program